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

Option to backup/restore app data to dropbox, drive, etc #184

Closed
rejhgadellaa opened this issue Sep 14, 2015 · 1 comment
Closed

Option to backup/restore app data to dropbox, drive, etc #184

rejhgadellaa opened this issue Sep 14, 2015 · 1 comment

Comments

@rejhgadellaa
Copy link
Owner

Related to issue #180

The easy part is the data that is already stored on local storage (stations,json, session.json, etc) so that can be exported without too much hassle. It's probably already possible to restore those files after a fresh install (< try this out, it's basically the manual version of what needs automation) and have Icerrr work with those.

What does need looking at is what's stored in the app's SharedPreferences. I don't think it's vital stuff but it might need some extra care to restore the data and send all required data to the java part of things.

@rejhgadellaa
Copy link
Owner Author

Just tried replacing data on storage (Icerrr/*) with backup. Stations data probably works but session is loaded from cookie (and only if that fails it loads from storage). So I need to do something there..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant