aboutsummaryrefslogtreecommitdiffstats
path: root/src/cgeo/geocaching/cgCompass.java
Commit message (Expand)AuthorAgeFilesLines
* FormattingSammysHP2011-09-141-250/+253
* Set the headings in any case to avoid a possible mini-flickeringSamuel Tardieu2011-09-111-3/+2
* Ignore initial compass dampeningSamuel Tardieu2011-09-111-2/+12
* Now that proper synchronization is used, remove redundant volatileSamuel Tardieu2011-09-061-2/+2
* Mark wantStop variable as volatileSamuel Tardieu2011-09-061-1/+1
* Calls to onDraw() are not done concurrentlySamuel Tardieu2011-09-061-8/+0
* Use a real lock to protect against concurrent accessesSamuel Tardieu2011-09-061-10/+14
* Simplify and factor out common smoothing codeSamuel Tardieu2011-09-061-86/+33
* Use double instead of DoubleSamuel Tardieu2011-09-061-17/+17
* code cleanup, fixed static code analysis bugsbananeweizen2011-08-121-7/+1
* Remove uses of "== true" and "!= false"Samuel Tardieu2011-08-111-2/+2
* using `.valueov()` instead of constructor for doubles and floatsFlorian Moesch2011-08-111-8/+8
* several bugs/problems found with static code analysis:Bananeweizen2011-07-241-9/+9
* First commitmucek42011-07-111-0/+322