aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/GCConnector.java
Commit message (Expand)AuthorAgeFilesLines
* refactoring: move constants and classes to the packages they belong toBananeweizen2012-03-041-163/+0
* refactoring: never set listId of cache to TEMPORARY_IDBananeweizen2012-03-031-3/+3
* New connector functionalityblafoo2012-02-241-0/+19
* fix #972: also have existing OC caches marked as reliableBananeweizen2012-02-141-0/+5
* Relocated constants to new class Constantsblafoo2012-02-111-2/+2
* Changed database handlingblafoo2012-02-081-9/+7
* refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-1/+1
* Changed the way logs are retrieved. Fixes #882blafoo2011-12-291-0/+3
* Refactored/renamed cgSearch/cgWrapCacheblafoo2011-12-251-24/+18
* Fix #903 Rename field "reason" to "listId"blafoo2011-12-191-4/+4
* Bug fixblafoo2011-12-181-1/+1
* new: accept OpenCaching zipped GPX files in importBananeweizen2011-12-121-0/+7
* Merge remote branch 'blafoo/cachetype'Bananeweizen2011-11-231-1/+1
|\
| * Use of CacheType instead of Stringblafoo2011-11-181-1/+1
* | refactoring: cgBase no longer instantiatedBananeweizen2011-11-191-1/+1
|/
* more unit testsbananeweizen2011-11-111-0/+13
* Remove redundant super interfacesSamuel Tardieu2011-11-091-1/+1
* Do not reassign method parametersSamuel Tardieu2011-11-081-3/+4
* Cleanup addSearchSamuel Tardieu2011-11-071-11/+2
* No direct access to fieldsblafoo2011-10-261-2/+2
* Use a cancellable handler when loading, storing and refreshing cachesSamuel Tardieu2011-10-241-2/+2
* Do not use an extra indirection for storing search resultsSamuel Tardieu2011-10-241-4/+3
* Use static declarations and static accesses when possibleSamuel Tardieu2011-10-181-2/+2
* new: support Geocaching Australia caches (GAxxxx, TPxxxx)Bananeweizen2011-10-121-3/+3
* Use isEmpty() and isNotEmpty() from CollectionUtilsSamuel Tardieu2011-10-091-1/+2
* Simplify filterSearchResults (was processSearchResults)Samuel Tardieu2011-10-091-1/+1
* Merge remote-tracking branch 'sammyshp/verboseloading'Samuel Tardieu2011-10-051-7/+12
|\
| * Remove duplicated codeSammysHP2011-10-041-6/+1
| * Add verbose cache-loadingSammysHP2011-10-041-8/+17
* | Use symbolic errors instead of hardcoded integersSamuel Tardieu2011-10-051-1/+1
* | Make several things static following the Settings static moveSamuel Tardieu2011-10-051-3/+3
|/
* Use more Parameters() with variable argumentsSamuel Tardieu2011-10-031-2/+1
* fix #120: make settings static (no singleton)Bananeweizen2011-10-031-6/+6
* Make some methods staticSamuel Tardieu2011-09-291-1/+1
* Use Parameters instead of Map<String, String> for parametersSamuel Tardieu2011-09-271-3/+2
* fix #554: Forwarding OC-caches not possiblebananeweizen2011-09-271-1/+2
* Inline host stringsSamuel Tardieu2011-09-261-3/+1
* Remove method parameter to request()Samuel Tardieu2011-09-261-3/+2
* Use android.net.Uri instead of java.net.URISamuel Tardieu2011-09-261-2/+2
* Precompute static URI valuesSamuel Tardieu2011-09-221-3/+3
* Use URI instead of secure/host/path when calling request()Samuel Tardieu2011-09-221-3/+3
* initial support of OpenCaching.DE/.PL/.USBananeweizen2011-09-201-1/+99
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+33