aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/AbstractConnector.java
Commit message (Collapse)AuthorAgeFilesLines
* 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.