aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* fix #608: wrong error logged with no trackables in accountBananeweizen2011-10-081-29/+8
* Move local storage directory name into LocalStorageSamuel Tardieu2011-10-083-6/+8
* Use the File type for handling directory listsSamuel Tardieu2011-10-074-11/+12
* Add .cgeo to search directories for map filesrsudev2011-10-071-1/+1
* fix #595: rename listBananeweizen2011-10-073-16/+81
* Remove unused parameter addSpaceSamuel Tardieu2011-10-073-5/+3
* Merge branch 'whitespace-cleanup' into upstreamSamuel Tardieu2011-10-072-43/+18
|\
| * Fixed cgBase.replaceWhitespace() and additional testsblafoo2011-10-072-42/+13
| * Merge remote branch 'upstream/master'blafoo2011-10-0591-3335/+3098
| |\
| * | replaceWhitespace for JUnit testsblafoo2011-10-022-10/+14
* | | Further factor stream to stream copyingSamuel Tardieu2011-10-061-16/+16
* | | Reorganize and cleanup the local storage handlingSamuel Tardieu2011-10-069-412/+314
* | | Fix for terrain after GC.com updateblafoo2011-10-061-1/+1
* | | If login fails, send the failure reason to the login handlerSamuel Tardieu2011-10-061-1/+3
* | | Merge branch 'release' into upstreamSamuel Tardieu2011-10-061-4/+4
|\ \ \
| * | | Adapt to the new GC.com login variablesSamuel Tardieu2011-10-061-4/+4
* | | | Factor out the obsolete removal routine for possible reuseSamuel Tardieu2011-10-061-27/+38
* | | | Use an heuristic to find old cache directories to clean upSamuel Tardieu2011-10-061-6/+7
* | | | Remove obsolete cache filesSamuel Tardieu2011-10-063-62/+83
* | | | Remove leading and trailing whitespaces before upload logs.SammysHP2011-10-051-1/+1
* | | | Merge pull request #607 from scrool/L10n_4Sven Karsten Greiner2011-10-052-2/+2
|\ \ \ \
| * | | | Fixed localisation of search_some_destinationPavol Babincak2011-10-052-2/+2
| * | | | Added missing translationPavol Babincak2011-10-052-2/+2
* | | | | Don't add newline before signature, see b093947fcacf4664c8a642a436dbe82fdc37119cSammysHP2011-10-051-8/+2
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'sammyshp/verboseloading'Samuel Tardieu2011-10-057-50/+91
|\ \ \ \
| * | | | Remove duplicated codeSammysHP2011-10-042-21/+13
| * | | | Add verbose cache-loadingSammysHP2011-10-047-51/+99
* | | | | Display user avatar if it exists when checking login/passwordSamuel Tardieu2011-10-055-19/+51
| |/ / / |/| | |
* | | | Use symbolic errors instead of hardcoded integersSamuel Tardieu2011-10-0513-165/+169
| |/ / |/| |
* | | Make several things static following the Settings static moveSamuel Tardieu2011-10-0514-51/+42
* | | Protect compiled statements from concurrent useSamuel Tardieu2011-10-051-10/+35
* | | cgHtmlImg needs only a Context, not necessarily an ActivitySamuel Tardieu2011-10-051-6/+6
* | | Remove unused method trustAllHostsSamuel Tardieu2011-10-041-31/+0
* | | fix #600: force close on first startBananeweizen2011-10-042-24/+8
* | | Better colors for status-markerSammysHP2011-10-041-3/+3
* | | Add flagcounter.com to blacklistSammysHP2011-10-041-1/+2
|/ /
* | #588: 2 more scripts for blockingBananeweizen2011-10-041-1/+3
* | fix #291: use parameters in most queries to enable better caching ofBananeweizen2011-10-032-186/+119
* | fix #360: don't load cache description, except when needed in detailsBananeweizen2011-10-037-18/+47
* | Do not use pooled connectionsSamuel Tardieu2011-10-031-14/+4
* | Merge pull request #597 from stephanme/unittestsBananeweizen2011-10-033-10/+14
|\ \
| * | Made some public methods package privateStephan Merker2011-10-033-10/+14
* | | remove unused importBananeweizen2011-10-031-1/+0
* | | #588: blocking 2 domains with counter imagesBananeweizen2011-10-031-87/+70
* | | Merge pull request #596 from samueltardieu/common-gc-searchBananeweizen2011-10-0311-223/+190
|\ \ \ | |/ / |/| |
| * | Several searches on GC.com use the same mechanism, only different parametersSamuel Tardieu2011-10-031-88/+23
| * | Use more Parameters() with variable argumentsSamuel Tardieu2011-10-0311-137/+162
| * | Avoid multiple calls to put() by allowing multiple argument pairsSamuel Tardieu2011-10-031-2/+9
* | | fix #586: manual merge of usability improvement for GPX importStephan Merker2011-10-035-35/+48
|/ /
* | fix #120: make settings static (no singleton)Bananeweizen2011-10-0379-2222/+1931