aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* #671, cache normalized name for sortingBananeweizen2011-10-193-28/+22
* Use static declarations and static accesses when possibleSamuel Tardieu2011-10-181-2/+2
* Make Progress a regular classSamuel Tardieu2011-10-182-20/+22
* Synchronize access to Progress methodsSamuel Tardieu2011-10-181-4/+4
* The dialog should be removed even if it is not showingSamuel Tardieu2011-10-181-1/+1
* Update French translationSamuel Tardieu2011-10-181-3/+5
* Add three extra FIXME in parsing codeSamuel Tardieu2011-10-181-0/+5
* Use api.twitter.com instead of twitter.com for OAuth negotiationSamuel Tardieu2011-10-181-2/+2
* Do not use viewstates from an unrelated page before a requestSamuel Tardieu2011-10-181-5/+8
* Better HTTP headers (accept anything)Samuel Tardieu2011-10-181-2/+2
* Change severity (warning) and be more verbose when a request failsSamuel Tardieu2011-10-181-1/+6
* Rename setViewstates into putViewstatesSamuel Tardieu2011-10-181-14/+15
* Do not return useless result from switchToEnglishSamuel Tardieu2011-10-181-3/+10
* fix #671, performance of name sortingBananeweizen2011-10-181-3/+14
* Fixed Portugal translation - suggested on FBmucek42011-10-181-1/+1
* fix #678: handle special characters in user nameBananeweizen2011-10-181-35/+38
* fix: huge memory leak when searching caches, #679Bananeweizen2011-10-171-2/+6
* refactoring: remove duplicated cache type stringsBananeweizen2011-10-1711-165/+15
* use "mystery" as label instead of "unknown", see #518 commentsBananeweizen2011-10-173-9/+9
* fix #668: remove icons for locationless cacheBananeweizen2011-10-1711-5/+0
* fix NPE, #310Bananeweizen2011-10-171-1/+1
* #310, import GPX from mailBananeweizen2011-10-1610-59/+137
* 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-1618-72/+93
|/
* 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
* | 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
* | 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
* | 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-1312-94/+91
|\ \
| * | use WaypointTypekoem2011-10-1112-29/+29