Merge lp://staging/~thomas-voss/location-service/add-ichnaea-provider-next into lp://staging/location-service

Proposed by Thomas Voß
Status: Merged
Approved by: Thomas Voß
Approved revision: 264
Merged at revision: 264
Proposed branch: lp://staging/~thomas-voss/location-service/add-ichnaea-provider-next
Merge into: lp://staging/location-service
Prerequisite: lp://staging/~thomas-voss/location-service/simplify-provider-interface
Diff against target: 10134 lines (+9893/-1)
38 files modified
3rd-party/ichnaea/CMakeLists.txt (+68/-0)
3rd-party/ichnaea/examples/client.cpp (+101/-0)
3rd-party/ichnaea/include/ichnaea/bluetooth_beacon.h (+33/-0)
3rd-party/ichnaea/include/ichnaea/client.h (+66/-0)
3rd-party/ichnaea/include/ichnaea/error.h (+56/-0)
3rd-party/ichnaea/include/ichnaea/geolocate/fallback.h (+49/-0)
3rd-party/ichnaea/include/ichnaea/geolocate/parameters.h (+48/-0)
3rd-party/ichnaea/include/ichnaea/geolocate/result.h (+45/-0)
3rd-party/ichnaea/include/ichnaea/geosubmit/parameters.h (+34/-0)
3rd-party/ichnaea/include/ichnaea/geosubmit/report.h (+67/-0)
3rd-party/ichnaea/include/ichnaea/geosubmit/result.h (+26/-0)
3rd-party/ichnaea/include/ichnaea/ichnaea.h (+37/-0)
3rd-party/ichnaea/include/ichnaea/radio_cell.h (+60/-0)
3rd-party/ichnaea/include/ichnaea/region/parameters.h (+28/-0)
3rd-party/ichnaea/include/ichnaea/region/result.h (+36/-0)
3rd-party/ichnaea/include/ichnaea/response.h (+86/-0)
3rd-party/ichnaea/include/ichnaea/wifi_access_point.h (+53/-0)
3rd-party/ichnaea/src/ichnaea/client.cpp (+120/-0)
3rd-party/ichnaea/src/ichnaea/codec.h (+371/-0)
3rd-party/ichnaea/src/ichnaea/error.cpp (+30/-0)
3rd-party/ichnaea/src/ichnaea/geolocate/fallback.cpp (+41/-0)
3rd-party/ichnaea/src/ichnaea/geosubmit/report.cpp (+29/-0)
3rd-party/ichnaea/src/ichnaea/radio_cell.cpp (+29/-0)
3rd-party/ichnaea/src/ichnaea/util/json.hpp (+7873/-0)
3rd-party/ichnaea/src/ichnaea/wifi_access_point.cpp (+37/-0)
3rd-party/ichnaea/tests/CMakeLists.txt (+19/-0)
3rd-party/ichnaea/tests/error_test.cpp (+25/-0)
3rd-party/ichnaea/tests/fallback_test.cpp (+38/-0)
3rd-party/ichnaea/tests/radio_cell_test.cpp (+26/-0)
3rd-party/ichnaea/tests/response_test.cpp (+34/-0)
3rd-party/ichnaea/tests/wifi_access_point_test.cpp (+26/-0)
CMakeLists.txt (+3/-0)
src/location/connectivity/nm.h (+1/-1)
src/location/providers/CMakeLists.txt (+1/-0)
src/location/providers/config.cpp (+7/-0)
src/location/providers/mls/CMakeLists.txt (+14/-0)
src/location/providers/mls/provider.cpp (+175/-0)
src/location/providers/mls/provider.h (+101/-0)
To merge this branch: bzr merge lp://staging/~thomas-voss/location-service/add-ichnaea-provider-next
Reviewer Review Type Date Requested Status
Simon Fels (community) Approve
Thomas Voß Pending
Review via email: mp+302888@code.staging.launchpad.net

Commit message

Add back mls provider relying on Mozilla's location service.

Description of the change

Add back mls provider relying on Mozilla's location service.

To post a comment you must log in.
Revision history for this message
Simon Fels (morphis) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: