aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/oc
Commit message (Collapse)AuthorAgeFilesLines
* Implements #3260, Images from opencaching.pl don't downloadrsudev2013-09-141-5/+3
| | | | Loads them as spoilers like from gc.com
* Fixes #3227, Introduce Range limit for opencaching 'nearby' searchesrsudev2013-09-021-0/+1
| | | | added radius 200km
* Merge remote-tracking branch 'rsudev/ocpl'Bananeweizen2013-08-189-21/+223
|\ | | | | | | | | | | | | 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-269-21/+223
| |
* | refactoring: more findbugs cleanupBananeweizen2013-08-181-3/+1
|/
* Fixes #2880, Need maintenance seems no valid log type on OC.dersudev2013-07-201-1/+1
|
* cleanup: downgrade unnecessary fieldsSamuel Tardieu2013-07-141-3/+1
|
* refactoring: simplify logicBananeweizen2013-07-141-35/+32
| | | | * avoid chained if-else with one variable * convert dateformat to constant
* Fix #2986, OC: Cache count not updated after online logrsudev2013-07-141-3/+5
| | | | Request logcount again after posting a log
* Implements #750, use preference activitykoem2013-07-093-3/+3
|
* refactoring: minor cleanup, experimenting with CheckstyleBananeweizen2013-07-071-2/+2
|
* Fixes #2930, retrieve personal note for opencachingrsudev2013-06-281-1/+5
|
* Implements #2900, Support logging with password (oc)rsudev2013-06-272-5/+10
| | | | | 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-263-48/+44
|
* Improved message for non-authorized OKAPI connectorsrsudev2013-06-252-1/+6
|
* Implements #2811 and makes the main screen status fully dynamcrsudev2013-06-232-13/+49
|
* 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-133-1/+86
|\ | | | | Implements #2811, Login status after enabled cache sources
| * Implements #2811, Login status after enabled cache sourcesrsudev2013-06-093-1/+86
| |
* | Added a comment about OKAPI hint formatrsudev2013-06-101-0/+1
|/
* refactoring: use activity names for layoutsBananeweizen2013-06-091-3/+3
|
* Fixes #2807, OC.de still enabled although switched offrsudev2013-06-081-0/+5
| | | | Setting was simply not taken into account...
* 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-013-19/+39
|
* refactoring: remove the cache realmBananeweizen2013-06-011-3/+7
| | | | * the cache realm enumeration ties different connectors together * everything in the realm can also be stored at the connector instead
* Fixes #2800, Reactivate OCTestrsudev2013-05-315-25/+132
| | | | | Expanded OkapiClient to accomodate for different OAuth levels and Api capabilities Reenabled test
* Fixed issue with not loggable OC-cachesrsudev2013-05-281-0/+4
|
* Fix 'escapeHtml' missing in older Api-versionsrsudev2013-05-261-2/+1
|
* Fixes after reviewrsudev2013-05-261-1/+1
|
* Implements OKAPI access for oc.dersudev2013-05-268-986/+597
| | | | | | Enable OKAPI for opencaching.de Enhance OKAPI to allow nearby and livemap searches Enhance OKAPI to allow posting logs and watchlist changes
* Generate okapi attribute parserrsudev2013-05-261-0/+327
|
* #1348: use buffered ioBananeweizen2013-05-111-2/+9
|
* improve display of log texts for OCBananeweizen2013-04-011-9/+17
| | | * remove even more unneeded whitespace
* new: strip unneeded markup from OC descriptionsBananeweizen2013-03-021-9/+19
|
* code cleanupBananeweizen2013-02-241-1/+3
| | | | | | * rename several lower case classes * more strict visibility modifiers * Lint warnings * style warnings
* fix #2492: Add copyright note to OC connectorBananeweizen2013-02-231-0/+7
|
* fix #2512: Load OC caches in preferred language (OKAPI)Bananeweizen2013-02-231-1/+11
|
* Fixes #2486, Archived/Disabled OC-caches returned in nearby searchrsudev2013-02-152-4/+19
| | | | | | Correct handling of flags and attributes in Parser Added Testcase Added method for unfiltered parsing for single cache downlaods
* Fixes #2441, sets oc userid as OwnerUserIdrsudev2013-02-142-3/+14
|
* reduce memory usage for cache listsBananeweizen2013-02-141-1/+1
| | | | | * lazily load some of the strings in caches * remove latlon, it was never used except in parsing itself * change some collection handling to avoid huge memory hogs
* Merge branch 'master' into oc_iconskoem2013-02-124-3/+21
|\ | | | | | | | | - changed icons - repaired test class
| * Fix #2348, Cache description is missing for OC0537rsudev2013-02-111-1/+1
| | | | | | | | Added failing testcase and fixed modifiedsince in query-string
| * Fix #2441, Owner information not shown for OC.de cachesrsudev2013-02-112-1/+11
| | | | | | | | Extended oc connector to return owner state as well
| * #2441: cache owner information for OCBananeweizen2013-02-111-0/+8
| |
| * #2347: fix bad attribute mappingBananeweizen2013-02-091-1/+1
| |
* | Icons for OCkoem2013-02-112-360/+1
|/ | | | | | | | | | | - new icons for opencaching - changed some icons because of copyright - english strings for opencaching attributes - german strings for opencaching attributes - new script to show (missing) strings for attributes - new script to edit svg files from thenounproject.com - new script to generate enums - ocicons.html: list of all OC icons
* Fix #2459, Attended is not detected as found for OCrsudev2013-02-071-1/+1
| | | | Extended parser to detect the additional logtype
* Restrict LazyInitializedList to the List interfaceSamuel Tardieu2013-02-031-1/+1
| | | | | This way, we can use various types of list at various places without specifically needing a LazyInitializedList.