Merge lp:~zaspire/cordova-ubuntu/camera-workaround into lp:cordova-ubuntu/2.8

Proposed by Maxim Ermilov
Status: Merged
Approved by: David Barth
Approved revision: 255
Merged at revision: 255
Proposed branch: lp:~zaspire/cordova-ubuntu/camera-workaround
Merge into: lp:cordova-ubuntu/2.8
Diff against target: 12 lines (+2/-0)
1 file modified
Cordovaqt/CaptureWidget.qml (+2/-0)
To merge this branch: bzr merge lp:~zaspire/cordova-ubuntu/camera-workaround
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
David Barth (community) Approve
Review via email: mp+203982@code.launchpad.net

Commit message

Workaround for the camera issues on touch

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:255
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~zaspire/cordova-ubuntu/camera-workaround/+merge/203982/+edit-commit-message

http://jenkins.qa.ubuntu.com/job/cordova-ubuntu-2.8-ci/9/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/cordova-ubuntu-2.8-trusty-amd64-ci/3
    SUCCESS: http://jenkins.qa.ubuntu.com/job/cordova-ubuntu-2.8-trusty-armhf-ci/3

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/cordova-ubuntu-2.8-ci/9/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
David Barth (dbarth) wrote :

Nice workaround

Revision history for this message
David Barth (dbarth) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Cordovaqt/CaptureWidget.qml'
2--- Cordovaqt/CaptureWidget.qml 2013-07-05 05:16:11 +0000
3+++ Cordovaqt/CaptureWidget.qml 2014-01-30 14:50:20 +0000
4@@ -131,6 +131,8 @@
5 script:{
6 ui.visible = false;
7 camera.stop();
8+ camera.start();
9+ camera.stop();
10 camera.unlock();
11 }
12 }

Subscribers

People subscribed via source and target branches