aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeoinit.java
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename request into getRequestSamuel Tardieu2012-04-171-1/+1
* Merge branch 'common-network-code' into upstreamSamuel Tardieu2012-04-131-1/+1
|\
| * Cleanup: do not add Content-Type to GET requestSamuel Tardieu2012-04-121-1/+1
* | refactorings: preparations to make #1303 easierBananeweizen2012-04-121-0/+7
* | refactoring: remove the logging tag from settingsBananeweizen2012-04-121-3/+3
|/
* Fix #1301: add a new Debug settings to log debug informationSamuel Tardieu2012-03-311-0/+11
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2012-03-101-0/+1
|\
| * Don't load direction images for PMs. Fixes #227blafoo2012-03-091-0/+1
* | refactoring: first part of removing cgBaseBananeweizen2012-03-101-7/+9
|/
* refactoring: performance cleanupsBananeweizen2012-03-031-4/+4
* Captcha setting disabled for PMs. Closes #1177blafoo2012-02-271-0/+1
* Implementation for #1155 - the second default navigation tool isTorsten Keil2012-02-221-0/+44
* Revert "logout button"blafoo2012-02-141-8/+0
* logout buttonblafoo2012-02-121-0/+8
* Identify c:geo as an ordinary webbrowser. Fixes #1025blafoo2012-02-111-10/+0
* Refactoring navigation apps submenus to use AlertDialog.Builder whereTorsten Keil2012-02-031-1/+1
* Merge pull request #1027 from RoadRunner-/navidBananeweizen2012-01-241-13/+29
|\
| * Fix for issue #1012: ID may changeTorsten Keil2012-01-221-13/+29
* | refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-1/+3
* | merged with cgeo upstreamMarco Jacob2012-01-141-0/+10
|/
* refactoring: cleanup for #945Bananeweizen2012-01-081-2/+2
* Implementation for #868Torsten Keil2012-01-011-0/+31
* Functionality needed for testsblafoo2011-12-181-1/+1
* fix #736: have explicit option for trail on mapBananeweizen2011-12-171-0/+10
* Friend logsblafoo2011-12-101-0/+10
* New: Remember last used page and move waypoints to the leftSammysHP2011-12-061-0/+10
* Fix #864: FC in cgeoinitSammysHP2011-12-041-4/+4
* refactoring: remove all accesses to preferences besides central SettingsBananeweizen2011-12-041-13/+11
* refactoring: move twitter stuff into separate packageBananeweizen2011-12-041-2/+3
* Merge remote branch 'blafoo/cachetype'Bananeweizen2011-11-231-1/+2
|\
| * Use of CacheType instead of Stringblafoo2011-11-181-1/+2
* | refactoring: more FindBugs issuesBananeweizen2011-11-211-1/+1
* | fix several FindBugs warningsBananeweizen2011-11-191-1/+1
* | don't use regular expressions for String replacementBananeweizen2011-11-191-1/+1
|/
* Enabled (and fixed) (more) warningsblafoo2011-11-181-0/+1
* Implementing #179, refactor maps to single source, last partrsudev2011-11-151-6/+7
* ask for restore after reinstallation, fixes #777Bananeweizen2011-11-121-23/+1
* Add separate settings for elevation and vote dataSamuel Tardieu2011-10-251-4/+14
* Additional details introducedblafoo2011-10-131-10/+21
* Response can be null.mucek42011-10-131-1/+1
* Remove unused parameter addSpaceSamuel Tardieu2011-10-071-1/+1
* If login fails, send the failure reason to the login handlerSamuel Tardieu2011-10-061-1/+3
* Display user avatar if it exists when checking login/passwordSamuel Tardieu2011-10-051-7/+8
* Use symbolic errors instead of hardcoded integersSamuel Tardieu2011-10-051-10/+8
* Make several things static following the Settings static moveSamuel Tardieu2011-10-051-2/+2
* Use more Parameters() with variable argumentsSamuel Tardieu2011-10-031-4/+3
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-518/+168
* fix #80: progress dialog for save/restore databaseBananeweizen2011-10-021-16/+48
* fix #552: don't invoke getRating for non GC cachesBananeweizen2011-10-021-53/+17