aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix #668: remove icons for locationless cacheBananeweizen2011-10-1711-5/+0
|
* fix NPE, #310Bananeweizen2011-10-171-1/+1
|
* #310, import GPX from mailBananeweizen2011-10-1611-60/+138
| | | | | | * tested with Gmail only, not with other mail clients * uses the GPX activity, so you will see the GPX files of your SD card in the background * some refactorings and cleanups in GPX parser
* Use WRAP_CONTENT staticallySamuel Tardieu2011-10-161-1/+3
|
* Do not repeat null checkSamuel Tardieu2011-10-161-1/+1
|
* Add another counter site to the blacklistSamuel Tardieu2011-10-161-1/+2
|
* Merge pull request #667 from rsudev/map_zoomBananeweizen2011-10-1612-34/+53
|\ | | | | Implements #123 mapsforge zoom-controls placement
| * Move Google zoom controls to the rightrsudev2011-10-161-0/+7
| |
| * Use ScaleOverlay for MapsForge as well and reduce scale widthrsudev2011-10-1512-34/+46
| |
* | refactoring: replace TB log type maps by enumerationBananeweizen2011-10-164-35/+53
| |
* | support cache type "unknown", fixes #518Bananeweizen2011-10-1622-77/+102
|/ | | | * refactored many places to reference the cache type enum * special icon for "unknown" still missing
* code cleanup: remove all unnecessary castsBananeweizen2011-10-155-36/+36
|
* Merge remote branch 'blafoo/regex2'Bananeweizen2011-10-1514-409/+2546
|\ | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgBase.java reapplied: 13206cb835eb22aa49b198b892dcd7cf71f4ac82 c5d43adaa9db1db877ea084551db74faa048a7e1
| * Html.fromHtml required because of Umlauteblafoo2011-10-131-5/+3
| |
| * Avoid back arraysblafoo2011-10-101-3/+3
| |
| * Tuned regexblafoo2011-10-1014-409/+2549
| |
* | new: sort cache series numerically correct when sorting by nameBananeweizen2011-10-152-0/+58
| |
* | new: <new list> as last menu in list selection, fixes #357Bananeweizen2011-10-152-22/+46
| |
* | new: map title describes what is shown, fixes #483Bananeweizen2011-10-156-65/+87
| | | | | | | | | | | | * shows geo code in case of caches * shows list title in case of lists (works also for search) * moved all map invocations into map class * refactored extras keys into String constants
* | Merge pull request #663 from MichielK/mastermucek42011-10-141-41/+70
|\ \ | | | | | | Updated duch translation
| * | Updated dutch translations (typo)Michiel Korthuis2011-10-141-1/+1
| | |
| * | Updated dutch translations2Michiel Korthuis2011-10-141-27/+27
| | |
| * | Updated dutch translationsMichiel Korthuis2011-10-141-17/+46
|/ /
* | Remove unused parameterSamuel Tardieu2011-10-143-3/+3
| |
* | Add new trackable parsing testSamuel Tardieu2011-10-142-0/+1032
| |
* | Make parseTrackable static to ease testing and add documentationSamuel Tardieu2011-10-141-3/+14
| |
* | Do not trim what may be a null string without using StringUtilsSamuel Tardieu2011-10-141-4/+4
| | | | | | | | This closes #662.
* | Accept striked through cache names in trackable logsSamuel Tardieu2011-10-141-6/+7
| | | | | | | | This fixes the second item of issue #662.
* | Merge pull request #661 from scrool/L10nSamuel Tardieu2011-10-141-0/+2
|\ \ | | | | | | Updated Slovak translation
| * | Updated Slovak translationPavol Babincak2011-10-141-0/+2
|/ /
* | Remove unexistent strings from translationsSamuel Tardieu2011-10-1311-33/+0
| |
* | Add missing French translationsSamuel Tardieu2011-10-131-1/+3
| |
* | Merge remote-tracking branch 'koem/enums' into upstreamSamuel Tardieu2011-10-1313-96/+93
|\ \ | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/maps/CGeoMap.java
| * | use WaypointTypekoem2011-10-1113-31/+31
| | |
| * | Merge remote branch 'upstream/master' into enumskoem2011-10-1057-1137/+1095
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: main/src/cgeo/geocaching/cgData.java main/src/cgeo/geocaching/cgeodetail.java
| * | | always use WaypointTypekoem2011-10-0813-99/+93
| | | |
* | | | Response can be null.mucek42011-10-132-3/+3
| | | |
* | | | new: show live map as list, fixes #594Bananeweizen2011-10-125-125/+148
| | | | | | | | | | | | | | | | * plus performance fix in map options menu * plus cleanups
* | | | fix progress counting for GPX importBananeweizen2011-10-121-4/+3
| | | |
* | | | Merge pull request #658 from ludoo0d0a/masterSamuel Tardieu2011-10-121-17/+16
|\ \ \ \ | | | | | | | | | | Small fixes for french translation
| * | | | typo fixes LudoO2011-10-101-17/+16
| | |/ / | |/| | | | | | | | | | sentier->parcours shorter msg for err_login_failed_toast
* | | | fix: don't leak internal dialog (as requested by Samuel)Bananeweizen2011-10-121-2/+1
| | | |
* | | | new: support Geocaching Australia caches (GAxxxx, TPxxxx)Bananeweizen2011-10-127-12/+69
| | | | | | | | | | | | | | | | * most cache details are not available due to wrong schema in their GPX files, but I requested them to change that
* | | | Merge branch 'master' of ↵Bananeweizen2011-10-111-4/+2
|\ \ \ \ | | | | | | | | | | | | | | | https://Bananeweizen@github.com/cgeo/c-geo-opensource.git
| * | | | Update French translationSamuel Tardieu2011-10-111-4/+2
| | | | |
* | | | | new: have progress bar when importing GPXBananeweizen2011-10-113-10/+59
|/ / / /
* | | | Merge pull request #657 from YraFyra/masterrsudev2011-10-111-52/+77
|\ \ \ \ | | | | | | | | | | Updated Swedish translation
| * | | | Swedish: Improvements and new labels.YraFyra2011-10-111-52/+77
|/ / / /
* | | | Add an extra guard in cgeoFindNearestSamuel Tardieu2011-10-111-1/+1
| | | | | | | | | | | | | | | | This should fix #655.
* | | | Do not try to decode a JSON object from a null responseSamuel Tardieu2011-10-111-1/+6
|/ / / | | | | | | | | | This should fix #656.