Skip to content
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

Closed
volker001 opened this issue Jan 6, 2024 · 3 comments · Fixed by #767
Closed

[Feature request] Backup Option for App-Settings ... #757

volker001 opened this issue Jan 6, 2024 · 3 comments · Fixed by #767
Milestone

Comments

@volker001
Copy link

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.

@volker001 volker001 changed the title Backup Option for App-Settings ... [Feature request] Backup Option for App-Settings ... Jan 6, 2024
@forrestguice
Copy link
Owner

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...
I think some launchers (nova) are able to backup their widgets too, but it only includes things like size and placement. It works for extremely simple widgets. The Suntimes widgets would still be missing their individual configurations afterward. This is something the app needs to backup/restore on its own, however since the widget ids will have been changed, it also needs to guess which widget is which 🤷‍♂️.

@volker001
Copy link
Author

Thank you,
Export / Backup the App-Settings:
I don't see any Export/Backup Options in the app's settings.
Did I miss it?

@forrestguice
Copy link
Owner

Did I miss it?

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.

forrestguice added a commit that referenced this issue Jan 19, 2024
UI for import/export widget settings; adds menu items and file selection to widgetlist and widgetconfig activities. #757
forrestguice added a commit that referenced this issue Jan 19, 2024
export widget settings to json (#757)
@forrestguice forrestguice added this to the v0.15.11 milestone Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants