[Ubuntu-apps-bugs] [Bug 1464145] [NEW] The pause button don't display complete

2015-06-11 Thread Hao Li
Public bug reported:

$ system-image-cli -i
 current build number: 29
 device name: krillin
channel: ubuntu-touch/rc-proposed/bq-aquaris.en
 last update: 2015-06-10 15:42:15
 version version: 29
 version ubuntu: 20150610
 version device: 20150529-8e13c5f
 version custom: 20150528-722-29-15-vivid
Reproduce Steps:

1,Play video or music use phone
2,Check the pause button carefully 

Expect Result 
 
The pause button should be display complete

Actual Result

The pause button don't display complete

** Affects: mediaplayer-app (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Screenshot from 2015-06-11 06:28:16.png"
   
https://bugs.launchpad.net/bugs/1464145/+attachment/4413062/+files/Screenshot%20from%202015-06-11%2006%3A28%3A16.png

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to mediaplayer-app in Ubuntu.
https://bugs.launchpad.net/bugs/1464145

Title:
  The pause button don't display complete

Status in mediaplayer-app package in Ubuntu:
  New

Bug description:
  $ system-image-cli -i
   current build number: 29
   device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en
   last update: 2015-06-10 15:42:15
   version version: 29
   version ubuntu: 20150610
   version device: 20150529-8e13c5f
   version custom: 20150528-722-29-15-vivid
  Reproduce Steps:

  1,Play video or music use phone
  2,Check the pause button carefully 

  Expect Result 
   
  The pause button should be display complete

  Actual Result

  The pause button don't display complete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mediaplayer-app/+bug/1464145/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1464159] [NEW] Ubuntu Browser doesn't present system language to websites.

2015-06-11 Thread Nathan Haines
Public bug reported:

I created a webapp for the secure email service Tutanota.  One nice
feature is that it is localized in several different lanaguages and it
automatically presents its interface in the user's preferred language.

Unfortunately, the Ubuntu browser does not present the Accept-Language
header and Tutanota does not offer language as a settings option.

I think it would be optimal if the browser uses the system language as
the Accept-Language header (and would be awesome if it used the active
keyboard layout options to create a list of additional languages), and
of course even better if the browser settings page also allowed
customization as well.

More information on this header is available here:

http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1464159

Title:
  Ubuntu Browser doesn't present system language to websites.

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I created a webapp for the secure email service Tutanota.  One nice
  feature is that it is localized in several different lanaguages and it
  automatically presents its interface in the user's preferred language.

  Unfortunately, the Ubuntu browser does not present the Accept-Language
  header and Tutanota does not offer language as a settings option.

  I think it would be optimal if the browser uses the system language as
  the Accept-Language header (and would be awesome if it used the active
  keyboard layout options to create a list of additional languages), and
  of course even better if the browser settings page also allowed
  customization as well.

  More information on this header is available here:

  http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1464159/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1464249] [NEW] Ubuntu WebView should not silently honour fullscreen requests

2015-06-11 Thread Olivier Tilloy
Public bug reported:

The current implementation¹ does this:

onFullscreenRequested: _webview.fullscreen = fullscreen


¹ 
http://bazaar.launchpad.net/~phablet-team/webbrowser-app/trunk/view/head:/src/Ubuntu/Web/UbuntuWebView02.qml#L270


This default behaviour is not necessarily desirable for most embedders, who 
might want to intercept the request and cancel it.
Changing the default behaviour doesn’t require an API change, so it should be 
safe to do at any point in time (and the sooner the better).

** Affects: webbrowser-app (Ubuntu)
 Importance: High
 Assignee: Olivier Tilloy (osomon)
 Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1464249

Title:
  Ubuntu WebView should not silently honour fullscreen requests

Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  The current implementation¹ does this:

  onFullscreenRequested: _webview.fullscreen = fullscreen

  
  ¹ 
http://bazaar.launchpad.net/~phablet-team/webbrowser-app/trunk/view/head:/src/Ubuntu/Web/UbuntuWebView02.qml#L270

  
  This default behaviour is not necessarily desirable for most embedders, who 
might want to intercept the request and cancel it.
  Changing the default behaviour doesn’t require an API change, so it should be 
