aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/cache_list_options.xml
Commit message (Collapse)AuthorAgeFilesLines
* fix #3259: remove menu "remove all and list"Bananeweizen2014-06-121-4/+0
|
* convert sort selection to actionproviderBananeweizen2014-06-121-20/+24
|
* new: make import/export top level menu itemsBananeweizen2014-06-111-16/+32
|
* fix #3953: have number of caches in deletion confirmationBananeweizen2014-06-111-2/+2
| | | | This also renames a number of involved string resources to enforce a new translation which avoids the term "drop" and instead uses "remove".
* fix white map mode iconBananeweizen2014-05-281-1/+1
|
* Flatten menu in the List menu, makes new list more accessible, fixes #3884Arne Schwabe2014-05-221-22/+10
|
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-1/+10
| | | | | | | | | | | | | | | | | | | | | | | This a first version of an ActionBar implementation with following properties: - The application should be usuable (there still might be bugs left from the conversation to Action) - Provides a more modern feeling on all devices - gets rid of the "dots of shame" on Android 3.0+ devices - The Maps classes MUST inherit from Activity instead of ActionBarActivity. There these classes use the old ActionBar on Android 2.3 devices and the real ActionBar on 3.0+ - This can be fixed when cgeo is ported to Google Maps API v2.0 API which usesFragment - The Dialog classes (CachePopup and WaypointPopup) have been converted to DialogFragments - The AppCombat themes provide no Theme.Dialog theme - this will later ease using these Fragment in other Activities - Use an almost empty activity which just shows the DialogFragment - Use the 'old' ActionBar but which overflow menu button to fit into Holo Design Style - Using a real ActionBar for Dialogs is not really support by Android and trying to force the frame into showing an Actionbar on a dialog leeds to strange bugs/effects - Most of the icon are still the Android 2.3 Menu Icon. These need to be replaced with Holo Style Icons - for most menu icon the ifRoom and/or withText attributes should be reviewed and set - The ActionBar of the main Activity is transparent. This is more or less by accident but looks good - Review Up Action of activities. Is going back to Main Activity always the semantically right thing to do? - Shortpress/Longpress on the Actionbars Compass Icon for primary/secondary Navigation clashes the normal ActionBar behaviour of long pressing to show the text of the action This commit contains many fixes and suggestions from rsudev
* 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.
* 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-301-0/+114