aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/maps
Commit message (Expand)AuthorAgeFilesLines
* Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-104-4/+0
* Make direction width depend on pixel densityrsudev2015-02-091-1/+13
* Fix NullPointerException when a map with no destination is openedKonrad Gräfe2015-02-091-9/+13
* Add some transparency to the distance and direction drawersKonrad Gräfe2015-02-092-17/+12
* Save memory by reducing the number of map overlaysKonrad Gräfe2015-02-0918-562/+108
* Add line between curren location and destination to the map viewKonrad Gräfe2015-02-099-0/+287
* Add distance overlay to the map viewKonrad Gräfe2015-02-099-69/+454
* Merge branch 'issue-2687'rsudev2015-01-161-3/+8
|\
| * Fixes #2687, OSM:Offline: After selecting new map it is opend at map center b...rsudev2015-01-161-3/+8
* | use static acccesBananeweizen2015-01-111-1/+1
|/
* Make the test the right waySamuel Tardieu2015-01-101-1/+1
* fix #3078: live map should start at last position except in follow modeSamuel Tardieu2015-01-101-2/+2
* Use GPS when compass is disabled or absentSamuel Tardieu2015-01-011-5/+4
* Fix #4247, No action bar on map activities on Android 3.xrsudev2014-11-272-8/+50
* Fix Javadoc bogus referencesSamuel Tardieu2014-11-231-2/+2
* Remove identity method GeoData#getLocation()Samuel Tardieu2014-11-231-2/+2
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-231-3/+3
* progress cannot be nullSamuel Tardieu2014-11-231-3/+1
* refactoring: move LiveMapStrategy enums to mapBananeweizen2014-11-102-1/+49
* Initialize fields earlySamuel Tardieu2014-11-061-6/+2
* rename packageBananeweizen2014-11-0215-17/+17
* put db access at 1 place into async taskYu Lin2014-10-201-11/+22
* fix #4414: Enable total number of caches in live map only with debugBananeweizen2014-10-121-1/+1
* Merge branch 'release'rsudev2014-09-281-15/+2
|\
| * Fix #4028, Wrong sized overlays on map againrsudev2014-09-281-15/+2
* | Name ignored catch parameter as suchSamuel Tardieu2014-09-093-3/+3
* | Include exception stack trace in error messageSamuel Tardieu2014-09-091-1/+1
* | fix #4244: different zoom for normal map and map of single cacheBananeweizen2014-09-061-2/+2
* | Merge branch 'waypoint-fixes' of git://github.com/chkr-private/cgeo into upst...Samuel Tardieu2014-09-041-6/+4
|\ \
| * | Don't update overlayCaches if just one point is displayedChristian Krause2014-08-191-2/+4
| * | Minor refactoringChristian Krause2014-08-191-7/+3
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-311-3/+6
|\ \ \ | | |/ | |/|
| * | fix #4289: NPE in switchMyLocationButtonSamuel Tardieu2014-08-311-3/+6
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-301-0/+7
|\ \ \ | |/ /
| * | fix #4274: reference to dialog once activity has been detachedSamuel Tardieu2014-08-301-0/+7
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-301-0/+3
|\ \ \ | |/ /
| * | fix #4270: NullPointerException in CGeoMapSamuel Tardieu2014-08-301-0/+3
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-291-1/+3
|\ \ \ | |/ /
| * | fix #3569: concurrent modification when filtering caches on mapSamuel Tardieu2014-08-291-1/+3
| * | Revert caceb9389d10fe9513548d6f024ecedc4c564c03Lars2014-08-281-1/+1
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-282-9/+7
|\ \ \ | |/ /
| * | Better fix for #4240Samuel Tardieu2014-08-282-9/+7
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-282-9/+11
|\ \ \ | |/ /
| * | fix #4240: on map, treat Android 3.x as Android 2.xSamuel Tardieu2014-08-282-9/+11
* | | Merge branch 'issue-2803' into upstreamSamuel Tardieu2014-08-281-1/+1
|\ \ \ | |/ /
| * | Enable hardware-acceleration in software (#2803)Samuel Tardieu2014-08-281-1/+1
* | | Merge branch 'release' into upstreamSamuel Tardieu2014-08-281-1/+1
|\ \ \ | |/ /
| * | fix #3569: concurrent modification when filtering caches on mapSamuel Tardieu2014-08-281-1/+1
* | | Get the initial location from Android at startup timeSamuel Tardieu2014-08-261-1/+1
* | | fix #4221: respect "live" toggle when starting live mapBananeweizen2014-08-261-1/+1