aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/oc/OCXMLClient.java
Commit message (Collapse)AuthorAgeFilesLines
* Implements OKAPI access for oc.dersudev2013-05-261-122/+0
| | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes
* #1348: use buffered ioBananeweizen2013-05-111-2/+9
|
* Fixes #2486, Archived/Disabled OC-caches returned in nearby searchrsudev2013-02-151-1/+1
| | | | | | Correct handling of flags and attributes in Parser Added Testcase Added method for unfiltered parsing for single cache downlaods
* Fix #2348, Cache description is missing for OC0537rsudev2013-02-111-1/+1
| | | | Added failing testcase and fixed modifiedsince in query-string
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-5/+5
|
* don't load image urls when getting OC cache listsBananeweizen2013-02-031-5/+5
|
* new: log images for opencaching.deBananeweizen2013-02-011-3/+11
|
* new: spoiler support for opencaching.deBananeweizen2013-02-011-1/+1
|
* Refactoring: remove redundant variablesSamuel Tardieu2013-01-191-2/+1
|
* fix: OC connector didn't set timestamp of cacheBananeweizen2013-01-061-7/+5
| | | * lead to "updated 15000 days ago"
* Opencaching integration with oc11xml apirsudev2012-12-311-0/+110
Implements load of cache details, coordinate search and viewport search for opencaching.de based on oc11xml api