-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Backup Option for App-Settings ... #757
Comments
It's a difficult situation. I think saving/restoring app settings is straightforward, but doing the same with widgets presents a serious challenge. The problem is the app isn't capable of creating widgets itself (this is done by the launcher), so there is no direct way to go about restoring them later. There might be a roundabout solution though... |
Thank you, |
Sorry for the misunderstanding. What I meant was that implementing such a feature for the app settings will be straightforward. The feature is still missing (but likely to be added sometime soon). Also, IIRC, the built-in Android backup should work too, but only to a limited degree. A large number of settings used by the app are technically "widget settings", and so are currently omitted from backups. They aren't included because a handful of those settings (location related mainly) are considered sensitive data that I'd like to prevent ending up on some cloud. |
UI for import/export widget settings; adds menu items and file selection to widgetlist and widgetconfig activities. #757
export widget settings to json (#757)
Is it possible to save the settings in an individual path, (including the set up widgets)?
It would be a shame if everything had to be reset again, after a crash or device change.
The text was updated successfully, but these errors were encountered: