shenlong
shenlong
#### Changes made: - Moved migration and db related utils to a common DBUtils class
#### Changes made - Refactored the mobile app handling to have separate collections for Local Albums and Remote albums - Currently, all the local albums and assets are fetched and...
Follows #7000 #### Changes made: - Local albums will not be rendered in the main timeline after 7000. This PR brings it back. After this change: - Assets that are...
Follows #7090 This is a WIP branch to test using checksum for validating assets before uploading them to the server. #### Changes made in the PR - Refactor BackupState into...
#### Changes made: - Upgrades `auto_route` and `auto_route_generator` to 8.x - Removes the route config for `VideoViewerPage` since it actually is a component and never used as a separate route...
#### Changes made: - Auto play memories in the mobile app - Auto play duration setting to select the interval between 1-5 seconds
#### Changes made in the PR - Adds a new Overnight Upload route specific to iOS devices - Enables Wakelock while overnight upload route is opened and backup is in...
Currently, it is only possible to provide a URL to fetch and read the style JSON from. For our application, we store the style JSON in our server and require...
#### Changes made in the PR: - replaced video_player with native_video_player to fix HDR playback on mobile devices - buffering is handled by using a timer to periodically check if...