| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 1 | -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 package | Samuel Tardieu | 2014-03-06 | 1 | -0/+1 |
| | | |||||
| * | refactor: upgrade to butterknife 4 | Bananeweizen | 2013-11-27 | 1 | -2/+2 |
| | | |||||
| * | fix #3351: More sensible default for waypoint type on creation | Bananeweizen | 2013-10-12 | 1 | -1/+1 |
| | | |||||
| * | #2210: convert cache menu to resource | Bananeweizen | 2013-09-29 | 1 | -2/+2 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 1 | -1/+1 |
| | | |||||
| * | #2684: Use view injection instead of view.findById() | Bananeweizen | 2013-05-31 | 1 | -8/+12 |
| | | |||||
| * | fix #1781: Remove help function | Bananeweizen | 2013-05-09 | 1 | -1/+1 |
| | | |||||
| * | Displaying note of waypoint on wpt popup | TriakCZ | 2013-03-31 | 1 | -0/+1 |
| | | |||||
| * | Displaying distance to waypoint on map popup | TriakCZ | 2013-03-31 | 1 | -0/+12 |
| | | |||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -1/+1 |
| | | |||||
| * | Isolate intent extras into a new class | Samuel Tardieu | 2013-01-27 | 1 | -4/+3 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: rename cgWaypoint into Waypoint | Samuel Tardieu | 2013-01-07 | 1 | -1/+1 |
| | | |||||
| * | fix #2211: remove application-database indirection | Bananeweizen | 2012-12-01 | 1 | -1/+1 |
| | | |||||
| * | code cleanup: fix Lint warnings about Locales | Bananeweizen | 2012-11-22 | 1 | -2/+2 |
| | | |||||
| * | refactoring: remove some of the TODOs | Bananeweizen | 2012-05-06 | 1 | -7/+2 |
| | | |||||
| * | refactoring: remove waypoints activity | Bananeweizen | 2012-05-06 | 1 | -1/+1 |
| | | | | | | * replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities | ||||
| * | fix #1459: Refactoring navigation menu | Bananeweizen | 2012-05-05 | 1 | -3/+3 |
| | | |||||
| * | refactoring: remove more duplicated code from new popups | Bananeweizen | 2012-05-05 | 1 | -143/+17 |
| | | |||||
| * | Merge remote-tracking branch 'Portree-Kid/master-new8' | Bananeweizen | 2012-05-05 | 1 | -1/+1 |
| | | | | | | Conflicts: main/src/cgeo/geocaching/cgeopopup.java | ||||
| * | Refactoring Popups. Added Superclass | Portree-Kid | 2012-05-04 | 1 | -346/+48 |
| | | |||||
| * | Open new Popup for Waypoints from Map | Portree-Kid | 2012-05-04 | 1 | -0/+546 |