safe to do at any point in time (and the sooner the better).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1464249/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1464159] Re: Web browser should send the system language to websites (Accept-Language field)

2015-06-11 Thread Olivier Tilloy
The code is already there in oxide to support a localized Accept-
Language header, but it appears that the translation files needed for
this are not being installed.

** Package changed: webbrowser-app (Ubuntu) => oxide-qt (Ubuntu)

** Changed in: oxide-qt (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1464159

Title:
  Web browser should send the system language to websites (Accept-
  Language field)

Status in oxide-qt package in Ubuntu:
  Confirmed

Bug description:
  When the user has selected a specific system language for the phone,
  the Accept-Language HTTP header field should be set to that language.

  Currently, Accept-Language is hardcoded to "en-us;en;q=0.8".

  To test:

  1. [In the phone] Go to System → Language and Text → System Language
  Select something other than "English (United States)".

  2. To check the Accept-Language value, visit a website like
  http://myhttp.info

  WHAT HAPPENS NOW:
  Currently, Accept-Language is hardcoded to "en-us;en;q=0.8". 

  WHAT SHOULD HAPPEN: 
  The Accept-Language HTTP field should reference the system language (for 
example, for Greek, it should say something like "el;en-us;en;q=0.8". 

  
  ---
  I created a webapp for the secure email service Tutanota.  One nice feature 
is that it is localized in several different lanaguages and it automatically 
presents its interface in the user's preferred language.

  Unfortunately, the Ubuntu browser does not present the Accept-Language
  header and Tutanota does not offer language as a settings option.

  I think it would be optimal if the browser uses the system language as
  the Accept-Language header (and would be awesome if it used the active
  keyboard layout options to create a list of additional languages), and
  of course even better if the browser settings page also allowed
  customization as well.

  More information on this header is available here:

  http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oxide-qt/+bug/1464159/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1463559] Re: Incorrect file digest when it is downloaded through webbrowser-app with touch

2015-06-11 Thread Olivier Tilloy
** Also affects: ubuntu-download-manager
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1463559

Title:
  Incorrect file digest when it is downloaded through webbrowser-app
  with touch

Status in Ubuntu Download Manager:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I download an image from a webpage and the sha1 digest is not the same
  than the original. It is happening at least in the krilling (touch).

  I tested this scenario with different images and always it is
  happening the same.

  Steps to reproduce:
  1. Go to lillypilly.canonical.com/~platform-qa/page3.html
  2. Touch in the ubuntu image
  3. Select Save image
  4. Select to open with the Galery
  5. Once it is downloaded, press open
  6. The file is in ~/Pictures/ubuntu.jpg

  The file sha1 digest is 7cad64e34de2eebe73b49756b09a50a4a1948c7a
  The original sha1 digest is 429cbd692c4abd3e5c785edf5dcf0993d21076b1

  If you download the image either with chrome or firefox, the obtained
  digest is the correct one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-download-manager/+bug/1463559/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1463894] Re: Private mode not translated

2015-06-11 Thread Olivier Tilloy
Marking invalid for webbrowser-app, as nothing needs to happen there for
the bug to be fixed. Feel free to re-target at another project/package
to continue tracking the issue until it’s resolved on devices.

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1463894

Title:
  Private mode not translated

Status in webbrowser-app package in Ubuntu:
  Invalid

Bug description:
  In silo 20 + rc-proposed 29, Private Mode strings are not translated
  to Spanish, although they are available in Launchpad. The language
  file needs an update for OTA 5.

  https://translations.launchpad.net/webbrowser-app/trunk/+pots
  /webbrowser-app/es/+translate?batch=10&show=all&search=private+mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1463894/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1463559] Re: Incorrect file digest when it is downloaded through webbrowser-app with touch

2015-06-11 Thread Olivier Tilloy
** No longer affects: ubuntu-download-manager

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1463559

Title:
  Incorrect file digest when it is downloaded through webbrowser-app
  with touch

Status in gallery-app package in Ubuntu:
  New

