github-actions
98c9ae1f7d
chore: version v1.121.0
2024-11-20 16:15:53 +00:00
Alex
026482099a
chore(mobile): translations update ( #14254 )
...
chore(mobile): translation update
2024-11-20 15:32:17 +00:00
John Stef
3a2e30e30e
fix(mobile): fixes on language change ( #14089 )
...
* fix(mobile): make widgets rebuild on locale changes
This will make the make the pages to instantly refresh the correct
translated string, without the need to pop and push the settings page.
* fix(mobile): set the default intl locale
This is needed because across the app, you don't pass the context.locale
to DateFormat, so by default it uses the system's locale. This will fix
the issue without the need to refactor a lot of code.
* feat(mobile): create localeProvider
This provider can be used to refresh providers that provide UI elements
and get cached.
* fix(mobile): refresh asset providers on locale change
This is necessary to update the locale on the already evaluated
DateFormat.
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-11-19 12:09:29 -06:00
John Stef
53940f7d42
fix(mobile): make search page scrollable ( #14228 )
...
Fixes #13657
2024-11-19 17:59:26 +00:00
John Stef
bcd17c2ebe
feat(mobile): exclude locales from overpass font ( #14158 )
...
* feat(mobile): create localeProvider
This provider can be used to refresh providers that provide UI elements
and get cached.
* feat(mobile): use default font for locales not supported by Overpass
* chore(mobile): fix test
* refactor(mobile): use Locale instead of String
2024-11-19 09:36:46 -06:00
John Stef
41f138d3c8
fix(mobile): Dismissible menus ( #14192 )
...
* chore(mobile): make all search filters dismissible
* chore(mobile): make ImmichAppBarDialog dismissible
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-11-18 10:06:07 -06:00
Mert
6b5defc27b
fix(mobile): use sets in album refresh, concurrent futures ( #14193 )
...
* use sets in album sync, concurrent futures
* batch excluded asset IDs
* update test
* take advantage of sets in Recents check
* move log statement
* smaller diff
2024-11-18 09:26:23 -06:00
Mert
944ea7dbcd
fix(mobile): unnecessary rebuilds from partner share notifier ( #14170 )
...
* fix unnecessary notifications
* move equality function
* sort by id
* use same comparison for initial and later queries
2024-11-17 12:04:55 -05:00
weathondev
f5c4af73aa
feat: adding photo & video storage space to server stats ( #14125 )
...
* expose detailed user storage stats + display them in the storage per user table
* chore: openapi & sql
* fix: fix test stubs
* fix: formatting errors, e2e test and server test
* fix: upper lower case typo in spec file
---------
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-11-15 16:38:57 -06:00
Mert
caf6c0996d
refactor(mobile): backup info box ( #14171 )
...
split up backup info box into separate widgets
2024-11-15 17:16:52 -05:00
Alex
33263cf9f3
fix(mobile): Android local notification failes to invoke ( #14155 )
...
* fix(mobile): local notification failed to invoke
* add proguard rules
2024-11-14 16:05:32 -06:00
Mert
11403abfbc
feat(mobile): new video slider ui ( #14126 )
2024-11-13 19:49:25 -05:00
John Stef
de993289ad
fix(mobile): fix logout timeout ( #14104 )
...
* fix(mobile): add timeout to logout
* chore(mobile): refactor timeout durations
* feat(mobile): add loading state to logout button
* chore(mobile): format authentication.provider.dart
* chore: format
* chore: revert settings.json change
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-11-13 17:27:49 +00:00
Alex
3dad19883d
fix(mobile): duration ui overflow ( #14120 )
...
* fix(mobile): duration ui overflow
* pr feedback
2024-11-13 09:39:21 -06:00
Mert
e1feba2198
refactor(mobile): video controls ( #14086 )
...
* refactor video controls
* inline
* make mute icon const
* move placeholder to private widget
* adjust text width, move volume button slightly right
2024-11-13 01:13:21 -05:00
Alex
a9525de356
chore(mobile): post release tasks ( #14105 )
2024-11-12 14:34:33 -05:00
github-actions
31a1e64b58
chore: version v1.120.2
2024-11-12 17:30:29 +00:00
Alex
6b49104d59
fix(mobile): make sure date locale is inititialized for some languages ( #14035 )
2024-11-09 10:40:13 -05:00
Alex
2fe6607aea
chore(mobile): post release tasks ( #13989 )
2024-11-07 10:27:28 -06:00
Jason Rasmussen
64831e2328
refactor: remove smart info table ( #13985 )
2024-11-07 11:25:10 -05:00
Alex
6053214e75
chore(mobile): update isar build ( #13987 )
2024-11-07 09:54:19 -06:00
github-actions
599b489f81
chore: version v1.120.1
2024-11-07 15:31:19 +00:00
Alex
b238b69689
fix(mobile): video player not playing in full size on Android ( #13986 )
2024-11-07 15:04:20 +00:00
Alex
cff0b95f4c
chore(mobile): post release task ( #13954 )
2024-11-06 17:57:45 -05:00
github-actions
f1b8a9374f
chore: version v1.120.0
2024-11-06 16:17:29 +00:00
Alex
9fd425dd5c
chore(mobile): translation update ( #13942 )
2024-11-06 08:37:39 -06:00
Alex
b36de7d7d4
chore(mobile): upgrade gradle ( #13901 )
...
* chore(mobile): upgrade gradle
* update photo_manager
* migrate from kapt to ksp
pumps kotlin and other dependency version to fix build issues
* increase java heap size
---------
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2024-11-05 10:34:24 -06:00
Yashraj Jain
b95bc32310
fix(mobile): do not removed not backup asset when selecting the correspond options ( #13256 )
...
* fixed the local ids selecting issue
* code: updated impl inside deleteLocalOnlyAssets
* fix: used png instead of jpg to maintain picture quality
* Revert "fix: used png instead of jpg to maintain picture quality"
This reverts commit 04f2ed54e4
.
* fix: update logic from code-review perspective
* refractor (mobile) : Dart fix applied
* fix (mobile) : Updated multi grid as per requirement
---------
Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-11-01 09:03:03 -05:00
Mert
b9096f3e99
feat(server): use tonemapx for software tone-mapping ( #13785 )
2024-10-31 20:48:23 -04:00
Alex
5ac236d6fd
chore(mobile): update flutter_web_auth ( #13863 )
2024-10-31 17:35:01 -05:00
renovate[bot]
458f2acf42
chore(deps): update flutter ( #13455 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-31 17:53:26 +00:00
Alex
343cdcfeed
fix(mobile): not throwing error when cannot parse orientation value ( #13853 )
...
* fix(mobile): not throw when error in parsing the orientation
* fix(mobile): not throw when error in parsing the orientation
* linting
2024-10-31 09:37:02 -05:00
Zack Pollard
7d933ec97a
feat: built-in automatic database backups ( #13773 )
2024-10-31 11:29:42 +00:00
dvbthien
30d42e571c
fix(mobile): Reapply thumbnail image improvements and fix issue #13804 ( #13835 )
...
fix issue #13804
Co-authored-by: dvbthien <dvbthien@gmail.com>
2024-10-30 14:40:04 -05:00
Alex
318ab756cb
fix(mobile): search page ( #13833 )
...
* fix(mobile): search page minor problems
* fix: flashing between search
* restore search size
* remove print statement
* linting
2024-10-30 14:27:13 -05:00
Alex
a39a1cfffa
fix(mobile): thumbnail not filled area on tablet ( #13808 )
2024-10-29 16:39:14 +00:00
Alex
143ee0bc34
fix(mobile): Revert thumbnail image ui improvements ( #13655 ) ( #13806 )
...
Revert "chore(mobile): thumbnail image ui improvements (#13655 )"
This reverts commit 16f2364e93
.
2024-10-29 15:38:20 +00:00
github-actions
00dd9419a5
chore: version v1.119.1
2024-10-29 13:33:36 +00:00
Alex
044c3e93f8
chore(mobile): post release task ( #13779 )
2024-10-28 16:12:35 +00:00
github-actions
8449e78c8f
chore: version v1.119.0
2024-10-28 14:41:08 +00:00
dvbthien
16f2364e93
chore(mobile): thumbnail image ui improvements ( #13655 )
...
improve ui for thumbnail image
Co-authored-by: dvbthien <dvbthien@gmail.com>
2024-10-21 16:36:15 -05:00
Alex
791c37d2cc
chore(mobile): proper new UI layout for tablet ( #13650 )
...
* chore(mobile): better tablet UI
* fix spacing when trash is disable
* better layout for library page
* Removed navigation rail
* removed navigation rail reference
* correct padding
* fixed people page
2024-10-21 13:39:18 -05:00
dvbthien
ee0130a58b
fix(mobile): Fix minor issues with downloading assets ( #13609 )
...
* improve download asset
* fix: download motion photos on ios
---------
Co-authored-by: dvbthien <dvbthien@gmail.com>
Co-authored-by: Alex <alex.tran1502@gmail.com>
2024-10-20 12:56:02 -05:00
pyorot
b1149881bd
feat(server): add pcm_s16le accepted audio codec ( #13418 )
2024-10-18 08:26:16 -04:00
github-actions
e8015dc7d7
chore: version v1.118.2
2024-10-16 18:44:39 +00:00
github-actions
edd7dfb5d8
chore: version v1.118.1
2024-10-15 20:44:10 +00:00
renovate[bot]
0a3bfd5cc3
fix(deps): update dependency device_info_plus to v11 ( #13427 )
2024-10-15 14:41:42 -04:00
github-actions
8f69d9d0ec
chore: version v1.118.0
2024-10-15 10:48:53 +00:00
Alex
22a2bfc812
chore(mobile): Translations update ( #13423 )
...
chore(mobile): translation update
2024-10-14 11:06:24 -04:00
Alex
452ce73e7f
fix(mobile): more efficient loading local image on ios ( #13426 )
2024-10-14 15:52:58 +07:00