Merge lp:~uriboni/camera-app/no-permissions-dialog into lp:camera-app/staging
| Status: | Merged |
|---|---|
| Approved by: | Florian Boucault on 2015-12-16 |
| Approved revision: | 623 |
| Merged at revision: | 623 |
| Proposed branch: | lp:~uriboni/camera-app/no-permissions-dialog |
| Merge into: | lp:camera-app/staging |
| Diff against target: |
52 lines (+44/-0) 1 file modified
ViewFinderOverlay.qml (+44/-0) |
| To merge this branch: | bzr merge lp:~uriboni/camera-app/no-permissions-dialog |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| PS Jenkins bot | continuous-integration | Needs Fixing on 2015-12-16 | |
| Florian Boucault (community) | 2015-12-02 | Needs Fixing on 2015-12-08 | |
|
Review via email:
|
|||
Commit Message
Notify the user when camera permissions have been revoked, and provide shortcut to change them again
Description of the Change
Notify the user when camera permissions have been revoked, and provide shortcut to change them again
Needs https:/
- 620. By Ugo Riboni on 2015-12-08
-
Allow reaching the camera permissions page directly. Fix some text.
- 621. By Ugo Riboni on 2015-12-08
-
Better text, including suggestions to reboot if permissions are ok
| Florian Boucault (fboucault) wrote : | # |
Would not a better solution be for the trust prompt that requests access to the camera to reappear as it does the first time you launch the camera app?
| Ugo Riboni (uriboni) wrote : | # |
> Would not a better solution be for the trust prompt that requests access to
> the camera to reappear as it does the first time you launch the camera app?
Probably, but I think there is a difference in removing the app from the trust store (which causes a prompt on next launch) and disabling it (which causes the app to silently be denied access).
The control panel just disables the app but it leaves the entry in trust store, so that the user can go there and re-enable it if needed.
If we change the control panel's logic to actually remove the app from the store, then the only way to re-enable it would be to launch it again.
All other services (GPS, microphone) also work in this way, so we either change all or none.
- 622. By Ugo Riboni on 2015-12-10
-
Merge changes from trunk
- 623. By Ugo Riboni on 2015-12-10
-
Fix end of line semicolons
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:623
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://
| PS Jenkins bot (ps-jenkins) wrote : | # |
FAILED: Continuous integration, rev:623
http://
Executed test runs:
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
SUCCESS: http://
deb: http://
FAILURE: http://
FAILURE: http://
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild:
http://

semi columns at end of JS lines please.