AppManager
AppManager copied to clipboard
Backup/Restore UI
Please check before submitting an issue
- [X] I am using the latest version of App Manager
- [X] I have searched the issues and haven't found anything relevant
- [X] I have read the docs
Describe a description of the new feature
Add a full screen UI to show backup/restore state and progress It should contain these data and features:
- Progress bars (Just like the one displayed in the notification bar, there are two progress bars, one showing the backup progress of the current app, and the other showing the progress of the completed app in the total number of backups)
- A detailed percentage of the backup progress for each progress bar
- The size of the data that has been backed up by the current application
- the total size of the application that is being backed up
- the size that has been backed up during batch backup
- the total size of data that has been backed up during batch backup
- Time spent in current application
- Time spent during batch backup
- Stop backup button This UI could enter ways:
- By click the message in notification bar
- Automatically enters when a backup is started (can go back to the previous level without terminating the backup)
- When backing up, the "Backup in progress" option will be displayed in the ellipsis menu in the upper right corner of the main page, click to enter this UI
Inspired by Swift Backup, here some example pictures
Describe the solution you'd like
No response
Describe alternatives you've considered
The existing notification bar progress bar in 4.x also provides some information display, but it doesn't show detailed percentage and data size information, and the notification bar messages can easily be cleaned up by mistake and there is no way to open them again, which is very unstable. There is alse no way to stop backup unless kill the App Manager. a fullscreen backup page like swift backup might be better.
Additional context
No response