[Touch-packages] [Bug 1518931] Re: Camera & microphone list uses device id instead of display name

2016-01-27 Thread Pat McGowan
** Changed in: canonical-devices-system-image
   Status: Fix Committed => 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 Released
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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1518931] Re: Camera & microphone list uses device id instead of display name

2015-11-27 Thread Launchpad Bug Tracker
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   Thu, 26 Nov 2015
13:42:25 +

** 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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1518931] Re: Camera & microphone list uses device id instead of display name

2015-11-27 Thread Jean-Baptiste Lallement
** Also affects: canonical-devices-system-image
   Importance: Undecided
   Status: New

** Changed in: canonical-devices-system-image
   Status: New => Fix Committed

** Changed in: canonical-devices-system-image
   Importance: Undecided => Medium

** Changed in: canonical-devices-system-image
 Assignee: (unassigned) => Bill Filler (bfiller)

** Changed in: canonical-devices-system-image
Milestone: None => ww02-2016

-- 
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:
  In Progress

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1518931] Re: Camera & microphone list uses device id instead of display name

2015-11-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~osomon/webbrowser-app/capture-device-displayname

-- 
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 webbrowser-app package in Ubuntu:
  In Progress

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/ubuntu/+source/webbrowser-app/+bug/1518931/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp