1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-06 11:56:46 +01:00
Commit graph

836 commits

Author SHA1 Message Date
mertalev
4d1d902773
make aspect ratio logic reusable, optimizations 2024-11-17 10:45:19 -05:00
mertalev
60715059f7
ensure dimensions for memory cards 2024-11-17 00:02:22 -05:00
mertalev
aa890c0858
faster initialization for remote videos 2024-11-16 23:51:48 -05:00
mertalev
03211c43f9
increase delay for hero animation 2024-11-16 23:34:48 -05:00
mertalev
381fe5c2fd
maybe fix duplicate key error 2024-11-16 22:26:22 -05:00
mertalev
937fb4e30e
fix duplicate key error 2024-11-16 21:31:13 -05:00
mertalev
71e058af2e
error handling for async calls 2024-11-16 20:57:42 -05:00
mertalev
6c8f7b7e6d
use visibility for motion videos 2024-11-16 20:35:11 -05:00
mertalev
b0a2a6ac13
improved motion photo handling 2024-11-16 20:19:08 -05:00
mertalev
d1c7ed5464
fix stack handling 2024-11-16 20:19:08 -05:00
mertalev
3b9a3d4037
use current asset provider and loadAsset 2024-11-16 20:19:08 -05:00
Alex
613ce513cd
chore: generate router page 2024-11-16 20:19:08 -05:00
mertalev
caee381721
extra smooth seeking, add comments 2024-11-16 20:19:08 -05:00
mertalev
e59912e16e
linting 2024-11-16 20:19:08 -05:00
mertalev
0010eda67f
fix controls when swiping between image and video 2024-11-16 20:19:08 -05:00
mertalev
190dbb0042
await things 2024-11-16 20:19:08 -05:00
mertalev
dbca16e352
slightly lower delay 2024-11-16 20:19:08 -05:00
mertalev
64e23a3b5c
higher res placeholder for local videos 2024-11-16 20:19:08 -05:00
mertalev
7d5294f7ef
fixed referencing uninitialized orientation 2024-11-16 20:19:08 -05:00
mertalev
3da28a4685
removed unnecessary import 2024-11-16 20:19:08 -05:00
mertalev
de61abb3aa
refactor aspect ratio calculation 2024-11-16 20:19:08 -05:00
mertalev
bef9a1eae7
clean up logging 2024-11-16 20:19:08 -05:00
mertalev
49c4d7cff9
refinements and fixes
fix orientation for remote assets

wip separate widget

separate video loader widget

fixed memory leak

optimized seeking, cleanup

debug context pop

use global key

back to one widget

fixed rebuild

wait for swipe animation to finish

smooth hero animation for remote videos

faster scroll animation
2024-11-16 20:19:08 -05:00
shenlong-tanwen
3272ad4a7b
fix: handle remote asset orientation 2024-11-16 20:19:08 -05:00
shenlong-tanwen
46a8e9084a
fix: aspect ratio 2024-11-16 20:19:08 -05:00
Alex
5e8ee6dc5f
turn on volume when video plays 2024-11-16 20:19:08 -05:00
shenlong-tanwen
9c470def18
fix: handle buffering 2024-11-16 20:19:08 -05:00
shenlong-tanwen
5ebac69647
refactor: native_video_player 2024-11-16 20:19:08 -05:00
Alex
6f3ceb58b8
stateful widget 2024-11-16 20:19:08 -05:00
Alex
a346a37743
splitup the player 2024-11-16 20:19:08 -05:00
Alex
a8994ffb22
add native player library 2024-11-16 20:19:08 -05: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
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
6b49104d59
fix(mobile): make sure date locale is inititialized for some languages (#14035) 2024-11-09 10:40:13 -05: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
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
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
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
Alex
452ce73e7f
fix(mobile): more efficient loading local image on ios (#13426) 2024-10-14 15:52:58 +07:00
Alex
f59b813ffe
chore(mobile): search page minor enhancements (#13403)
* chore(mobile): search page retouched

* add placeholder photos

* remove unused page

* focus the search input when tapping on the search controller button

* detail fixed

* remove print statements

* disable scrolling of empty content
2024-10-14 09:50:07 +07:00
Alex
4ce49e4666
chore(mobile): clean up (#13338) 2024-10-10 16:53:20 +07:00