1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-01 15:11:21 +01:00
Commit graph

11 commits

Author SHA1 Message Date
Jason Rasmussen
7ea55c7236
refactor(server): download endpoints ()
* refactor(server): download controller

* chore: open api

* chore: fix mobile references
2024-01-26 08:19:13 -06:00
shenlong
22172a680b
fix(mobile): validate response code from download file ()
Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
2023-10-19 15:19:00 -05:00
Alex
d6f2ca6aaa
feat(mobile): improved logging page experience ()
* feat(mobile): improve logging page

* Use new API for share file

* removed unused code

* Better safe area on the home screen

* Added preparing share dialog to home screen
2023-04-03 16:43:46 -05:00
Fynn Petersen-Frey
0048662182
refactor(mobile): reworked Asset, store all required fields from local & remote ()
replace usage of AssetResponseDto with Asset

Add new class ExifInfo to store data from ExifResponseDto
2023-02-04 14:42:42 -06:00
Jason Rasmussen
2b0b2bb1ae
refactor(server): download file ()
* refactor(server): download file

* chore: generate open-api and remove unused refs

* chore(server): tests

* chore: remove unused code
2023-02-03 09:16:25 -06:00
martyfuhry
f23979024a
chore(mobile): Update share_file to latest version and migrate to using cross platform shareXFile ()
* update share_plus and use sharexfile

* rename variable
2023-01-29 20:46:30 -06:00
Matthias Rupp
bcb0056b55
chore(mobile): Run dart analyze in CI ()
* Run dart analyze in CI

* Add pub get

* Fix linter errors in mobile code
2023-01-26 08:40:19 -06:00
Alex
e799f35dd2
chore(server) refactor serveFile and downloadFile endpoint () 2022-11-16 00:11:16 -06:00
Fynn Petersen-Frey
1633af7af6
feat(mobile): show local assets ()
* introduce Asset as composition of AssetResponseDTO and AssetEntity

* filter out duplicate assets (that are both local and remote, take only remote for now)

* only allow remote images to be added to albums

* introduce ImmichImage to render Asset using local or remote data

* optimized deletion of local assets

* local video file playback

* allow multiple methods to wait on background service finished

* skip local assets when adding to album from home screen

* fix and optimize delete

* show gray box placeholder for local assets

* add comments

* fix bug: duplicate assets in state after onNewAssetUploaded
2022-11-08 11:00:24 -06:00
Matthias Rupp
52377c2dcf
Fix sharing on iPad () 2022-08-11 08:13:33 -05:00
Matthias Rupp
e57e279fe1
Share assets from mobile to other apps ()
* Share unique assets

* Style share preparing dialog

* Share assets from multiselect

* Fix i18n

* Use navigator like in delete dialog

* Center bottom-bar buttons
2022-08-08 10:46:12 -05:00