aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/gcvote
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary nested elseBananeweizen2015-01-111-2/+1
* fix #4608: own rating is saved even if vote could not be uploadedSamuel Tardieu2015-01-102-55/+41
* remove superfluous unboxingMichael Keppler2015-01-021-1/+1
* #4566 new voting dialogBananeweizen2014-12-304-3/+191
* Transmit geocode along with a GCVote ratingSamuel Tardieu2014-11-241-16/+6
* Signal an error if GCVote rating is not possibleSamuel Tardieu2014-11-241-18/+14
* Close input stream after useSamuel Tardieu2014-09-031-1/+6
* Parse GCVote as a streamSamuel Tardieu2014-09-031-6/+7
* Use typed Collections.emptyMap() rather than raw MapUtils.EMPTY_SORTED_MAPSamuel Tardieu2014-08-301-3/+3
* Use a XML pull parser instead of pattern-matching for gcvoteSamuel Tardieu2014-08-301-126/+59
* Remove unused codeSamuel Tardieu2014-08-041-5/+0
* switch to Java 1.7Bananeweizen2014-07-171-3/+3
* #3903: gcvote rating barBananeweizen2014-05-271-1/+32
* Use RxJava instead of thread for getting GCVoteSamuel Tardieu2014-03-091-1/+1
* fix #3473: GCVote on non GC cachesMichael Keppler2013-12-251-9/+22
* Update to CollectionUtils 4.0-alpha1Samuel Tardieu2013-09-151-1/+1
* fix: null warnings and errorsSamuel Tardieu2013-09-121-1/+1
* refactoring: cleanup of gcvote codeBananeweizen2013-09-121-9/+6
* refactoring: cleanup of gcvote codeBananeweizen2013-09-122-9/+26
* refactoring: naming conventionsBananeweizen2013-08-261-18/+18
* refactoring: findbugs cleanupBananeweizen2013-08-261-31/+19
* Fixes #3162, GCVote not loaded for search resultsrsudev2013-08-221-13/+33
* Implements #750, use preference activitykoem2013-07-091-1/+1
* refactoring of cache logging codeBananeweizen2013-03-301-2/+5
* Refactoring: rename cgCache into GeocacheSamuel Tardieu2013-02-031-5/+5
* Refactoring: simplify codeSamuel Tardieu2013-01-231-22/+8
* refactoring: use exception object in logggingBananeweizen2013-01-121-2/+2
* fix #2328: Have a wrapper around Matcher to avoid String related memoryBananeweizen2013-01-051-7/+7
* Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-2/+1
* Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-1/+1
* Refactoring: make it clearer that the first value is returnedSamuel Tardieu2012-04-221-6/+4
* Refactoring: rename request into getRequestSamuel Tardieu2012-04-171-2/+2
* Merge branch 'common-network-code' into upstreamSamuel Tardieu2012-04-131-2/+2
|\
| * Cleanup: do not add Content-Type to GET requestSamuel Tardieu2012-04-121-2/+2
* | refactoring: remove the logging tag from settingsBananeweizen2012-04-121-7/+7
|/
* Merge remote-tracking branch 'teschi/issue#1304'Bananeweizen2012-04-081-3/+2
|\
| * renamed LeastRecentlyUsedCache to LeastRecentlyUsedMapteschi2012-04-031-2/+2
|/
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* refactoring: first part of removing cgBaseBananeweizen2012-03-101-3/+3
* refactoring: cleanupsBananeweizen2012-03-041-6/+10
* performance refactoringsBananeweizen2012-03-041-0/+34
* refactoring: moved some classes to packages, renamingBananeweizen2012-01-221-1/+1
* refactoring: move and rename LeastRecentlyUsedCache to avoid confusionBananeweizen2012-01-141-2/+2
* new base class cacheblafoo2012-01-141-11/+3
* change implementation of #939: hard limit for cached ratingsBananeweizen2012-01-121-2/+12
* Cache for ratings. Avoids double requests. Fixes #939blafoo2012-01-081-0/+30
* fix: avoid NPE in GC votingBananeweizen2011-12-062-4/+4
* Prevent null check warningsSamuel Tardieu2011-11-161-2/+1
* refactor GCVote ratings, move into own packageBananeweizen2011-11-152-0/+220