aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/apps
Commit message (Expand)AuthorAgeFilesLines
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-1710-28/+28
* fix some findbugs issuesBananeweizen2015-02-261-0/+4
* add javadoc, remove compiler warningBananeweizen2015-02-171-0/+3
* refactoring: remove unused codeBananeweizen2015-02-152-18/+1
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-104-24/+0
* refactoring: extract common codeBananeweizen2015-02-072-26/+5
* Allow the export of waypoints without coordinates to Locusauric2015-02-041-5/+9
* refactoring: move LocusDataStorageProvider to external source folderBananeweizen2015-01-152-63/+1
* null annotations in apps, contacts, calendarBananeweizen2015-01-156-27/+46
* refactoring: convert list app factory to actionproviderBananeweizen2015-01-154-90/+100
* Use GPS when compass is disabled or absentSamuel Tardieu2015-01-011-2/+2
* validate navigation app preferencesBananeweizen2014-12-211-0/+3
* fix #4518: recognize Sygic voucher editionBananeweizen2014-12-141-2/+12
* Do not repeat identical abstract methodSamuel Tardieu2014-11-231-3/+0
* reduce visibilityBananeweizen2014-11-239-18/+18
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-231-2/+2
* IGeoData#getCoords() can never be nullSamuel Tardieu2014-11-231-10/+4
* rename packageBananeweizen2014-11-0218-21/+21
* Implemented support for external Android Wear appsCollie2014-10-152-0/+53
* Name ignored catch parameter as suchSamuel Tardieu2014-09-092-2/+2
* fix some findbugs issuesBananeweizen2014-09-073-11/+18
* fix #4252: allow logging from compass of waypointBananeweizen2014-09-041-3/+2
* list all waypoints as navigation target in compassBananeweizen2014-09-031-6/+6
* code cleanupBananeweizen2014-08-291-8/+6
* Merge remote-tracking branch 'origin/release'Bananeweizen2014-08-252-16/+27
|\
| * fix #4211: only show active navigation apps in action barBananeweizen2014-08-252-16/+27
* | fix #1303: use qualified intent keysBananeweizen2014-08-244-6/+11
* | Merge branch 'release'rsudev2014-08-171-0/+85
|\ \ | |/
| * convert navigation popup menu to action menuBananeweizen2014-08-171-0/+85
* | Convert files to Unix formatSamuel Tardieu2014-08-041-25/+25
|/
* switch to Java 1.7Bananeweizen2014-07-174-8/+8
* 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
* minor code cleanupsBananeweizen2014-05-171-2/+2
* #3784: comment PendingIntent of MapsWithMeMichael Keppler2014-04-241-2/+2
* Workaround for #3784, Crash when opening cache linkrsudev2014-04-231-1/+3
* 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
* | new: integrate mapswithmeMichael Keppler2014-04-214-2/+112
|/
* refactoring: create cgeo.geocaching.sensors packageSamuel Tardieu2014-03-061-1/+1
* Finally fix #3597, Radar navigation not workingrsudev2014-02-134-5/+18
* 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
* fastdateformat is broken, remove itBananeweizen2014-01-191-3/+3
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-112-2/+1