aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps/cache
Commit message (Collapse)AuthorAgeFilesLines
* fix #4211: only show active navigation apps in action barBananeweizen2014-08-252-16/+27
|
* convert navigation popup menu to action menuBananeweizen2014-08-171-0/+85
|
* switch to Java 1.7Bananeweizen2014-07-172-5/+5
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* fix #3951: remove cache beacon appMichael Keppler2014-06-092-30/+10
|
* fixes #3957 - only show cache static maps navigation for offline stored cachesMarco Jacob2014-06-072-10/+10
|
* fix #3918: remove GCC from navigationBananeweizen2014-05-272-30/+0
|
* fix #2049: automate download of cartridgeBananeweizen2014-05-241-1/+21
|
* multiple code cleanupsBananeweizen2014-05-181-2/+6
| | | | | | | | * unused imports * remove author comment * restrict access * fix StaticMapsActivity code generation cycle (it should not contain references to classes which are generated by the annotation processor from itself)
* minor code cleanupsBananeweizen2014-05-171-2/+2
|
* Merge remote-tracking branch 'origin/release'Michael Keppler2014-04-231-2/+6
|\
| * fix #3731: use formatted numbers when calling navigationMichael Keppler2014-04-231-2/+6
| | | | | | | | Until now we used the raw number to string conversion, therefore giving much more than the usual 6 digits after the comma to other applications.
* | new: integrate mapswithmeMichael Keppler2014-04-212-1/+45
|/
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-1/+1
|
* Finally fix #3597, Radar navigation not workingrsudev2014-02-134-5/+18
| | | | Corrected side-effects on Pebble app, courtesy @bananeweizen
* Fixes #3597, Radar navigation not workingrsudev2014-02-091-2/+2
|
* #3581: have waypoint name in radarBananeweizen2014-01-314-49/+57
|
* fix #3567: More extras to intentBananeweizen2014-01-253-7/+25
|
* fix #3555: No marker on external mapBananeweizen2014-01-201-3/+19
|
* fix #3481: new navigation menu for Pebble applicationMichael Keppler2013-12-252-1/+46
|
* fixes #3431: avoid navigation selection for single optionBananeweizen2013-12-081-13/+22
|
* fix #3404: waypoint navigation opened twiceBananeweizen2013-11-091-8/+5
|
* fix findbugs warningsBananeweizen2013-10-121-9/+3
| | | | * synchronize date parsing * use commons date formatting
* refactoring: remove unused codeBananeweizen2013-10-051-39/+1
|
* new: logging from compass activityBananeweizen2013-10-031-3/+1
|
* #2210: convert cache list menus to resourceBananeweizen2013-09-3021-35/+44
|
* refactoring: add annotations and remove useless checkSamuel Tardieu2013-09-141-2/+5
|
* fix: do not try to navigate towards unknown (null) coordinatesSamuel Tardieu2013-09-131-1/+15
|
* refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-133-8/+8
|
* refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-2/+2
|
* refactoring: findbugs cleanupBananeweizen2013-08-261-1/+1
| | | * don't catch raw exceptions
* fix #3087: GCC pro was not recognizedBananeweizen2013-07-311-1/+20
|
* fix #3040: new settings screen to disable navigation appsBananeweizen2013-07-292-38/+47
|
* Implements #750, use preference activitykoem2013-07-091-1/+1
|
* fix #2914: bike navigationBananeweizen2013-06-222-18/+29
|
* new: only show streetview menu if availableBananeweizen2013-06-211-2/+6
|
* Correct log messages to account for refactoringcampbeb2013-06-053-3/+3
|
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-4/+4
|
* fixes #2507 - Waypoints only stored if not existingMarco Jacob2013-03-071-3/+2
|
* refactoring: cleanup navigation apps hierarchyBananeweizen2013-02-243-23/+7
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2013-02-241-8/+2
|\ | | | | | | | | | | Conflicts: main/res/values/strings.xml main/src/cgeo/geocaching/apps/cache/navi/RMapsApp.java
| * fix #2518: NPE in RMapsAppBananeweizen2013-02-241-7/+1
| |
* | Icons for OCkoem2013-02-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons
* | Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-0313-42/+42
| |
* | Refactoring: rename cgWaypoint into WaypointSamuel Tardieu2013-01-0710-37/+37
| |
* | fix #2054: Navigate options are differentBananeweizen2012-12-307-81/+21
| |
* | code cleanup: remove debug codeBananeweizen2012-12-262-2/+2
| | | | | | * fixed some more issues of Findbugs and CodePro
* | refactoring: remove unused codeBananeweizen2012-12-012-44/+0
| |
* | fix #2211: remove application-database indirectionBananeweizen2012-12-011-3/+4
| |
* | have Google Maps directions only on Google Maps devicesBananeweizen2012-11-211-1/+2
| |
* | fix #2175: Navigation for walkingBananeweizen2012-11-193-45/+79
|/ | | | | * split navigation into two different apps (driving and walking) * also split the maps directions into separate app and removed option from the settings screen