Fynn Petersen-Frey
2139853dd9
refactor(mobile): introduce Album & User classes ( #1561 )
...
replace usages of AlbumResponseDto with Album
replace usages of UserResponseDto with User
2023-02-06 01:13:32 -06:00
Fynn Petersen-Frey
0048662182
refactor(mobile): reworked Asset, store all required fields from local & remote ( #1539 )
...
replace usage of AssetResponseDto with Asset
Add new class ExifInfo to store data from ExifResponseDto
2023-02-04 14:42:42 -06:00
Matthias Rupp
bcb0056b55
chore(mobile): Run dart analyze in CI ( #1425 )
...
* Run dart analyze in CI
* Add pub get
* Fix linter errors in mobile code
2023-01-26 08:40:19 -06:00
Fynn Petersen-Frey
83c7434eb5
feat(mobile): enable zoom of preview images & reuse cached thumbnails ( #1049 )
2022-12-03 21:59:39 -06:00
Alex
e799f35dd2
chore(server) refactor serveFile and downloadFile endpoint ( #978 )
2022-11-16 00:11:16 -06:00
Alex Tran
0f51a9794e
fixed delete dialog colors
2022-10-14 11:15:19 -05:00
Matthias Rupp
8e4c4c34e4
Use CachedNetworkImage and separate cache for thumbnails on library page ( #509 )
...
* Use CachedNetworkImage and separate cache for thumbnails on library page
* Use caching for shared albums as well
* Introduce cache service
2022-08-21 09:41:36 -07:00
Matthias Rupp
b46e834220
Mobile performance improvements ( #417 )
...
* First performance tweaks (caching and rendering improvemetns)
* Revert asset response caching
* 3-step image loading in asset viewer
* Prevent panning and zooming until full-scale version is loaded
* Loading indicator
* Adapt to gallery PR
* Cleanup
* Dart format
* Fix exif sheet
* Disable three stage loading until settings are available
2022-08-07 19:43:09 -05:00