aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/menu/main_activity_options.xml
Commit message (Collapse)AuthorAgeFilesLines
* fix 4556: scan menu shall always be visibleBananeweizen2014-12-261-51/+50
|
* fix #4426: Disable optional action bar actions by defaultBananeweizen2014-10-201-0/+2
|
* follow naming conventionsBananeweizen2014-07-031-9/+9
| | | Use the namespace "app" instead of "cgeo" for custom attributes.
* fix bad menu item attributeBananeweizen2014-05-221-1/+1
|
* Use holo style search iconArne Schwabe2014-05-201-1/+1
|
* push settings action further downBananeweizen2014-05-181-6/+6
| | | | | According to the guidelines, settings are only needed by the user seldomly and shall therefore not be the most prominent action in the action bar.
* change: use complete actionbar space for search inputBananeweizen2014-05-181-17/+18
|
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-1/+16
| | | | | | | | | | | | | | | | | | | | | | | 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: 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
|
* Remove old SettingsActivity, rename new SettingsActivityrsudev2013-07-091-5/+0
|
* Implements #750, use preference activitykoem2013-07-091-0/+5
|
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-0/+30