Closed
Bug 1060178
Opened 10 years ago
Closed 10 years ago
[ALA] check the settings DB for the location precision
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(feature-b2g:2.2+)
RESOLVED
WONTFIX
feature-b2g | 2.2+ |
People
(Reporter: marta, Assigned: huseby)
References
Details
(Keywords: privacy)
Attachments
(1 file, 1 obsolete file)
16.22 KB,
patch
|
Details | Diff | Splinter Review |
Look at the settings DB for global settings of ALA on/off and the precision of location returned (or fake location).
Summary: ALA: check the settings DB for the location precision → [ALA] check the settings DB for the location precision
QA Whiteboard: STATUS: engineering design → STATUS: not started
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Per the comments on:
https://github.com/mozilla/gecko-dev/pull/47
https://github.com/mozilla/gecko-dev/pull/48
https://github.com/mozilla/gecko-dev/pull/49
gecko-dev cannot accept pull requests, so please stop opening them - it's not the correct workflow for development work here.
The patch you have attached is sufficient on it's own - no need to open a PR (you can of course continue to work in your own user fork).
Flags: needinfo?(daniel.marecik)
Comment 3•10 years ago
|
||
Reading global settings from the settings DB is ready.
Following tasks are required to create full feature functionality:
- reading app exception list (from setting DB),
- reading list of unblurred app (from a predefined file or setting DB).
These tasks should be created as separate bugs.
Flags: needinfo?(daniel.marecik)
Comment 4•10 years ago
|
||
I will not create PR.
Assignee: marta → daniel.marecik
QA Whiteboard: STATUS: not started → STATUS: ready for review
Priority: P4 → --
Daniel, as have discussed during our call earlier this week, and as showed in other bugs there should be one DB that contains settings for all of the apps:
<ala.global.precise> = true
<ala.fmd.precise> = true
<ala.weather.blurr> = 5
<ala.netflix.fake> = [51.2345;14.133]
Comment 6•10 years ago
|
||
Attachment #8484899 -
Attachment is obsolete: true
Comment 7•10 years ago
|
||
Reading global settings from the settings DB is ready.
Reading app exception list from the settings DB is ready.
Reading list of unblurred app from the settings DB is ready.
Global settings keys and values:
geolocation.blur.type = 1 (Precise) / 2 (Blur) / 3 (Custom)
geolocation.blur.radius = 6
geolocation.blur.coords = "@51.1234,14.1234"
App exception list:
geolocation.exceptions = { "app//app1.gaiamobile.org/manifest.webapp": { "type": 1 },
"app//app2.gaiamobile.org/manifest.webapp": { "type": 2, "radius": 5 },
"app//app3.gaiamobile.org/manifest.webapp": { "type":3, "coords": "@51.1234,14.1234" }}
List of unblurred app:
geolocation.unblured = ["app//app5.gaiamobile.org/manifest.webapp",
"app//app6.gaiamobile.org/manifest.webapp",
"app//app7.gaiamobile.org/manifest.webapp"]
Assignee | ||
Updated•10 years ago
|
Assignee: daniel.marecik → huseby
Assignee | ||
Comment 8•10 years ago
|
||
See Bug 1073419
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
feature-b2g: --- → 2.2+
You need to log in
before you can comment on or make changes to this bug.
Description
•