aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
Commit message (Expand)AuthorAgeFilesLines
* Added tests for importing GPX and LOC filesStephan Merker2011-10-301-15/+39
* Fixes #726, Save for offline not possible on live maprsudev2011-10-301-1/+1
* fix #722: cache list updated after storing new cachesbananeweizen2011-10-301-2/+10
* Fixing #113 for Mapsforge as wellrsudev2011-10-293-13/+23
* show waypoint name as map title when navigating to waypointbananeweizen2011-10-283-4/+7
* fix #721: event dates not parsedbananeweizen2011-10-282-4/+9
* Mark statements as destroyed when they areSamuel Tardieu2011-10-271-0/+2
* Use flags rather than 6 different booleansSamuel Tardieu2011-10-274-23/+32
* Push isBlank test upper, as in many cases it cannot be blankSamuel Tardieu2011-10-271-11/+10
* Merge branch 'release' into upstreamSamuel Tardieu2011-10-261-10/+12
|\
| * Always use an initial set of coordinates in search dialogSamuel Tardieu2011-10-261-10/+12
* | Close the details activity when interrupting a cache loadSamuel Tardieu2011-10-251-0/+6
* | Add separate settings for elevation and vote dataSamuel Tardieu2011-10-253-12/+38
* | Merge branch 'issue629' of git://github.com/blafoo/c-geo-opensourceSamuel Tardieu2011-10-253-47/+74
|\ \
| * | Get ratings only if the user wants additional detailsblafoo2011-10-223-19/+17
| * | Additional details introducedblafoo2011-10-135-25/+53
* | | Use a cancellable handler when loading, storing and refreshing cachesSamuel Tardieu2011-10-2410-58/+238
* | | Merge branch 'fix-707' into upstreamSamuel Tardieu2011-10-2428-311/+288
|\ \ \ | |_|/ |/| |
| * | Do not use an extra indirection for storing search resultsSamuel Tardieu2011-10-2428-311/+288
* | | fix: gracefully handle caches in cache list with missing fieldsBananeweizen2011-10-241-2/+8
* | | reduce missing location provider levels to warningBananeweizen2011-10-241-2/+2
* | | fix: NPE in searchBananeweizen2011-10-241-2/+6
|/ /
* | new: invoke all other navigation tools from map options menuBananeweizen2011-10-242-4/+20
* | Add new counter site to the blacklistSamuel Tardieu2011-10-241-1/+2
* | fix navigation menu icon in some menusBananeweizen2011-10-233-6/+4
* | fix #369: waypoints sorted wronglyBananeweizen2011-10-234-27/+19
* | revert one part of b5f44be1ce480666e3a72a0ebd0c7f52ada19a28Bananeweizen2011-10-231-2/+6
* | fix #703: exception in show on mapBananeweizen2011-10-235-71/+65
* | fix #702: circles around caches always shown as mysteryBananeweizen2011-10-235-30/+41
* | trackables goal and release date not correctly parsed, fixes #704Bananeweizen2011-10-232-6/+12
* | set background to gray for black font color, fixes #183Bananeweizen2011-10-221-5/+17
* | refactoring: unify and improve when cache size shall not be shownBananeweizen2011-10-222-3/+15
* | performance: use StringEscapeUtils instead of Androids fromHTMLBananeweizen2011-10-221-31/+5
* | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-10-221-14/+23
|\ \
| * | Split cache loading in offline + online modesSamuel Tardieu2011-10-221-13/+22
| * | Remove accented character,that may be the cause of space switchingSamuel Tardieu2011-10-221-1/+1
* | | fix: parse GPX dates with milliseconds and without time zone correctlyBananeweizen2011-10-221-8/+12
|/ /
* | make terrain parsing more fault tolerant and update test caseBananeweizen2011-10-222-14/+14
* | fix: recognize unknown coordinates in waypoint without logging exceptionBananeweizen2011-10-221-2/+2
* | performance: avoid column index lookups reading cache dataBananeweizen2011-10-221-37/+82
* | fix: avoid potential NPEBananeweizen2011-10-221-2/+5
* | faster cache list loadingBananeweizen2011-10-224-46/+32
* | Use an immutable pair instead of a map to handle login/passwordSamuel Tardieu2011-10-222-16/+11
* | Slight cleanup of login()Samuel Tardieu2011-10-211-21/+8
* | Try login data only when we know it is thereSamuel Tardieu2011-10-211-16/+12
* | Switch to English at initialization time if requestedSamuel Tardieu2011-10-202-1/+3
* | new: support geopeitus.ee cachesBananeweizen2011-10-202-1/+30
* | new: copy waypoints (context menu), fixes #627Bananeweizen2011-10-203-40/+121
* | Save cookie store to preferencesSamuel Tardieu2011-10-193-17/+67
* | Remove unused class loginThreadSamuel Tardieu2011-10-191-8/+0