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

Save MapSettings to the system #126

Open
CoolCapri opened this issue May 19, 2013 · 7 comments
Open

Save MapSettings to the system #126

CoolCapri opened this issue May 19, 2013 · 7 comments

Comments

@CoolCapri
Copy link
Collaborator

Currently we are not saving MapSettings (Such as map type) so that users will always get the same type of map (the default one) and other settings once they exit and re-launch MetroBike. We should save them on the exit of our app.

@ghost ghost assigned sw11 May 19, 2013
@CoolCapri
Copy link
Collaborator Author

There is also a bug only to be fixed once this feature is finished. You can select any map type for main activity, and it will be activated immediately. But when you restart the map, everything on the map will be recreated, although map type shown in Settings is still the map type of the previous map. This is also mentioned in the code.

@sw11
Copy link
Collaborator

sw11 commented May 19, 2013

True! I just fix the main activity page.
I will hopefully fix the setting consistency before beta

@sw11
Copy link
Collaborator

sw11 commented May 20, 2013

Right now the app will remain the same status if exit or re-launch.
But NOT killed. It requires to save data into file and I will work on that in version 1.

@CoolCapri
Copy link
Collaborator Author

Also, it seems that when you are in ResultsActivity (not sure about NavActivity), if you change settings to enable traffic information, it will not immediately update that content unless you refresh it. This is not a big deal but worth mentioning, though.

@CoolCapri
Copy link
Collaborator Author

@sw11 Now the only issue left here is that, when you exit the app, COMPLETELY CLOSE IT IN APP MANAGER and re-enter the app, the map type and other status will be lost.

@dutchscout
Copy link
Collaborator

This behavior seems acceptable to me, as long as history is preserved. What do others think?

@sw11
Copy link
Collaborator

sw11 commented May 31, 2013

I won't fix the map type issue in this phrase. Maybe I will save the map type status in the next phrase if we have one.

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

4 participants