| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Upgrade RxJava to version 0.19 | Samuel Tardieu | 2014-06-09 | 1 | -2/+4 |
| | | |||||
| * | minor code cleanups | Bananeweizen | 2014-05-17 | 1 | -20/+20 |
| | | |||||
| * | Minor cleanups | Samuel Tardieu | 2014-05-14 | 1 | -1/+1 |
| | | |||||
| * | Upgrade to RxJava 0.18.3 and use the new Scheduler interface | Samuel Tardieu | 2014-05-13 | 1 | -8/+6 |
| | | |||||
| * | add missing flag initialization | Michael Keppler | 2014-04-22 | 1 | -0/+1 |
| | | | | Thanks to Samuel for catching this mistake. | ||||
| * | fix deprecation warning | Michael Keppler | 2014-04-22 | 1 | -24/+25 |
| | | | | | Second try not using static methods and instead moving everything into the listener class. | ||||
| * | fix new deprecation warning | Michael Keppler | 2014-04-22 | 1 | -6/+9 |
| | | |||||
| * | handle missing orientation sensor | Michael Keppler | 2014-04-22 | 1 | -1/+26 |
| | | | | | | If a device has no orientation sensor (like Genymotion emulator), then a SensorManager log entry is created each time we try to register a listener. Avoid the registration if there is no sensor. | ||||
| * | remove unneeded suppresswarnings | Michael Keppler | 2014-04-19 | 1 | -3/+4 |
| | | | | | | Eclipse does not show a warning if the parameter is documented in the JavaDoc. If your IDE shows warnings about these parameters now after the change, consider upgrading. | ||||
| * | fix #3729: compass deviation -90° in landscape mode (GPS) | Samuel Tardieu | 2014-04-06 | 2 | -7/+17 |
| | | |||||
| * | Do not use AndroidObservable | Samuel Tardieu | 2014-04-05 | 1 | -1/+0 |
| | | | | | This lets us return to an unmodified version of RxJava. | ||||
| * | Remove compatibility with API < 8 | Samuel Tardieu | 2014-04-01 | 1 | -7/+21 |
| | | |||||
| * | fix JavaDoc | Bananeweizen | 2014-03-30 | 1 | -1/+2 |
| | | |||||
| * | Allow subscription to either location or direction data | Samuel Tardieu | 2014-03-26 | 1 | -11/+73 |
| | | | | | | | | | The forced union of both information is not appropriate in several activities where only GPS data is needed, or where direction data update less components than location data (such as cache lists). This is part of work on #3680. | ||||
| * | Put out as much sensor work as possible onto background threads | Samuel Tardieu | 2014-03-26 | 3 | -47/+60 |
| | | | | | | | | | The sensors signals and merging are now delivered on background handler threads instead of the UI thread. While this might not change a lot of things in practice, it may help with #3680. | ||||
| * | No need to synchronize UI thread called methods | Samuel Tardieu | 2014-03-22 | 1 | -1/+1 |
| | | |||||
| * | fix compiler warnings | Bananeweizen | 2014-03-19 | 1 | -1/+2 |
| | | | | | | * nullness * unnecessary else * wrong javadoc | ||||
| * | #3586: share location listener instances | Samuel Tardieu | 2014-03-12 | 1 | -20/+27 |
| | | |||||
| * | #3586: add debugging information to help trace the issue | Samuel Tardieu | 2014-03-12 | 1 | -0/+7 |
| | | |||||
| * | Use a subscription model for GeoDirHandler | Samuel Tardieu | 2014-03-10 | 1 | -11/+1 |
| | | |||||
| * | Automatically pair subscriptions in onResume/onPause | Samuel Tardieu | 2014-03-10 | 1 | -1/+2 |
| | | |||||
| * | Always use a combined geodata and direction provider | Samuel Tardieu | 2014-03-06 | 3 | -114/+65 |
| | | |||||
| * | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 5 | -0/+551 |
