Peter Ombodi
eb4817486d
refactor(mobile): improve naming for clarity, refactor code
2026-08-07 14:44:06 +03:00
Peter Ombodi
b3013244b1
fix(mobile): address DCM warnings
2026-08-06 17:15:51 +03:00
Peter Ombodi
5ff5050889
Merge remote-tracking branch 'origin/main' into fix/gallery-app-view-intent-refresh
...
# Conflicts:
# mobile/lib/presentation/widgets/asset_viewer/asset_stack.widget.dart
# mobile/lib/presentation/widgets/asset_viewer/bottom_bar.widget.dart
2026-08-06 16:53:03 +03:00
Peter Ombodi
595a3a7f28
fix(mobile): resolve view intents from remote checksum matches
...
Use cached remote assets when the local Drift record is unavailable,
preferring active and most recently uploaded matches.
2026-08-06 16:49:32 +03:00
Peter Ombodi
f90359655b
fix(mobile): handle unavailable view intents
2026-08-06 15:10:57 +03:00
Peter Ombodi
a1458f8714
fix(mobile): invalidate stale view intent sessions
...
Discard stale view-intent resolution and upload results, and clean up
session state when the viewer closes.
2026-08-06 14:07:02 +03:00
shenlong
63b90ec43d
fix: map not updating after viewing an asset ( #30601 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-06 16:26:12 +05:30
bo0tzz
f361dbbb77
chore: clean up last mergify remnant ( #30600 )
2026-08-06 12:42:12 +02:00
shenlong
0687c0d3f7
fix: wire secondary action for bottom bar actions ( #30583 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-06 01:15:31 +05:30
shenlong
4be8e1a9fc
fix: asset viewer bottom bar action colors ( #30582 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-06 01:15:31 +05:30
Adam Gastineau
18d4a796bb
chore(mobile): simple freezed implementation on some models ( #30168 )
...
* chore(mobile): example freezed implementation on some models
* Don't commit Freezed generated code
* Freezed easy pass
* Formatting fix
* Generate Flutter debugging info
2026-08-05 12:00:49 -07:00
shenlong
f11d8b6a5a
fix(mobile): stop disabling androidx.startup initializers ( #30559 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-05 23:59:01 +05:30
Santo Shakil
f0386ce089
fix(mobile): handle asset websocket events ( #30499 )
2026-08-06 00:15:21 +06:00
shenlong
db2033a4b0
chore: add reason for stopForegroundBackup in tests ( #30573 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-05 22:45:50 +06:00
shenlong
555fbde840
fix: _safeRun is finally safe ( #30571 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-05 21:22:31 +05:30
shenlong
1a40ef66b4
chore: log reason for foreground backup cancellation ( #30570 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-05 20:18:27 +05:30
Santo Shakil
b2eb62dfa5
fix(mobile): keep backup remainder from going negative ( #29011 )
...
* recount the backup counters when a run starts
* clear the error before the recount
* create the cancel token before the recount
2026-08-05 20:17:05 +05:30
shenlong
1c7c28bb0d
chore: more riverpod lints from dcm ( #30447 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-05 01:26:49 +05:30
shenlong
8450687db7
chore: riverpod lints from dcm ( #30446 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-05 01:26:49 +05:30
Santo Shakil
00e813ba84
fix(mobile): stop long images squishing on ios ( #29367 )
...
* fix(mobile): stop long images squishing on ios
* fix(mobile): bound the original to 16384 with fast resize
* refactor(mobile): reuse the shared request options for the original
* fix(mobile): fix squished long image previews on ios
* fix(mobile): retry with exact resize when fast resize overshoots the texture bound
* fix(mobile): clamp preview targets to a minimum of one pixel
* fix nullable cast flagged by the stricter lints
2026-08-04 19:08:27 +00:00
renovate[bot]
099cb25ce0
chore(deps): update ghcr.io/jdx/mise docker tag to v2026.8.1 ( #30542 )
2026-08-04 20:58:32 +02:00
Santo Shakil
8d2fdd6b8f
fix(mobile): stop websocket reconnect loop draining battery when server is unreachable ( #29901 )
...
* fix(mobile): stop websocket reconnect loop draining battery when server is unreachable
* fix(mobile): reconnect when the websocket is inactive and guard resume against pause
* move the test mocks to the service mocks file
2026-08-04 18:51:28 +00:00
Santo Shakil
d8e1ead6f4
fix(mobile): stale local renders after editing a photo on device ( #30415 )
...
* fix(mobile): key local image caches by content so on-device edits re-render
* use Object.hash and the local asset factory
2026-08-05 00:37:49 +06:00
Brandon Wees
cbd2d8a6bd
feat(widget): add toggle to match icon theme ( #30428 )
...
* feat(widget): add toggle to match icon theme
* chore: rename to forceFullColor
* fix: default setting
2026-08-04 12:05:59 -05:00
Peter Ombodi
d0a1f22a38
fix(mobile): handle view intent asset lifecycle
...
Refresh viewer assets after upload, trash, and restore, and close the
viewer after permanent deletion. Support file-backed intent uploads and
keep post-action transitions independent of the widget context.
2026-08-04 18:45:35 +03:00
shenlong
29512081db
fix: use setRequireOriginal on SDK 29 and above ( #29072 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-04 20:43:51 +05:30
Santo Shakil
7121e0a75c
fix(mobile): run one more sync round when a request arrives mid sync ( #30478 )
...
* fix(mobile): run one more sync round when a request arrives mid sync
* fix(mobile): only queue the extra sync round when the caller asks for it
* fix(mobile): skip the queued sync round when the sync fails
* clear the sync task in whenComplete and gate the queued round on the result
* simplify the queued flag gate
2026-08-04 14:59:19 +00:00
renovate[bot]
79d485c759
chore(deps): update github-actions ( #30543 )
2026-08-04 11:49:31 +02:00
Peter Ombodi
4ecaa76d93
Merge remote-tracking branch 'origin/main' into fix/gallery-app-view-intent-refresh
2026-08-04 12:08:57 +03:00
Peter Ombodi
6894b2ea22
fix(mobile): handle file-backed view intent uploads
...
-Route materialized view intents through share-intent upload, replace the
synthetic viewer asset after sync, and manage temporary file cleanup.
2026-08-04 12:00:03 +03:00
shenlong
29e7ea5302
chore(web): use FUTO F-Droid repo in utilities ( #30527 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-03 22:10:08 +02:00
Peter Ombodi
849e4472ac
fix(mobile): switch asset viewer to remote asset after upload
2026-08-03 19:48:32 +03:00
Daniel Dietzler
0d7147dcec
fix: metadata extraction as LensModel can be a float ( #30512 )
2026-08-03 18:18:24 +02:00
bo0tzz
46c42e0935
chore: delete mergify config ( #30521 )
2026-08-03 16:50:28 +02:00
Santo Shakil
e5c3bdad17
fix(mobile): sync stack changes from the websocket ( #30479 )
2026-08-03 19:53:29 +05:30
shenlong
4d9a27691e
fix: action provider overrides ( #30480 )
...
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2026-08-03 19:53:12 +05:30
Peter Ombodi
89d932ce0a
Merge remote-tracking branch 'origin/main' into fix/gallery-app-view-intent-refresh
2026-08-03 17:20:02 +03:00
Peter Ombodi
49d74e498e
fix(mobile): cleanup code
2026-08-03 17:13:22 +03:00
Adrien Fabre
c2db36934f
feat: Display the number of selected items in AlbumPickerModal title ( #30485 )
2026-08-03 16:00:04 +02:00
Peter Ombodi
8877f7c719
Merge remote-tracking branch 'origin/main' into fix/gallery-app-view-intent-refresh
2026-08-03 16:53:34 +03:00
Peter Ombodi
933d2bfe4c
fix(mobile): resolve merge conflicts
...
resolve view intent assets by remote ID
2026-08-03 16:50:57 +03:00
Azharul Haque
774a9fd868
fix(mobile): correct mislabeled Bengali locale entry ( #30519 )
...
Fixes mislabeled locale entry: 'Bosnian (bl)': Locale('bn') actually loads Bengali, not Bosnian.
2026-08-03 13:30:15 +00:00
Santo Shakil
cee08a2320
fix(server): remove the asset row when an upload fails after creating it ( #30349 )
2026-08-03 14:59:05 +02:00
Daniel Dietzler
0894865352
chore: typescript 7 extension for vscode ( #30516 )
2026-08-03 13:38:09 +02:00
Gueye Papa Djadji
04453b7206
fix(server): reject invalid or deleted user when creating a partner ( #30431 )
2026-08-03 12:56:00 +02:00
Gueye Papa Djadji
da7d8c2e12
feat(web): search album description in add-to-album modal ( #30462 )
...
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
2026-08-03 12:42:44 +02:00
Lucas
4082fbf232
fix(web): Fix face thumbnail when swapping merge direction ( #30466 )
2026-08-03 12:28:18 +02:00
Ben Beckford
fb4a08c17a
chore(server): test assetFileFilter ( #30430 )
2026-08-03 11:55:40 +02:00
renovate[bot]
b3718fd18a
chore(deps): update dependency @testing-library/jest-dom to v7 ( #30308 )
2026-08-03 11:53:40 +02:00
bo0tzz
f1a90b7f36
feat: log hint about downgrades when migration is missing ( #30493 )
2026-08-03 11:06:38 +02:00