lp://staging/~thomas-voss/platform-api/add-rotation-vector-sensor
Created by
Thomas Voß
and last modified
- Get this branch:
- bzr branch lp://staging/~thomas-voss/platform-api/add-rotation-vector-sensor
Only
Thomas Voß
can upload to this branch. If you are
Thomas Voß
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/platform-api
- PS Jenkins bot: Approve (continuous-integration)
- Ubuntu Phablet Team: Pending requested
-
Diff: 1997 lines (+1459/-40)34 files modifiedCMakeLists.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)
Branch information
Recent revisions
- 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.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/platform-api