aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* fix #668: remove icons for locationless cacheBananeweizen2011-10-171-5/+0
* fix NPE, #310Bananeweizen2011-10-171-1/+1
* #310, import GPX from mailBananeweizen2011-10-167-59/+125
* 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
|\
| * 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-1617-72/+92
|/
* code cleanup: remove all unnecessary castsBananeweizen2011-10-155-36/+36
* Merge remote branch 'blafoo/regex2'Bananeweizen2011-10-156-271/+290
|\
| * Html.fromHtml required because of Umlauteblafoo2011-10-131-5/+3
| * Avoid back arraysblafoo2011-10-101-3/+3
| * Tuned regexblafoo2011-10-106-271/+293
* | new: sort cache series numerically correct when sorting by nameBananeweizen2011-10-151-0/+16
* | 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
* | Remove unused parameterSamuel Tardieu2011-10-143-3/+3
* | 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
* | Accept striked through cache names in trackable logsSamuel Tardieu2011-10-141-6/+7
* | Merge remote-tracking branch 'koem/enums' into upstreamSamuel Tardieu2011-10-1312-94/+91
|\ \
| * | use WaypointTypekoem2011-10-1112-29/+29
| * | Merge remote branch 'upstream/master' into enumskoem2011-10-1045-1126/+1006
| |\ \
| * | | always use WaypointTypekoem2011-10-0812-97/+91
* | | | Response can be null.mucek42011-10-132-3/+3
* | | | new: show live map as list, fixes #594Bananeweizen2011-10-124-125/+147
* | | | fix progress counting for GPX importBananeweizen2011-10-121-4/+3
* | | | 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
* | | | new: have progress bar when importing GPXBananeweizen2011-10-113-10/+59
* | | | Add an extra guard in cgeoFindNearestSamuel Tardieu2011-10-111-1/+1
* | | | Do not try to decode a JSON object from a null responseSamuel Tardieu2011-10-111-1/+6
| |/ / |/| |
* | | Use existing HTTP connection code for Twitter authorization dialogSamuel Tardieu2011-10-103-243/+55
| |/ |/|
* | fix #645: remove multiple progress dialogs in details activityBananeweizen2011-10-092-64/+61
* | Merge branch 'release'Samuel Tardieu2011-10-091-3/+2
|\ \
| * | Remove forgotten extra logSamuel Tardieu2011-10-091-1/+0
| * | Fix for #637 for the release branchSamuel Tardieu2011-10-091-5/+6
| * | Manual merge of RegEx changesmucek42011-10-092-4/+4
* | | Do not FC when the cache coordinates are unparsableSamuel Tardieu2011-10-092-6/+22
* | | Cleanup cgCacheListAdapterSamuel Tardieu2011-10-091-126/+76
* | | The list of distance and compass indicator is in fact a SetSamuel Tardieu2011-10-091-16/+10
* | | fix #644: Cache note not removed after deleting at gc.comBananeweizen2011-10-092-1/+4
* | | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-10-0923-204/+180
|\ \ \
| * | | Use isEmpty() and isNotEmpty() from CollectionUtilsSamuel Tardieu2011-10-0914-90/+80
| * | | Remove comparisons to booleansSamuel Tardieu2011-10-0915-100/+104
| * | | Simplify filterSearchResults (was processSearchResults)Samuel Tardieu2011-10-093-10/+11
| * | | Simplify logical formulaSamuel Tardieu2011-10-091-20/+1