Bug description:
  I download an image from a webpage and the sha1 digest is not the same
  than the original. It is happening at least in the krilling (touch).

  I tested this scenario with different images and always it is
  happening the same.

  Steps to reproduce:
  1. Go to http://lillypilly.canonical.com/~platform-qa/page3.html
  2. Touch in the ubuntu image
  3. Select Save image
  4. Select to open with the Galery
  5. Once it is downloaded, press open
  6. The file is in ~/Pictures/ubuntu.jpg

  The file sha1 digest is 7cad64e34de2eebe73b49756b09a50a4a1948c7a
  The original sha1 digest is 429cbd692c4abd3e5c785edf5dcf0993d21076b1

  If you download the image either with chrome or firefox, the obtained
  digest is the correct one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1463559/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1463559] Re: Incorrect file digest when it is downloaded through webbrowser-app with touch

2015-06-11 Thread Olivier Tilloy
It appears the file saved by UDM under
~/.cache/com.ubuntu.gallery/HubIncoming/ has the expected checksum, but
when copied over to ~/Pictures, its checksum changes. A wild guess is
that gallery-app modifies the file (maybe the exif metadata).

Note that when saving the same image three times in a row (and renaming
the file in between each download), I’m getting three different
checksums, which suggests that the contents of the file change in a
different way (maybe the exif timestamp?).

** Package changed: webbrowser-app (Ubuntu) => gallery-app (Ubuntu)

** Changed in: gallery-app (Ubuntu)
   Status: Confirmed => New

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to gallery-app in Ubuntu.
https://bugs.launchpad.net/bugs/1463559

Title:
  Incorrect file digest when it is downloaded through webbrowser-app
  with touch

Status in gallery-app package in Ubuntu:
  New

Bug description:
  I download an image from a webpage and the sha1 digest is not the same
  than the original. It is happening at least in the krilling (touch).

  I tested this scenario with different images and always it is
  happening the same.

  Steps to reproduce:
  1. Go to http://lillypilly.canonical.com/~platform-qa/page3.html
  2. Touch in the ubuntu image
  3. Select Save image
  4. Select to open with the Galery
  5. Once it is downloaded, press open
  6. The file is in ~/Pictures/ubuntu.jpg

  The file sha1 digest is 7cad64e34de2eebe73b49756b09a50a4a1948c7a
  The original sha1 digest is 429cbd692c4abd3e5c785edf5dcf0993d21076b1

  If you download the image either with chrome or firefox, the obtained
  digest is the correct one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1463559/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1464333] [NEW] F11 should toggle app-level fullscreen

2015-06-11 Thread Ugo Riboni
Public bug reported:

Pressing F11 should toggle the application level fullscreen.
Note that this is different from page level fullscreen, which is triggered by 
the page itself.

We should research if we want to merge the two concepts so that for the
user there is only one notion of fullscreen and only one way to exit
fullscreen, regardless of how it was activated (F11 or page
interaction).

Or if we want to have to have one way to escape app level fullscreen
(e.g. F11) and one to escape page level fullscren (e.g. ESC)

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1464333

Title:
  F11 should toggle app-level fullscreen

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Pressing F11 should toggle the application level fullscreen.
  Note that this is different from page level fullscreen, which is triggered by 
the page itself.

  We should research if we want to merge the two concepts so that for
  the user there is only one notion of fullscreen and only one way to
  exit fullscreen, regardless of how it was activated (F11 or page
  interaction).

  Or if we want to have to have one way to escape app level fullscreen
  (e.g. F11) and one to escape page level fullscren (e.g. ESC)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1464333/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1401563] Re: Playing a video from the photo roll exhibits odd behaviour if a video is currently loaded in the media player

2015-06-11 Thread Jim Hodapp
** No longer affects: libhybris

** Also affects: qtubuntu-media (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: qtubuntu-media (Ubuntu RTM)
   Importance: Undecided
   Status: New

** Changed in: media-hub (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: media-hub
   Status: Triaged => Invalid

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

** Changed in: qtubuntu-media (Ubuntu)
 Assignee: (unassigned) => Jim Hodapp (jhodapp)

** Changed in: qtubuntu-media (Ubuntu RTM)
 Assignee: (unassigned) => Jim Hodapp (jhodapp)

** Changed in: qtubuntu-media (Ubuntu)
   Status: New => In Progress

** Changed in: qtubuntu-media (Ubuntu RTM)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to camera-app in Ubuntu.
https://bugs.launchpad.net/bugs/1401563

Title:
  Playing a video from the photo roll exhibits odd behaviour if a video
  is currently loaded in the media player

Status in Camera App:
  Invalid
Status in the base for Ubuntu mobile products:
  Confirmed
Status in Media Hub:
  Invalid
Status in camera-app package in Ubuntu:
  Invalid
Status in media-hub package in Ubuntu:
  Invalid
Status in qtubuntu-media package in Ubuntu:
  In Progress
Status in qtubuntu-media package in Ubuntu RTM:
  Triaged

Bug description:
  Prerequisites:

  There must be two videos loaded on the phone, at least one which must
  have been taken with the phones camera and stored in the photo roll

  Steps to reproduce:

  1. Navigate to the Videos scope
  2. Tap on a video
  3. Tap on the Play button
  4. Let the video play for some time and then open the camera application
  5. Swipe left to get to the photo roll and swipe to any video in the photo 
roll
  6. Tap on the play button

  Expected result:

  The video from the photo roll plays properly in the media player

  Actual result:

  The video is corrupted in some way - usually the video that was
  already loaded is shown as a still but with the sound of the video
  from the photo roll. Sometimes the correct video will be played but in
  the wrong aspect ratio.

  current build number: 176
  device name: krillin
  channel: ubuntu-touch/ubuntu-rtm/14.09-proposed
  last update: 2014-12-11 14:44:52
  version version: 176
  version ubuntu: 20141211
  version device: 20141209-cae2b5f
  version custom: 20141119-442-21-160

To manage notifications about this bug go to:
https://bugs.launchpad.net/camera-app/+bug/1401563/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1347892] Re: Consider defaulting WebPreferences.allowFileAccessFromFileUrls to true

2015-06-11 Thread Chris Coulson
** Changed in: oxide
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1347892

Title:
  Consider defaulting WebPreferences.allowFileAccessFromFileUrls to true

Status in Oxide Webview:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Triaged

Bug description:
  This currently defaults to false, which I'm not sure is that sane. The
  default means that 2 files are treated as being from a different
  origin if they don't have exactly the same path

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1347892/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1309657] Re: Webapps Gmail Print or Download attachment don't work

2015-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150610-0ubuntu1

---
webbrowser-app (0.23+15.10.20150610-0ubuntu1) wily; urgency=medium

  [ Alexandre Abreu ]
  * Ensure SAML requests are followed even if the app is interrupted and
restarted. (LP: #1451432, #1452142)
  * Handle desktop download by forwarding to the default browser (LP:
#1309657)

  [ Olivier Tilloy ]
  * Update translation template.
  * Updated bzr ignore rules.

 -- CI Train Bot   Wed, 10 Jun 2015 12:36:43
+

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1309657

Title:
  Webapps Gmail Print or Download attachment don't work

Status in Unity integration for GMail:
  Invalid
Status in Webapps Team Task Tracking Project:
  In Progress
Status in Web Browser App:
  Invalid
Status in unity-webapps-gmail package in Ubuntu:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu 14.04, using gmail in the new ubuntu browser.
  I can see pdf attachment, but I can't print or download the file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-gmail/+bug/1309657/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1452142] Re: [webapp-container] Remember SAML providers in URL patterns

2015-06-11 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150610-0ubuntu1

---
webbrowser-app (0.23+15.10.20150610-0ubuntu1) wily; urgency=medium

  [ Alexandre Abreu ]
  * Ensure SAML requests are followed even if the app is interrupted and
restarted. (LP: #1451432, #1452142)
  * Handle desktop download by forwarding to the default browser (LP:
#1309657)

  [ Olivier Tilloy ]
  * Update translation template.
  * Updated bzr ignore rules.

 -- CI Train Bot   Wed, 10 Jun 2015 12:36:43
+

** Changed in: webbrowser-app (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1452142

Title:
  [webapp-container] Remember SAML providers in URL patterns

Status in Webapps Team Task Tracking Project:
  In Progress
Status in Web Browser App:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  The implementation of the fix for bug 1451432 adds the SAML provider
  site to the list of the allowed URL patterns, so that the SAML
  provider's website will be opened within the webapp-container itself
  and not being delegated to the browser.

  This is working fine, but we recently noticed that sometimes Google
  redirects the user to the SAML provider's website without passing the
  "SAMLRequest" parameter in the URL query; when that happens, the
  webapp container will delegate the opening of that page to the
  browser, since the URL is not in the allowed URL patterns.

  The proposed solution is for the webapp-container to store the SAML
  provider's URL somewhere in a config file, and always append the
  contents of that file to the list of the allowed URL patterns.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1452142/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1451432] Re: [webapp-container] Make it so that SAML request URLs are dynamically added to the list of URL patterns

2015-06-11 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1452142 ***
https://bugs.launchpad.net/bugs/1452142

This bug was fixed in the package webbrowser-app -
0.23+15.10.20150610-0ubuntu1

---
webbrowser-app (0.23+15.10.20150610-0ubuntu1) wily; urgency=medium

  [ Alexandre Abreu ]
  * Ensure SAML requests are followed even if the app is interrupted and
restarted. (LP: #1451432, #1452142)
  * Handle desktop download by forwarding to the default browser (LP:
#1309657)

  [ Olivier Tilloy ]
  * Update translation template.
  * Updated bzr ignore rules.

 -- CI Train Bot   Wed, 10 Jun 2015 12:36:43
+

** Changed in: webbrowser-app (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1451432

Title:
  [webapp-container] Make it so that SAML request URLs are dynamically
  added to the list of URL patterns

Status in Webapps Team Task Tracking Project:
  Triaged
Status in Web Browser App:
  In Progress
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  SAML requests sent as part of SSO for cases like google apps for your
  domain could be better handled in terms of URL pattern "shielding". At
  the moment, the URLs are added statically, which is quite unreliable
  since we cannot guess either changes in the URLs structure or the
  third party identity provider.

To manage notifications about this bug go to:
https://bugs.launchpad.net/webapps-sprint/+bug/1451432/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1464390] [NEW] Feature request: allow invoking a websearch using the configured search engine

2015-06-11 Thread Michael Zanetti
Public bug reported:

Some apps may want to trigger a web search in the browser. Right now
there is the possibility to do something like

Qt.openUrlExternally("https://google.com?q=foobar";)

However, the search engine might be blocked in some countries or not be
the user's favourite one. It would be great if we could do something
like:

Qt.openUrlExternally("websearch://foobar")

I haven't fully thought the websearch:// scheme through yet, so probably
this requires a case study on the used uri scheme and/or query
arguments. Maybe there's some standard uri scheme for this? Or maybe
even just something like http://foobar?

** Affects: tagger
 Importance: Medium
 Assignee: Michael Zanetti (mzanetti)
 Status: Confirmed

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: tagger
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1464390

Title:
  Feature request: allow invoking a websearch using the configured
  search engine

Status in Tagger:
  Confirmed
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Some apps may want to trigger a web search in the browser. Right now
  there is the possibility to do something like

  Qt.openUrlExternally("https://google.com?q=foobar";)

  However, the search engine might be blocked in some countries or not
  be the user's favourite one. It would be great if we could do
  something like:

  Qt.openUrlExternally("websearch://foobar")

  I haven't fully thought the websearch:// scheme through yet, so
  probably this requires a case study on the used uri scheme and/or
  query arguments. Maybe there's some standard uri scheme for this? Or
  maybe even just something like http://foobar?

To manage notifications about this bug go to:
https://bugs.launchpad.net/tagger/+bug/1464390/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1462664] Re: Geolocation app is freezing in a few mobiles

2015-06-11 Thread Olivier Tilloy
I tentatively added an oxide task, and I’m confirming the issue for
unav.

** No longer affects: webbrowser-app (Ubuntu)

** No longer affects: webbrowser-app (Ubuntu RTM)

** Changed in: unav
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1462664

Title:
  Geolocation app is freezing in a few mobiles

Status in Oxide Webview:
  New
Status in uNAV:
  Confirmed

Bug description:
  Hi!

  With the app GPS Navigation a few users have problem with a freeze
  issue, because of 100% CPU usage or heavy swap usage (I don't know,
  because I can't reproduce it.

  For some users, it is working perfect, for other is freezing after a few 
minutes. You can see here the user reviews:
  https://uappexplorer.com/app/navigator.costales

  The code is here:
  
http://bazaar.launchpad.net/~costales/unav/trunk/view/head:/www/js/geolocation.js
  It's just a simple HTML5 geolocation code. Even I added a reject control for 
more that 1 request by 800 microseconds.

  I think it could be the GPS doing a lot of request by second or the
  web container is freezing waiting for GPS.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1462664/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1462664] Re: Geolocation app is freezing in a few mobiles

2015-06-11 Thread Olivier Tilloy
Marcos, I just had a quick look at the code for unav, and I think it
would be very useful if you could instrument the JS code with a few
debug logs to try and figure out what’s going on for users who can
observe the freeze.

Could you get someone who can reliably reproduce the issue attach the
corresponding log file? It should be at /home/phablet/.cache/upstart
/application-click-navigator.costales_navigator_0.11.log


Is it possible that the index.html page is ever reloaded, thus leading to more 
than one call to watchPosition() through the lifetime of the app?
Also, I’m not really sure what purpose the "if (prev_run <= $.now())" test 
serves. According to the W3C spec for watchPosition 
(http://dev.w3.org/geo/api/spec-source.html#watch-position): « the 
successCallback is only invoked when a new position is obtained and this 
position differs significantly from the previously reported position ». So 
presumably if you get two success callbacks in a row, it’s because the position 
has changed enough that you really want to update the position on the map 
anyway.

** Also affects: oxide
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1462664

Title:
  Geolocation app is freezing in a few mobiles

Status in Oxide Webview:
  New
Status in uNAV:
  Confirmed

Bug description:
  Hi!

  With the app GPS Navigation a few users have problem with a freeze
  issue, because of 100% CPU usage or heavy swap usage (I don't know,
  because I can't reproduce it.

  For some users, it is working perfect, for other is freezing after a few 
minutes. You can see here the user reviews:
  https://uappexplorer.com/app/navigator.costales

  The code is here:
  
http://bazaar.launchpad.net/~costales/unav/trunk/view/head:/www/js/geolocation.js
  It's just a simple HTML5 geolocation code. Even I added a reject control for 
more that 1 request by 800 microseconds.

  I think it could be the GPS doing a lot of request by second or the
  web container is freezing waiting for GPS.

  Thanks in advance!

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1462664/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1309657] Re: Webapps Gmail Print or Download attachment don't work

2015-06-11 Thread Olivier Tilloy
** No longer affects: webbrowser-app

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1309657

Title:
  Webapps Gmail Print or Download attachment don't work

Status in Unity integration for GMail:
  Invalid
Status in Webapps Team Task Tracking Project:
  In Progress
Status in unity-webapps-gmail package in Ubuntu:
  Invalid
Status in webbrowser-app package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu 14.04, using gmail in the new ubuntu browser.
  I can see pdf attachment, but I can't print or download the file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-webapps-gmail/+bug/1309657/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1464414] [NEW] Contact number not filled if full name is entered but number is not selected from drop-down

2015-06-11 Thread Brendan Donegan
Public bug reported:

Prerequisites:

A contact is in the address book with a name and number (e.g. 'Test
Tester', '0011223344'

1. Open the messaging application
2. Swipe up to create a new message
3. Enter the full name of the contact (i.e. 'Test Tester') in the To: field
4. Tap on the 'Write a message...' field
5. Enter your message text
6. Tap on Send

Expected result:

Message is sent successfully (assuming sufficient credit and a valid
number). Opening the message info shows the number of the contact

Actual result:

The message fails to send and opening the message info shows the To:
field as blank

current build number: 410
device name: krillin
channel: ubuntu-touch/rc-proposed/bq-aquaris.en-proposed
last update: 2015-06-11 10:06:15
version version: 410
version ubuntu: 20150611
version device: 20150529-8e13c5f
version custom: 20150528-722-29-15-vivid

** Affects: messaging-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1464414

Title:
  Contact number not filled if full name is entered but number is not
  selected from drop-down

Status in messaging-app package in Ubuntu:
  New

Bug description:
  Prerequisites:

  A contact is in the address book with a name and number (e.g. 'Test
  Tester', '0011223344'

  1. Open the messaging application
  2. Swipe up to create a new message
  3. Enter the full name of the contact (i.e. 'Test Tester') in the To: field
  4. Tap on the 'Write a message...' field
  5. Enter your message text
  6. Tap on Send

  Expected result:

  Message is sent successfully (assuming sufficient credit and a valid
  number). Opening the message info shows the number of the contact

  Actual result:

  The message fails to send and opening the message info shows the To:
  field as blank

  current build number: 410
  device name: krillin
  channel: ubuntu-touch/rc-proposed/bq-aquaris.en-proposed
  last update: 2015-06-11 10:06:15
  version version: 410
  version ubuntu: 20150611
  version device: 20150529-8e13c5f
  version custom: 20150528-722-29-15-vivid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1464414/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1464436] [NEW] Pressing CTRL while clicking on a link mix old and new tab

2015-06-11 Thread Riccardo Padovani
Public bug reported:

Go to a site with a link, click on a link while you are pressing ctrl:
the page changes to the new page you want to go to, but you can't scroll
it and you can't click links. If you open tabs you see there is a new
tab open in the background.

Switch from a tab to another and eventually all goes ok.

My opinion here is the new tab is opened in background, but its render
is overlying the current page.

I didn't think oxide is relevant here, because it opens the tab in background, 
it's only a wrong management by webbrowser.
I found this while I was testing 
lp:~uriboni/webbrowser-app/keyboard-navigation, but it's present also in trunk, 
and we need to fix for convergence

** Affects: webbrowser-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1464436

Title:
  Pressing CTRL while clicking on a link mix old and new tab

Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  Go to a site with a link, click on a link while you are pressing ctrl:
  the page changes to the new page you want to go to, but you can't
  scroll it and you can't click links. If you open tabs you see there is
  a new tab open in the background.

  Switch from a tab to another and eventually all goes ok.

  My opinion here is the new tab is opened in background, but its render
  is overlying the current page.

  I didn't think oxide is relevant here, because it opens the tab in 
background, it's only a wrong management by webbrowser.
  I found this while I was testing 
lp:~uriboni/webbrowser-app/keyboard-navigation, but it's present also in trunk, 
and we need to fix for convergence

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1464436/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-apps-bugs] [Bug 1464466] [NEW] messaging-app SIM preference ignored for MMS

2015-06-11 Thread Selene Scriven
Public bug reported:

I discovered today that the user's choice of SIM slot (configured in the
messaging app) is only used for SMS.  This setting gets ignored for MMS,
and instead it uses whatever system settings / cellular has configured
for cell data.  This can cause failure to send MMS, if the other slot
has no service, or can cause the message to be sent from the wrong
number.

I saw this in krillin ubuntu-touch/ubuntu-rtm/14.09-factory-proposed
image 10, the OTA4 candidate.

I'm not sure how feasible it is to configure this in the same manner as
SMS uses, since the phone generally only connects to one cell data
provider at a time, but it would be nice if it used the same policies as
SMS.

** Affects: messaging-app (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Apps bug tracking, which is subscribed to messaging-app in Ubuntu.
https://bugs.launchpad.net/bugs/1464466

Title:
  messaging-app SIM preference ignored for MMS

Status in messaging-app package in Ubuntu:
  New

Bug description:
  I discovered today that the user's choice of SIM slot (configured in
  the messaging app) is only used for SMS.  This setting gets ignored
  for MMS, and instead it uses whatever system settings / cellular has
  configured for cell data.  This can cause failure to send MMS, if the
  other slot has no service, or can cause the message to be sent from
  the wrong number.

  I saw this in krillin ubuntu-touch/ubuntu-rtm/14.09-factory-proposed
  image 10, the OTA4 candidate.

  I'm not sure how feasible it is to configure this in the same manner
  as SMS uses, since the phone generally only connects to one cell data
  provider at a time, but it would be nice if it used the same policies
  as SMS.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/messaging-app/+bug/1464466/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-apps-bugs
Post to : ubuntu-apps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-apps-bugs
More help   : https://help.launchpad.net/ListHelp