Logan676 / anymemo

Automatically exported from code.google.com/p/anymemo
GNU General Public License v2.0
0 stars 0 forks source link

There should be a "Save" option in the Settings activity's warning dialog about settings change #230

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What is the feature you want?
1. Go to settings
2. Change a settings 
3. And press back button

I hope there is an option to just save it instead of needing press saving menu 
item.

How important is it to you?

Do you think other people also want this feature and why?

Original issue reported on code.google.com by mrlhwlib...@gmail.com on 8 Jun 2013 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by mrlhwlib...@gmail.com on 8 Jun 2013 at 8:30

GoogleCodeExporter commented 9 years ago
The part that needs to be changed is here:
http://code.google.com/p/anymemo/source/browse/src/org/liberty/android/fantastis
chmemo/ui/SettingsScreen.java#182

This is the dialog displayed when the settings is unsaved.
It needs to be changed to to call Save using the logic here:
http://code.google.com/p/anymemo/source/browse/src/org/liberty/android/fantastis
chmemo/ui/SettingsScreen.java#145

The tests needs to be added is here:
http://code.google.com/p/anymemo/source/browse/test/src/org/liberty/android/fant
astischmemo/test/integration/SettingsScreenActivityTest.java

Original comment by mrlhwlib...@gmail.com on 14 Jun 2013 at 9:11

GoogleCodeExporter commented 9 years ago

Original comment by mrlhwlib...@gmail.com on 14 Jun 2013 at 9:11

GoogleCodeExporter commented 9 years ago
This is done in the latest nightly build.

Original comment by mrlhwlib...@gmail.com on 25 Jun 2013 at 3:55