aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgBase.java
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'remotes/blafoo692/issue692'rsudev2011-10-311-158/+151
|\
| * No direct access to fieldsblafoo2011-10-261-158/+151
* | fix #731: OOM in images when downloadingbananeweizen2011-10-301-2/+3
* | fix #721: event dates not parsedbananeweizen2011-10-281-3/+8
* | Use flags rather than 6 different booleansSamuel Tardieu2011-10-271-1/+1
|/
* Add separate settings for elevation and vote dataSamuel Tardieu2011-10-251-3/+4
* Merge branch 'issue629' of git://github.com/blafoo/c-geo-opensourceSamuel Tardieu2011-10-251-31/+36
|\
| * Get ratings only if the user wants additional detailsblafoo2011-10-221-15/+17
| * Additional details introducedblafoo2011-10-131-9/+11
* | Use a cancellable handler when loading, storing and refreshing cachesSamuel Tardieu2011-10-241-7/+46
* | Do not use an extra indirection for storing search resultsSamuel Tardieu2011-10-241-33/+32
* | trackables goal and release date not correctly parsed, fixes #704Bananeweizen2011-10-231-5/+11
* | Split cache loading in offline + online modesSamuel Tardieu2011-10-221-13/+22
* | Remove accented character,that may be the cause of space switchingSamuel Tardieu2011-10-221-1/+1
* | make terrain parsing more fault tolerant and update test caseBananeweizen2011-10-221-13/+13
* | fix: recognize unknown coordinates in waypoint without logging exceptionBananeweizen2011-10-221-2/+2
* | Slight cleanup of login()Samuel Tardieu2011-10-211-21/+8
* | Try login data only when we know it is thereSamuel Tardieu2011-10-211-16/+12
* | Save cookie store to preferencesSamuel Tardieu2011-10-191-17/+43
* | Remove unused class loginThreadSamuel Tardieu2011-10-191-8/+0
* | Re-commit after Samuel's comment.mucek42011-10-191-3/+2
* | Don't change to English if it's already in Englishmucek42011-10-191-14/+20
* | Add three extra FIXME in parsing codeSamuel Tardieu2011-10-181-0/+5
* | 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 #678: handle special characters in user nameBananeweizen2011-10-181-35/+38
* | fix: huge memory leak when searching caches, #679Bananeweizen2011-10-171-2/+6
* | use "mystery" as label instead of "unknown", see #518 commentsBananeweizen2011-10-171-6/+6
* | fix #668: remove icons for locationless cacheBananeweizen2011-10-171-5/+0
* | refactoring: replace TB log type maps by enumerationBananeweizen2011-10-161-20/+6
* | support cache type "unknown", fixes #518Bananeweizen2011-10-161-27/+29
* | code cleanup: remove all unnecessary castsBananeweizen2011-10-151-3/+3
* | Merge remote branch 'blafoo/regex2'Bananeweizen2011-10-151-235/+67
|\ \
| * | Html.fromHtml required because of Umlauteblafoo2011-10-131-5/+3
| * | Tuned regexblafoo2011-10-101-234/+68
* | | 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-131-47/+22
|\ \
| * | use WaypointTypekoem2011-10-111-3/+3
| * | Merge remote branch 'upstream/master' into enumskoem2011-10-101-74/+80
| |\ \ | | |/
| * | always use WaypointTypekoem2011-10-081-47/+20
* | | Do not try to decode a JSON object from a null responseSamuel Tardieu2011-10-111-1/+6
| |/ |/|
* | 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-091-3/+3