aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/AbstractLoggingActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release'Bananeweizen2014-08-191-11/+0
|\
| * fix #4192: always show logging item in action barBananeweizen2014-08-191-11/+0
| |
* | new: invoke keyboard on log text fieldBananeweizen2014-08-131-0/+6
|/
* fix #4049: trackable log send button not workingBananeweizen2014-07-081-1/+12
|
* fix #3923: signature template not resolved recursivelyBananeweizen2014-05-301-4/+4
|
* #3903: send button in actionbar, signature as templateBananeweizen2014-05-281-11/+0
|
* fix #3871: provide up navigationBananeweizen2014-05-241-1/+1
|
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* Implements #750, use preference activitykoem2013-07-091-1/+3
|
* fix travelbug smiley menu not enabledBananeweizen2013-06-241-3/+4
|
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-12/+6
|
* fix #1781: Remove help functionBananeweizen2013-05-091-4/+0
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-1/+1
|
* Refactoring: rename cgTrackable into TrackableSamuel Tardieu2013-01-071-1/+1
|
* code cleanup: remove debug codeBananeweizen2012-12-261-1/+1
| | | * fixed some more issues of Findbugs and CodePro
* fix #653: Add Smilies when loggingBananeweizen2012-10-061-0/+98