aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/CacheMenuHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* more null annotationsBananeweizen2015-01-301-1/+3
|
* Caches can always be opened in browserSamuel Tardieu2015-01-021-1/+0
|
* fix #4433: menu items missing in popupSamuel Tardieu2014-10-281-0/+3
|
* fix some findbugs issuesBananeweizen2014-09-071-1/+5
|
* convert navigation popup menu to action menuBananeweizen2014-08-171-2/+7
|
* upgrade Eclipse settings to LunaBananeweizen2014-06-291-3/+2
|
* In Popup Menus the share item does not always have actionProvider, check for ↵Arne Schwabe2014-06-151-0/+10
| | | | an actionprovider in the menu handler (fixes #3996)
* fix #3907: duplicate share menuBananeweizen2014-06-131-10/+6
|
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-5/+27
| | | | | | | | | | | | | | | | | | | | | | | 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
* Merge remote-tracking branch 'origin/release'Bananeweizen2014-01-181-0/+4
|\
| * fix #3552: NPE in menu handlerBananeweizen2014-01-181-0/+4
| |
* | new: add to calendar via date context menuBananeweizen2014-01-111-2/+3
| |
* | refactoring: move calendar addon code into a single classBananeweizen2014-01-111-48/+2
|/
* refactoring: simplify confirmation dialogs, remove duplicate codeBananeweizen2013-12-191-23/+12
|
* fix #3396: crash on logging event cacheBananeweizen2013-11-091-1/+4
|
* refactoring: fix lint and findbugs warningsBananeweizen2013-09-291-8/+12
|
* #2210: convert cache menu to resourceBananeweizen2013-09-291-0/+122