aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps/google
Commit message (Expand)AuthorAgeFilesLines
* refactoring: clean compiler warnings about static callsBananeweizen2013-05-271-2/+2
* fix #2725: Circles on the map only around physical stagesBananeweizen2013-05-252-9/+7
* refactoring: use menu resources instead of codeBananeweizen2013-05-101-1/+4
* fix #1781: Remove help functionBananeweizen2013-05-091-6/+0
* refactoring: use exception object in logggingBananeweizen2013-01-121-2/+2
* code cleanup: remove debug codeBananeweizen2012-12-262-6/+9
* Refactoring: remove pointless null checksSamuel Tardieu2012-12-181-1/+1
* fix #2217: Click on filter bar crashes c:geoBananeweizen2012-12-041-1/+6
* fix #1940: Quicker change of OSM offline mapsBananeweizen2012-11-041-24/+27
* Implements #1676, custom themesrsudev2012-11-031-0/+11
* fix #1893: remove go4cacheBananeweizen2012-08-264-166/+0
* Remove JavaDoc @author tag.SammysHP2012-05-231-3/+0
* Merge remote-tracking branch 'campbeb/fix1485' into upstreamSamuel Tardieu2012-05-231-1/+1
|\
| * Fix offline zoom issue and document zoom level differencescampbeb2012-05-221-1/+1
* | Refactoring: add missing override annotationsSamuel Tardieu2012-05-233-0/+5
|/
* Refactoring: remove redundant field mapController in CGeoMapSamuel Tardieu2012-05-211-1/+2
* Refactoring: remove redundant local variablesSamuel Tardieu2012-05-061-4/+2
* Refactoring: remove unused fieldSamuel Tardieu2012-05-061-5/+3
* refactoring: remove more duplicated code from new popupsBananeweizen2012-05-051-2/+7
* refactoring: remove publicly shared constants in map implementationBananeweizen2012-05-031-17/+24
* fix #1488: Disable OSM:Offline if no file is selectedBananeweizen2012-05-031-8/+9
* Compatibility for mapsforge 0.2.4 offline mapsrsudev2012-04-302-18/+40
* Refactoring: remove redundant local variablesSamuel Tardieu2012-04-221-4/+2
* Add getViewport() to MapViewImpl interfaceSamuel Tardieu2012-04-201-0/+6
* Make GeopointImpl a ICoordinates as wellSamuel Tardieu2012-04-201-0/+6
* Fix #1388: switch map view on resume if neededSamuel Tardieu2012-04-161-0/+5
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-2/+2
* Refactoring: use IWaypoint and cgCache instead of cgCoord objectSamuel Tardieu2012-04-012-6/+6
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* fix #1116: Cache count on live-map unreliableBananeweizen2012-03-111-2/+2
* #945: unify navigation methodsBananeweizen2012-02-182-4/+4
* fix #1110: onPrepareOptionsMenu compatible with Android 3.0Bananeweizen2012-02-171-3/+3
* refactoring: minor cleanups using CodePro AnalytixBananeweizen2011-12-072-6/+12
* refactoring: more FindBugs issuesBananeweizen2011-11-211-1/+1
* fix several FindBugs warningsBananeweizen2011-11-192-4/+4
* Implementing #179, refactor maps to single source, last partrsudev2011-11-153-59/+101
* refactor duplicate code from mapBananeweizen2011-11-131-20/+7
* have Go4Cache localized, show also age of information, fixes #782Bananeweizen2011-11-131-1/+1
* refactor Go4Cache codeBananeweizen2011-11-122-8/+8
* Prevent boolean boxing/unboxingSamuel Tardieu2011-11-091-1/+1
* Do not use deprecated methodsSamuel Tardieu2011-11-082-5/+7
* No direct access to fieldsblafoo2011-10-261-1/+1
* fix #702: circles around caches always shown as mysteryBananeweizen2011-10-231-1/+1
* Use WRAP_CONTENT staticallySamuel Tardieu2011-10-161-1/+3
* Move Google zoom controls to the rightrsudev2011-10-161-0/+7
* Use ScaleOverlay for MapsForge as well and reduce scale widthrsudev2011-10-154-10/+16
* fix #120: make settings static (no singleton)Bananeweizen2011-10-033-25/+20
* Renamed map classes to uppercasersudev2011-09-2011-39/+39
* #179, Map refactor, renaming classesrsudev2011-09-1811-0/+799