1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-24 08:52:28 +02:00
immich/mobile
Fynn Petersen-Frey 47f5e4134e
feat(mobile): use cached asset info if unchanged instead of downloading all assets (#1017)
* feat(mobile): use cached asset info if unchanged instead of downloading all assets

This adds an HTTP ETag to the getAllAssets endpoint and client-side support in the app.
If locally cache content is identical to the content on the server, the potentially large list of all assets does not need to be downloaded.

* use ts import instead of require
2022-11-26 10:16:02 -06:00
..
android Up mobile version for hotfix release 2022-11-24 15:50:18 -06:00
assets feat(mobile) Add OAuth Login On Mobile (#990) 2022-11-20 11:43:10 -06:00
fonts Update inline font for f-droid publication metric (#107) 2022-04-04 09:08:53 -05:00
ios Added custom buildscript for XCodeCloud 2022-11-21 13:54:30 -06:00
lib feat(mobile): use cached asset info if unchanged instead of downloading all assets (#1017) 2022-11-26 10:16:02 -06:00
openapi feat(mobile): use cached asset info if unchanged instead of downloading all assets (#1017) 2022-11-26 10:16:02 -06:00
scripts feat(mobile) added french translations (#343) 2022-07-13 11:35:02 -05:00
test feat: support iOS LivePhoto backup (#950) 2022-11-18 23:12:54 -06:00
.gitignore Enable swiping between assets (#381) 2022-08-03 15:36:12 -05:00
.metadata Optimize android's Gradle settings and clean up mobile source code (#240) 2022-06-22 00:23:35 -05:00
analysis_options.yaml Refactor mobile to use OpenApi generated SDK (#336) 2022-07-13 07:23:48 -05:00
makefile Implement CI/CD for Android (#48) 2022-03-13 22:10:07 -05:00
pubspec.lock feat(mobile) Add OAuth Login On Mobile (#990) 2022-11-20 11:43:10 -06:00
pubspec.yaml Up mobile version for hotfix release 2022-11-24 15:50:18 -06:00
README.md Update readme 2022-02-07 23:55:30 -06:00

Immich Mobile Application - Flutter