aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* new: have progress bar when importing GPXBananeweizen2011-10-113-10/+59
* Add an extra guard in cgeoFindNearestSamuel Tardieu2011-10-111-1/+1
* Do not try to decode a JSON object from a null responseSamuel Tardieu2011-10-111-1/+6
* Use existing HTTP connection code for Twitter authorization dialogSamuel Tardieu2011-10-103-243/+55
* fix #645: remove multiple progress dialogs in details activityBananeweizen2011-10-092-64/+61
* 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-092-4/+4
* | Do not FC when the cache coordinates are unparsableSamuel Tardieu2011-10-092-6/+22
* | Cleanup cgCacheListAdapterSamuel Tardieu2011-10-091-126/+76
* | The list of distance and compass indicator is in fact a SetSamuel Tardieu2011-10-091-16/+10
* | fix #644: Cache note not removed after deleting at gc.comBananeweizen2011-10-092-1/+4
* | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-10-0923-204/+180
|\ \
| * | Use isEmpty() and isNotEmpty() from CollectionUtilsSamuel Tardieu2011-10-0914-90/+80
| * | Remove comparisons to booleansSamuel Tardieu2011-10-0915-100/+104
| * | Simplify filterSearchResults (was processSearchResults)Samuel Tardieu2011-10-093-10/+11
| * | Simplify logical formulaSamuel Tardieu2011-10-091-20/+1
| * | gcIconDrawables can never be nullSamuel Tardieu2011-10-091-2/+2
* | | fix #643: search by keyword not workingBananeweizen2011-10-092-17/+9
|/ /
* | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-10-0912-47/+27
|\ \
| * | Fix: Last status in cache-loading not displayedSammysHP2011-10-091-9/+11
| * | Use Apache Commons CollectionUtils instead of reinventing oneSamuel Tardieu2011-10-0912-38/+16
| * | Fix semantics of cgeo.geocaching.utils.CollectionUtils.isEmpty()Samuel Tardieu2011-10-091-2/+2
* | | add missing breakBananeweizen2011-10-091-0/+1
|/ /
* | refactoring: make cache list type an enumBananeweizen2011-10-098-167/+189
* | trim values when parsing trackablesBananeweizen2011-10-091-15/+15
* | Fixed + refactored cgTrackable, added testblafoo2011-10-088-149/+304
* | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...Bananeweizen2011-10-0812-118/+94
|\ \
| * | Various mechanical code cleanupsSamuel Tardieu2011-10-0812-118/+94
* | | fix: also handle time stamps containing milli seconds in GPXBananeweizen2011-10-081-2/+6
|/ /
* | 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