aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu
Commit message (Collapse)AuthorAgeFilesLines
* new: add to calendar via date context menuBananeweizen2014-01-111-0/+5
|
* new: GPX import from Android storage access frameworkBananeweizen2014-01-031-0/+4
| | | | Only works on Kitkat. Now you can import directly from dropbox and related services.
* new: contacts addonBananeweizen2013-12-291-1/+0
| | | | | * If you want to use this, add _nickname_ or _alias_ fields to your contacts in the standard contact app. Afterwards you can open the contact card directly from a log entry.
* fix #3398: have options menu for pocket queriesBananeweizen2013-12-181-0/+5
|
* 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