| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #2083: target level 17 changes | Bananeweizen | 2012-11-19 | 1 | -9/+9 |
| | | | | | | * set level 17 as target in manifest (level 4 still supported) * refactor compatibility classes * move deprecated code into compatibility classes | ||||
| * | Refactoring: normalize Compatibility#getDirectionNow | Samuel Tardieu | 2012-06-01 | 1 | -1/+1 |
| | | |||||
| * | Put angle-related utilities into their own package | Samuel Tardieu | 2012-06-01 | 1 | -11/+0 |
| | | | | | Also, use float instead of double for every angle computation. | ||||
| * | Do not repeat similar orientation to observers | Samuel Tardieu | 2012-05-31 | 1 | -1/+11 |
| | | | | | | | Android uses 1° precision in its orientation computation, so it is not uncommon to be signalled the same orientation several times. There is no need for observers to be woken up, as the value has not changed. | ||||
| * | Add a function to compute a normalized angle difference | Samuel Tardieu | 2012-05-31 | 1 | -0/+11 |
| | | |||||
| * | Fix #1685: make sure the compass range fits within bounds | Samuel Tardieu | 2012-05-31 | 1 | -1/+8 |
| | | |||||
| * | Make direction an observable property | Samuel Tardieu | 2012-04-30 | 1 | -0/+56 |
