aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/oc/OkapiClient.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #3939, Will attend not counted in log summary on OC-logbooksrsudev2014-06-111-1/+4
|
* cleanup: fix Java warningsMichael Keppler2014-06-071-1/+1
|
* Implements #3944, Geokrety support for OCrsudev2014-06-061-8/+40
| | | | - aquire trackable info through OKAPI, load details on request
* change: set ownerUserId for OC cachesBananeweizen2014-05-111-2/+5
| | | | Some parts of our code expect this field to have some useful values. Therefore don't leave it empty for OC caches.
* fix #3791: have logs separated from cachesMichael Keppler2014-04-251-1/+1
|
* Fixes #3517, Search by finder should ignore "Hide found" when searching for ↵rsudev2014-02-221-9/+9
| | | | | | own username Added proper handling for searching after me to the oc connector.
* Finally fixes #3267, Detect and report time-skew that prevents okapi accessrsudev2014-02-221-0/+15
| | | | Extended the OAuth process to allow specific additional error reporting
* Fixes #3617, Archived message is shown as notersudev2014-02-181-0/+24
| | | | - added this, and some other missing log types, to OkapiClient
* create waypoint from personal note (OC)Bananeweizen2014-01-251-0/+1
|
* fastdateformat is broken, remove itBananeweizen2014-01-191-2/+1
|
* fix #3319: Support OC cache size "Nano"Bananeweizen2014-01-161-5/+19
|
* remove code duplicationBananeweizen2014-01-151-11/+7
|
* Merge remote-tracking branch 'origin/release'Bananeweizen2014-01-151-3/+12
|\
| * fix #3543: Exception in search by user for non existing user nameBananeweizen2014-01-151-3/+12
| |
* | Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+0
|/
* new: search by user/owner for opencachingBananeweizen2014-01-041-0/+41
|
* Move attributes from opencaching.de ids to okapi acodesrsudev2013-12-041-4/+8
|
* Implements stable keys for opencaching waypointsrsudev2013-11-231-0/+1
| | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* Implements part of #3267, Detect and report time-skew that prevents okapi accessrsudev2013-10-141-16/+45
| | | | Reports back issues on the main screen, but not yet during the authorization process
* fix #3355: OC event caches don't show date in search resultsBananeweizen2013-10-131-3/+3
|
* fix #3289: Filter for whereigo and letterbox shows all OC cachesBananeweizen2013-10-131-3/+8
|
* fix findbugs warningsBananeweizen2013-10-121-7/+4
| | | | * synchronize date parsing * use commons date formatting
* remove debug codeBananeweizen2013-10-031-2/+1
| | | | * search for caches around was searching a specific cache name (for OC only)
* new: search by name for opencachingBananeweizen2013-10-021-3/+28
|
* cleanup: remove unused static fieldsBananeweizen2013-09-291-2/+2
|
* Merge branch 'issue-3260'rsudev2013-09-141-5/+3
|\
| * Implements #3260, Images from opencaching.pl don't downloadrsudev2013-09-141-5/+3
| | | | | | | | Loads them as spoilers like from gc.com
* | refactoring: cgeoapplication -> CgeoApplicationSamuel Tardieu2013-09-131-2/+2
| |
* | refactoring: cgData -> DataStoreSamuel Tardieu2013-09-131-3/+3
|/
* Fixes #3227, Introduce Range limit for opencaching 'nearby' searchesrsudev2013-09-021-0/+1
| | | | added radius 200km
* Merge remote-tracking branch 'rsudev/ocpl'Bananeweizen2013-08-181-1/+3
|\ | | | | | | | | | | | | Conflicts: main/res/values/preference_keys.xml main/src/cgeo/geocaching/settings/Settings.java main/src/cgeo/geocaching/settings/SettingsActivity.java
| * Implements OKAPI Live access for opencaching.plrsudev2013-07-261-1/+3
| |
* | refactoring: more findbugs cleanupBananeweizen2013-08-181-3/+1
|/
* refactoring: simplify logicBananeweizen2013-07-141-35/+32
| | | | * avoid chained if-else with one variable * convert dateformat to constant
* Implements #750, use preference activitykoem2013-07-091-1/+1
|
* Fixes #2930, retrieve personal note for opencachingrsudev2013-06-281-1/+5
|
* Implements #2900, Support logging with password (oc)rsudev2013-06-271-2/+7
| | | | | Extends db, geocache and OKAPI to retrieve and store the property Extends logging UI and OKAPI to allow entering and sending it
* Move resource-ids to UserInfoStatusrsudev2013-06-261-33/+1
|
* Improved message for non-authorized OKAPI connectorsrsudev2013-06-251-1/+2
|
* Implements #2811 and makes the main screen status fully dynamcrsudev2013-06-231-7/+14
|
* refactoring: remove code duplicationBananeweizen2013-06-211-45/+36
|
* Fix Api-Level handling for OKAPI searchesrsudev2013-06-141-17/+4
|
* Merge pull request #2868 from rsudev/issue2811Bananeweizen2013-06-131-0/+65
|\ | | | | Implements #2811, Login status after enabled cache sources
| * Implements #2811, Login status after enabled cache sourcesrsudev2013-06-091-0/+65
| |
* | Added a comment about OKAPI hint formatrsudev2013-06-101-0/+1
|/
* refactoring: extract constantBananeweizen2013-06-081-13/+15
| | | * also optimize append for character only
* Fixes #2829, OC caches do not refreshrsudev2013-06-051-1/+1
| | | | | The request fields were checking for level3 OAuth, but the request was using level1.
* fix #2820: OC search no longer working without authorizationBananeweizen2013-06-011-18/+11
|
* Fixes #2800, Reactivate OCTestrsudev2013-05-311-18/+88
| | | | | Expanded OkapiClient to accomodate for different OAuth levels and Api capabilities Reenabled test
* Fix 'escapeHtml' missing in older Api-versionsrsudev2013-05-261-2/+1
|