aboutsummaryrefslogtreecommitdiffstats
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant cache parameterSamuel Tardieu2014-11-246-13/+10
* fix #4492: GCVote not always shown in logging windowSamuel Tardieu2014-11-243-21/+35
* Transmit geocode along with a GCVote ratingSamuel Tardieu2014-11-241-16/+6
* Signal an error if GCVote rating is not possibleSamuel Tardieu2014-11-243-24/+19
* Throttle the rotation display in lists to 4 HzSamuel Tardieu2014-11-242-7/+28
* Protect orientation and rotation provider against buffer fillSamuel Tardieu2014-11-242-2/+2
* Use a scheduler instead of a thread to retrieve OAuth tokenSamuel Tardieu2014-11-231-8/+9
* Do not repeat identical abstract methodSamuel Tardieu2014-11-231-3/+0
* Fix incorrect XML char determinationSamuel Tardieu2014-11-231-7/+2
* Add non-null assertion to please code checkersSamuel Tardieu2014-11-231-0/+1
* Protect against NPE when retrieving send2cgeo informationSamuel Tardieu2014-11-231-5/+7
* Fix Javadoc bogus referencesSamuel Tardieu2014-11-237-25/+10
* refactoring: re-add suppresswarnings for unused allocationBananeweizen2014-11-231-4/+11
* refactoring: remove duplicate super interfaceBananeweizen2014-11-231-1/+1
* reduce visibilityBananeweizen2014-11-2347-267/+271
* Remove the ICache interfaceSamuel Tardieu2014-11-2314-228/+43
* Inline once-used private method GeoData.getLocationProviderSamuel Tardieu2014-11-231-18/+13
* Inline once-used short method GeoData.isRecentSamuel Tardieu2014-11-231-5/+1
* Remove identity method GeoData#getLocation()Samuel Tardieu2014-11-233-7/+3
* Remove used-once interface IGeoDataSamuel Tardieu2014-11-2321-98/+77
* Do not name unused variableSamuel Tardieu2014-11-231-2/+1
* Trackable#getLogs cannot be nullSamuel Tardieu2014-11-232-1/+3
* progress cannot be nullSamuel Tardieu2014-11-231-3/+1
* IGeoData#getCoords() can never be nullSamuel Tardieu2014-11-2312-74/+28
* Make mapSource setter synchronized to match the getterSamuel Tardieu2014-11-231-1/+1
* Use SharedPreferences.Editor#apply instead of commitSamuel Tardieu2014-11-232-42/+30
* 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
* Inline concatenation in string format parameterSamuel Tardieu2014-11-231-7/+7
* Remove useless null checksSamuel Tardieu2014-11-231-10/+10
* Style fixesSamuel Tardieu2014-11-232-15/+17
* Replace known value by constantSamuel Tardieu2014-11-231-1/+1
* Remove a useless conditionSamuel Tardieu2014-11-231-1/+1
* Unnecessary unboxingSamuel Tardieu2014-11-231-1/+1
* TextToSpeech#speak has been deprecated in API 21Samuel Tardieu2014-11-231-0/+1
* Remove ignored exception parametersSamuel Tardieu2014-11-231-2/+2
* Remove useless intermediate variableSamuel Tardieu2014-11-231-2/+1
* Remove final from private methodSamuel Tardieu2014-11-231-1/+1
* Prevent lint from complaining that API level is inadequateSamuel Tardieu2014-11-231-1/+7
* Use SharedPreferences.Editor#apply instead of commitSamuel Tardieu2014-11-231-3/+3
* Move OAuthAuthorizationActivity class into package cgeo.geocaching.activitySamuel Tardieu2014-11-235-6/+9
* Javadoc and style fixSamuel Tardieu2014-11-231-2/+2
* Remove unused constructorSamuel Tardieu2014-11-231-5/+1
* Update JavaDoc and access levelSamuel Tardieu2014-11-231-15/+19
* Use ImmutablePair when possibleSamuel Tardieu2014-11-222-36/+27
* Update JavadocSamuel Tardieu2014-11-221-4/+4
* fix #4493: mass-refreshing caches won't refresh stale imagesSamuel Tardieu2014-11-221-1/+1