Merge lp://staging/~thomas-voss/location-service/allow-for-disabling-providers into lp://staging/location-service/trunk
Proposed by
Thomas Voß
Status: | Merged |
---|---|
Approved by: | Loïc Minier |
Approved revision: | 155 |
Merged at revision: | 162 |
Proposed branch: | lp://staging/~thomas-voss/location-service/allow-for-disabling-providers |
Merge into: | lp://staging/location-service/trunk |
Prerequisite: | lp://staging/~thomas-voss/location-service/make-engine-state-persistent-across-boots-and-otas |
Diff against target: |
389 lines (+221/-17) 6 files modified
include/location_service/com/ubuntu/location/provider.h (+15/-3) src/location_service/com/ubuntu/location/engine.cpp (+44/-11) src/location_service/com/ubuntu/location/provider.cpp (+45/-1) src/location_service/com/ubuntu/location/providers/remote/provider.cpp (+1/-1) tests/engine_test.cpp (+84/-1) tests/provider_test.cpp (+32/-0) |
To merge this branch: | bzr merge lp://staging/~thomas-voss/location-service/allow-for-disabling-providers |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Loïc Minier (community) | Approve | ||
PS Jenkins bot | continuous-integration | Needs Fixing | |
Review via email: mp+246096@code.staging.launchpad.net |
This proposal supersedes a proposal from 2014-11-13.
Commit message
Allow for enabling/disabling providers.
Wire up engine state changes to enabling/disabling of providers.
Description of the change
Allow for enabling/disabling providers.
Wire up engine state changes to enabling/disabling of providers.
To post a comment you must log in.
Looks really clean; I see the default is enabled, I guess I need to test that config updates actually trigger enabling/disabling as designed