aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Merge pull request #1318 from marco-jacob/issue#1309Bananeweizen2012-03-242-8/+27
|\ \ \
| * | | GPXImporter.importStaticMaps only loads cache when neededMarco Jacob2012-03-221-4/+3
| * | | Fix for issue 1309Marco Jacob2012-03-212-4/+24
* | | | Merge pull request #1324 from campbeb/fix1314Bananeweizen2012-03-241-7/+10
|\ \ \ \
| * | | | Store OC caches to database on load and mark as detailedcampbeb2012-03-231-7/+10
| | |_|/ | |/| |
* | | | Merge pull request #1288 from jenda69/masterBananeweizen2012-03-234-6/+20
|\ \ \ \
| * | | | Export caches from Stored to Locus (#1282)jenda^^2012-03-194-6/+20
* | | | | refactoring: more encapsulation in SearchResultBananeweizen2012-03-246-30/+29
| |_|_|/ |/| | |
* | | | Fix #1326: invoke Activity.overridePendingTransitionMethod() dynamicallySamuel Tardieu2012-03-231-2/+21
| |/ / |/| |
* | | Lint: use Double.valueOf(…) instead of new Double(…)Samuel Tardieu2012-03-221-2/+2
| |/ |/|
* | Refactoring: use local variables instead of fields when appropriateSamuel Tardieu2012-03-211-11/+4
* | fix #1310: Crash while opening an unpublished cacheBananeweizen2012-03-211-1/+7
* | fix #1281: .gpx import fails to recognize most caches in TX ChallengeBananeweizen2012-03-201-13/+25
* | When cleaning database entries, remove from all tablescampbeb2012-03-191-2/+1
* | Unit test for #1268blafoo2012-03-181-0/+1
* | static code analysis and other fixesBananeweizen2012-03-1814-62/+58
* | Disable strategy menu if map is not liveSammysHP2012-03-181-0/+1
* | Merge pull request #1287 from marco-jacob/issue#1270Bananeweizen2012-03-182-3/+30
|\ \
| * | GPXImporter now showing imported cache count on cancelMarco Jacob2012-03-152-3/+19
| * | added abort button to GPXImporter and skip button for static maps importMarco Jacob2012-03-142-2/+13
* | | Optimization - Avoid use of internal getters.campbeb2012-03-185-39/+39
* | | Add icon for strategy menuSammysHP2012-03-171-1/+1