aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/ui/CompassView.java
Commit message (Expand)AuthorAgeFilesLines
* #3818: remove further GC blocking referencesBananeweizen2014-05-171-13/+32
* Upgrade to RxJava 0.18.3 and use the new Scheduler interfaceSamuel Tardieu2014-05-131-4/+3
* Use Math.floor/ceil instead of FloatMathSamuel Tardieu2014-04-011-6/+5
* Do not try to compute the reverse canvas rotation by handSamuel Tardieu2014-03-221-2/+4
* No need to synchronize UI thread called methodsSamuel Tardieu2014-03-221-30/+25
* refactoring: do not call getResources() repeatidlySamuel Tardieu2014-03-221-8/+11
* refactoring: remove the need for PeriodicHandlerSamuel Tardieu2014-03-051-20/+24
* refactoring: findbugs issuesBananeweizen2013-12-081-2/+4
* lint: call super methods in onDetachedFromWindowBananeweizen2013-09-201-0/+1
* refactoring: code duplicationBananeweizen2013-06-211-23/+21
* refactoring: make periodic handler use weak referencesSamuel Tardieu2013-05-251-20/+13
* Refactoring: narrow scope of variablesSamuel Tardieu2012-12-181-5/+2
* refactoring: minor lint cleanupsBananeweizen2012-06-291-2/+3
* Merge branch 'issue-1709' into masterrsudev2012-06-171-1/+1
|\
| * Put angle-related utilities into their own packageSamuel Tardieu2012-06-171-20/+20
| * Ensure that we stay in the [0, 360[ rangeSamuel Tardieu2012-05-311-6/+6
| * Add a function to compute a normalized angle differenceSamuel Tardieu2012-05-311-1/+3
| * Simplify previous fix due to root cause fixingSamuel Tardieu2012-05-311-8/+2
| * fix #1680: compass gets stuck after some rotationsBananeweizen2012-05-311-8/+4
| * new: make compass spin fast for large angles, slower for small anglesBananeweizen2012-05-311-4/+2
* | refactoring: remove compiler warningsBananeweizen2012-06-021-4/+4
* | Put angle-related utilities into their own packageSamuel Tardieu2012-06-011-20/+20
* | Ensure that we stay in the [0, 360[ rangeSamuel Tardieu2012-05-311-6/+6
* | Add a function to compute a normalized angle differenceSamuel Tardieu2012-05-311-1/+3
* | Simplify previous fix due to root cause fixingSamuel Tardieu2012-05-311-8/+2
* | fix #1680: compass gets stuck after some rotationsBananeweizen2012-05-301-8/+4
* | new: make compass spin fast for large angles, slower for small anglesBananeweizen2012-05-301-4/+2
|/
* Do not send direction updates more often than neededSamuel Tardieu2012-05-201-33/+18
* Refactoring: remove redundant initializersSamuel Tardieu2012-04-281-4/+4
* Convert some fields to local variablesSamuel Tardieu2012-04-221-3/+1
* refactoring: remove the logging tag from settingsBananeweizen2012-04-121-2/+1
* Proxy all logs through cgeo.geocaching.utils.LogSamuel Tardieu2012-03-311-1/+1
* performance refactoringsBananeweizen2012-03-041-1/+1
* refactoring: move more widget related classes into own packageBananeweizen2012-01-141-0/+291