aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector
Commit message (Collapse)AuthorAgeFilesLines
* rename Login to GCLoginBananeweizen2013-12-165-56/+56
| | | * easier to differentiate, as there are other login providers now
* integrate extremcaching.comBananeweizen2013-12-163-6/+7
| | | | | | * cherry-pick existing commits and have some basic tests * disable EC connector by default * fix faked geocodes during GPX import * parse wrongly encoded container size
* implemented suggestions from reviewrel00p2013-12-168-49/+43
|
* extremcaching connector added logging capabillityrel00p2013-12-163-1/+141
|
* extremcaching connector license textrel00p2013-12-161-0/+6
|
* extremcaching connector initial versionrel00p2013-12-166-0/+570
|
* refactoring: findbugs issuesBananeweizen2013-12-081-4/+1
|
* Fixes #3450, Opencaching.us: Api update to rev 901rsudev2013-12-081-1/+1
| | | | - adapted okapi level of opencaching.us to current after site update
* Move attributes from opencaching.de ids to okapi acodesrsudev2013-12-042-331/+8
|
* Implements stable keys for opencaching waypointsrsudev2013-11-234-1/+49
| | | | | additionally extend ex- and import (gpx) to also contain visited and userdefined.
* fix #3425: Support Trackables With the QR Scanner Included in c:geoBananeweizen2013-11-104-1/+33
|
* fix #3397: remove number of caches from pocket queryBananeweizen2013-11-091-0/+10
|
* fix #3402: crash on GPX exportBananeweizen2013-11-091-3/+4
|
* fixes #3325 - warning on upload if personal note exceeds 4000Marco Jacob2013-11-041-0/+2
|
* fix: also recognize PQs for routesBananeweizen2013-10-262-2/+2
|
* Merge remote-tracking branch 'mucek4/fix2830'Bananeweizen2013-10-262-0/+51
|\ | | | | | | | | * fix HTML parsing * simplify activity API * disable the action for non premium members
| * Fix 2830 Browse PQs as nearby searchmucek42013-09-042-0/+49
| |
* | Merge remote-tracking branch 'origin/release'SammysHP2013-10-251-1/+1
|\ \
| * | #3329 - Personal note on GC.com is only for premium membersDarek Kay2013-10-251-2/+2
| | |
* | | Merge remote-tracking branch 'origin/release'SammysHP2013-10-251-1/+1
|\ \ \ | |/ /
| * | fix #3299 - Find count not working for "1 cache"Darek Kay2013-10-251-1/+1
| | |
* | | fix #3371: Log-offline-menu doesn't respect cache sourceBananeweizen2013-10-194-15/+76
| | |
* | | Merge branch 'release'rsudev2013-10-181-1/+1
|\ \ \ | |/ /
| * | Fixes #3369, Spoiler image parsing failsrsudev2013-10-181-1/+1
| | | | | | | | | | | | | | | | | | | | | - Adapted pattern - Manually adapted reference html - adapted tests where necessary - improved test failure messages
| * | Merge remote-tracking branch 'upstream/issue-3260' into releaseSamuel Tardieu2013-09-151-5/+3
| |\ \
* | | | Implements part of #3267, Detect and report time-skew that prevents okapi accessrsudev2013-10-143-17/+149
| | | | | | | | | | | | | | | | 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
| | | |
* | | | new: show cache, if geokrety is currently placed thereBananeweizen2013-10-131-3/+11
| | | |
* | | | fix findbugs warningsBananeweizen2013-10-122-10/+7
| | | | | | | | | | | | | | | | * synchronize date parsing * use commons date formatting
* | | | fix #3341: Problem with special characters in waypointBananeweizen2013-10-082-3/+3
| | | |
* | | | refactoring: remove unused codeBananeweizen2013-10-052-21/+0
| | | |
* | | | remove debug codeBananeweizen2013-10-031-2/+1
| | | | | | | | | | | | | | | | * search for caches around was searching a specific cache name (for OC only)
* | | | refactoring: findbugs cleanupsBananeweizen2013-10-021-1/+1
| | | |
* | | | new: search by name for opencachingBananeweizen2013-10-027-12/+71
| | | |
* | | | cleanup: remove unused static fieldsBananeweizen2013-09-291-2/+2
| | | |
* | | | typoBananeweizen2013-09-191-1/+1
| | | |
* | | | Do not try to hide an unpublished cache to its ownerSamuel Tardieu2013-09-172-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | The regular expression was not up-to-date anyway, and that may be a useful feature to ensure that the cache description works well with c:geo.
* | | | avoid exception on log parsing for non logged in userBananeweizen2013-09-151-0/+10
| | | |
* | | | assertion badly triggered in tests of UTFGridPositionBananeweizen2013-09-151-3/+6
| | | | | | | | | | | | | | | | * convert assertion to exception, as nobody noticed this before * move tests to where they belong
* | | | Do not retry loading a page after 404 from gc.comSamuel Tardieu2013-09-153-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | When a page cannot be found, geocaching.com returns with a 404. Retrying while logged in would not change anything, and we should not consider ourselves as logged as guest because of this error.
* | | | Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-154-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an alpha release, but has been well tested already. The major changes are the use of generics, varargs and Iterable. The release notes can be found at: http://commons.apache.org/proper/commons-collections/release_4_0.html
* | | | refactoring: typos, formatting, visibilityBananeweizen2013-09-154-13/+13
| | | |
* | | | refactoring: use typed empty list instead of a List<Object>Samuel Tardieu2013-09-141-2/+1
| | | | | | | | | | | | | | | | It will remove one recently introduced warning.
* | | | refactoring: add more annotationsSamuel Tardieu2013-09-142-0/+4
| | | |
* | | | Merge branch 'release' into upstreamSamuel Tardieu2013-09-141-2/+2
|\ \ \ \ | |/ / /
| * | | fix #3276: NPE because of a null log typesSamuel Tardieu2013-09-141-2/+2
| | | |
* | | | refactoring: better names for methodsSamuel Tardieu2013-09-144-4/+4
| | | |
* | | | Enable in-band registration for opencaching.plSamuel Tardieu2013-09-142-60/+1
| | | |
* | | | Merge branch 'issue-3260'rsudev2013-09-141-5/+3
|\ \ \ \ | | |/ / | |/| |