aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector
Commit message (Collapse)AuthorAgeFilesLines
* fix #4719: coord.info links with extra parameters not openingSamuel Tardieu2015-04-131-6/+7
| | | | Backport from master branch.
* fix #4844: wrong find count after logging needs maintenanceBananeweizen2015-04-051-1/+1
|
* fix #4809: login failed on main screenSamuel Tardieu2015-03-311-1/+1
|
* Fix obvious typo in regexSamuel Tardieu2015-03-271-1/+1
|
* fix #4763: membership detection not workingSamuel Tardieu2015-03-262-14/+24
|
* Fix detecting that English is setrsudev2015-03-261-1/+1
|
* Fixes #4761, Find count for gc.com not workingrsudev2015-03-261-1/+1
|
* fix #4746: getUrl cannot be called on unknown trackablesSamuel Tardieu2015-03-173-4/+29
|
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-177-19/+19
|
* fix typoMathieu Alorent2015-03-161-1/+1
|
* Merge branch 'release'rsudev2015-03-122-8/+17
|\
| * Fixes #4730, Search function brokenrsudev2015-03-122-8/+17
| | | | | | | | - read post action url out of the page
* | fix some findbugs issuesBananeweizen2015-02-261-1/+1
| |
* | new: ignore cachesBananeweizen2015-02-223-1/+47
| |
* | avoid exception logged when searching a cacheBananeweizen2015-02-211-0/+3
| |
* | Merge remote-tracking branch 'origin/release'Bananeweizen2015-02-201-2/+2
|\ \ | |/
| * fix #4691: spoiler images not recognizedBananeweizen2015-02-201-2/+2
| |
* | decode CZ cache idsBananeweizen2015-02-182-1/+33
| |
* | refactoring: remove unused codeBananeweizen2015-02-151-10/+10
| |
* | remove superfluous paragraphs in opencaching logsBananeweizen2015-02-151-2/+3
| |
* | fix #4670: register for all opencaching URLsBananeweizen2015-02-141-0/+22
| |
* | #4670: register for extremcaching.com URLsBananeweizen2015-02-142-0/+21
| |
* | some more connector testsBananeweizen2015-02-131-0/+17
| |
* | new: register for geokretymap.org linksBananeweizen2015-02-131-1/+6
| |
* | Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-1013-81/+0
| |
* | Sort pocket queries according to the default localeSamuel Tardieu2015-02-051-1/+3
| | | | | | | | Part of work on #4641.
* | Do not require RxJavaAsyncUtils anymoreSamuel Tardieu2015-02-052-21/+20
| |
* | fix #4653: fetch all OC logsBananeweizen2015-02-041-0/+9
| |
* | more null annotationsBananeweizen2015-01-3010-9/+22
| |
* | support trackables of geocaching.com.auBananeweizen2015-01-283-2/+109
| |
* | refactoring: use null URL in UnknownConnectorBananeweizen2015-01-273-5/+8
|/
* fix #4634: export GPX for unknown crashes without crashBananeweizen2015-01-261-1/+1
|
* fix #4619: ANR when loading direction images for basic memberSamuel Tardieu2015-01-161-11/+0
| | | | | There is no need to preload direction images from the parsing, they will be loaded asynchronously in the list adapter instead.
* Revert "Use bindView instead of bindActivity/bindFragment where appropriate"Samuel Tardieu2015-01-081-2/+2
| | | | | | | This reverts commit d3dc2be5040ea3f4846d9b948c3a0f95b9359f71 and fixes #4604. Conflicts: main/src/cgeo/geocaching/MainActivity.java
* Make the fetching of pocket query an observableSamuel Tardieu2015-01-071-36/+42
|
* Use bindView instead of bindActivity/bindFragment where appropriateSamuel Tardieu2015-01-071-2/+2
|
* Upgrade to RxAndroid 0.24.0Samuel Tardieu2015-01-071-2/+2
|
* Merge branch 'release' into upstreamSamuel Tardieu2015-01-071-3/+3
|\
| * fix #4576: clearing of the only attribute on cache is not registeredSamuel Tardieu2015-01-071-3/+3
| | | | | | | | | | | | If the attributes section in the GC HTML page is absent, attributes will not be initialized at all on the newly parsed cache and may be mistakenly autoloaded from the database.
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-062-3/+3
|\ \ | |/
| * fix #4591: refreshing without progress leads to ANRSamuel Tardieu2015-01-062-3/+3
| |
* | Give the raw stream to JSON instead of loading it to a StringSamuel Tardieu2015-01-051-11/+6
|/
* Use only one shared images directorySamuel Tardieu2015-01-031-1/+1
| | | | | | The user avatar used to be stored under the "_others" pseudo-geocode while other data not tied to a particular cache was stored under "shared". Now, everything is now in "shared".
* Do not return a geocode from an url in UnknownConnectorSamuel Tardieu2015-01-031-1/+6
| | | | This lets `ConnectorFactoryTest#testGetGeocodeFromUrl()` pass again.
* refactoring: remove unused methods, add null annotationsBananeweizen2015-01-025-19/+19
|
* refactoring: more null annotationsBananeweizen2015-01-0231-164/+336
|
* Use IllegalStateException instead of IllegalAccessErrorSamuel Tardieu2015-01-022-2/+2
|
* URL for geocache / waypoint / trackable cannot be nullSamuel Tardieu2015-01-0214-3/+19
|
* Cache size can never be nullSamuel Tardieu2015-01-021-0/+2
|
* Use utility methodsSamuel Tardieu2015-01-011-1/+1
|