aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu
Commit message (Collapse)AuthorAgeFilesLines
* refactor cache list menuBananeweizen2013-10-191-8/+8
| | | | * move refresh to top instead of having "delete all" there * disable some menu items for empty lists
* #2210: convert cache list menus to resourceBananeweizen2013-09-302-0/+163
|
* #2210: convert cache menu to resourceBananeweizen2013-09-291-1/+11
|
* refactor waypoint menu to XML resourceBananeweizen2013-09-211-0/+32
|
* refactoring: convert details context menu to XML resourceBananeweizen2013-09-201-0/+21
|
* Implements #2234: Hide own/found from Live MapJavaDog2013-07-191-0/+5
| | | | | | | | Added a button to show/hide own/found caches in the Live Map menu, under the "Map settings" option (renamed from "Map modes"). Refactored boolean "liveChanged" in CGeoMap.java, renamed to "markersInvalidated" as it now has more than that one use.
* Cleaning up string resourcesrsudev2013-07-091-10/+0
|
* Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-091-5/+0
|
* Implements #750, use preference activitykoem2013-07-091-0/+5
|
* Radio buttons instead of check boxes in map strategycampbeb2013-06-121-4/+0
|
* refactoring: apply android formatter to all XML filesBananeweizen2013-06-028-8/+18
| | | * makes it easier to compare and find duplicate code
* refactoring: use menu inflationBananeweizen2013-05-261-0/+11
|
* #2710: speech output in compassBananeweizen2013-05-101-0/+11
|
* refactoring: use menu resources instead of codeBananeweizen2013-05-1011-0/+245
|
* #2210: use resource for main options menuBananeweizen2012-12-271-0/+30
* remove context menus, use list selection UI or alert dialog instead