immich/mobile/lib/shared
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
..
models Add equals and hashcode to Asset 2022-11-08 19:02:02 +01:00
providers feat(mobile): use cached asset info if unchanged instead of downloading all assets (#1017) 2022-11-26 10:16:02 -06:00
services chore(mobile): clean up linter problems (#1000) 2022-11-21 06:13:14 -06:00
ui chore(mobile): clean up linter problems (#1000) 2022-11-21 06:13:14 -06:00
views fix(mobile): freeze on splash screen due to accessing bad state (#998) 2022-11-21 05:29:43 -06:00