aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/utils
Commit message (Expand)AuthorAgeFilesLines
* constants defined without staticMichael Keppler2015-01-021-2/+2
* Minor refactoringSamuel Tardieu2015-01-011-1/+1
* Add thread information in debug messagesSamuel Tardieu2015-01-012-16/+20
* Use an initial value in rotation sensorsSamuel Tardieu2015-01-011-2/+2
* Revert "fix #4481: cache rendering leads to ANR"Samuel Tardieu2014-11-281-7/+2
* fix #4481: cache rendering leads to ANRSamuel Tardieu2014-11-281-2/+7
* fix #4503: cache with repeated images may corrupt the on-disk copySamuel Tardieu2014-11-281-0/+40
* Use Scheduler and helper for consecutive action on different threadsSamuel Tardieu2014-11-282-34/+57
* Style fixesSamuel Tardieu2014-11-231-6/+8
* Remove useless intermediate variableSamuel Tardieu2014-11-231-2/+1
* Remove unused constructorSamuel Tardieu2014-11-231-5/+1
* Do not refresh more than 3 caches at the same timeSamuel Tardieu2014-11-211-0/+2
* Simplify favorite/watchlist/personal note operationsSamuel Tardieu2014-11-201-9/+21
* Subscriptions are not to be shared between handlersSamuel Tardieu2014-11-201-1/+1
* fix #4458: no arrow without play services on the mapSamuel Tardieu2014-11-081-0/+19
* refactoring: use longer parameter namesSamuel Tardieu2014-11-081-5/+5
* Use default priority for sensors threadSamuel Tardieu2014-11-061-1/+2
* Use shorter form for cloned subscriberSamuel Tardieu2014-10-271-17/+2
* Remove a potential race conditionSamuel Tardieu2014-10-241-2/+19
* Implemented support for external Android Wear appsCollie2014-10-151-1/+3
* Close takeUntil observable streams soonerSamuel Tardieu2014-10-101-11/+38
* fix #4409: NPE when trying to edit WP coordinatesSamuel Tardieu2014-10-091-1/+5
* new: set waypoint coordinates from clipboardBananeweizen2014-10-081-0/+11
* fix #4380: translation of encoded hint does not workBananeweizen2014-10-051-0/+23
* Merge branch 'release'rsudev2014-09-281-10/+44
|\
| * Fix #4028, Wrong sized overlays on map againrsudev2014-09-281-10/+44
* | Merge branch 'issue-4369' into upstreamSamuel Tardieu2014-09-181-2/+9
|\ \
| * | fix #4369: translation warning at wrong timeSamuel Tardieu2014-09-181-2/+9
| |/
* | Name ignored catch parameter as suchSamuel Tardieu2014-09-091-1/+1
* | avoid superfluous empty space in trackable goalBananeweizen2014-09-011-9/+19
* | fix #4271: use today and yesterday in trackable last seenBananeweizen2014-09-011-15/+27
* | cleanup: remove redundant type specificationBananeweizen2014-09-011-2/+2
* | In low power mode, consider all GPS data until the accuracy is at least 20mSamuel Tardieu2014-08-311-2/+25
* | Add Images tab to trackableSamuel Tardieu2014-08-301-0/+30
* | refactoring: remove utility methods from DirectionProviderSamuel Tardieu2014-08-241-0/+43
* | fix #4111: scale smileys in log bookBananeweizen2014-08-241-3/+27
* | have overlayed icons for launcher shortcutsBananeweizen2014-08-241-0/+19
* | move image related constant out of geocache classBananeweizen2014-08-231-0/+8
* | Use a single LocationClient to get all location informationSamuel Tardieu2014-08-191-1/+4
* | Code and parameter naming cleanupSamuel Tardieu2014-08-151-20/+17
* | Use an explicit charset when encoding a stringSamuel Tardieu2014-08-151-1/+1
* | fix #4177: TextUtils.getMatch ignores last parameterSamuel Tardieu2014-08-151-14/+15
* | Use simpler code for location and direction providersSamuel Tardieu2014-08-152-100/+22
* | refactoring: move suppressWarnings from class level to method levelBananeweizen2014-08-112-12/+12
* | Use Jackson for geocaching.com data parsingSamuel Tardieu2014-08-051-0/+20
* | Do not repeatedly create empty byte arraysSamuel Tardieu2014-08-041-19/+17
* | Remove extra functionality from LeastRecentlyUsedSetSamuel Tardieu2014-08-041-77/+2
* | Use multicatchSamuel Tardieu2014-08-041-6/+2
* | logcat shows wrong error for initial reset of OOM handlerBananeweizen2014-08-031-6/+1
* | Further factoring of ConnectableObservable behaviourSamuel Tardieu2014-08-031-53/+53