aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* new: invoke all other navigation tools from map options menuBananeweizen2011-10-242-4/+20
* Add new counter site to the blacklistSamuel Tardieu2011-10-241-1/+2
* fix navigation menu icon in some menusBananeweizen2011-10-233-6/+4
* fix #369: waypoints sorted wronglyBananeweizen2011-10-234-27/+19
* revert one part of b5f44be1ce480666e3a72a0ebd0c7f52ada19a28Bananeweizen2011-10-231-2/+6
* fix #703: exception in show on mapBananeweizen2011-10-235-71/+65
* fix #702: circles around caches always shown as mysteryBananeweizen2011-10-235-30/+41
* trackables goal and release date not correctly parsed, fixes #704Bananeweizen2011-10-232-6/+12
* set background to gray for black font color, fixes #183Bananeweizen2011-10-221-5/+17
* refactoring: unify and improve when cache size shall not be shownBananeweizen2011-10-222-3/+15
* performance: use StringEscapeUtils instead of Androids fromHTMLBananeweizen2011-10-221-31/+5
* Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-10-221-14/+23
|\
| * 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
* | fix: parse GPX dates with milliseconds and without time zone correctlyBananeweizen2011-10-221-8/+12
|/
* make terrain parsing more fault tolerant and update test caseBananeweizen2011-10-222-14/+14
* fix: recognize unknown coordinates in waypoint without logging exceptionBananeweizen2011-10-221-2/+2
* performance: avoid column index lookups reading cache dataBananeweizen2011-10-221-37/+82
* fix: avoid potential NPEBananeweizen2011-10-221-2/+5
* faster cache list loadingBananeweizen2011-10-224-46/+32
* Use an immutable pair instead of a map to handle login/passwordSamuel Tardieu2011-10-222-16/+11
* 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
* Switch to English at initialization time if requestedSamuel Tardieu2011-10-202-1/+3
* new: support geopeitus.ee cachesBananeweizen2011-10-202-1/+30
* new: copy waypoints (context menu), fixes #627Bananeweizen2011-10-203-40/+121
* Save cookie store to preferencesSamuel Tardieu2011-10-193-17/+67
* Remove unused class loginThreadSamuel Tardieu2011-10-191-8/+0
* Progress bar should be reset when new store for offline is run. Fix #666mucek42011-10-191-0/+1
* 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
* #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
* 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
* 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-171-15/+15
* 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
* fix NPE, #310Bananeweizen2011-10-171-1/+1