touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #121144
[Bug 1518931] Re: Camera & microphone list uses device id instead of display name
This bug was fixed in the package webbrowser-app -
0.23+16.04.20151126-0ubuntu1
---------------
webbrowser-app (0.23+16.04.20151126-0ubuntu1) xenial; urgency=medium
[ CI Train Bot ]
* Resync trunk.
[ Olivier Tilloy ]
* Add missing import statements, and add missing unit tests for
BookmarksView.qml and BookmarksViewWide.qml. (LP: #1515631)
* Code cleanup: remove unused include statements and forward
declarations, and convert unnecessary include statements to forward
declarations.
* Make the drawer menu flickable so that all its actions can be
accessed even on a small mobile screen in landscape orientation.
(LP: #1513348)
* Prevent click events from propagating through the expanded history
view to the view below. (LP: #1518904)
* Use the capture device display names instead of their unique ID.
(LP: #1518931)
-- Olivier Tilloy <olivier.tilloy@xxxxxxxxxxxxx> Thu, 26 Nov 2015
13:42:25 +0000
** Changed in: webbrowser-app (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1518931
Title:
Camera & microphone list uses device id instead of display name
Status in Canonical System Image:
Fix Committed
Status in webbrowser-app package in Ubuntu:
Fix Released
Bug description:
On a phone, go to settings > privacy & permissions > camera & microphone.
Under the microphone section, there is a drop-down list that lists the available audio capture devices.
On krillin and arale, the list is as follows:
- default
- source.primary
- source.fake.sco
This is not user friendly. We could use the device display names instead, which, while not great either, is already more user-friendly:
- default: "" (empty string, could use i18n.tr("Default"))
- source.primary: "Droid source primary"
- source.fake.sco: "Null Input"
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1518931/+subscriptions
References