| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactoring: create cgeo.geocaching.sensors package | Samuel Tardieu | 2014-03-06 | 1 | -129/+0 |
| | | |||||
| * | Update to RxJava 0.17.0-RC2 | Samuel Tardieu | 2014-02-18 | 1 | -1/+1 |
| | | |||||
| * | Update for RxJava 0.17.0-RC1 | Samuel Tardieu | 2014-02-16 | 1 | -3/+3 |
| | | | | | | | | | | This is the release candidate version, which is being currently tested at Netflix. In a few days, I'll update with the final version. This release cleans up some bits of RxJava by integrating the subscription inside a subscriber (which is an observer holding a subscription) and fixes a leak with recurring tasks. | ||||
| * | remove some nullness warnings in Eclipse | Bananeweizen | 2014-01-27 | 1 | -1/+0 |
| | | |||||
| * | refactoring: use Scheduler.schedule for distant action | Samuel Tardieu | 2014-01-26 | 1 | -3/+5 |
| | | |||||
| * | fix deprecations | Bananeweizen | 2014-01-19 | 1 | -1/+1 |
| | | | | | * remove rxjava deprecations * silence commons lang deprecations | ||||
| * | Use RxJava for direction and geodata updates rather than own observers | Samuel Tardieu | 2014-01-08 | 1 | -55/+52 |
| | | |||||
| * | refactoring: cgeoapplication -> CgeoApplication | Samuel Tardieu | 2013-09-13 | 1 | -2/+2 |
| | | |||||
| * | fix #3185: NPE in GeoDirHandler | Samuel Tardieu | 2013-08-25 | 1 | -5/+0 |
| | | | | | | | | One must not unconditionnally update geolocation and direction data as it may be null. This is a more correct fix for #2717. | ||||
| * | Fixes #2717 - Compass Speech stops on Rotation | koem | 2013-07-16 | 1 | -1/+6 |
| | | |||||
| * | Implements #750, use preference activity | koem | 2013-07-09 | 1 | -1/+1 |
| | | |||||
| * | refactoring: make handler abstract | Bananeweizen | 2013-05-10 | 1 | -6/+16 |
| | | | | | * needs overridden methods * add documentation | ||||
| * | Fix #1574: location was sent with the wrong "what" information | Samuel Tardieu | 2012-05-15 | 1 | -5/+4 |
| | | | | | | A last-minute reorganization not caught by the test suite while fixing issue #1556 led to this bug. | ||||
| * | Factor out geodata and direction handler | Samuel Tardieu | 2012-05-14 | 1 | -0/+122 |
| A recurrent problem is that the geodata and direction listeners must be started on the UI thread. To ensure that this is indeed always the case, operations on the geodata object should be performed through this type. | |||||
