aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/gc/GCParser.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release'rsudev2014-06-291-4/+1
|\
| * Fixes #4012, Search result limited to 40 cachesrsudev2014-06-291-4/+1
| | | | | | | | - meanwhile keeping the original query parameters seems not only to be possible but even necessary
* | Upgrade RxJava to version 0.19Samuel Tardieu2014-06-091-2/+2
| |
* | minor code cleanupsBananeweizen2014-05-171-1/+0
| |
* | Handler can be null in calls to GCParser methodsSamuel Tardieu2014-05-141-2/+2
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-05-131-1/+1
|\ \ | |/
| * fix #3836: cache type is no longer recognized due to gc.com changeSamuel Tardieu2014-05-131-1/+1
| |
* | Mark method return as NonNullSamuel Tardieu2014-05-131-2/+2
| | | | | | | | The interface has changed in a recent commit.
* | Parse and load additional logs and rating in parallelSamuel Tardieu2014-05-131-10/+25
| |
* | Separate cache parsing and database saving codeSamuel Tardieu2014-05-131-43/+53
| | | | | | | | | | This allows us to avoid saving and reloading logs in the case where we want to add friends and own logs.
* | Load friends logs and own log in parallelSamuel Tardieu2014-05-131-102/+115
| |
* | Fixes #1793 - personal logs on friends logs tabMarco Jacob2014-05-031-51/+86
|/
* fix #3791: have logs separated from cachesMichael Keppler2014-04-251-8/+9
|
* fix #2906: newly loaded found caches are added to the historySamuel Tardieu2014-03-271-11/+0
| | | | | | The `visitedDate` field indicates that a cache has been recently logged. It was previously set from the found date when loading a cache from geocaching.com, which caused the extra insertion.
* Use already defined method to put viewstatesSamuel Tardieu2014-03-111-10/+1
|
* refactoring: move GC specific code in GCParserSamuel Tardieu2014-02-281-2/+18
|
* Merge branch 'release' into upstreamSamuel Tardieu2014-02-271-0/+4
|\
| * fix #3541: trackable geocode is nullSamuel Tardieu2014-02-271-0/+4
| |
* | remove eclipse warnings about potential null pointerBananeweizen2014-01-181-1/+1
| |
* | refactoring: simplify RecaptchReceiver a bitSamuel Tardieu2014-01-171-11/+11
| |
* | Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-111-1/+0
| |
* | Use image CDN when computing image URLSamuel Tardieu2014-01-111-1/+1
| |
* | refactoring: getFirstCacheFromResult() can return nullSamuel Tardieu2014-01-091-0/+3
| |
* | refactoring: premium membership is specific to geocaching.comSamuel Tardieu2014-01-091-1/+1
| |
* | refactoring: remove unused or useless parametersSamuel Tardieu2014-01-081-8/+9
| |
* | refactoring: factor out duplicate codeSamuel Tardieu2014-01-081-6/+8
|/
* #3088: batch the database requests from the live mapBananeweizen2014-01-031-8/+7
|
* fix #3469: "More" search not working after connector refactoringMichael Keppler2013-12-251-1/+1
|
* refactoring: remove duplicated codeBananeweizen2013-12-181-1/+1
|
* refactoring: generalize GCConnector capabilities implementationBananeweizen2013-12-181-2/+2
|
* refactoring: remove duplication in login classesBananeweizen2013-12-161-17/+17
| | | * convert from static to singletons
* rename Login to GCLoginBananeweizen2013-12-161-38/+38
| | | * easier to differentiate, as there are other login providers now
* refactoring: findbugs issuesBananeweizen2013-12-081-4/+1
|
* fix #3397: remove number of caches from pocket queryBananeweizen2013-11-091-0/+10
|
* fix #3402: crash on GPX exportBananeweizen2013-11-091-3/+4
|
* fix: also recognize PQs for routesBananeweizen2013-10-261-1/+1
|
* Merge remote-tracking branch 'mucek4/fix2830'Bananeweizen2013-10-261-0/+50
|\ | | | | | | | | * fix HTML parsing * simplify activity API * disable the action for non premium members
| * Fix 2830 Browse PQs as nearby searchmucek42013-09-041-0/+48
| |
* | fix findbugs warningsBananeweizen2013-10-121-3/+3
| | | | | | | | * synchronize date parsing * use commons date formatting
* | fix #3341: Problem with special characters in waypointBananeweizen2013-10-081-1/+1
| |
* | refactoring: findbugs cleanupsBananeweizen2013-10-021-1/+1
| |
* | typoBananeweizen2013-09-191-1/+1
| |
* | Do not try to hide an unpublished cache to its ownerSamuel Tardieu2013-09-171-1/+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
| |
* | Do not retry loading a page after 404 from gc.comSamuel Tardieu2013-09-151-1/+8
| | | | | | | | | | | | 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-151-1/+1
| | | | | | | | | | | | | | | | 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: 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-141-0/+2
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2013-09-141-2/+2
|\ \
| * | fix #3276: NPE because of a null log typesSamuel Tardieu2013-09-141-2/+2
| | |