aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/gc
Commit message (Expand)AuthorAgeFilesLines
* fix #4719: coord.info links with extra parameters not openingSamuel Tardieu2015-04-131-6/+7
* 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
* Add missing final qualifiers in main moduleSamuel Tardieu2015-03-172-4/+4
* Merge branch 'release'rsudev2015-03-122-8/+17
|\
| * Fixes #4730, Search function brokenrsudev2015-03-122-8/+17
* | new: ignore cachesBananeweizen2015-02-222-1/+33
* | Merge remote-tracking branch 'origin/release'Bananeweizen2015-02-201-2/+2
|\ \ | |/
| * fix #4691: spoiler images not recognizedBananeweizen2015-02-201-2/+2
* | refactoring: remove unused codeBananeweizen2015-02-151-10/+10
* | Remove empty JavaDoc @param and @returnSamuel Tardieu2015-02-105-23/+0
* | Sort pocket queries according to the default localeSamuel Tardieu2015-02-051-1/+3
* | Do not require RxJavaAsyncUtils anymoreSamuel Tardieu2015-02-052-21/+20
* | more null annotationsBananeweizen2015-01-301-2/+3
|/
* fix #4619: ANR when loading direction images for basic memberSamuel Tardieu2015-01-161-11/+0
* Revert "Use bindView instead of bindActivity/bindFragment where appropriate"Samuel Tardieu2015-01-081-2/+2
* 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
* | Merge branch 'release' into upstreamSamuel Tardieu2015-01-061-2/+2
|\ \ | |/
| * fix #4591: refreshing without progress leads to ANRSamuel Tardieu2015-01-061-2/+2
* | 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
* refactoring: more null annotationsBananeweizen2015-01-026-48/+84
* URL for geocache / waypoint / trackable cannot be nullSamuel Tardieu2015-01-021-0/+2
* Use utility methodsSamuel Tardieu2015-01-011-1/+1
* Use GPS when compass is disabled or absentSamuel Tardieu2015-01-011-19/+19
* Merge branch 'issue3797'rsudev2014-12-131-2/+0
|\
| * Fixes #3797, Waypoints from personal note not removedrsudev2014-12-131-2/+0
* | Use GC geocoder as last choiceSamuel Tardieu2014-12-121-24/+0
|/
* Help Eclipse by adding assertionSamuel Tardieu2014-12-011-0/+1
* Add GCLogin testsSamuel Tardieu2014-11-281-2/+7
* fix #4325: retrieve home location from geocaching.comSamuel Tardieu2014-11-252-1/+18
* Remove redundant cache parameterSamuel Tardieu2014-11-241-1/+1
* fix #4492: GCVote not always shown in logging windowSamuel Tardieu2014-11-242-2/+14
* reduce visibilityBananeweizen2014-11-238-163/+163
* Remove the ICache interfaceSamuel Tardieu2014-11-231-2/+1
* Better diagnostic of failed parsing if layout of waypoints changesSamuel Tardieu2014-11-231-12/+21
* Remove always true parameterSamuel Tardieu2014-11-231-8/+7
* Javadoc and final fixesSamuel Tardieu2014-11-231-15/+4
* Replace a redundant check with an assertionSamuel Tardieu2014-11-231-1/+2
* fix nullness violationsBananeweizen2014-11-231-1/+11
* refactoring: move LiveMapStrategy enums to mapBananeweizen2014-11-101-2/+2
* Merge branch 'issue-4470' into upstreamSamuel Tardieu2014-11-102-3/+4
|\