aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching
Commit message (Expand)AuthorAgeFilesLines
* fix #1038: use shared preferences with correct typesBananeweizen2012-04-112-41/+124
* Move two methods into the testsSamuel Tardieu2012-04-111-12/+0
* Some methods are only used internallySamuel Tardieu2012-04-112-18/+3
* Cache order is only used internallySamuel Tardieu2012-04-111-8/+0
* Make cgDestination an immutable typeSamuel Tardieu2012-04-114-82/+35
* Implement equals() and hashCode() for GeopointSamuel Tardieu2012-04-112-13/+18
* Waypoint and caches both have coordinates, add ICoordinates interfaceSamuel Tardieu2012-04-116-29/+19
* fix cache attribute from 08d132878d4e8818c8090169e6f0ece257ac4732Bananeweizen2012-04-103-8/+14
* Extend GPX export.SammysHP2012-04-093-9/+75
* Add enum for cache attributes.SammysHP2012-04-091-0/+136
* Export package: Documentation and make activity optionalSammysHP2012-04-095-22/+110
* #1384: FC when apply a filterBananeweizen2012-04-092-9/+6
* Merge branch 'release' into upstreamSamuel Tardieu2012-04-091-28/+17
|\
| * Work on #1367: cleanup cgCache.isEqualToSamuel Tardieu2012-04-081-28/+17
| * StaticMaps for waypoints default now offMarco Jacob2012-04-031-1/+1
* | Merge remote-tracking branch 'teschi/issue#1304'Bananeweizen2012-04-088-80/+275
|\ \
| * | Support different modes of operation on LastRecentlyUsedMapteschi2012-04-033-6/+234
| * | renamed LeastRecentlyUsedCache to LeastRecentlyUsedMapteschi2012-04-034-9/+9
* | | updates for SDK v17Bananeweizen2012-04-071-1/+1
* | | more unit test for cache filtersBananeweizen2012-04-075-27/+28
* | | New: Export featureSammysHP2012-04-066-204/+556
* | | StaticMaps for waypoints default now offMarco Jacob2012-04-031-1/+1
* | | refactoring: more static code analysis cleanupsBananeweizen2012-04-022-4/+5
* | | Merge branch 'release' into upstreamSamuel Tardieu2012-04-021-1/+1
|\ \ \ | | |/ | |/|
| * | Info can be hidden after it's shown for 3 times!mucek42012-04-021-1/+1
* | | Cache debug settings information as they are accessed very oftenSamuel Tardieu2012-04-021-1/+6
* | | Refresh the data of confirmed cached dataSamuel Tardieu2012-04-021-2/+7
* | | Do not use stale information if the cache file does not exist anymoreSamuel Tardieu2012-04-021-1/+1
* | | Clicking on the navigation info will open navigation preferencesSamuel Tardieu2012-04-011-0/+8
* | | Close #1208: indicate if GPS is disabled in settingsSamuel Tardieu2012-04-011-8/+69
* | | Merge remote-tracking branch 'upstream/release' into upstreamSamuel Tardieu2012-04-015-13/+92
|\ \ \ | |/ /
| * | Fix #1332: uppercase geocode built from name when importing GPXSamuel Tardieu2012-04-011-2/+2
| * | Live map info popuprsudev2012-03-303-0/+90
| * | Removed debugging info from live map titlersudev2012-03-292-11/+0
| * | Fix #1326: invoke Activity.overridePendingTransitionMethod() dynamicallySamuel Tardieu2012-03-231-2/+21
* | | Refactoring: use IWaypoint and cgCache instead of cgCoord objectSamuel Tardieu2012-04-0115-295/+123
| |/ |/|
* | Fix #1301: add a new Debug settings to log debug informationSamuel Tardieu2012-03-312-1/+22
* | Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-3165-63/+135
* | Merge pull request #1337 from marco-jacob/issue#1331Lars2012-03-292-4/+10
|\ \
| * | Reset Progress internal var progress to 0 on resetMarco Jacob2012-03-252-1/+2
| * | no second dialog when skipping static maps on GPXImporterMarco Jacob2012-03-251-3/+8
* | | make google maps api optional so that cgeo runs on x86 emulatorStephan Merker2012-03-271-1/+8
|/ /
* | Cache ETag and Last-Modified HTTP headers for imagesSamuel Tardieu2012-03-253-48/+85
* | Cleanup: remove try/catch around non-throwing notifyDataSetChanged()Samuel Tardieu2012-03-251-16/+2
* | Merge branch 'unifyRefreshCache' of git://github.com/campbeb/c-geo-opensourceSamuel Tardieu2012-03-257-17/+53
|\ \
| * | Add method to refresh cache and some cleanupcampbeb2012-03-247-17/+53
* | | Merge pull request #1330 from samueltardieu/fix-828rsudev2012-03-242-44/+87
|\ \ \
| * | | Fix #828: do not use an extra thread to update the dataSamuel Tardieu2012-03-242-44/+87
| |/ /
* | | Rename LRUList into BoundedListSamuel Tardieu2012-03-242-4/+4
* | | Use MethodUtils to call overridePendingTransitionSamuel Tardieu2012-03-241-12/+3