aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Do not use an extra indirection for storing search resultsSamuel Tardieu2011-10-2428-311/+288
* 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
* Better Ant build-fileSammysHP2011-10-232-115/+44
* Reuse the same proguard.cfg file as before the tools upgradeSamuel Tardieu2011-10-231-15/+22
* fix navigation menu icon in some menusBananeweizen2011-10-233-6/+4
* Add ANT properties file to the repositorySamuel Tardieu2011-10-232-0/+30
* Merge branch 'new-development-tools' into upstreamSamuel Tardieu2011-10-236-182/+208
|\
| * Use the latest Android build toolsSamuel Tardieu2011-10-226-182/+208
* | 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-6/+6
|\ \
| * | Use shorter French strings while loading detailsSamuel Tardieu2011-10-221-6/+6
* | | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-10-223-16/+29
|\ \ \ | |/ /
| * | Update French translation stringsSamuel Tardieu2011-10-221-2/+4
| * | Split cache loading in offline + online modesSamuel Tardieu2011-10-223-13/+24
| * | 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-204-40/+123
* Updated Slovak translationPavol Babincak2011-10-201-0/+2
* 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
* 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