aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/AbstractConnector.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2258: Share function should use http://coord.info/ URLSammysHP2013-03-081-0/+5
|
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-4/+4
|
* Opencaching integration with oc11xml apirsudev2012-12-311-8/+18
| | | | Implements load of cache details, coordinate search and viewport search for opencaching.de based on oc11xml api
* Refactoring: use Java-style array declarationSamuel Tardieu2012-12-181-1/+1
|
* Uploading of modified coords to geocaching.comtriakcz2012-12-181-0/+26
|
* fix #2250: "Scan QR code" doesn't work anymoreBananeweizen2012-12-121-0/+16
|
* Refactoring: add missing override annotationsSamuel Tardieu2012-05-231-0/+1
| | | | This was requested by SammysHP.
* Add/remove to/from favorites. Closes #676blafoo2012-05-101-0/+5
|
* refactoring: more cleanup in connector interfacesBananeweizen2012-05-051-30/+0
| | | | | | * switch from method overrides to interface detection for connector features * remove GCBase and put code into other classes * reduce GC specific code being used in general activities
* Request further details when tapping on a cache in Live Map. Fixes #1256blafoo2012-03-161-0/+7
|
* refactoring: never set listId of cache to TEMPORARY_IDBananeweizen2012-03-031-1/+1
| | | | | | | * TEMPORARY_LIST_ID is already set in constructor * setting it again afterwards can be wrong due to merging with caches from DB * setting listId is not necessary during parsing at all, it is set when storing, moving or importing.
* New connector functionalityblafoo2012-02-241-0/+10
|
* fix #972: also have existing OC caches marked as reliableBananeweizen2012-02-141-0/+6
|
* Changed database handlingblafoo2012-02-081-3/+3
|
* Refactored/renamed cgSearch/cgWrapCacheblafoo2011-12-251-3/+3
|
* Fix #903 Rename field "reason" to "listId"blafoo2011-12-191-1/+1
|
* new: accept OpenCaching zipped GPX files in importBananeweizen2011-12-121-0/+6
|
* refactoring: more boxing/unboxing cleanupBananeweizen2011-12-041-1/+1
|
* refactoring: cgBase no longer instantiatedBananeweizen2011-11-191-2/+7
|
* Use a cancellable handler when loading, storing and refreshing cachesSamuel Tardieu2011-10-241-3/+2
| | | | This closes #685.
* Do not use an extra indirection for storing search resultsSamuel Tardieu2011-10-241-3/+1
| | | | | | | | | | What is called search result (or cgSearch) in c:geo is a collection of caches that can or cannot come from a real search. Remove the indirection and the ever-growing hash map that was previously used. This will save memory, especially when using live maps. See discussion in issue #707.
* new: support Geocaching Australia caches (GAxxxx, TPxxxx)Bananeweizen2011-10-121-0/+8
| | | | * most cache details are not available due to wrong schema in their GPX files, but I requested them to change that
* Add verbose cache-loadingSammysHP2011-10-041-1/+3
|
* initial support of OpenCaching.DE/.PL/.USBananeweizen2011-09-201-0/+25
| | | | | | | | | | | * search for geocode can fetch online from those sites (but no other search method!) when testing, search for codes like OU0001, OP0001, OC0001. * show CC license for those caches * disable user actions, disable caches around for non GC caches open issues: * other search methods not yet implemented (but available in API) * CC license and mentioning of the OpenCaching network in about dialog
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+26
This prepares the inclusion of tests into the same repository.