aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/AbstractConnector.java
Commit message (Collapse)AuthorAgeFilesLines
* more null annotationsBananeweizen2015-01-301-2/+3
|
* refactoring: use null URL in UnknownConnectorBananeweizen2015-01-271-1/+2
|
* refactoring: more null annotationsBananeweizen2015-01-021-25/+30
|
* URL for geocache / waypoint / trackable cannot be nullSamuel Tardieu2015-01-021-0/+1
|
* rename packageBananeweizen2014-11-021-1/+2
| | | | The package not only contains the GeoPoint definition, but other location related classes, too.
* Name ignored catch parameter as suchSamuel Tardieu2014-09-091-1/+1
|
* Merge branch 'issue-4287' into upstreamSamuel Tardieu2014-08-311-1/+1
|\
| * fix #4287: GC does not allow favorite point on CITO cachesSamuel Tardieu2014-08-311-1/+1
| |
* | Do not use instanceof in place of inheritanceSamuel Tardieu2014-08-041-0/+2
| |
* | Do not use questionnable variable namesSamuel Tardieu2014-08-041-2/+2
|/
* switch to Java 1.7Bananeweizen2014-07-171-3/+3
| | | | At least since march both ADT and Android Studio support Java 7 features in Android development. Let's use them.
* Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵Arne Schwabe2014-05-241-6/+1
| | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f.
* Implement Android Beam (NFC Sharing) for cgeoArne Schwabe2014-05-181-1/+6
| | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers.
* Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-181-1/+1
|
* refactoring: remove the dangerous ordinal() dependency of the loadersBananeweizen2014-01-171-1/+1
|
* Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-7/+7
|
* refactoring: make search by owner/finder connector capabilitiesBananeweizen2014-01-041-17/+26
|
* refactoring: clean some warningsBananeweizen2014-01-041-11/+11
|
* refactoring: make user actions depend on the connectorBananeweizen2014-01-041-8/+46
| | | | | | This enables the contacts addon and search by user/owner for all user names (independent of the kind of cache). Of course, search by user/owner still only works for GC, so one cannot find EC owner caches that way.
* fix #3492: empty strings added to capability listSamuel Tardieu2013-12-291-7/+6
|
* refactoring: some nullness cleanupsMichael Keppler2013-12-261-0/+1
|
* refactoring: generalize GCConnector capabilities implementationBananeweizen2013-12-181-19/+15
|
* fix lint warningBananeweizen2013-12-171-3/+1
|
* new: make connectors report their features to the userBananeweizen2013-12-171-0/+48
|
* new: have OpenCaching.com as normal connectorBananeweizen2013-12-161-3/+3
| | | | | * now with bounding box search for live map * fixed search by center * added setting to enable/disable connector
* integrate extremcaching.comBananeweizen2013-12-161-1/+2
| | | | | | * cherry-pick existing commits and have some basic tests * disable EC connector by default * fix faked geocodes during GPX import * parse wrongly encoded container size
* implemented suggestions from reviewrel00p2013-12-161-0/+5
|
* Implements stable keys for opencaching waypointsrsudev2013-11-231-0/+12
| | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* fix #3371: Log-offline-menu doesn't respect cache sourceBananeweizen2013-10-191-0/+42
|
* findbugs: unchecked castsBananeweizen2013-08-281-3/+2
|
* cleanup: remove unused getTokens()Samuel Tardieu2013-07-141-5/+0
|
* make personalNote multiline again, upload button, merge on refreshMarco Jacob2013-06-261-16/+8
|
* add upload personal note to ConnectorsMarco Jacob2013-06-011-0/+11
|
* refactoring: remove the cache realmBananeweizen2013-06-011-8/+8
| | | | * the cache realm enumeration ties different connectors together * everything in the realm can also be stored at the connector instead
* Fixed issue with not loggable OC-cachesrsudev2013-05-281-0/+5
|
* Implements OKAPI access for oc.dersudev2013-05-261-0/+22
| | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes
* 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
|