Commit Graph

132 Commits (055f1fc72fd1b3cecd00a5110e1f830a71a41945)

Author SHA1 Message Date
Alex 055f1fc72f
feat(mobile): Auto switching server URLs (#14437) 2024-12-05 09:11:48 +07:00
shenlong 3c38851d50
feat(mobile): native_video_player (#12104)
* add native player library

* splitup the player

* stateful widget

* refactor: native_video_player

* fix: handle buffering

* turn on volume when video plays

* fix: aspect ratio

* fix: handle remote asset orientation

* 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

* clean up logging

* refactor aspect ratio calculation

* removed unnecessary import

* transitive dependencies

* fixed referencing uninitialized orientation

* use correct ref to build android

* higher res placeholder for local videos

* slightly lower delay

* await things

* fix controls when swiping between image and video

* linting

* extra smooth seeking, add comments

* chore: generate router page

* use current asset provider and loadAsset

* fix stack handling

* improved motion photo handling

* use visibility for motion videos

* error handling for async calls

* fix duplicate key error

* maybe fix duplicate key error

* increase delay for hero animation

* faster initialization for remote videos

* ensure dimensions for memory cards

* make aspect ratio logic reusable, optimizations

* refactor: move exif search from aspect ratio to orientation

* local orientation on ios is unreliable; prefer remote

* fix no audio in silent mode on ios

* increase bottom bar opacity to account for hdr

* remove unused import

* fix live photo play button not updating

* fix map marker -> galleryviewer

* remove video_player

* fix hdr playback on android

* fix looping

* remove unused dependencies

* update to latest player commit

* fix player controls hiding when video is not playing

* fix restart video

* stop showing motion video after ending when looping is disabled

* delay video initialization to avoid placeholder flicker

* faster animation

* shorter delay

* small delay for image -> video on android

* fix: lint

* hide stacked children when controls are hidden, avoid bottom bar dropping

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
2024-12-04 16:03:46 +07:00
Alex 95297cd024
chore(mobile): post release tasks (#14259) 2024-11-20 14:04:33 +07:00
Alex a9525de356
chore(mobile): post release tasks (#14105) 2024-11-12 14:34:33 +07:00
Alex 2fe6607aea
chore(mobile): post release tasks (#13989) 2024-11-07 10:27:28 +07:00
Alex cff0b95f4c
chore(mobile): post release task (#13954) 2024-11-06 17:57:45 +07:00
Alex 044c3e93f8
chore(mobile): post release task (#13779) 2024-10-28 16:12:35 +07:00
Alex 432bcbbd1a
chore(mobile): post release task (#13136) 2024-10-03 10:19:14 +07:00
Alex 4ed1517e60
chore(mobile): post release task (#12991) 2024-09-27 14:13:24 +07:00
Alex a6e703ed6b
chore(mobile): post release task (#12955) 2024-09-27 08:11:22 +07:00
Alex cdbc673a59
chore(mobile): post release task (#12615) 2024-09-13 13:25:43 +07:00
Alex 00a5da0ebc
chore(mobile): post release task (#12398)
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
2024-09-07 13:26:18 +07:00
Alex 5d6716d265
chore(mobile): post release task (#12268) 2024-09-03 18:32:20 +07:00
Alex 40327ad987
chore(mobile): post release tasks (#12157)
* sent to reviewer

* sent to reviewer

* update to app store

* update to app store
2024-08-30 16:35:06 +07:00
Alex ed6971222c
chore(mobile): Flutter 3.24 (#11633)
* chore(mobile): Flutter 3.24

* fix lint

* fix rendering issues that lead to log get filled with error messages

* linting

* merge main

* fix isar prod build Android

* fix mismatch icon offset
2024-08-15 14:53:37 +07:00
Alex 3ab7438036
chore(mobile): post release task (#11791) 2024-08-15 12:38:02 +07:00
Alex 9e21f254cd
chore(mobile): post release task (#11776) 2024-08-14 13:50:35 +07:00
Alex 8ee8450d18
chore(mobile): post release task (#11456) 2024-07-30 21:41:10 +07:00
Alex 59b809012f
chore(mobile): post release task (#11382) 2024-07-26 15:38:41 +07:00
Alex 7c3326b662
chore(mobile): post release task (#11220) 2024-07-19 15:10:29 +07:00
Alex 0fbfbc86d2
chore(mobile): post release task (#11006) 2024-07-10 11:40:19 +07:00
Alex 7bde19d842
chore(mobile): separate build flavors (#10872) 2024-07-05 09:43:11 +07:00
Alex bed9ccadbc
chore(mobile): post release pump (#10775) 2024-07-02 16:41:40 +07:00
Alex 14d94df1b8
chore(mobile): post release pump (#10759)
* chore(mobile): post release pump

* remove cache report file
2024-07-02 11:20:52 +07:00
Alex c642150b85
chore(mobile): post release task (#10228) 2024-06-12 14:17:58 +07:00
Alex 60701d131e
chore(mobile): post release pump (#10114) 2024-06-11 06:26:52 +07:00
Alex Tran d551003311 chore: post release tasks 2024-05-14 13:38:12 +07:00
Alex Tran 5985f72643 chore: post release tasks 2024-05-13 14:17:28 +07:00
Alex 55031cc117
Revert "feat(android) Check server is reachable before starting background backup (#8989)" (#9324)
This reverts commit 0435de50f8.
2024-05-09 12:16:53 +07:00
Alex 25262b644f
chore: post release tasks 2024-04-29 10:31:50 +07:00
devjn 0435de50f8
feat(android) Check server is reachable before starting background backup (#8989)
* Check that server is reachable before starting backup work

* Fix iOS not starting background service

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-04-23 12:50:34 +07:00
Alex 40931b5668
chore: post release tasks 2024-04-20 11:15:41 +07:00
Alex c858b43717
chore: post release tasks 2024-04-20 09:12:11 +07:00
Alex 57be9182d4
chore: post release tasks 2024-04-19 15:32:45 +07:00
Alex 82aeb3292a
feat(mobile): in app language selector (#8574)
* feat(mobile): select locale in the mobile app

* add additional locale

* use the same locale variable across the app

* using different data structure

* drop down with button

* update pull locales

* open app ios

* remove dependency

* format fix
2024-04-06 21:58:35 +07:00
Alex e5fe68cbf6
chore: post release tasks 2024-04-04 22:05:56 +07:00
Alex 3f61019ca1
chore: post release tasks 2024-03-28 13:49:18 +07:00
Alex 591a641d8d
chore: post release tasks 2024-03-20 10:00:35 +07:00
Alex 0bc773fd00
refactor(mobile): backup album selection (#8053)
* feat(mobile): include album with 0 assets as album option for backup

* Show icon instead of thumbnail

* Handle backupProgress state transition correctly to always load the backup info

* remove todo comment
2024-03-19 08:40:14 +07:00
Alex 76432341ed
feat(mobile): update logo (#7919)
* App Icon

* In App Icon

* runner

* ios icon

* ios is done

* splash

* Notification Icon

* Immich text

* Immich text

* actually update andoir icon

* adaptive icon

* adaptive icon
2024-03-13 12:14:59 +07:00
Alex ae34e4f59f
chore: post release tasks 2024-03-11 09:48:25 +07:00
Alex 4fdb0835c9
chore: post release tasks 2024-03-08 19:08:33 +07:00
Alex 2e56e777ce
chore: post release tasks 2024-02-28 16:49:02 +07:00
Alex a02a24f349
chore: post release tasks 2024-02-27 23:09:40 +07:00
Alex 578b71b961
chore: post release tasks 2024-02-20 11:05:24 +07:00
martyfuhry 0d876a470f
feat(mobile): Adds WiFi only backup option to iOS (#6724)
Adds WiFi only backup option to iOS

Co-authored-by: Marty Fuhry <marty@fuhry.farm>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-02-07 21:54:54 +07:00
Alex ada3eeb777
chore: post release tasks 2024-01-31 16:52:48 +07:00
Alex d2c2db2595
chore: post release tasks 2024-01-31 12:53:56 +07:00
Alex b34a808fbb
feat(mobile): Add Slovenian (#6558) 2024-01-21 16:27:54 +07:00
Alex 7e1b1eae41
chore: post release tasks 2024-01-18 21:15:58 +07:00