| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix several name shadowing occurrences | Bananeweizen | 2014-06-29 | 1 | -1/+1 |
| | | |||||
| * | Add more parallelism in static maps downloads | Samuel Tardieu | 2014-06-01 | 1 | -1/+1 |
| | | |||||
| * | Make Fragment implementation more conforming to the coding guidelines. ↵ | Arne Schwabe | 2014-05-20 | 1 | -9/+10 |
| | | | | | Fixes crash on rotation | ||||
| * | Convert DateDialog and CoordinateInputDialog to DialogFragments, closes #3852 | Arne Schwabe | 2014-05-19 | 1 | -2/+2 |
| | | |||||
| * | Implement ActionBar using AppCompat in cgeo | Arne Schwabe | 2014-05-17 | 1 | -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 | ||||
| * | remove methods invoking only super method | Michael Keppler | 2014-04-23 | 1 | -7/+1 |
| | | |||||
| * | Allow subscription to either location or direction data | Samuel Tardieu | 2014-03-26 | 1 | -2/+2 |
| | | | | | | | | | The forced union of both information is not appropriate in several activities where only GPS data is needed, or where direction data update less components than location data (such as cache lists). This is part of work on #3680. | ||||
| * | Automatically pair subscriptions in onResume/onPause | Samuel Tardieu | 2014-03-10 | 1 | -4/+1 |
| | | |||||
| * | Always use a combined geodata and direction provider | Samuel Tardieu | 2014-03-06 | 1 | -3/+3 |
| | | |||||
| * | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 1 | -1/+2 |
| | | |||||
| * | update to android annotations 3.0.1 | Bananeweizen | 2014-01-19 | 1 | -4/+4 |
| | | |||||
| * | fix #3100: Set cursor in personal notes at the end | Bananeweizen | 2014-01-17 | 1 | -0/+3 |
| | | |||||
| * | Use RxJava.Action1 instead of our RunnableWithArgument | Samuel Tardieu | 2014-01-11 | 1 | -1/+0 |
| | | |||||
| * | refactoring: simplify confirmation dialogs, remove duplicate code | Bananeweizen | 2013-12-19 | 1 | -2/+3 |
| | | |||||
| * | fix #3351: More sensible default for waypoint type on creation | Bananeweizen | 2013-10-12 | 1 | -20/+40 |
| | | |||||
| * | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -1/+1 |
| | | |||||
| * | refactoring: cgData -> DataStore | Samuel Tardieu | 2013-09-13 | 1 | -7/+7 |
| | | |||||
| * | refactoring: findbugs cleanup | Bananeweizen | 2013-08-26 | 1 | -1/+1 |
| | | | | * don't catch raw exceptions | ||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -2/+4 |
| | | |||||
| * | fix #2932: Editing coordinates crashes cgeo | Bananeweizen | 2013-07-04 | 1 | -2/+3 |
| | | |||||
| * | refactoring: minor cleanup in utils classes | Bananeweizen | 2013-06-15 | 1 | -2/+2 |
| | | |||||
| * | Fix #2007 - Save waypoint edits by refacotring EditWaypointActivity | campbeb | 2013-06-11 | 1 | -153/+89 |
| | | | | | | Used Android Annotations. Let Android handle config change for views. Remove unneeded code. | ||||
| * | refactoring: use activity names for layouts | Bananeweizen | 2013-06-09 | 1 | -1/+1 |
| | | |||||
| * | Correct log messages to account for refactoring | campbeb | 2013-06-05 | 1 | -1/+1 |
| | | |||||
| * | refactoring: code cleanup | Bananeweizen | 2013-05-09 | 1 | -10/+0 |
| | | |||||
| * | fix #1781: Remove help function | Bananeweizen | 2013-05-09 | 1 | -6/+0 |
| | | |||||
| * | #2684: use view injection library | Bananeweizen | 2013-05-01 | 1 | -44/+40 |
| | | | | | * If you have compile errors after pulling, please consult the issue on github. | ||||
| * | fixes #2507 - Waypoints only stored if not existing | Marco Jacob | 2013-03-07 | 1 | -4/+11 |
| | | |||||
| * | Visited waypoints - small fixes and polishing | rsudev | 2013-02-24 | 1 | -1/+0 |
| | | |||||
| * | New feature WPT visited marking | triakcz | 2013-02-24 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 39f9bc9f5c38aeccc1ee037f7f11859bfe86ab75 Author: TriakCZ <kunc88@gmail.com> Date: Sat Feb 16 12:46:45 2013 +0100 Resized tick at visited WPT, not showing cross commit 8b907641660fa62a1847c1a8ed11c5b874e567a1 Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 22:48:06 2013 +0100 Tick/cross is displayed at wpt only when there is at least one visited wpt commit 18b5e15f0b5fcc69d7f12c27fd72f6cfb8e69c27 Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 19:26:34 2013 +0100 Added ticks and cross for highlighting what was visited and what not commit 7a9d9694a0f2e7e31868f75e2c230e4bea07f87b Author: TriakCZ <kunc88@gmail.com> Date: Fri Feb 15 19:00:42 2013 +0100 Visited state now survives cache refresh commit 624b70faaf313638f5a9131fdfb60d83d4424696 Author: triakcz <kunc88@gmail.com> Date: Thu Feb 14 21:13:44 2013 +0100 new feature WPT visited marking | ||||
| * | code cleanup | Bananeweizen | 2013-02-24 | 1 | -15/+20 |
| | | | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings | ||||
| * | Refactoring: rename cgCache into Geocache | Samuel Tardieu | 2013-02-03 | 1 | -7/+7 |
| | | |||||
| * | refactoring: move some more dialogs into new package | Bananeweizen | 2013-01-27 | 1 | -2/+3 |
| | | |||||
| * | Isolate intent extras into a new class | Samuel Tardieu | 2013-01-27 | 1 | -6/+6 |
| | | |||||
| * | Refactoring: do not use a mutable variable | Samuel Tardieu | 2013-01-23 | 1 | -5/+2 |
| | | |||||
| * | Refactoring: code simplification and naming style | Samuel Tardieu | 2013-01-23 | 1 | -19/+10 |
| | | |||||
| * | Fixed TODO ... saving waypoint has common progress for all | triakcz | 2013-01-22 | 1 | -80/+96 |
| | | |||||
| * | refactoring: use exception object in loggging | Bananeweizen | 2013-01-12 | 1 | -2/+2 |
| | | |||||
| * | Remove and fix some debugging information | Samuel Tardieu | 2013-01-07 | 1 | -3/+2 |
| | | |||||
| * | Merge branch 'triakcz-fix_2290_radio' of ↵ | Samuel Tardieu | 2013-01-07 | 1 | -14/+13 |
| |\ | | | | | | | https://github.com/campbeb/c-geo-opensource into upstream | ||||
| | * | Coord modification code refactored from chbox to radiobtn | triakcz | 2013-01-04 | 1 | -14/+13 |
| | | | |||||
| * | | Refactoring: rename cgWaypoint into Waypoint | Samuel Tardieu | 2013-01-07 | 1 | -3/+3 |
| |/ | |||||
| * | fix #2289: layout issues in upload coords feature | Bananeweizen | 2012-12-26 | 1 | -5/+7 |
| | | |||||
| * | Merge pull request #2283 from triakcz/fix_2273 | Bananeweizen | 2012-12-26 | 1 | -6/+12 |
| |\ | | | | | Fix #2273 Disable upload of coordinates for non multi/mystery caches | ||||
| | * | Disabling local modification of coords for non-multi and non-mystery caches | triakcz | 2012-12-23 | 1 | -9/+11 |
| | | | |||||
| | * | Fix #2273 Disable upload of coordinates for non multi/mystery caches | triakcz | 2012-12-22 | 1 | -2/+6 |
| | | | |||||
| * | | code cleanup: remove debug code | Bananeweizen | 2012-12-26 | 1 | -2/+2 |
| | | | | | | | * fixed some more issues of Findbugs and CodePro | ||||
| * | | refactoring: remove unnecessary null check | Bananeweizen | 2012-12-22 | 1 | -1/+1 |
| |/ | |||||
| * | Fix: do not use String#isEmpty() | Samuel Tardieu | 2012-12-19 | 1 | -1/+1 |
| | | | | | | String#isEmpty() has been introduced on SDK API 9 only. For earlier versions of Android, StringUtils.isEmpty/isNotEmpty can be used instead. | ||||
| * | Refactoring: remove useless String.valueOf() calls | Samuel Tardieu | 2012-12-18 | 1 | -1/+1 |
| | | |||||
