uhuruphotos-android
uhuruphotos-android copied to clipboard
🖼️A modern media gallery, with features like backup/sync, semantic search, media map, face recognition, memories and much more built using the latest Android technologies.
In albums, either auto generated or user albums, when an image selected to view sometimes the first image in the album is opened instead of the selected image.
This shouldn't happen as the task is being offloaded to a background thread with reduced priority yet somehow the main thread is still being frozen. Need to investigate
The problem is that since the server doesn't read and provide said data, we'd have to wait until the full video file is downloaded before loading them and even then,...
If I rotate my phone in the middle of a video, the video starts from the beginning
https://android-developers.googleblog.com/2021/12/announcing-jetpack-glance-alpha-for-app.html
If the user has a lot of photos, loading them all at once from the db takes a while and they are stuck watching a loading spinner. Implementing paginated loading...