aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crowdin: New translationsSamuel Tardieu2014-11-2518-18/+3
* fix #4325: retrieve home location from geocaching.comSamuel Tardieu2014-11-257-18/+64
* Add IntelliJ IDEA contract for StringUtils.isNotBlankSamuel Tardieu2014-11-251-0/+5
* Use "Save offline" instead of "Save" for logsSamuel Tardieu2014-11-251-1/+1
* Free resources when destroying status fragmentSamuel Tardieu2014-11-251-2/+6
* Fix build by making inject fields non-privateSamuel Tardieu2014-11-251-3/+3
* Use ButterKnife more in LogCacheActivitySamuel Tardieu2014-11-251-23/+19
* crowdin: New translationsSamuel Tardieu2014-11-2418-18/+7
* Fix crowdin local patches applicationSamuel Tardieu2014-11-244-14/+15
* remove unused resourceBananeweizen2014-11-2419-19/+0
* refactoring: remove test only methodsBananeweizen2014-11-246-20/+11
* Remove redundant cache parameterSamuel Tardieu2014-11-246-13/+10
* Update inspection settings for IntelliJ IDEASamuel Tardieu2014-11-241-5/+30
* 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
* Minor reformattings in testsSamuel Tardieu2014-11-244-17/+6
* New project sources scope for IntelliJ IDEASamuel Tardieu2014-11-241-0/+3
* Signal an error if GCVote rating is not possibleSamuel Tardieu2014-11-244-24/+20
* Add information explaining what a GCVote password isSamuel Tardieu2014-11-242-0/+7
* Javadoc fixesBananeweizen2014-11-242-4/+4
* 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
* Stricter rules on constant conditions for IntelliJ IDEASamuel Tardieu2014-11-231-32/+2
* Fix incorrect XML char determinationSamuel Tardieu2014-11-231-7/+2
* Add non-null assertion to please code checkersSamuel Tardieu2014-11-231-0/+1
* Add more nullness information for Intellij IDEASamuel Tardieu2014-11-231-0/+10
* enable more JavaDoc checks also in EclipseBananeweizen2014-11-234-1/+43
* Protect against NPE when retrieving send2cgeo informationSamuel Tardieu2014-11-231-5/+7
* Teach IntelliJ IDEA some external nullness propertiesSamuel Tardieu2014-11-233-0/+19
* Fix Javadoc bogus referencesSamuel Tardieu2014-11-237-25/+10
* refactoring: re-add suppresswarnings for unused allocationBananeweizen2014-11-231-4/+11
* null violation in testsBananeweizen2014-11-231-1/+1
* refactoring: remove duplicate super interfaceBananeweizen2014-11-231-1/+1
* reduce visibilityBananeweizen2014-11-2347-267/+271
* Remove the ICache interfaceSamuel Tardieu2014-11-2320-235/+61
* 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
* Add IntelliJ IDEA annotation for StringUtils.startsWithSamuel Tardieu2014-11-231-6/+12
* 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