aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/WaypointPopup.java
Commit message (Collapse)AuthorAgeFilesLines
* Implement ActionBar using AppCompat in cgeoArne Schwabe2014-05-171-105/+31
| | | | | | | | | | | | | | | | | | | | | | | 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
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-0/+1
|
* refactor: upgrade to butterknife 4Bananeweizen2013-11-271-2/+2
|
* fix #3351: More sensible default for waypoint type on creationBananeweizen2013-10-121-1/+1
|
* #2210: convert cache menu to resourceBananeweizen2013-09-291-2/+2
|
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-1/+1
|
* Correct log messages to account for refactoringcampbeb2013-06-051-1/+1
|
* #2684: Use view injection instead of view.findById()Bananeweizen2013-05-311-8/+12
|
* fix #1781: Remove help functionBananeweizen2013-05-091-1/+1
|
* Displaying note of waypoint on wpt popupTriakCZ2013-03-311-0/+1
|
* Displaying distance to waypoint on map popupTriakCZ2013-03-311-0/+12
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-1/+1
|
* Isolate intent extras into a new classSamuel Tardieu2013-01-271-4/+3
|
* refactoring: use exception object in logggingBananeweizen2013-01-121-1/+1
|
* Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-071-1/+1
|
* fix #2211: remove application-database indirectionBananeweizen2012-12-011-1/+1
|
* code cleanup: fix Lint warnings about LocalesBananeweizen2012-11-221-2/+2
|
* refactoring: remove some of the TODOsBananeweizen2012-05-061-7/+2
|
* refactoring: remove waypoints activityBananeweizen2012-05-061-1/+1
| | | | | * replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities
* fix #1459: Refactoring navigation menuBananeweizen2012-05-051-3/+3
|
* refactoring: remove more duplicated code from new popupsBananeweizen2012-05-051-143/+17
|
* Merge remote-tracking branch 'Portree-Kid/master-new8'Bananeweizen2012-05-051-1/+1
| | | | | Conflicts: main/src/cgeo/geocaching/cgeopopup.java
* Refactoring Popups. Added SuperclassPortree-Kid2012-05-041-346/+48
|
* Open new Popup for Waypoints from MapPortree-Kid2012-05-041-0/+546