aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/UnknownConnector.java
Commit message (Collapse)AuthorAgeFilesLines
* new: have OpenCaching.com as normal connectorBananeweizen2013-12-161-2/+3
| | | | | * now with bounding box search for live map * fixed search by center * added setting to enable/disable connector
* refactoring: remove the cache realmBananeweizen2013-06-011-1/+2
| | | | * the cache realm enumeration ties different connectors together * everything in the realm can also be stored at the connector instead
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-2/+2
|
* fix #2322: GPX imported caches not marked as ownedSamuel Tardieu2013-01-231-0/+6
| | | | | The "isOwner()" property (previously named "isOwn()") is now synthesized by comparing the username with the cache owner name.
* fix #2250: "Scan QR code" doesn't work anymoreBananeweizen2013-01-051-0/+5
|
* Remove redundant super interfacesSamuel Tardieu2011-11-091-1/+1
|
* new: import caches from unknown source, fixes #720Bananeweizen2011-11-011-0/+28