aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/gc
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-092-4/+4
| |
* | Implement a small internal browser (using webview) and allow the user to ↵Arne Schwabe2014-05-241-1/+1
| | | | | | | | pick the user to select an internal/external browser if c:geo is the default of the geocaching url
* | Revert the url distinguistion from "Implement Android Beam (NFC Sharing) for ↵Arne Schwabe2014-05-241-6/+1
| | | | | | | | | | | | cgeo", as it seems the // urls don't work anymore. This partly reverts commit a0825983139c99a9799503cafdf0dd0e3ce54a2f.
* | Implement Android Beam (NFC Sharing) for cgeoArne Schwabe2014-05-181-1/+6
| | | | | | | | To support direct opening of CGEO on the other device, introduce a distinction between getBrowserURL and getCgeoURL in providers.
* | Fixes #3838, All caches are "own" if not logged in to GC.comrsudev2014-05-171-2/+2
| | | | | | | | - check for empty user name in owner check for oc and gc
* | minor code cleanupsBananeweizen2014-05-174-30/+2
| |
* | Handler can be null in calls to GCParser methodsSamuel Tardieu2014-05-141-2/+2
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-05-132-2/+2
|\ \ | |/
| * fix #3836: cache type is no longer recognized due to gc.com changeSamuel Tardieu2014-05-132-2/+2
| |
* | 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
|
* Take advantage of RxJava's renewed Android operatorsSamuel Tardieu2014-04-201-3/+4
|
* fixes #3313 - on enable/disable logging also set cache enabled/disabledMarco Jacob2014-04-081-0/+7
|
* Remove inlined methodSamuel Tardieu2014-04-051-22/+0
|
* Do not use AndroidObservableSamuel Tardieu2014-04-051-28/+44
| | | | This lets us return to an unmodified version of RxJava.
* 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.
* Upgrade to RxJava 0.17.1 + cgeo patchSamuel Tardieu2014-03-221-1/+1
| | | | | | | | | | There is an ongoing problem with RxJava, discussed at https://github.com/Netflix/RxJava/issues/979 This version includes a patch available at https://github.com/cgeo/RxJava/commit/9ffb27f310d9f454d10d4d03206d8b5a262f6d63 fixup! Upgrade to RxJava 0.17.1
* Merge branch 'release'SammysHP2014-03-171-1/+1
|\
| * Fix #3662: Pocket Query Download function - empty listSammysHP2014-03-171-1/+1
| |
* | Fixes #3639, Type filters on live map unreliablersudev2014-03-141-7/+70
| | | | | | | | - extend type filter for live map to cover all supported types
* | Use already defined method to put viewstatesSamuel Tardieu2014-03-111-10/+1
| |
* | Add missing serialVersionUID to TileCacheSamuel Tardieu2014-03-061-1/+3
| |
* | Fix FindBugs warningSamuel Tardieu2014-03-061-1/+1
| |
* | refactoring: use a LRUSet instead of a LRUMap for tile cacheSamuel Tardieu2014-03-062-27/+14
| |
* | refactoring: move GC specific code in GCParserSamuel Tardieu2014-02-281-2/+18
| |
* | refactoring: style fixSamuel Tardieu2014-02-271-1/+1
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-02-271-0/+4
|\ \ | |/
| * fix #3541: trackable geocode is nullSamuel Tardieu2014-02-271-0/+4
| |
* | Update to RxJava 0.17.0-RC2Samuel Tardieu2014-02-182-3/+3
| |
* | fix #3589: export only GC field notesBananeweizen2014-02-021-1/+41
| |
* | Merge branch 'release' into upstreamSamuel Tardieu2014-01-281-2/+2
|\ \ | |/
| * fix #3585: trackable name and type not parsedSamuel Tardieu2014-01-281-2/+2
| |
* | remove some nullness warnings in EclipseBananeweizen2014-01-272-5/+10
| |
* | fix deprecationsBananeweizen2014-01-191-2/+3
| | | | | | | | * remove rxjava deprecations * silence commons lang deprecations
* | remove eclipse warnings about potential null pointerBananeweizen2014-01-181-1/+1
| |
* | Ensure that we do not generate a NPE while reading response streamSamuel Tardieu2014-01-181-13/+13
| |
* | refactoring: simplify RecaptchReceiver a bitSamuel Tardieu2014-01-171-11/+11
| |
* | refactoring: cleanup logic flow of RecaptchaHandlerSamuel Tardieu2014-01-172-126/+113
| |
* | Use RxJava.Action1 instead of our RunnableWithArgumentSamuel Tardieu2014-01-113-7/+5
| |
* | fix #3173: open specific connector preferences on missing loginBananeweizen2014-01-111-1/+1
| |
* | 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-094-9/+9
| |
* | refactoring: remove unused or useless parametersSamuel Tardieu2014-01-081-8/+9
| |