| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: simplify CompassMiniView logic | Samuel Tardieu | 2014-03-22 | 1 | -36/+11 |
| | | |||||
| * | Add more @NonNull annotations | Samuel Tardieu | 2014-03-22 | 1 | -2/+4 |
| | | |||||
| * | remove unused drawing code | Bananeweizen | 2013-09-20 | 1 | -6/+1 |
| | | |||||
| * | lint: call super methods in onDetachedFromWindow | Bananeweizen | 2013-09-20 | 1 | -1/+2 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | |||||
| * | Refactoring: do not use protected methods in final classes | Samuel Tardieu | 2012-12-18 | 1 | -3/+3 |
| | | |||||
| * | Put angle-related utilities into their own package | Samuel Tardieu | 2012-06-01 | 1 | -1/+2 |
| | | | | | Also, use float instead of double for every angle computation. | ||||
| * | Simplify previous fix due to root cause fixing | Samuel Tardieu | 2012-05-31 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | The fix for #1680 introduced in ad93745d42f9aaf5bc4925075987ef64c13b2f71 had to account for the possibility of angles being outside the [0, 360[ range. Commit 0034e358668d5911639628468be7409b2696d6c5 fixed #1685 and now ensures that the returned orientation is within the right domain range even after the phone rotation has been added to the sensor angle. It is now possible to simplify the computation because we now that the difference of two angle values will always be in the ]-360; 720[ range, and can this fixed by adding 360 and taking the module with 360 to enter back the [0, 360[ range. | ||||
| * | fix #1680: compass gets stuck after some rotations | Bananeweizen | 2012-05-30 | 1 | -3/+1 |
| | | |||||
| * | #1518: avoid repainting mini compass for changes less than 5 degrees | Bananeweizen | 2012-05-18 | 1 | -10/+27 |
| | | |||||
| * | refactoring: share one bitmap in all mini compass views | Bananeweizen | 2012-04-30 | 1 | -74/+93 |
| | | |||||
| * | Refactoring: remove redundant initializers | Samuel Tardieu | 2012-04-28 | 1 | -4/+4 |
| | | | | | | The initial values were never used as the variables are set in any case before being used. | ||||
| * | refactoring: remove unused imports to avoid warnings | Bananeweizen | 2012-01-16 | 1 | -2/+0 |
| | | |||||
| * | refactoring: move more widget related classes into own package | Bananeweizen | 2012-01-14 | 1 | -0/+175 |
