Merge lp://staging/~thomas-voss/platform-api/add-rotation-vector-sensor into lp://staging/platform-api
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~thomas-voss/platform-api/add-rotation-vector-sensor |
Merge into: | lp://staging/platform-api |
Prerequisite: | lp://staging/~gerboland/platform-api/add-magnetic-gyro-sensors |
Diff against target: |
1997 lines (+1459/-40) 34 files modified
CMakeLists.txt (+1/-1) TODO.txt (+1/-0) android/default/default_ubuntu_application_sensor.cpp (+210/-0) android/hybris/Android.mk (+4/-0) android/hybris/ubuntu_application_gps_for_hybris.cpp (+75/-3) android/include/private/application/sensors/events.h (+30/-0) debian/changelog (+6/-0) include/ubuntu/application/location/CMakeLists.txt (+2/-0) include/ubuntu/application/location/service.h (+23/-0) include/ubuntu/application/location/space_vehicle.h (+148/-0) include/ubuntu/application/location/space_vehicle_update.h (+81/-0) include/ubuntu/application/sensors/CMakeLists.txt (+1/-0) include/ubuntu/application/sensors/event/CMakeLists.txt (+1/-0) include/ubuntu/application/sensors/event/rotation_vector.h (+83/-0) include/ubuntu/application/sensors/rotation_vector.h (+144/-0) include/ubuntu/hardware/gps.h (+70/-28) src/ubuntu/application/base_module.h (+1/-1) src/ubuntu/application/common/application/location/CMakeLists.txt (+2/-0) src/ubuntu/application/common/application/location/instance.h (+30/-1) src/ubuntu/application/common/application/location/service.cpp (+8/-0) src/ubuntu/application/common/application/location/space_vehicle.cpp (+70/-0) src/ubuntu/application/common/application/location/space_vehicle_p.h (+40/-0) src/ubuntu/application/common/application/location/space_vehicle_update.cpp (+44/-0) src/ubuntu/application/common/application/location/space_vehicle_update_p.h (+41/-0) src/ubuntu/application/desktop/module_version.h (+1/-1) src/ubuntu/application/desktop/ubuntu_application_sensors_desktop.cpp (+97/-0) src/ubuntu/application/testbackend/module_version.h (+1/-1) src/ubuntu/application/testbackend/test_stubs.cpp (+70/-0) src/ubuntu/application/testbackend/ubuntu_application_sensors.cpp (+105/-0) src/ubuntu/application/touch/hybris/ubuntu_application_sensors_hybris.cpp (+18/-0) src/ubuntu/application/touch/module_version.h (+1/-1) src/ubuntu/application/ubuntu_application_api.cpp (+32/-1) src/ubuntu/hardware/tests/test_gps_api.cpp (+6/-2) src/ubuntu/hardware/ubuntu_platform_hardware_api.cpp (+12/-0) |
To merge this branch: | bzr merge lp://staging/~thomas-voss/platform-api/add-rotation-vector-sensor |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot | continuous-integration | Approve | |
Ubuntu Phablet Team | Pending | ||
Review via email: mp+290405@code.staging.launchpad.net |
Commit message
Export a fusioned RotationVector sensor that mangles readings from the accelerometer/
Description of the change
Export a fusioned RotationVector sensor that mangles readings from the accelerometer/
Unmerged revisions
- 333. By Thomas Voß
-
Fix initialization of rotation vector.
- 332. By Thomas Voß
-
Add functions for subscribing to satellite visibility updates.
- 331. By Thomas Voß
-
Adjust macro invocation.
- 330. By Thomas Voß
-
Add missing include.
- 329. By Thomas Voß
-
Add missing symbols to top-level platform api so.
- 328. By Thomas Voß
-
Install newly added headers.
- 327. By Thomas Voß
-
Adjust function signatures on Android side.
- 326. By Thomas Voß
-
Adjust function signatures to match header file.
- 325. By Thomas Voß
-
[ CI Train Bot ]
* debian/libubuntu- platform- hardware- api3.symbols: update to released
version.
[ Simon Fels ]
* Workaround API break in Android GPS hardware abstraction API on MTK
platforms. Each device which need this workaround has to add
[ Thomas Voß ]
* Expose performance boosting capabilities of the underlying
HW/drivers. - 324. By Thomas Voß
-
Fix FTBFS.
PASSED: Continuous integration, rev:333 jenkins. qa.ubuntu. com/job/ platform- api-ci/ 473/ jenkins. qa.ubuntu. com/job/ platform- api-vivid- amd64-ci/ 86 jenkins. qa.ubuntu. com/job/ platform- api-vivid- armhf-ci/ 86 jenkins. qa.ubuntu. com/job/ platform- api-vivid- armhf-ci/ 86/artifact/ work/output/ *zip*/output. zip jenkins. qa.ubuntu. com/job/ platform- api-vivid- i386-ci/ 86
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
Click here to trigger a rebuild: s-jenkins. ubuntu- ci:8080/ job/platform- api-ci/ 473/rebuild
http://