[jira] [Commented] (CB-7450) Fix deprecations in cordova-ios unit tests

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133636#comment-14133636
 ] 

ASF subversion and git services commented on CB-7450:
-

Commit d5f570efa1d209f965c29fcc89efdf16bf1e5187 in cordova-ios's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=d5f570e ]

CB-7450 - Fix deprecations in cordova-ios unit tests


 Fix deprecations in cordova-ios unit tests
 --

 Key: CB-7450
 URL: https://issues.apache.org/jira/browse/CB-7450
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Reporter: Shazron Abdullah

 Fix usage of deprecated methods in the unit tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6911) iOS 8 - deprecated attempt to access property errors when accessing anything off window.navigator

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133650#comment-14133650
 ] 

ASF GitHub Bot commented on CB-6911:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-js/pull/80


 iOS 8 - deprecated attempt to access property errors when accessing 
 anything off window.navigator
 ---

 Key: CB-6911
 URL: https://issues.apache.org/jira/browse/CB-6911
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CordovaJS
 Environment: iOS 8 beta 5 (device)
Reporter: Jeff Schilling
Assignee: Shazron Abdullah
 Attachments: Screen Shot 2014-09-01 at 9.03.30 pm.png, Screen Shot 
 2014-09-04 at 9.30.58 pm.png


 references to window.navigator.* (platform, geolocation) etc fail with 
 Deprecated attempt to access property 'geolocation' on a non-Navigator object.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-6911) iOS 8 - deprecated attempt to access property errors when accessing anything off window.navigator

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-6911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-6911.
--
Resolution: Fixed

 iOS 8 - deprecated attempt to access property errors when accessing 
 anything off window.navigator
 ---

 Key: CB-6911
 URL: https://issues.apache.org/jira/browse/CB-6911
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: CordovaJS
 Environment: iOS 8 beta 5 (device)
Reporter: Jeff Schilling
Assignee: Shazron Abdullah
 Attachments: Screen Shot 2014-09-01 at 9.03.30 pm.png, Screen Shot 
 2014-09-04 at 9.30.58 pm.png


 references to window.navigator.* (platform, geolocation) etc fail with 
 Deprecated attempt to access property 'geolocation' on a non-Navigator object.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7516) Docs. Fix broken links to API on Platform Support page

2014-09-15 Thread Sergey Grebnov (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133720#comment-14133720
 ] 

Sergey Grebnov commented on CB-7516:


Confirm, thx [~cmarcelk]

 Docs. Fix broken links to API on Platform Support page
 --

 Key: CB-7516
 URL: https://issues.apache.org/jira/browse/CB-7516
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 3.5.0
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov

 I’m noticing that a bunch of links to docs on 
 http://cordova.apache.org/docs/en/3.5.0/guide_support_index.md.html#Platform%20Support
  are broken and should get fixed.
 They’re all the ones on the left side of the table in the Platform API 
 section with the exception of Events and Storage. 
 All the rest have URIs of the form 
 https://github.com/apache/cordova-plugin-device-motion/blob/dev/doc/index.md 
 that produce 404 errors.
 They just need dev in the path replaced with master as in 
 https://github.com/apache/cordova-plugin-device-motion/blob/master/doc/index.md.
  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7516) Docs. Fix broken links to API on Platform Support page

2014-09-15 Thread Sergey Grebnov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Grebnov resolved CB-7516.

   Resolution: Cannot Reproduce
Fix Version/s: 3.6.0

 Docs. Fix broken links to API on Platform Support page
 --

 Key: CB-7516
 URL: https://issues.apache.org/jira/browse/CB-7516
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 3.5.0
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
 Fix For: 3.6.0


 I’m noticing that a bunch of links to docs on 
 http://cordova.apache.org/docs/en/3.5.0/guide_support_index.md.html#Platform%20Support
  are broken and should get fixed.
 They’re all the ones on the left side of the table in the Platform API 
 section with the exception of Events and Storage. 
 All the rest have URIs of the form 
 https://github.com/apache/cordova-plugin-device-motion/blob/dev/doc/index.md 
 that produce 404 errors.
 They just need dev in the path replaced with master as in 
 https://github.com/apache/cordova-plugin-device-motion/blob/master/doc/index.md.
  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (CB-7516) Docs. Fix broken links to API on Platform Support page

2014-09-15 Thread Sergey Grebnov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Grebnov closed CB-7516.
--

 Docs. Fix broken links to API on Platform Support page
 --

 Key: CB-7516
 URL: https://issues.apache.org/jira/browse/CB-7516
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: 3.5.0
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
 Fix For: 3.6.0


 I’m noticing that a bunch of links to docs on 
 http://cordova.apache.org/docs/en/3.5.0/guide_support_index.md.html#Platform%20Support
  are broken and should get fixed.
 They’re all the ones on the left side of the table in the Platform API 
 section with the exception of Events and Storage. 
 All the rest have URIs of the form 
 https://github.com/apache/cordova-plugin-device-motion/blob/dev/doc/index.md 
 that produce 404 errors.
 They just need dev in the path replaced with master as in 
 https://github.com/apache/cordova-plugin-device-motion/blob/master/doc/index.md.
  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6231) Better approach for preventing rubberband in Windows Phone 8

2014-09-15 Thread Roberto De Simone (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133726#comment-14133726
 ] 

Roberto De Simone commented on CB-6231:
---

This issue is marked as a minor problem - I think it is a serious problem. As 
soon as there is a div with overflow, the WebView bounces. There is no way to 
prevent the bouncing with the help of CSS - neither with the @-ms properties. 
The setting this.CordovaView.DisableBouncyScrolling prevents the WebView 
bouncing but scrolling is not really possible anymore. Make also a research on 
the web for the bouncing WebView - many people are looking for solutions. Maybe 
this problem has to be addressed to Microsoft. A bouncing WebView is not a nice 
user experience for a native app!

 Better approach for preventing rubberband in Windows Phone 8
 

 Key: CB-6231
 URL: https://issues.apache.org/jira/browse/CB-6231
 Project: Apache Cordova
  Issue Type: Improvement
  Components: WP8
Affects Versions: 3.4.0
Reporter: Dan Polivy
Assignee: Jesse MacFadyen
Priority: Minor
  Labels: scrolling

 I've been looking for a good solution for the DisallowOverscroll setting 
 that works on Windows Phone 8; I've tried the 
 {{this.CordovaView.DisableBouncyScrolling}} setting, but it has the side 
 effect of making intended scrolling feel really sluggish, because it only 
 responds to swipes and doesn't track real-time under one's finger.
 Using [this 
 approach|http://stackoverflow.com/questions/21652548/bouncing-when-overflow-set-to-auto-or-scroll-in-wp8-webbrowser-control],
  I came up with an alternate implementation that works in the same scenarios 
 as {{DisableBouncyScrolling}}, but feels a lot nicer. Note that with _both_ 
 implementations, if inertia causes the scrolling to hit the top or bottom, 
 you still get a small bounce -- I don't think there's any way to avoid that 
 on WP8 at the moment.
 I thought I'd share it here, in case you'd like to add it as another option 
 in the WP8 Cordova implementation. I'm happy to attempt a pull request if 
 you'd like (just not sure the best place for the JS code to live if it's part 
 of the 'system').
 {code:title=BrowserMouseHelper.cs|borderStyle=solid}
 // This goes in the Border_ManipulationDelta event handler
 var preventScroll = _browser.InvokeScript(eval, new string[] { 
 (function(delta) { return isScrollingPrevented(delta); })( + 
 e.DeltaManipulation.Translation.Y.ToString() + ) }) as string;
 if (preventScroll == true)
 {
 e.Handled = true;
 }
 {code}
 {code:title=.js file|borderStyle=solid}
 // This goes in a JS file that's part of the app; I'm using jQuery, but it 
 can be written without that dependency
 isScrollingPrevented = function(delta) {
   var scrollTop = $(document).scrollTop(),
   top = scrollTop === 0,
   bottom = scrollTop + $(window).height() === 
 $(document).height();
   return ((top  delta  0) || (bottom  delta  0)).toString();
 };
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7523) Possible error in the plugin.xml

2014-09-15 Thread Ilya Buziuk (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133730#comment-14133730
 ] 

Ilya Buziuk commented on CB-7523:
-

Guys when are you planning to release 0.2.13. If the breakage is crucial it 
will be great to get a release ASAP?

 Possible error in the plugin.xml
 

 Key: CB-7523
 URL: https://issues.apache.org/jira/browse/CB-7523
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Contacts
Reporter: Ilya Buziuk

 I think there is an error in the plugin.xml
 https://github.com/apache/cordova-plugin-contacts/blob/master/plugin.xml#L67
 Should be  merges, instead of merge



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-6478) Media plugin exception when calling startRecordToStorageFileAsync on windows 8

2014-09-15 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov resolved CB-6478.
--
Resolution: Fixed

 Media plugin exception when calling startRecordToStorageFileAsync on windows 8
 --

 Key: CB-6478
 URL: https://issues.apache.org/jira/browse/CB-6478
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI, Plugin Media, Windows 8
 Environment: Windows 8.1, Cordova-CLI 3.4.1
Reporter: Vladimir Kotikov
Assignee: Jesse MacFadyen
  Labels: cli

 When try to record audio file via media.startRecord(), i get following 
 exception:
 'WWAHost.exe' (Script): Loaded 'Script Code (MSAppHost/1.0)'. 
 Exception is about to be caught by JavaScript library code at line 155, 
 column 13 in 
 ms-appx://io.cordova.hellocordova/www/plugins/org.apache.cordova.media/src/windows8/MediaProxy.js
 0xc00d36b6 - JavaScript runtime error: This object needs to be initialized 
 before the requested operation can be carried out.
 WinRT information: This object needs to be initialized before the requested 
 operation can be carried out.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (CB-6478) Media plugin exception when calling startRecordToStorageFileAsync on windows 8

2014-09-15 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-6478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov closed CB-6478.


 Media plugin exception when calling startRecordToStorageFileAsync on windows 8
 --

 Key: CB-6478
 URL: https://issues.apache.org/jira/browse/CB-6478
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI, Plugin Media, Windows 8
 Environment: Windows 8.1, Cordova-CLI 3.4.1
Reporter: Vladimir Kotikov
Assignee: Jesse MacFadyen
  Labels: cli

 When try to record audio file via media.startRecord(), i get following 
 exception:
 'WWAHost.exe' (Script): Loaded 'Script Code (MSAppHost/1.0)'. 
 Exception is about to be caught by JavaScript library code at line 155, 
 column 13 in 
 ms-appx://io.cordova.hellocordova/www/plugins/org.apache.cordova.media/src/windows8/MediaProxy.js
 0xc00d36b6 - JavaScript runtime error: This object needs to be initialized 
 before the requested operation can be carried out.
 WinRT information: This object needs to be initialized before the requested 
 operation can be carried out.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7547) [plugin-media] Record Audio fails on windows platform

2014-09-15 Thread Vladimir Kotikov (JIRA)
Vladimir Kotikov created CB-7547:


 Summary: [plugin-media] Record Audio fails on windows platform
 Key: CB-7547
 URL: https://issues.apache.org/jira/browse/CB-7547
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Media
Reporter: Vladimir Kotikov


1. Create mobilespec app witn windows platform
2. Run plugin manual test -org.apache.cordova.media.tests.tests
3. Press  Record Audio 10 sec - at wp8.1 get error: recordAudio(): Audio Error: 
undefined
4. Status don't changes to Stopped when finished recording
5. Press  play - nothing happened

Exception was thrown at line 54, column 5 in 
ms-appx://org.apache.mobilespec/www/plugins/org.apache.cordova.test-framework/www/medic.js

0x800c0005 - JavaScript runtime error: The system cannot locate the resource 
specified.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7454) Add support for m4a audio format to Media plugin

2014-09-15 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-7454:
-
Description: 
Current version doesn't support m4a audio even if platform, we're running on 
does.

For example CB-7453 describes that media-capture for WP8.1 can record an m4a 
file when mp3 recording fails, and the recorded file format which is fully 
supported by Windows platform and IE11, can't be used with Media plugin due to 
current plugin limitations.

Issue is that Media plugin for windows treats {{src}} property of Media 
instance as a file name inside of Music library, although it can be a full path 
to file.

Solution is to record audio file to temporary folder, and if full path for file 
is provided, copy recorded file to this path, otherwise, leave recorded file at 
temporary folder.

Also it is necessary to update tests to properly handle windows specifics.

  was:
Current version doesn't support m4a audio even if platform, we're running on 
does.

For example CB-7453 describes that media-capture for WP8.1 can record an m4a 
file when mp3 recording fails, and the recorded file format which is fully 
supported by Windows platform and IE11, can't be used with Media plugin due to 
current plugin limitations.


 Add support for m4a audio format to Media plugin
 

 Key: CB-7454
 URL: https://issues.apache.org/jira/browse/CB-7454
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin Media
Reporter: Vladimir Kotikov
  Labels: m4a, media, wp8.1

 Current version doesn't support m4a audio even if platform, we're running on 
 does.
 For example CB-7453 describes that media-capture for WP8.1 can record an m4a 
 file when mp3 recording fails, and the recorded file format which is fully 
 supported by Windows platform and IE11, can't be used with Media plugin due 
 to current plugin limitations.
 Issue is that Media plugin for windows treats {{src}} property of Media 
 instance as a file name inside of Music library, although it can be a full 
 path to file.
 Solution is to record audio file to temporary folder, and if full path for 
 file is provided, copy recorded file to this path, otherwise, leave recorded 
 file at temporary folder.
 Also it is necessary to update tests to properly handle windows specifics.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7454) Add support for m4a audio format to Media plugin

2014-09-15 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-7454:
-
Description: 
Current version doesn't support m4a audio even if platform, we're running on 
does.

For example CB-7453 describes that media-capture for WP8.1 can record an m4a 
file when mp3 recording fails, and the recorded file format which is fully 
supported by Windows platform and IE11, can't be used with Media plugin due to 
current plugin limitations.

  was:
Current version doesn't support m4a audio even if platform, we're running on 
does.

For example CB-7453 describes that media-capture for WP8.1 can record an m4a 
file when mp3 recording fails, and the recorded file format which is fully 
supported by Windows platform and IE11, can't be used with Media plugin due to 
current plugin limitations.

Issue is that Media plugin for windows treats {{src}} property of Media 
instance as a file name inside of Music library, although it can be a full path 
to file.

Solution is to record audio file to temporary folder, and if full path for file 
is provided, copy recorded file to this path, otherwise, leave recorded file at 
temporary folder.

Also it is necessary to update tests to properly handle windows specifics.


 Add support for m4a audio format to Media plugin
 

 Key: CB-7454
 URL: https://issues.apache.org/jira/browse/CB-7454
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin Media
Reporter: Vladimir Kotikov
  Labels: m4a, media, wp8.1

 Current version doesn't support m4a audio even if platform, we're running on 
 does.
 For example CB-7453 describes that media-capture for WP8.1 can record an m4a 
 file when mp3 recording fails, and the recorded file format which is fully 
 supported by Windows platform and IE11, can't be used with Media plugin due 
 to current plugin limitations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7547) [plugin-media] Record Audio fails on windows platform

2014-09-15 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-7547:
-
Description: 
1. Create mobilespec app witn windows platform
2. Run plugin manual test -org.apache.cordova.media.tests.tests
3. Press  Record Audio 10 sec - at wp8.1 get error: recordAudio(): Audio Error: 
undefined
4. Status don't changes to Stopped when finished recording
5. Press  play - nothing happened

Exception was thrown at line 54, column 5 in 
ms-appx://org.apache.mobilespec/www/plugins/org.apache.cordova.test-framework/www/medic.js

0x800c0005 - JavaScript runtime error: The system cannot locate the resource 
specified.

Issue is that Media plugin for windows treats {{src}} property of Media 
instance as a file name inside of Music library, although it can be a full path 
to file.

Solution is to record audio file to temporary folder, and if full path for file 
is provided, copy recorded file to this path, otherwise, leave recorded file at 
temporary folder.

Also it is necessary to update tests to properly handle windows specifics.

  was:
1. Create mobilespec app witn windows platform
2. Run plugin manual test -org.apache.cordova.media.tests.tests
3. Press  Record Audio 10 sec - at wp8.1 get error: recordAudio(): Audio Error: 
undefined
4. Status don't changes to Stopped when finished recording
5. Press  play - nothing happened

Exception was thrown at line 54, column 5 in 
ms-appx://org.apache.mobilespec/www/plugins/org.apache.cordova.test-framework/www/medic.js

0x800c0005 - JavaScript runtime error: The system cannot locate the resource 
specified.


 [plugin-media] Record Audio fails on windows platform
 -

 Key: CB-7547
 URL: https://issues.apache.org/jira/browse/CB-7547
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Media
Reporter: Vladimir Kotikov
  Labels: media, recording, windows

 1. Create mobilespec app witn windows platform
 2. Run plugin manual test -org.apache.cordova.media.tests.tests
 3. Press  Record Audio 10 sec - at wp8.1 get error: recordAudio(): Audio 
 Error: undefined
 4. Status don't changes to Stopped when finished recording
 5. Press  play - nothing happened
 Exception was thrown at line 54, column 5 in 
 ms-appx://org.apache.mobilespec/www/plugins/org.apache.cordova.test-framework/www/medic.js
 0x800c0005 - JavaScript runtime error: The system cannot locate the resource 
 specified.
 Issue is that Media plugin for windows treats {{src}} property of Media 
 instance as a file name inside of Music library, although it can be a full 
 path to file.
 Solution is to record audio file to temporary folder, and if full path for 
 file is provided, copy recorded file to this path, otherwise, leave recorded 
 file at temporary folder.
 Also it is necessary to update tests to properly handle windows specifics.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7547) [plugin-media] Record Audio fails on windows platform

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133809#comment-14133809
 ] 

ASF GitHub Bot commented on CB-7547:


GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-media/pull/29

CB-7547 Fixes audio recording on windows platform

Fix for https://issues.apache.org/jira/browse/CB-7547

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-plugin-media CB-7547

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-media/pull/29.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #29


commit bd6aa6d92c0dedf35704af1bd3d9f1885d13b073
Author: Vladimir Kotikov v-vlk...@microsoft.com
Date:   2014-09-15T10:11:27Z

CB-7547 Fixes audio recording on windows platform




 [plugin-media] Record Audio fails on windows platform
 -

 Key: CB-7547
 URL: https://issues.apache.org/jira/browse/CB-7547
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Media
Reporter: Vladimir Kotikov
  Labels: media, recording, windows

 1. Create mobilespec app witn windows platform
 2. Run plugin manual test -org.apache.cordova.media.tests.tests
 3. Press  Record Audio 10 sec - at wp8.1 get error: recordAudio(): Audio 
 Error: undefined
 4. Status don't changes to Stopped when finished recording
 5. Press  play - nothing happened
 Exception was thrown at line 54, column 5 in 
 ms-appx://org.apache.mobilespec/www/plugins/org.apache.cordova.test-framework/www/medic.js
 0x800c0005 - JavaScript runtime error: The system cannot locate the resource 
 specified.
 Issue is that Media plugin for windows treats {{src}} property of Media 
 instance as a file name inside of Music library, although it can be a full 
 path to file.
 Solution is to record audio file to temporary folder, and if full path for 
 file is provided, copy recorded file to this path, otherwise, leave recorded 
 file at temporary folder.
 Also it is necessary to update tests to properly handle windows specifics.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7548) [BlackBerry10] dateToString format error

2014-09-15 Thread Bryan Higgins (JIRA)
Bryan Higgins created CB-7548:
-

 Summary: [BlackBerry10] dateToString format error
 Key: CB-7548
 URL: https://issues.apache.org/jira/browse/CB-7548
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Globalization
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor


Tested on Z10, trunk (2558)
and iOS 7.1

--- Steps to Reproduce: ---
var date1 = new Date(01/01/01);

function dateToStringSuccessCallback(date) {
console.log(date:  + date.value);
}
function errorCallback(err) {
console.log(ERROR:  + err.message);   
}

navigator.globalization.dateToString(date1, dateToStringSuccessCallback, 
errorCallback, {formatLength:'full', selector:'date and time'} );

When running the above date in iOS and BlackBerry results in a date of 
Wed Dec 31 1969 19:00:00 GMT-0500 (EST)

But when executing the dateToString on the same value, results in two different 
values.


--- Actual Result: ---
on iOS you get:
12/31/69, 7:00 PM

on BlackBerry you will get:
Date in wrong format!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7548) [BlackBerry10] dateToString format error

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133884#comment-14133884
 ] 

ASF subversion and git services commented on CB-7548:
-

Commit c4e3eda7db65e3018c40fe103622e5b764139e02 in 
cordova-plugin-globalization's branch refs/heads/master from Lianghui Chen
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=c4e3eda
 ]

CB-7548 [BlackBerry10] Allow any numeric type as date in dateToString method.


 [BlackBerry10] dateToString format error
 

 Key: CB-7548
 URL: https://issues.apache.org/jira/browse/CB-7548
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Globalization
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor

 Tested on Z10, trunk (2558)
 and iOS 7.1
 --- Steps to Reproduce: ---
 var date1 = new Date(01/01/01);
 function dateToStringSuccessCallback(date) {
   console.log(date:  + date.value);
 }
 function errorCallback(err) {
 console.log(ERROR:  + err.message);   
 }
 navigator.globalization.dateToString(date1, dateToStringSuccessCallback, 
 errorCallback, {formatLength:'full', selector:'date and time'} );
 When running the above date in iOS and BlackBerry results in a date of 
 Wed Dec 31 1969 19:00:00 GMT-0500 (EST)
 But when executing the dateToString on the same value, results in two 
 different values.
 --- Actual Result: ---
 on iOS you get:
 12/31/69, 7:00 PM
 on BlackBerry you will get:
 Date in wrong format!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6490) getLocaleName does not return consistent results depending on the platform

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133885#comment-14133885
 ] 

ASF subversion and git services commented on CB-6490:
-

Commit e79b1486346f1d1a9dc7f5a4d3ea587d8ec8737f in 
cordova-plugin-globalization's branch refs/heads/master from Lianghui Chen
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=e79b148
 ]

CB-6490 [BlackBerry10] Use hyphen instead of underscore in getLocaleName().


 getLocaleName does not return consistent results depending on the platform
 --

 Key: CB-6490
 URL: https://issues.apache.org/jira/browse/CB-6490
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Globalization, WP8
 Environment: Windows Phone 8
Reporter: Pascale Dardailler
Assignee: Mike Billau
 Fix For: 3.6.0


 getLocaleName does not return consistent results depending on the platform.
 The documentation should be changed to state that it should return a BCP 47 
 representation of Unicode locale identifier (see 
 http://www.unicode.org/reports/tr35/#Unicode_locale_identifier - section 
 3.3.1 BCP 47 tag conversion) to identify the culture  of the user, and 
 disambiguate the region as a place.
 Implementation should be changed accordingly. 
 WindowsPhone 8 implementation is incorrect. Returning country code is not 
 enough. It should use CultureInfo.CurrentCulture.Name.
 Android and iOS should use dashes instead of  underscores.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7548) [BlackBerry10] dateToString format error

2014-09-15 Thread Bryan Higgins (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Higgins resolved CB-7548.
---
   Resolution: Fixed
Fix Version/s: 3.6.0

 [BlackBerry10] dateToString format error
 

 Key: CB-7548
 URL: https://issues.apache.org/jira/browse/CB-7548
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Globalization
Reporter: Bryan Higgins
Assignee: Bryan Higgins
Priority: Minor
 Fix For: 3.6.0


 Tested on Z10, trunk (2558)
 and iOS 7.1
 --- Steps to Reproduce: ---
 var date1 = new Date(01/01/01);
 function dateToStringSuccessCallback(date) {
   console.log(date:  + date.value);
 }
 function errorCallback(err) {
 console.log(ERROR:  + err.message);   
 }
 navigator.globalization.dateToString(date1, dateToStringSuccessCallback, 
 errorCallback, {formatLength:'full', selector:'date and time'} );
 When running the above date in iOS and BlackBerry results in a date of 
 Wed Dec 31 1969 19:00:00 GMT-0500 (EST)
 But when executing the dateToString on the same value, results in two 
 different values.
 --- Actual Result: ---
 on iOS you get:
 12/31/69, 7:00 PM
 on BlackBerry you will get:
 Date in wrong format!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7549) iOS8 Landscape issue

2014-09-15 Thread Tim Higgins (JIRA)
Tim Higgins created CB-7549:
---

 Summary: iOS8 Landscape issue
 Key: CB-7549
 URL: https://issues.apache.org/jira/browse/CB-7549
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
 Environment: Jquerymobile 1.4.3, Jquery 2.0.3, cordova 3.5 ios
Reporter: Tim Higgins


not for sure if this is an xcode setting, cordova ios8 issue or jquerymobile 
ios8 issue.  if you create a new cordova project, force it to Landscape 
only(phone or ipad doesnt matter), then include JqueryMobile (1.4.3) and run 
the project in iOS 8 the display will be chopped up into 3 sections.  ReRun it 
in iOS 7 simulator and everything is fine.  so it has something to do with 
being forced to Landscape.  enclosed is the code i am using to recreate the 
problem.


!DOCTYPE html
html
  head
  title/title
  meta name=viewport content=initial-scale=1.0, maximum-scale=1.0, 
user-scalable=no /
  meta name=msapplication-tap-highlight content=no /
  meta name=format-detection content=telephone=no /
   meta charset=utf-8
 
   link rel=stylesheet href=AppCSS\jquery.mobile-1.4.3.min.css /
  

  /head
  
  
  style type=text/css
  
  div.div_Body {
  height: 100%;
  
  position: relative;
  border:2px solid DarkGoldenrod;
  border-radius:7px;
  font: bold 14px Arial;
  font-family:Arial, Helvetica, sans-serif;
  color:Black;
  text-align:center;
  background: #FF;
  }
/style
  
  
  
  body id=body class=noselect  
  script
  
  window.addEventListener('load', function () { 
document.addEventListener('deviceready', function () {onDeviceReady() }, 
false); }, false);
  
  /* When this function is called, PhoneGap has been initialized and is 
ready to roll */
  function onDeviceReady()
  {
  console.log(in device ready);
  console.log(height  + screen.height);
  console.log(width  + screen.width);
  var myscreenWidth = screen.width;
   }

  /script
  
  
  div data-role=page class=ui-page  data-theme=b 
  
  div data-role=header   class=ui-header data-theme=b 
  h1 class=ui-title tabindex=0 role=heading 
aria-level=1Test/h1
  /div
   div data-role=content style=height: 670px class=ui-content 
div_Body role=main
  p  Send Help/p
  /div
 /div
 
  script type=text/javascript charset=utf-8 src=cordova.js/script
  script src=AppJS\jquery-1.9.1.min.js/script
   script src=AppJS\jquery.mobile-1.4.3.min.js/script

  /body
/html




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6751) Use joDoc-js (nodejs) instead of joDoc ruby

2014-09-15 Thread Andrew Grieve (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133929#comment-14133929
 ] 

Andrew Grieve commented on CB-6751:
---

Awesome work! re: jsdom - there are several jsdom forks on npm that cut out the 
native code part. Not saying it's the best options (haven't used any), but just 
know not to discount jsdom because of that point.



 Use joDoc-js (nodejs) instead of joDoc ruby
 ---

 Key: CB-6751
 URL: https://issues.apache.org/jira/browse/CB-6751
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Docs
Affects Versions: Master
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 https://github.com/azakus/jodoc-js
 https://github.com/davebalmer/joDoc/issues/17
 This will remove the Ruby dependency and use nodejs which all of us have 
 installed (and all users if they use the CLI)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6752) Inappbrowser api 0.3.3 version problem

2014-09-15 Thread Colin Bau (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133950#comment-14133950
 ] 

Colin Bau commented on CB-6752:
---

Jessie or Eric
anything update about these ?

 Inappbrowser api 0.3.3 version problem
 

 Key: CB-6752
 URL: https://issues.apache.org/jira/browse/CB-6752
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.4.0
 Environment: PGB 3.4 with Inappbrowser api 0.3.3 version
 iOS Android WP8
Reporter: Colin Bau
Assignee: Jesse MacFadyen

 all related detail right here...
 http://community.phonegap.com/nitobi/topics/_inappbrowser_api_0_3_3_version_problem?rfm=1
 Replicating below:
 I am using PGB 3.3 with the latest Inappbrowser api 0.3.3 version
 according to this...
 https://github.com/apache/cordova-plu...
 I found some issues...
 [issue 1 (in android and ios are work)]
 in winphone,no mater I set the property location to yes or no,it seem have 
 no change,is this property not already by winphone yet?
 http://www.littlebau.com/inapp033/win...
 [issue 2 (in ios is work)]
 in android,no mater I set the property closebuttoncaption to any string,it 
 seem have no change and show the X only
 http://www.littlebau.com/inapp033/and...
 [issue 3]
 in ios,no mater I set the property keyboardDisplayRequiresUserAction to yes 
 or no,when I click the html's input Fields,the virtual keyboard always 
 appear and the javascript focus() behavior trigger too
 [issue 4]
 in ios,no mater I set the property suppressesIncrementalRendering to yes or 
 no,it seem have no change,is there any way can let me Identify the difference?
 [issue 5]
 this is my original screen
 http://www.littlebau.com/inapp033/01.png
 in ios,when I set the property toolbarposition
 top value:the webview content will not cover the status bar (good),but the 
 status bar color become gray
 http://www.littlebau.com/inapp033/02.png
 bottom value:the webview content can cover the status bar (strange),but the 
 status bar color seem become white
 http://www.littlebau.com/inapp033/03.png
 finally,no mater I am in top or bottom,after I press the Done 
 button,the status bar's font will disappear
 http://www.littlebau.com/inapp033/04.png
 {{in order to fix the font disappear issue,I found a way to solve the problem 
 Temporary}}
 we can use the status 3rd plugin command line when I press the Done 
 button,just use this method
 StatusBar.styleLightContent();
 [issue 6]
 in ios,no mater I set the property presentationstyle to pagesheet or 
 formsheet or fullscreen,it seem have no change,is there any way can let 
 me Identify the difference? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6760) why file-transfer not supported by winphone

2014-09-15 Thread Colin Bau (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133956#comment-14133956
 ] 

Colin Bau commented on CB-6760:
---

hi Jesse
well...
is there any feedback or ?

 why file-transfer not supported by winphone
 -

 Key: CB-6760
 URL: https://issues.apache.org/jira/browse/CB-6760
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin File Transfer, WP8
Affects Versions: 3.4.0
 Environment: Windows phone 8.1
Reporter: Colin Bau
Assignee: Jesse MacFadyen
  Labels: features
   Original Estimate: 12h
  Remaining Estimate: 12h

 according to this
 https://github.com/apache/cordova-plugin-file-transfer/blob/master/doc/index.md
 and search keywords
 Example with Upload Headers and Progress Events (Android and iOS only)
 why the transfer method only supported by Android and ios for now
 is it because that Windows phone sdk have no this feature too ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7536) Give better error message for missing android SDK requirements

2014-09-15 Thread Ian Clelland (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14133979#comment-14133979
 ] 

Ian Clelland commented on CB-7536:
--

See also 
http://stackoverflow.com/questions/25814942/cordova-cannot-find-android-19-sdk-while-setting-up-android-project

I think that his point is that target 19 isn't something that you see when 
you try to install from the SDK manager. You do see Android 4.4.2 (API 19) 
and SDK Platform underneath that, which is what you need to select, so 
perhaps the wording should direct people to that item specifically.

 Give better error message for missing android SDK requirements
 --

 Key: CB-7536
 URL: https://issues.apache.org/jira/browse/CB-7536
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 When you don't have the correct SDK installed, or when you don't have Java, 
 or when you don't have an emulator AVD, we should give even better error 
 messages.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134066#comment-14134066
 ] 

ASF subversion and git services commented on CB-7512:
-

Commit 4be92f285a7c9a793815456860e33dad3eb76d03 in cordova-android's branch 
refs/heads/master from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=4be92f2 ]

CB-7512: Fix logic for detecting SDK directory


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7512) Android Gradle build requires API 19 and build tools 19.0.0 exactly

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134067#comment-14134067
 ] 

ASF subversion and git services commented on CB-7512:
-

Commit 4be92f285a7c9a793815456860e33dad3eb76d03 in cordova-android's branch 
refs/heads/4.0.x from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=4be92f2 ]

CB-7512: Fix logic for detecting SDK directory


 Android Gradle build requires API 19 and build tools 19.0.0 exactly
 ---

 Key: CB-7512
 URL: https://issues.apache.org/jira/browse/CB-7512
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Ian Clelland
Assignee: Ian Clelland





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7523) Possible error in the plugin.xml

2014-09-15 Thread Marcel Kinard (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134068#comment-14134068
 ] 

Marcel Kinard commented on CB-7523:
---

Plans are to start a plugins release today.

I don't know how broken it was, but I don't remember seeing any of the 
automated tests fail on Android. But that also assumes an automated test would 
catch it.

 Possible error in the plugin.xml
 

 Key: CB-7523
 URL: https://issues.apache.org/jira/browse/CB-7523
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Contacts
Reporter: Ilya Buziuk

 I think there is an error in the plugin.xml
 https://github.com/apache/cordova-plugin-contacts/blob/master/plugin.xml#L67
 Should be  merges, instead of merge



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7537) have CLI not pin to patch releases of platforms

2014-09-15 Thread Marcel Kinard (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcel Kinard updated CB-7537:
--
Description: 
During the 3.6 release, we ran in to issues that required bumping the patch 
version of the platforms (major.minor.patch). As that propagated through our 
tools it also required changes to 
cordova-lib/cordova-lib/src/cordova/platforms.js, and also to 
cordova-cli/package.json#dependencies.cordova-lib.

It would be nice is if platforms.js could reference 3.6.x instead of 3.6.0, 
and then if any patch versions of the platforms are available (i.e., 3.6.1 
and tagged in the npm repo as latest) then the cli could download those 
without requiring any changes to platforms.js and cascading components.

See http://callback-dev.markmail.org/thread/zn23b7lddegipxip

  was:
During the 3.6 release, we ran in to issues that required bumping the patch 
version of the platforms (major.minor.patch). As that propagated through our 
tools it also required changes to 
cordova-lib/cordova-lib/src/cordova/platforms.js, and also to 
cordova-cli/package.json#dependencies.cordova-lib.

It would be nice is if platforms.js could reference 3.6.x instead of 3.6.0, 
and then if any patch versions of the platforms are available (i.e., 3.6.1 
and tagged in the npm repo as latest) then the cli could download those 
without requiring any changes to platforms.js and cascading components.


 have CLI not pin to patch releases of platforms
 ---

 Key: CB-7537
 URL: https://issues.apache.org/jira/browse/CB-7537
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaLib
Reporter: Marcel Kinard
Priority: Minor

 During the 3.6 release, we ran in to issues that required bumping the patch 
 version of the platforms (major.minor.patch). As that propagated through our 
 tools it also required changes to 
 cordova-lib/cordova-lib/src/cordova/platforms.js, and also to 
 cordova-cli/package.json#dependencies.cordova-lib.
 It would be nice is if platforms.js could reference 3.6.x instead of 
 3.6.0, and then if any patch versions of the platforms are available (i.e., 
 3.6.1 and tagged in the npm repo as latest) then the cli could download 
 those without requiring any changes to platforms.js and cascading components.
 See http://callback-dev.markmail.org/thread/zn23b7lddegipxip



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7550) define a Vagrant vm to test npm publishing

2014-09-15 Thread Marcel Kinard (JIRA)
Marcel Kinard created CB-7550:
-

 Summary: define a Vagrant vm to test npm publishing
 Key: CB-7550
 URL: https://issues.apache.org/jira/browse/CB-7550
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Coho
Reporter: Marcel Kinard
Priority: Minor


Given the npm publish problems during the 3.6 release, it might be helpful to 
have a private npm registry to which we could replicate from registry.npmjs.org 
and then do a test publish and a test npm install. And do all that before 
publishing it to the real npm registry.

Implementing this private npm registry as a Vagrant VM might be a nice way to 
do this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-6752) Inappbrowser api 0.3.3 version problem

2014-09-15 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134109#comment-14134109
 ] 

Shazron Abdullah commented on CB-6752:
--

Issue 3 and 4:  please read the docs: 
https://github.com/apache/cordova-plugin-inappbrowser/blob/master/doc/index.md
issue 5: use the status bar plugin to control the statusbar.
issue 6: these are for iPad. again if you went to the docs, there is a link to 
the iOS doc explaining this.

 Inappbrowser api 0.3.3 version problem
 

 Key: CB-6752
 URL: https://issues.apache.org/jira/browse/CB-6752
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin InAppBrowser
Affects Versions: 3.4.0
 Environment: PGB 3.4 with Inappbrowser api 0.3.3 version
 iOS Android WP8
Reporter: Colin Bau
Assignee: Jesse MacFadyen

 all related detail right here...
 http://community.phonegap.com/nitobi/topics/_inappbrowser_api_0_3_3_version_problem?rfm=1
 Replicating below:
 I am using PGB 3.3 with the latest Inappbrowser api 0.3.3 version
 according to this...
 https://github.com/apache/cordova-plu...
 I found some issues...
 [issue 1 (in android and ios are work)]
 in winphone,no mater I set the property location to yes or no,it seem have 
 no change,is this property not already by winphone yet?
 http://www.littlebau.com/inapp033/win...
 [issue 2 (in ios is work)]
 in android,no mater I set the property closebuttoncaption to any string,it 
 seem have no change and show the X only
 http://www.littlebau.com/inapp033/and...
 [issue 3]
 in ios,no mater I set the property keyboardDisplayRequiresUserAction to yes 
 or no,when I click the html's input Fields,the virtual keyboard always 
 appear and the javascript focus() behavior trigger too
 [issue 4]
 in ios,no mater I set the property suppressesIncrementalRendering to yes or 
 no,it seem have no change,is there any way can let me Identify the difference?
 [issue 5]
 this is my original screen
 http://www.littlebau.com/inapp033/01.png
 in ios,when I set the property toolbarposition
 top value:the webview content will not cover the status bar (good),but the 
 status bar color become gray
 http://www.littlebau.com/inapp033/02.png
 bottom value:the webview content can cover the status bar (strange),but the 
 status bar color seem become white
 http://www.littlebau.com/inapp033/03.png
 finally,no mater I am in top or bottom,after I press the Done 
 button,the status bar's font will disappear
 http://www.littlebau.com/inapp033/04.png
 {{in order to fix the font disappear issue,I found a way to solve the problem 
 Temporary}}
 we can use the status 3rd plugin command line when I press the Done 
 button,just use this method
 StatusBar.styleLightContent();
 [issue 6]
 in ios,no mater I set the property presentationstyle to pagesheet or 
 formsheet or fullscreen,it seem have no change,is there any way can let 
 me Identify the difference? 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7551) [Camera][iOS] Scaled images show a white line

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-7551:
-
Issue Type: Sub-task  (was: Bug)
Parent: CB-7043

 [Camera][iOS] Scaled images show a white line
 -

 Key: CB-7551
 URL: https://issues.apache.org/jira/browse/CB-7551
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Camera
 Environment: iOS 8 GM
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 When scaling the image, do not allow floats, to avoid white line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (CB-7551) [Camera][iOS] Scaled images show a white line

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah reassigned CB-7551:


Assignee: Shazron Abdullah

 [Camera][iOS] Scaled images show a white line
 -

 Key: CB-7551
 URL: https://issues.apache.org/jira/browse/CB-7551
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
 Environment: iOS 8 GM
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 When scaling the image, do not allow floats, to avoid white line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7551) [Camera][iOS 8] Scaled images show a white line

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-7551:
-
Summary: [Camera][iOS 8] Scaled images show a white line  (was: 
[Camera][iOS] Scaled images show a white line)

 [Camera][iOS 8] Scaled images show a white line
 ---

 Key: CB-7551
 URL: https://issues.apache.org/jira/browse/CB-7551
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Camera
 Environment: iOS 8 GM
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 When scaling the image, do not allow floats, to avoid white line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7551) [Camera][iOS 8] Scaled images show a white line

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134117#comment-14134117
 ] 

ASF GitHub Bot commented on CB-7551:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/48#issuecomment-55621270
  
Filed https://issues.apache.org/jira/browse/CB-7551


 [Camera][iOS 8] Scaled images show a white line
 ---

 Key: CB-7551
 URL: https://issues.apache.org/jira/browse/CB-7551
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Camera
 Environment: iOS 8 GM
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 When scaling the image, do not allow floats, to avoid white line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7550) define a Vagrant vm to test npm publishing

2014-09-15 Thread Marcel Kinard (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134126#comment-14134126
 ] 

Marcel Kinard commented on CB-7550:
---

I did update the cadence release documentation to test the rc from the main 
registry before moving the latest tag in npm. This might be sufficient.

https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;a=commit;h=91cb46f59146473094880175c0110d301d0260ef

 define a Vagrant vm to test npm publishing
 --

 Key: CB-7550
 URL: https://issues.apache.org/jira/browse/CB-7550
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Coho
Reporter: Marcel Kinard
Priority: Minor

 Given the npm publish problems during the 3.6 release, it might be helpful 
 to have a private npm registry to which we could replicate from 
 registry.npmjs.org and then do a test publish and a test npm install. And 
 do all that before publishing it to the real npm registry.
 Implementing this private npm registry as a Vagrant VM might be a nice way to 
 do this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7526) cordova platform add fails for ios and android

2014-09-15 Thread Marcel Kinard (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcel Kinard resolved CB-7526.
---
Resolution: Fixed

Closing this as the latest tag in npm was moved off the 3.6.1 assets back to 
the 3.5 assets as a temporary workaround, and a 3.6.3 release is starting which 
should superceed the 3.6.1 release in npm. Also modified the release 
instructions to test the rc in npm before moving the latest tag to it.

 cordova platform add fails for ios and android
 --

 Key: CB-7526
 URL: https://issues.apache.org/jira/browse/CB-7526
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.6.0
Reporter: Scott Gilroy
Assignee: Marcel Kinard
Priority: Blocker

 I created a new cordova project and attempted to add platforms
 $ cordova create HelloCordova com.twinehealth.hello HelloCordova
 Creating a new cordova project with name HelloCordova and id 
 com.twinehealth.hello at location 
 /Users/sgilroy/Documents/GitHub/HelloCordova
 Downloading cordova library for www...
 Download complete
 $ cd HelloCordova
 $ cordova platform add ios
 npm http GET https://registry.npmjs.org/cordova-ios/-/cordova-ios-3.6.1.tgz
 npm http 200 https://registry.npmjs.org/cordova-ios/-/cordova-ios-3.6.1.tgz
 Unable to fetch platform ios: Error: shasum check failed for 
 /var/folders/cr/68yqxgyx32zf7b7c9cbl6msrgn/T/npm-56180-4vCiphuS/1410472085915-0.8748841187916696/tmp.tgz
 Expected: ae3d0a39e25f21c897812029c3fbc7f816d592a7
 Actual:   ffed0885409aed998b6d351fcae46518ad279a02
 $ cordova platform add android
 npm http GET 
 https://registry.npmjs.org/cordova-android/-/cordova-android-3.6.1.tgz
 npm http 200 
 https://registry.npmjs.org/cordova-android/-/cordova-android-3.6.1.tgz
 Unable to fetch platform android: Error: shasum check failed for 
 /var/folders/cr/68yqxgyx32zf7b7c9cbl6msrgn/T/npm-56679-_qwlX-IR/1410472210058-0.6259658436756581/tmp.tgz
 Expected: b9138a0743c4f424ee62721c22dac84e8d1ca087
 Actual:   a5c74dea5a0225566e4a54185d8639a7f7f6ac3e



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7533) inappbrowser plugin not working with angularJs + cordova 3.5.1 release

2014-09-15 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134154#comment-14134154
 ] 

Joe Bowser commented on CB-7533:


Can you provide a stack trace from logcat? You can do this by running adb 
logcat and copy/pasting the results here.

 inappbrowser plugin not working with angularJs + cordova 3.5.1 release 
 ---

 Key: CB-7533
 URL: https://issues.apache.org/jira/browse/CB-7533
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin InAppBrowser
Affects Versions: 3.5.0
 Environment: I have an issue with angularJs + Cordova 3.5.1 hybrid 
 webapp
Reporter: aitzol berasategi
  Labels: inappbrowser, javascript, newbie
 Fix For: 3.5.0


 External links that I have in my angularJs + cordova3.5.0 app with 
 inappbrowser plugin works fine. My app crashed after cordova is upgraded to 
 the 3.5.1 release, and then inappbrowser  doesnt work.
 I call external links in appcontroller.js as well:
 $scope.kanpoLink = function(link){
 window.open(link, '_system', 'location=yes');
 }
 Sorry for my English.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CB-7533) inappbrowser plugin not working with angularJs + cordova 3.5.1 release

2014-09-15 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134154#comment-14134154
 ] 

Joe Bowser edited comment on CB-7533 at 9/15/14 5:25 PM:
-

Can you provide a stack trace from logcat? You can do this by running adb 
logcat and copy/pasting the results here.  Also, please provide info on which 
device and which version of Android you're currently running.


was (Author: bowserj):
Can you provide a stack trace from logcat? You can do this by running adb 
logcat and copy/pasting the results here.

 inappbrowser plugin not working with angularJs + cordova 3.5.1 release 
 ---

 Key: CB-7533
 URL: https://issues.apache.org/jira/browse/CB-7533
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin InAppBrowser
Affects Versions: 3.5.0
 Environment: I have an issue with angularJs + Cordova 3.5.1 hybrid 
 webapp
Reporter: aitzol berasategi
  Labels: inappbrowser, javascript, newbie
 Fix For: 3.5.0


 External links that I have in my angularJs + cordova3.5.0 app with 
 inappbrowser plugin works fine. My app crashed after cordova is upgraded to 
 the 3.5.1 release, and then inappbrowser  doesnt work.
 I call external links in appcontroller.js as well:
 $scope.kanpoLink = function(link){
 window.open(link, '_system', 'location=yes');
 }
 Sorry for my English.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (CB-7503) Keypress event not working with soft keyboard in Android KitKat

2014-09-15 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser reassigned CB-7503:
--

Assignee: Joe Bowser

 Keypress event not working with soft keyboard in Android KitKat
 ---

 Key: CB-7503
 URL: https://issues.apache.org/jira/browse/CB-7503
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.5.0
 Environment: Present in Android 4.4.2, 4.4.4
 Not present in 4.1.2
 Present with software keyboard
 Not present with hardware keyboard
Reporter: Lancho Pat
Assignee: Joe Bowser
  Labels: bug,, workaround,
   Original Estimate: 48h
  Remaining Estimate: 48h

 See https://code.google.com/p/android/issues/detail?id=68284
 WebViews don't recieve keypress events in Android 4.4.2 and above.
 A workaround is needed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7503) Keypress event not working with soft keyboard in Android KitKat

2014-09-15 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7503?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134165#comment-14134165
 ] 

Joe Bowser commented on CB-7503:


Which device has a hardware keyboard that runs KitKat? I'm pretty sure I know 
friends who want to buy this device (including myself for testing).

As for work-arounds, I don't know if there is any easy work-arounds for this, 
since this is an Android/Chromium issue.  It also may be in the wrong Google 
Tracker. :S

 Keypress event not working with soft keyboard in Android KitKat
 ---

 Key: CB-7503
 URL: https://issues.apache.org/jira/browse/CB-7503
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.5.0
 Environment: Present in Android 4.4.2, 4.4.4
 Not present in 4.1.2
 Present with software keyboard
 Not present with hardware keyboard
Reporter: Lancho Pat
Assignee: Joe Bowser
  Labels: bug,, workaround,
   Original Estimate: 48h
  Remaining Estimate: 48h

 See https://code.google.com/p/android/issues/detail?id=68284
 WebViews don't recieve keypress events in Android 4.4.2 and above.
 A workaround is needed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7197) Cordova doesn't always initialize when webview timers start in the paused state

2014-09-15 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134168#comment-14134168
 ] 

Joe Bowser commented on CB-7197:


You should comment about whether this functionality is going to be removed or 
not on the dev list.

 Cordova doesn't always initialize when webview timers start in the paused 
 state
 ---

 Key: CB-7197
 URL: https://issues.apache.org/jira/browse/CB-7197
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.5.0
 Environment: Android 4.4.2
Reporter: David Almilli

 When Cordova pauses the timers before the Activity is destroyed, when you 
 start the Activity back up, it detects it's in the startup phase and doesn't 
 resume the timers if they are starting in the paused state.
 If you look at the javadoc for WebView.pauseTimers() it says that it's a 
 global setting and doesn't just affect that instance of the WebView.
 http://developer.android.com/reference/android/webkit/WebView.html#pauseTimers()
 There are probably several ways to reproduce this which may seem inconsistent 
 because it depends on what the android task manager does and whether it 
 destroys the activities, but keeps the process running or not. I wasn't able 
 to make a simple example though. The way I was reproducing it was by using 
 the camera plugin to take a picture and then hit back repeatedly until it 
 goes to the home screen.  Then I would go back to the launcher icon to start 
 the app again.  It never receives the deviceready event and gets stuck just 
 before it loads the plugins in the cordova.js because it's wrapped in a 
 setTimeout().
 I even had this snipped at the top of the body that (when starting in a 
 broken state) would print Testing setTimeout, but would *not print* 
 setTimeout 0 works
 {noformat}
   script type=text/javascript
   console.log(Testing setTimeout);
   setTimeout(function() {
   console.log(setTimeout 0 works);
   }, 0);
   /script
 {noformat}
 The fix I came up with was at the end of the CordovaActivity.init(...) method 
 add this line:
 {noformat}
 public void init(CordovaWebView webView, CordovaWebViewClient 
 webViewClient, CordovaChromeClient webChromeClient) {
 ...
 this.appView.resumeTimers();
 }
 {noformat}
 And to be sure that the CordovaWebView doesn't break other WebViews that 
 might be used by a developer, it should resume the timers when it is 
 destroyed so at the end of the CordovaWebView.handleDestory() method add this 
 line:
 {noformat}
 public void handleDestroy() {
 ...
 this.resumeTimers();
 }
 {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-5372) Notification.beep blocks app execution - doesn't use CordovaInterface.getThreadPool

2014-09-15 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-5372.

Resolution: Duplicate

CB-7538 has a fix.

 Notification.beep blocks app execution - doesn't use 
 CordovaInterface.getThreadPool
 ---

 Key: CB-5372
 URL: https://issues.apache.org/jira/browse/CB-5372
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Affects Versions: 3.1.0
Reporter: Michael Schmidt
Priority: Minor

 Calling a simple beep notification for 5 seconds blocks the whole app for 
 this time
 {quote}
   navigator.notification.beep(5);
 {quote}
 Debug console output is as follows:
 {quote}
  11-13 12:07:09.845: W/PluginManager(14561): THREAD WARNING: exec() call to 
 Notification.beep blocked the main thread for 10507ms. Plugin should use 
 CordovaInterface.getThreadPool().
 {quote}
 App runs on Android 4.1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-5092) Geolocation - API Documentation and plugin.xml permissions mismatch

2014-09-15 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser resolved CB-5092.

Resolution: Done

Documentation has been re-written and omits the permissions, since these would 
be loaded by plugman.

 Geolocation - API Documentation and plugin.xml permissions mismatch
 ---

 Key: CB-5092
 URL: https://issues.apache.org/jira/browse/CB-5092
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Geolocation
Affects Versions: 3.1.0
Reporter: Peter
Priority: Minor

 API documentation for Geolocation 
 http://cordova.apache.org/docs/en/3.1.0/cordova_geolocation_geolocation.md.html#Geolocation
  says that the following Android permissions are necessary
 {code}
 uses-permission android:name=android.permission.ACCESS_COARSE_LOCATION /
 uses-permission android:name=android.permission.ACCESS_FINE_LOCATION /
 uses-permission 
 android:name=android.permission.ACCESS_LOCATION_EXTRA_COMMANDS /
 {code}
 but the *cordova-plugin-geolocation* plugin does not have the 
 _ACCESS_LOCATION_EXTRA_COMMANDS_ in its plugins.xml
 Is it missing from the plugins.xml, or is the documentation incorrect?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7552) device.name docs have not been removed

2014-09-15 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-7552:


 Summary: device.name docs have not been removed
 Key: CB-7552
 URL: https://issues.apache.org/jira/browse/CB-7552
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Device
 Environment: docs
Reporter: Shazron Abdullah


device.name has been deprecated since 2.3.0 and has since been removed in May 
2013. The docs haven't been updated to reflect this



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-5724) Splash screen sizes don't account for status bar

2014-09-15 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-5724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser updated CB-5724:
---
Component/s: (was: Android)
 Docs

 Splash screen sizes don't account for status bar
 

 Key: CB-5724
 URL: https://issues.apache.org/jira/browse/CB-5724
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, Plugin SplashScreen
Affects Versions: 3.3.0
Reporter: Jacob Weber
Priority: Minor

 On the docs for [Splash Screens for the Android 
 Platform|http://cordova.apache.org/docs/en/3.3.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens],
  it lists the minimum screen sizes for each density. However, since an app 
 can show the status bar during startup, these images might be too big.
 For example, on a 720x1280 xhdpi device, if you start the app in landscape 
 mode, it will use drawable-land-xhdpi/splash.9.png, which would be at least 
 720x960 based on this documentation. But with the status bar, there will be 
 less than 720 pixels vertically, so the image will be cut off.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7552) device.name docs have not been removed

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134185#comment-14134185
 ] 

ASF subversion and git services commented on CB-7552:
-

Commit b4d7f27df6786ba289ff601eaa5b3e5df6af98c1 in cordova-plugin-device's 
branch refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=b4d7f27 
]

CB-7552 - device.name docs have not been removed


 device.name docs have not been removed
 --

 Key: CB-7552
 URL: https://issues.apache.org/jira/browse/CB-7552
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Device
 Environment: docs
Reporter: Shazron Abdullah

 device.name has been deprecated since 2.3.0 and has since been removed in May 
 2013. The docs haven't been updated to reflect this



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7552) device.name docs have not been removed

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-7552.
--
Resolution: Fixed
  Assignee: Shazron Abdullah

 device.name docs have not been removed
 --

 Key: CB-7552
 URL: https://issues.apache.org/jira/browse/CB-7552
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Device
 Environment: docs
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 device.name has been deprecated since 2.3.0 and has since been removed in May 
 2013. The docs haven't been updated to reflect this



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7285) Add Manufacturer info to device plugin

2014-09-15 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134188#comment-14134188
 ] 

Shazron Abdullah commented on CB-7285:
--

Yeah I'm not sure of the value of this value. For some platforms it makes 
sense to be able to list the Manufacturer of the device -- why?

 Add Manufacturer info to device plugin
 --

 Key: CB-7285
 URL: https://issues.apache.org/jira/browse/CB-7285
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Plugin Device
Reporter: Ian Clelland
Priority: Minor

 bq.For some platforms it makes sense to be able to list the Manufacturer for 
 a device. These changes allow retrieval of manufacturer name for Android, iOS 
  Blackberry. Have not added to other platforms as I have no access to those 
 or know the API's.
 See https://github.com/apache/cordova-plugin-device/pull/20



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7552) device.name docs have not been removed

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134189#comment-14134189
 ] 

ASF GitHub Bot commented on CB-7552:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-device/pull/16#issuecomment-55629190
  
https://issues.apache.org/jira/browse/CB-7552 fixes the docs


 device.name docs have not been removed
 --

 Key: CB-7552
 URL: https://issues.apache.org/jira/browse/CB-7552
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Device
 Environment: docs
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 device.name has been deprecated since 2.3.0 and has since been removed in May 
 2013. The docs haven't been updated to reflect this



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7553) Write files in the background

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134192#comment-14134192
 ] 

ASF GitHub Bot commented on CB-7553:


Github user shazron commented on the pull request:

https://github.com/apache/cordova-plugin-file/pull/79#issuecomment-55629559
  
Filed https://issues.apache.org/jira/browse/CB-7553


 Write files in the background
 -

 Key: CB-7553
 URL: https://issues.apache.org/jira/browse/CB-7553
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File
 Environment: iOS
Reporter: Shazron Abdullah

 Write wasn't executed in the background which may cause latency when writing 
 big files
 https://github.com/apache/cordova-plugin-file/pull/79



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7554) cordova emulate tries to deploy arm binary to x86 device/emulator when using BUILD_MULTIPLE_APKS

2014-09-15 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve updated CB-7554:
--
Description: 
To repro:

{code}
bin/create a a.b.c a
cd a
BUILD_MULTIPLE_APKS=1 ANDROID_BUILD=gradle cordova/run
{code}

  was:
To repro:

{code}
bin/create a a.b.c a
cd a
BUILD_MULTIPLE_APKS=1 cordova/run --gradle
{code}


 cordova emulate tries to deploy arm binary to x86 device/emulator when using 
 BUILD_MULTIPLE_APKS
 

 Key: CB-7554
 URL: https://issues.apache.org/jira/browse/CB-7554
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 To repro:
 {code}
 bin/create a a.b.c a
 cd a
 BUILD_MULTIPLE_APKS=1 ANDROID_BUILD=gradle cordova/run
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7524) [plugin-test-framework] Missing licenses need to be added

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134212#comment-14134212
 ] 

ASF subversion and git services commented on CB-7524:
-

Commit 0ea383ab23b8f5949ab1f73ab7a37efd623a52a4 in cordova-coho's branch 
refs/heads/master from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;h=0ea383a ]

CB-7524 add jasmine-2.0.0 and topcoat-0.7.5 to the excludes list


 [plugin-test-framework] Missing licenses need to be added
 -

 Key: CB-7524
 URL: https://issues.apache.org/jira/browse/CB-7524
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin TestFramework
Reporter: Marcel Kinard
Priority: Minor

 The plugin-test-framework is missing a license in the following files. The 
 license should be added before the next release.
 {code}
   ./README.md
   ./plugin.xml
   ./www/assets/index.html
   ./www/assets/jasmine-medic.js
   ./www/assets/main.css
   ./www/assets/jasmine-2.0.0/boot.js
   ./www/assets/jasmine-2.0.0/jasmine.css
   ./www/assets/topcoat-0.7.5/README.md
   ./www/assets/topcoat-0.7.5/contributors.txt
   ./www/assets/topcoat-0.7.5/css/topcoat-desktop-dark.min.css
   ./www/assets/topcoat-0.7.5/css/topcoat-desktop-light.min.css
   ./www/assets/topcoat-0.7.5/css/topcoat-mobile-dark.min.css
   ./www/assets/topcoat-0.7.5/css/topcoat-mobile-light.min.css
   ./www/assets/topcoat-0.7.5/demo/css/brackets.css
   ./www/assets/topcoat-0.7.5/demo/css/main.css
   ./www/assets/topcoat-0.7.5/demo/css/theme.css
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcecodepro-regular-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcesanspro-light-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcesanspro-regular-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcesanspro-semibold-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/stylesheet.css
   ./www/assets/topcoat-0.7.5/demo/js/main.js
   ./www/assets/topcoat-0.7.5/demo/js/rainbow-custom.min.js
   ./www/assets/topcoat-0.7.5/demo/js/rainbow.linenumbers.min.js
   ./www/assets/topcoat-0.7.5/dev/build/styleguide.js
   ./www/assets/topcoat-0.7.5/dev/tasks/checkchromiumsrc.js
   ./www/assets/topcoat-0.7.5/dev/tasks/telemetrygentest.js
   ./www/assets/topcoat-0.7.5/dev/tasks/telemetrysubmit.js
   ./www/assets/topcoat-0.7.5/dev/test/perf/telemetry/README.md
   ./www/assets/topcoat-0.7.5/dev/test/perf/telemetry/lib/extractFileName.js
   
 ./www/assets/topcoat-0.7.5/dev/test/perf/telemetry/perf/page_sets/topcoat/topcoat_telemetry.jade
   ./www/assets/topcoat-0.7.5/img/checkmark_bw.svg
   ./www/assets/topcoat-0.7.5/img/hamburger_bw.svg
   ./www/assets/topcoat-0.7.5/img/hamburger_dark.svg
   ./www/assets/topcoat-0.7.5/img/hamburger_light.svg
   ./www/assets/topcoat-0.7.5/img/search.svg
   ./www/assets/topcoat-0.7.5/img/search_bw.svg
   ./www/assets/topcoat-0.7.5/img/search_dark.svg
   ./www/assets/topcoat-0.7.5/img/search_light.svg
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7524) [plugin-test-framework] Missing licenses need to be added

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134216#comment-14134216
 ] 

ASF subversion and git services commented on CB-7524:
-

Commit babbc4e9006b8a9e35f1e17a793982643e8e765f in 
cordova-plugin-test-framework's branch refs/heads/master from [~cmarcelk]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-test-framework.git;h=babbc4e
 ]

CB-7524 add missing licenses


 [plugin-test-framework] Missing licenses need to be added
 -

 Key: CB-7524
 URL: https://issues.apache.org/jira/browse/CB-7524
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin TestFramework
Reporter: Marcel Kinard
Priority: Minor

 The plugin-test-framework is missing a license in the following files. The 
 license should be added before the next release.
 {code}
   ./README.md
   ./plugin.xml
   ./www/assets/index.html
   ./www/assets/jasmine-medic.js
   ./www/assets/main.css
   ./www/assets/jasmine-2.0.0/boot.js
   ./www/assets/jasmine-2.0.0/jasmine.css
   ./www/assets/topcoat-0.7.5/README.md
   ./www/assets/topcoat-0.7.5/contributors.txt
   ./www/assets/topcoat-0.7.5/css/topcoat-desktop-dark.min.css
   ./www/assets/topcoat-0.7.5/css/topcoat-desktop-light.min.css
   ./www/assets/topcoat-0.7.5/css/topcoat-mobile-dark.min.css
   ./www/assets/topcoat-0.7.5/css/topcoat-mobile-light.min.css
   ./www/assets/topcoat-0.7.5/demo/css/brackets.css
   ./www/assets/topcoat-0.7.5/demo/css/main.css
   ./www/assets/topcoat-0.7.5/demo/css/theme.css
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcecodepro-regular-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcesanspro-light-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcesanspro-regular-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcesanspro-semibold-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/stylesheet.css
   ./www/assets/topcoat-0.7.5/demo/js/main.js
   ./www/assets/topcoat-0.7.5/demo/js/rainbow-custom.min.js
   ./www/assets/topcoat-0.7.5/demo/js/rainbow.linenumbers.min.js
   ./www/assets/topcoat-0.7.5/dev/build/styleguide.js
   ./www/assets/topcoat-0.7.5/dev/tasks/checkchromiumsrc.js
   ./www/assets/topcoat-0.7.5/dev/tasks/telemetrygentest.js
   ./www/assets/topcoat-0.7.5/dev/tasks/telemetrysubmit.js
   ./www/assets/topcoat-0.7.5/dev/test/perf/telemetry/README.md
   ./www/assets/topcoat-0.7.5/dev/test/perf/telemetry/lib/extractFileName.js
   
 ./www/assets/topcoat-0.7.5/dev/test/perf/telemetry/perf/page_sets/topcoat/topcoat_telemetry.jade
   ./www/assets/topcoat-0.7.5/img/checkmark_bw.svg
   ./www/assets/topcoat-0.7.5/img/hamburger_bw.svg
   ./www/assets/topcoat-0.7.5/img/hamburger_dark.svg
   ./www/assets/topcoat-0.7.5/img/hamburger_light.svg
   ./www/assets/topcoat-0.7.5/img/search.svg
   ./www/assets/topcoat-0.7.5/img/search_bw.svg
   ./www/assets/topcoat-0.7.5/img/search_dark.svg
   ./www/assets/topcoat-0.7.5/img/search_light.svg
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7524) [plugin-test-framework] Missing licenses need to be added

2014-09-15 Thread Marcel Kinard (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcel Kinard resolved CB-7524.
---
   Resolution: Fixed
Fix Version/s: 3.7.0
 Assignee: Marcel Kinard

 [plugin-test-framework] Missing licenses need to be added
 -

 Key: CB-7524
 URL: https://issues.apache.org/jira/browse/CB-7524
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin TestFramework
Reporter: Marcel Kinard
Assignee: Marcel Kinard
Priority: Minor
 Fix For: 3.7.0


 The plugin-test-framework is missing a license in the following files. The 
 license should be added before the next release.
 {code}
   ./README.md
   ./plugin.xml
   ./www/assets/index.html
   ./www/assets/jasmine-medic.js
   ./www/assets/main.css
   ./www/assets/jasmine-2.0.0/boot.js
   ./www/assets/jasmine-2.0.0/jasmine.css
   ./www/assets/topcoat-0.7.5/README.md
   ./www/assets/topcoat-0.7.5/contributors.txt
   ./www/assets/topcoat-0.7.5/css/topcoat-desktop-dark.min.css
   ./www/assets/topcoat-0.7.5/css/topcoat-desktop-light.min.css
   ./www/assets/topcoat-0.7.5/css/topcoat-mobile-dark.min.css
   ./www/assets/topcoat-0.7.5/css/topcoat-mobile-light.min.css
   ./www/assets/topcoat-0.7.5/demo/css/brackets.css
   ./www/assets/topcoat-0.7.5/demo/css/main.css
   ./www/assets/topcoat-0.7.5/demo/css/theme.css
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcecodepro-regular-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcesanspro-light-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcesanspro-regular-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/sourcesanspro-semibold-webfont.svg
   ./www/assets/topcoat-0.7.5/demo/fonts/stylesheet.css
   ./www/assets/topcoat-0.7.5/demo/js/main.js
   ./www/assets/topcoat-0.7.5/demo/js/rainbow-custom.min.js
   ./www/assets/topcoat-0.7.5/demo/js/rainbow.linenumbers.min.js
   ./www/assets/topcoat-0.7.5/dev/build/styleguide.js
   ./www/assets/topcoat-0.7.5/dev/tasks/checkchromiumsrc.js
   ./www/assets/topcoat-0.7.5/dev/tasks/telemetrygentest.js
   ./www/assets/topcoat-0.7.5/dev/tasks/telemetrysubmit.js
   ./www/assets/topcoat-0.7.5/dev/test/perf/telemetry/README.md
   ./www/assets/topcoat-0.7.5/dev/test/perf/telemetry/lib/extractFileName.js
   
 ./www/assets/topcoat-0.7.5/dev/test/perf/telemetry/perf/page_sets/topcoat/topcoat_telemetry.jade
   ./www/assets/topcoat-0.7.5/img/checkmark_bw.svg
   ./www/assets/topcoat-0.7.5/img/hamburger_bw.svg
   ./www/assets/topcoat-0.7.5/img/hamburger_dark.svg
   ./www/assets/topcoat-0.7.5/img/hamburger_light.svg
   ./www/assets/topcoat-0.7.5/img/search.svg
   ./www/assets/topcoat-0.7.5/img/search_bw.svg
   ./www/assets/topcoat-0.7.5/img/search_dark.svg
   ./www/assets/topcoat-0.7.5/img/search_light.svg
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7175) Progress report on streaming media

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-7175:
-
Environment: Android
 Issue Type: Improvement  (was: Wish)

 Progress report on streaming media
 --

 Key: CB-7175
 URL: https://issues.apache.org/jira/browse/CB-7175
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin Media
Affects Versions: 3.5.0
 Environment: Android
Reporter: Emil Sedgh
Priority: Minor

 It would be nice if Media plugin has API to report about progress made upon 
 buffering remote media.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7554) cordova emulate tries to deploy arm binary to x86 device/emulator when using BUILD_MULTIPLE_APKS

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134251#comment-14134251
 ] 

ASF subversion and git services commented on CB-7554:
-

Commit 5cb01f2ae9c733e2f3ca29302b3274965bf3c7a1 in cordova-android's branch 
refs/heads/4.0.x from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=5cb01f2 ]

CB-7554 Use x86 apk when deploying to an intel device / emulator


 cordova emulate tries to deploy arm binary to x86 device/emulator when using 
 BUILD_MULTIPLE_APKS
 

 Key: CB-7554
 URL: https://issues.apache.org/jira/browse/CB-7554
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 To repro:
 {code}
 bin/create a a.b.c a
 cd a
 BUILD_MULTIPLE_APKS=1 ANDROID_BUILD=gradle cordova/run
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7554) cordova emulate tries to deploy arm binary to x86 device/emulator when using BUILD_MULTIPLE_APKS

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134252#comment-14134252
 ] 

ASF subversion and git services commented on CB-7554:
-

Commit 5cb01f2ae9c733e2f3ca29302b3274965bf3c7a1 in cordova-android's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=5cb01f2 ]

CB-7554 Use x86 apk when deploying to an intel device / emulator


 cordova emulate tries to deploy arm binary to x86 device/emulator when using 
 BUILD_MULTIPLE_APKS
 

 Key: CB-7554
 URL: https://issues.apache.org/jira/browse/CB-7554
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 To repro:
 {code}
 bin/create a a.b.c a
 cd a
 BUILD_MULTIPLE_APKS=1 ANDROID_BUILD=gradle cordova/run
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7554) cordova emulate tries to deploy arm binary to x86 device/emulator when using BUILD_MULTIPLE_APKS

2014-09-15 Thread Andrew Grieve (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Grieve resolved CB-7554.
---
Resolution: Fixed

Fixed in 3.7.0-dev

 cordova emulate tries to deploy arm binary to x86 device/emulator when using 
 BUILD_MULTIPLE_APKS
 

 Key: CB-7554
 URL: https://issues.apache.org/jira/browse/CB-7554
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor

 To repro:
 {code}
 bin/create a a.b.c a
 cd a
 BUILD_MULTIPLE_APKS=1 ANDROID_BUILD=gradle cordova/run
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7555) Update Reachability for iOS 7.1, where it shows cellular connection even though you are on wifi

2014-09-15 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-7555:


 Summary: Update Reachability for iOS 7.1, where it shows cellular 
connection even though you are on wifi
 Key: CB-7555
 URL: https://issues.apache.org/jira/browse/CB-7555
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Network Information
 Environment: iOS 7.1
Reporter: Shazron Abdullah


See https://github.com/apache/cordova-plugin-network-information/pull/18



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7555) Update Reachability for iOS 7.1, where it shows cellular connection even though you are on wifi

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134310#comment-14134310
 ] 

ASF GitHub Bot commented on CB-7555:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-network-information/pull/18#issuecomment-55638199
  
Filed https://issues.apache.org/jira/browse/CB-7555


 Update Reachability for iOS 7.1, where it shows cellular connection even 
 though you are on wifi
 ---

 Key: CB-7555
 URL: https://issues.apache.org/jira/browse/CB-7555
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Network Information
 Environment: iOS 7.1
Reporter: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-network-information/pull/18



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7499) Cordova dialogs should support BIDI text

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134397#comment-14134397
 ] 

ASF subversion and git services commented on CB-7499:
-

Commit d9900a725d84c5629cdb0f783b7ef99ac9d8bb72 in cordova-android's branch 
refs/heads/master from [~mrbillau]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;h=d9900a7 ]

Second part of CB-7499, support RTL text direction


 Cordova dialogs should support BIDI text
 

 Key: CB-7499
 URL: https://issues.apache.org/jira/browse/CB-7499
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Affects Versions: Master
Reporter: Mike Billau
Assignee: Mike Billau
Priority: Minor
  Labels: bidirectional, globalization

 Since API 19, Andorid has had the facilities to deal with bidirectional text, 
 however, current Cordova notification implementation does not correctly 
 handle bidirectional text in dialogs.
 We can see this is the case by first setting the language to Hebrew and then 
 launching the following dialogs:
 navigator.notification.confirm(Pure English !!!, function(){}, 7); 
 navigator.notification.confirm(עברית היא שפה מדוברת בIsrael !, 
 function(){}, 8);
 Since we are in Hebrew, the base text direction will be RTL. This means that 
 when we see the second notification with the Hebrew text, it will be 
 right-justified. When we click and see the Pure English !!! notication, 
 because locale is RTL, we should expect to see: !!! Pure English and it 
 should be right-justified, however, we still see Pure English !!!, left 
 justified.
 http://w3-03.ibm.com/globalization/page/publish/4353
 Ideally you should be able to just add   android:supportsRtl=true to the 
 manifest, however, this is doesn't seem to ne enough without setting the text 
 direction to the locale for all of the dialogs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7383) [Release + 3.6.0] Parent Issue

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134403#comment-14134403
 ] 

ASF subversion and git services commented on CB-7383:
-

Commit 9c1ccc512e38bdcc0e56814d07a87ff2d5823071 in cordova-docs's branch 
refs/heads/master from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=9c1ccc5 ]

CB-7383 add v3.6.0 of docs


 [Release + 3.6.0] Parent Issue
 --

 Key: CB-7383
 URL: https://issues.apache.org/jira/browse/CB-7383
 Project: Apache Cordova
  Issue Type: Task
  Components: Amazon FireOS, Android, App Hello World, BlackBerry, 
 CLI, CordovaJS, CordovaLib, FirefoxOS, iOS, mobile-spec, Ubuntu, Windows 8, 
 WP8
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.6.0


 Parent bug for the 3.6.0 Cordova Release.
 Workflow here:
 http://wiki.apache.org/cordova/CuttingReleases
 Release Master: ?
 Component Leads: Refer to assignee of Test  Tag sub-tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7383) [Release + 3.6.0] Parent Issue

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134402#comment-14134402
 ] 

ASF subversion and git services commented on CB-7383:
-

Commit e361eb3d91ca7651e77a930e11a92911e2610f91 in cordova-docs's branch 
refs/heads/master from [~cmarcelk]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=e361eb3 ]

CB-7383 delete 3.6.1 docs in preparation for 3.6.0 docs


 [Release + 3.6.0] Parent Issue
 --

 Key: CB-7383
 URL: https://issues.apache.org/jira/browse/CB-7383
 Project: Apache Cordova
  Issue Type: Task
  Components: Amazon FireOS, Android, App Hello World, BlackBerry, 
 CLI, CordovaJS, CordovaLib, FirefoxOS, iOS, mobile-spec, Ubuntu, Windows 8, 
 WP8
Reporter: Steve Gill
Assignee: Jesse MacFadyen
 Fix For: 3.6.0


 Parent bug for the 3.6.0 Cordova Release.
 Workflow here:
 http://wiki.apache.org/cordova/CuttingReleases
 Release Master: ?
 Component Leads: Refer to assignee of Test  Tag sub-tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7499) Cordova dialogs should support BIDI text

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134405#comment-14134405
 ] 

ASF GitHub Bot commented on CB-7499:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-dialogs/pull/32


 Cordova dialogs should support BIDI text
 

 Key: CB-7499
 URL: https://issues.apache.org/jira/browse/CB-7499
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Affects Versions: Master
Reporter: Mike Billau
Assignee: Mike Billau
Priority: Minor
  Labels: bidirectional, globalization

 Since API 19, Andorid has had the facilities to deal with bidirectional text, 
 however, current Cordova notification implementation does not correctly 
 handle bidirectional text in dialogs.
 We can see this is the case by first setting the language to Hebrew and then 
 launching the following dialogs:
 navigator.notification.confirm(Pure English !!!, function(){}, 7); 
 navigator.notification.confirm(עברית היא שפה מדוברת בIsrael !, 
 function(){}, 8);
 Since we are in Hebrew, the base text direction will be RTL. This means that 
 when we see the second notification with the Hebrew text, it will be 
 right-justified. When we click and see the Pure English !!! notication, 
 because locale is RTL, we should expect to see: !!! Pure English and it 
 should be right-justified, however, we still see Pure English !!!, left 
 justified.
 http://w3-03.ibm.com/globalization/page/publish/4353
 Ideally you should be able to just add   android:supportsRtl=true to the 
 manifest, however, this is doesn't seem to ne enough without setting the text 
 direction to the locale for all of the dialogs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7539) Use local webserver option to load local HTML file from www

2014-09-15 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134459#comment-14134459
 ] 

Shazron Abdullah commented on CB-7539:
--

I'm not so sure about the local proxy now and us automatically overwriting xhr, 
let's keep it simple. This will break apps that rely on cross-origin 
restrictions *not to be on* like in UIWebView, but their tests should detect 
this right away - going forward the servers they connect to should be CORS 
compliant and allow null origins.

The local webserver should do one thing, and one thing only -- serve local 
assets from the local www folder, that's it.

The local proxy can be a plugin that 3rd parties implement, and the dev 
explicitly installs. I'm not sure we are the ones to implement it.

 Use local webserver option to load local HTML file from www
 ---

 Key: CB-7539
 URL: https://issues.apache.org/jira/browse/CB-7539
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: iOS
Reporter: Shazron Abdullah
Priority: Blocker

 This workaround is because of this bug:
 http://www.openradar.me/radar?id=5839348817723392
 (filed with Apple of course also)
 I'm still hoping that Apple fixes this in iOS 8.1, but we should have this as 
 a contingency plan.
 Create this as an included plugin, so it can be extracted later if need be.
 We need to secure access to the local webserver, probably through a session 
 token in the header, since background apps can have access to the webserver. 
 The session token is passed down to the initially loaded local page specified 
 from the content tag in config.xml, and should be used in the cordova.exec 
 call. We would also need to implement local proxy support , see CB-7348
 This all sounds more complex than it needs to be than just loading a file url 
 -- wishing Apple would just fix this in iOS 8.1 instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7471) Translations for September

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134510#comment-14134510
 ] 

ASF subversion and git services commented on CB-7471:
-

Commit 58a60f1bf35eb3dcba6b9ba23f469b170fb89c2e in 
cordova-plugin-file-transfer's branch refs/heads/master from [~ldeluca]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file-transfer.git;h=58a60f1
 ]

CB-7471 cordova-plugin-file-transfer documentation translation: 
cordova-plugin-file-transfer


 Translations for September
 --

 Key: CB-7471
 URL: https://issues.apache.org/jira/browse/CB-7471
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Lisa Seacat DeLuca
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7471) Translations for September

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134509#comment-14134509
 ] 

ASF subversion and git services commented on CB-7471:
-

Commit 3ddc780dc8288950501b9e96299a3b07bf5b2b64 in cordova-plugin-file's branch 
refs/heads/master from [~ldeluca]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=3ddc780 ]

CB-7471 cordova-plugin-file documentation translation: cordova-plugin-file


 Translations for September
 --

 Key: CB-7471
 URL: https://issues.apache.org/jira/browse/CB-7471
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Lisa Seacat DeLuca
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7471) Translations for September

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134508#comment-14134508
 ] 

ASF subversion and git services commented on CB-7471:
-

Commit 2cc67b162397df78ddbe497cac75865d21dfddfd in 
cordova-plugin-device-orientation's branch refs/heads/master from [~ldeluca]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-orientation.git;h=2cc67b1
 ]

CB-7471 cordova-plugin-device-orientation documentation translation: 
cordova-plugin-device-orientation


 Translations for September
 --

 Key: CB-7471
 URL: https://issues.apache.org/jira/browse/CB-7471
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Lisa Seacat DeLuca
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7471) Translations for September

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134506#comment-14134506
 ] 

ASF subversion and git services commented on CB-7471:
-

Commit bd83be0d824686de1daa6da894bf8b064b699fdc in cordova-plugin-device's 
branch refs/heads/master from [~ldeluca]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device.git;h=bd83be0 
]

CB-7471 cordova-plugin-device documentation translation: cordova-plugin-device


 Translations for September
 --

 Key: CB-7471
 URL: https://issues.apache.org/jira/browse/CB-7471
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Lisa Seacat DeLuca
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7471) Translations for September

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134507#comment-14134507
 ] 

ASF subversion and git services commented on CB-7471:
-

Commit a65e1953b0f1f3da9e87d3fdf9b14c89899811d5 in 
cordova-plugin-device-motion's branch refs/heads/master from [~ldeluca]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-device-motion.git;h=a65e195
 ]

CB-7471 cordova-plugin-device-motion documentation translation: 
cordova-plugin-device-motion


 Translations for September
 --

 Key: CB-7471
 URL: https://issues.apache.org/jira/browse/CB-7471
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Lisa Seacat DeLuca
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7471) Translations for September

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134511#comment-14134511
 ] 

ASF subversion and git services commented on CB-7471:
-

Commit df90a6acc4f9f1f3964ca1b26b59a9d9ab7f2026 in 
cordova-plugin-inappbrowser's branch refs/heads/master from [~ldeluca]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=df90a6a
 ]

CB-7471 cordova-plugin-inappbrowser documentation translation: 
cordova-plugin-inappbrowser


 Translations for September
 --

 Key: CB-7471
 URL: https://issues.apache.org/jira/browse/CB-7471
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Lisa Seacat DeLuca
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7471) Translations for September

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134513#comment-14134513
 ] 

ASF subversion and git services commented on CB-7471:
-

Commit 93f8afab62be1d03330ae4e19cffd4a1e1c247c0 in 
cordova-plugin-network-information's branch refs/heads/master from [~ldeluca]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;h=93f8afa
 ]

CB-7471 cordova-plugin-network-information documentation translation: 
cordova-plugin-network-information


 Translations for September
 --

 Key: CB-7471
 URL: https://issues.apache.org/jira/browse/CB-7471
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Lisa Seacat DeLuca
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-3562) Wrong splash screen ratio for landscape-only applications

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134514#comment-14134514
 ] 

ASF GitHub Bot commented on CB-3562:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/14#issuecomment-55661782
  

+1


 Wrong splash screen ratio for landscape-only applications
 -

 Key: CB-3562
 URL: https://issues.apache.org/jira/browse/CB-3562
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS, Plugin SplashScreen
Affects Versions: 2.6.0, 2.7.0, 2.9.0
Reporter: Michael Hanselmann
Assignee: Shazron Abdullah
 Fix For: 3.4.0


 CDVSplashScreen.m shows the splash image with a wrong ratio for 
 landscape-only applications on iPhone/iPod touch devices. I fixed it locally 
 by applying a 90° transformation (“CGAffineTransformMakeRotation(M_PI / 2)”) 
 to the image view.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7471) Translations for September

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134552#comment-14134552
 ] 

ASF subversion and git services commented on CB-7471:
-

Commit 86cd095115bba22ee1be8aa3ec2cc4f4cfe46f32 in cordova-coho's branch 
refs/heads/master from [~ldeluca]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;h=86cd095 ]

CB-7471 added translation information to the coho docs


 Translations for September
 --

 Key: CB-7471
 URL: https://issues.apache.org/jira/browse/CB-7471
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Reporter: Lisa Seacat DeLuca
Assignee: Lisa Seacat DeLuca
Priority: Minor





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7556) Clearing all watches does not stop Location Services

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134571#comment-14134571
 ] 

ASF GitHub Bot commented on CB-7556:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-geolocation/pull/25#issuecomment-55666711
  
This is a trivial fix, so an iCLA would not be needed. Thanks for the 
contrib.
Filed: https://issues.apache.org/jira/browse/CB-7556



 Clearing all watches does not stop Location Services
 

 Key: CB-7556
 URL: https://issues.apache.org/jira/browse/CB-7556
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Geolocation
 Environment: iOS
Reporter: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-geolocation/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7556) Clearing all watches does not stop Location Services

2014-09-15 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-7556:


 Summary: Clearing all watches does not stop Location Services
 Key: CB-7556
 URL: https://issues.apache.org/jira/browse/CB-7556
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Geolocation
 Environment: iOS
Reporter: Shazron Abdullah


See https://github.com/apache/cordova-plugin-geolocation/pull/25




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7556) Clearing all watches does not stop Location Services

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134584#comment-14134584
 ] 

ASF subversion and git services commented on CB-7556:
-

Commit 551b40458c208e23be0005f25ad8a5c896f3aa9f in cordova-plugin-geolocation's 
branch refs/heads/master from Mark Pearce
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=551b404
 ]

CB-7556 - iOS: Clearing all Watches does not stop Location Services

iOS shows a little arrow in the status bar if location services are in use. 
When you set a watch on Location Manager, it starts tracking position, and the 
arrow symbol appears. However, when that watch is cleared, no command to 
Location Manager is sent to stop tracking, so the arrow stays visible, even 
though in reality, the app is not using location services. My guess is that 
this also impacts battery life to some extent, especially if your iOS app has 
background location enabled.

This fix would automatically stop tracking location once all watched are 
cleared, so that the arrow symbol in the iOS status will disappear.

Tested on iOS 7.1.2.

Signed-off-by: Shazron Abdullah shaz...@apache.org


 Clearing all watches does not stop Location Services
 

 Key: CB-7556
 URL: https://issues.apache.org/jira/browse/CB-7556
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Geolocation
 Environment: iOS
Reporter: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-geolocation/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7556) Clearing all watches does not stop Location Services

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-7556.
--
Resolution: Fixed
  Assignee: Shazron Abdullah

 Clearing all watches does not stop Location Services
 

 Key: CB-7556
 URL: https://issues.apache.org/jira/browse/CB-7556
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Geolocation
 Environment: iOS
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-geolocation/pull/25



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7423) mobilespec test failures on iOS

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134600#comment-14134600
 ] 

ASF GitHub Bot commented on CB-7423:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/47#issuecomment-55668694
  
Although the Camera plugin does not depend on the File plugin, the tests 
do. The tests plugin.xml do not have this dependency.

I manually added the File plugin, and your patch appears to work.


 mobilespec test failures on iOS
 ---

 Key: CB-7423
 URL: https://issues.apache.org/jira/browse/CB-7423
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File, Plugin File Transfer
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Edna Morales
 Fix For: 3.6.0


 Running the automated tests for each plugin individually (there are false 
 failures when run all together in mobilespec) results in the following:
 File-transfer - 3 failures:
 -spec 8 should be able to download a file using https: error timeout - async 
 callback was not invoked...
 -spec 28 should be able to download a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 -spec 29 should be able to upload a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 File - 2 failures (only after running a second time)
 -spec 57 copyTo file: Error copying file {code:12}
 -spec 60 copyTo directory to backup at same root directory: Error copying 
 directory {code:12}
 It looks like the files aren't getting deleted after the first run, which is 
 causing these errors the second time
 Plugin manual tests:
 Camera:
 -Not seeing a difference with different quality values
 -Call to write/copy/upload fails if one is called after the other (i.e. Call 
 to copy succeeds but call to upload fails if done right after the call to 
 copy)
 Native Auto Tests:
 Whitelist - 1 failure:
 -Match function should accept file:///foo.html for []: Expected spy unknown 
 to have been called with [true] but was called with [[false]]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7423) mobilespec test failures on iOS

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134602#comment-14134602
 ] 

ASF subversion and git services commented on CB-7423:
-

Commit 45da410662bfdaa391dbd722ffd118acd479f474 in cordova-plugin-camera's 
branch refs/heads/master from [~eymorale]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=45da410 
]

CB-7423 do cleanup after copyImage manual test

Signed-off-by: Shazron Abdullah shaz...@apache.org


 mobilespec test failures on iOS
 ---

 Key: CB-7423
 URL: https://issues.apache.org/jira/browse/CB-7423
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File, Plugin File Transfer
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Edna Morales
 Fix For: 3.6.0


 Running the automated tests for each plugin individually (there are false 
 failures when run all together in mobilespec) results in the following:
 File-transfer - 3 failures:
 -spec 8 should be able to download a file using https: error timeout - async 
 callback was not invoked...
 -spec 28 should be able to download a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 -spec 29 should be able to upload a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 File - 2 failures (only after running a second time)
 -spec 57 copyTo file: Error copying file {code:12}
 -spec 60 copyTo directory to backup at same root directory: Error copying 
 directory {code:12}
 It looks like the files aren't getting deleted after the first run, which is 
 causing these errors the second time
 Plugin manual tests:
 Camera:
 -Not seeing a difference with different quality values
 -Call to write/copy/upload fails if one is called after the other (i.e. Call 
 to copy succeeds but call to upload fails if done right after the call to 
 copy)
 Native Auto Tests:
 Whitelist - 1 failure:
 -Match function should accept file:///foo.html for []: Expected spy unknown 
 to have been called with [true] but was called with [[false]]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7423) mobilespec test failures on iOS

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134603#comment-14134603
 ] 

ASF GitHub Bot commented on CB-7423:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/47#issuecomment-55668867
  
Patch integrated: 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=45da410


 mobilespec test failures on iOS
 ---

 Key: CB-7423
 URL: https://issues.apache.org/jira/browse/CB-7423
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File, Plugin File Transfer
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Edna Morales
 Fix For: 3.6.0


 Running the automated tests for each plugin individually (there are false 
 failures when run all together in mobilespec) results in the following:
 File-transfer - 3 failures:
 -spec 8 should be able to download a file using https: error timeout - async 
 callback was not invoked...
 -spec 28 should be able to download a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 -spec 29 should be able to upload a file using local paths: reference error 
 can't find variable lastProgressEvent in file:///...
 File - 2 failures (only after running a second time)
 -spec 57 copyTo file: Error copying file {code:12}
 -spec 60 copyTo directory to backup at same root directory: Error copying 
 directory {code:12}
 It looks like the files aren't getting deleted after the first run, which is 
 causing these errors the second time
 Plugin manual tests:
 Camera:
 -Not seeing a difference with different quality values
 -Call to write/copy/upload fails if one is called after the other (i.e. Call 
 to copy succeeds but call to upload fails if done right after the call to 
 copy)
 Native Auto Tests:
 Whitelist - 1 failure:
 -Match function should accept file:///foo.html for []: Expected spy unknown 
 to have been called with [true] but was called with [[false]]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7557) Camera plugin tests is missing a File dependency

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134607#comment-14134607
 ] 

ASF subversion and git services commented on CB-7557:
-

Commit 43cb385f0e29efa4437d970281cecf92f472cbac in cordova-plugin-camera's 
branch refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=43cb385 
]

CB-7557 - Camera plugin tests is missing a File dependency


 Camera plugin tests is missing a File dependency
 

 Key: CB-7557
 URL: https://issues.apache.org/jira/browse/CB-7557
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
 Environment: All
Reporter: Shazron Abdullah

 {code}
 dependency id=org.apache.cordova.file version==1.0.1 /
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7557) Camera plugin tests is missing a File dependency

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-7557.
--
Resolution: Fixed
  Assignee: Shazron Abdullah

 Camera plugin tests is missing a File dependency
 

 Key: CB-7557
 URL: https://issues.apache.org/jira/browse/CB-7557
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
 Environment: All
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 {code}
 dependency id=org.apache.cordova.file version==1.0.1 /
 {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7557) Camera plugin tests is missing a File dependency

2014-09-15 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-7557:


 Summary: Camera plugin tests is missing a File dependency
 Key: CB-7557
 URL: https://issues.apache.org/jira/browse/CB-7557
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
 Environment: All
Reporter: Shazron Abdullah


{code}
dependency id=org.apache.cordova.file version==1.0.1 /
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7558) hasPendingOperation flag in Camera plugin's takePicture should be reversed to fix memory errors

2014-09-15 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-7558:


 Summary: hasPendingOperation flag in Camera plugin's takePicture 
should be reversed to fix memory errors
 Key: CB-7558
 URL: https://issues.apache.org/jira/browse/CB-7558
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
 Environment: iOS
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah


See https://github.com/apache/cordova-plugin-camera/pull/30



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7558) hasPendingOperation flag in Camera plugin's takePicture should be reversed to fix memory errors

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134613#comment-14134613
 ] 

ASF GitHub Bot commented on CB-7558:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/30#issuecomment-55669337
  
Filed: https://issues.apache.org/jira/browse/CB-7558


 hasPendingOperation flag in Camera plugin's takePicture should be reversed to 
 fix memory errors
 ---

 Key: CB-7558
 URL: https://issues.apache.org/jira/browse/CB-7558
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
 Environment: iOS
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-camera/pull/30



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7558) hasPendingOperation flag in Camera plugin's takePicture should be reversed to fix memory errors

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-7558.
--
Resolution: Fixed

 hasPendingOperation flag in Camera plugin's takePicture should be reversed to 
 fix memory errors
 ---

 Key: CB-7558
 URL: https://issues.apache.org/jira/browse/CB-7558
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
 Environment: iOS
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-camera/pull/30



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7558) hasPendingOperation flag in Camera plugin's takePicture should be reversed to fix memory errors

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134616#comment-14134616
 ] 

ASF subversion and git services commented on CB-7558:
-

Commit 513bfde49e4226133c976d53834e11b040950d3e in cordova-plugin-camera's 
branch refs/heads/master from Wang Jinggang
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-camera.git;h=513bfde 
]

CB-7558 - hasPendingOperation flag in Camera plugin's takePicture should be 
reversed to fix memory errors

Signed-off-by: Shazron Abdullah shaz...@apache.org


 hasPendingOperation flag in Camera plugin's takePicture should be reversed to 
 fix memory errors
 ---

 Key: CB-7558
 URL: https://issues.apache.org/jira/browse/CB-7558
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
 Environment: iOS
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-camera/pull/30



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7122) Camera Plugin does not properly support PNG on Android

2014-09-15 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser updated CB-7122:
---
Component/s: (was: CordovaLib)

 Camera Plugin does not properly support PNG on Android
 --

 Key: CB-7122
 URL: https://issues.apache.org/jira/browse/CB-7122
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Camera
Affects Versions: 3.5.0
 Environment: Cordova 3.5.0-0.2.4 Camera plugin 0.3.0 Android
Reporter: Michael M
Assignee: Joe Bowser

 When using Android and image as PNG from Camera auto rotation does not work 
 even if it is set to true. This is a bug. It works fine on iOS.
 It works on Android if you use JPEG images from Camera but not with PNG 
 images. Tested on Samsung Galaxy S3 mini.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CB-7559) Hide statusbar with InAppBrowser option

2014-09-15 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-7559:


 Summary: Hide statusbar with InAppBrowser option
 Key: CB-7559
 URL: https://issues.apache.org/jira/browse/CB-7559
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin InAppBrowser
Reporter: Shazron Abdullah


See https://github.com/apache/cordova-plugin-inappbrowser/pull/59



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7559) Hide statusbar with InAppBrowser option

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134636#comment-14134636
 ] 

ASF GitHub Bot commented on CB-7559:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-inappbrowser/pull/59#issuecomment-55670809
  
Filed: https://issues.apache.org/jira/browse/CB-7559


 Hide statusbar with InAppBrowser option
 ---

 Key: CB-7559
 URL: https://issues.apache.org/jira/browse/CB-7559
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin InAppBrowser
Reporter: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-inappbrowser/pull/59



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (CB-7489) Video (inline) Doesn't Work on Android 4.4

2014-09-15 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser reassigned CB-7489:
--

Assignee: Ian Clelland

I didn't even know you could do this: android.resource://[package]/[res 
type]/[res name] and have it work.  That's actually pretty awesome, but I'm 
sure some Chromium thing breaks this.  Can you ask the Chrome team about this, 
and close this somehow? 

 Video (inline) Doesn't Work on Android 4.4
 --

 Key: CB-7489
 URL: https://issues.apache.org/jira/browse/CB-7489
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 3.5.0
 Environment: Cordova: 3.5.0-0.2.4
 NodeJS: v0.10.29
 npm: 1.4.16
 Android: 4.4.2
 Android SDK: 18
 Device: Samsung Galaxy S2 GT-L9100
Reporter: Tom Himanen
Assignee: Ian Clelland
  Labels: android, android.resource, inline, raw, video

 Local videos don't play/load (inline) on Android 4.4. The bug can be 
 reproduced by cloning the following repo and building it for Android 4.4 
 using Cordova: https://github.com/erkkimon/cordova-html5-video-test
 I have tested building the repo and running the app on Android 4.1 and 
 Android 4.4. On Android 4.1 there is no problem. 
 README.md includes test reports for Android 4.1 and Android 4.4. Reports also 
 include logs and version information of all software used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CB-7559) Hide statusbar with InAppBrowser option

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-7559:
-

iOS

 Hide statusbar with InAppBrowser option
 ---

 Key: CB-7559
 URL: https://issues.apache.org/jira/browse/CB-7559
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin InAppBrowser
Reporter: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-inappbrowser/pull/59



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2014-09-15 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah resolved CB-7486.
--
Resolution: Fixed
  Assignee: Shazron Abdullah

 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2014-09-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134651#comment-14134651
 ] 

ASF subversion and git services commented on CB-7486:
-

Commit 61024e50b3ffed4d7b149ccf9199cfcacd0cc5bc in cordova-plugin-statusbar's 
branch refs/heads/master from SayreBlades
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=61024e5
 ]

CB-7486 - Remove StatusBarBackgroundColor intial preference (black background) 
so background will be initially transparent

This should not be a default ios setting:
preference name=StatusBarBackgroundColor value=#00 /
It makes it impossible to unset the initial background color (for transparent 
backgrounds).  Instead just have the default as no background color (which will 
effectively be transparent), and then allow users to override that with a 
desired color.

Signed-off-by: Shazron Abdullah shaz...@apache.org


 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7486) Remove default background color setting for statusbar (StatusBarBackgroundColor)

2014-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134652#comment-14134652
 ] 

ASF GitHub Bot commented on CB-7486:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-statusbar/pull/13#issuecomment-55671780
  
Patched: 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=61024e5


 Remove default background color setting for statusbar 
 (StatusBarBackgroundColor)
 

 Key: CB-7486
 URL: https://issues.apache.org/jira/browse/CB-7486
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Statusbar
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah

 See https://github.com/apache/cordova-plugin-statusbar/pull/13



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CB-7538) Beep in Android locks main UI thread

2014-09-15 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134659#comment-14134659
 ] 

Joe Bowser commented on CB-7538:


The notification sound does not play on the Samsung Galaxy S5 running Android 
4.4.2

 Beep in Android locks main UI thread
 

 Key: CB-7538
 URL: https://issues.apache.org/jira/browse/CB-7538
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Reporter: David Peacock

 When using the navigator.notification.beep() the main UI thread gets locked 
 up.  This is especially noticeable when you have a long notification 
 ringtone, or are calling beep with a parameter (i.e. beep(10)).  Beep should 
 be done in it's own thread.
 I will be submitting a pull request that resolves this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (CB-7487) Writing a file doesn't show up on android MTP

2014-09-15 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser reassigned CB-7487:
--

Assignee: Joe Bowser

 Writing a file doesn't show up on android MTP
 -

 Key: CB-7487
 URL: https://issues.apache.org/jira/browse/CB-7487
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin File
Affects Versions: 3.4.0
 Environment: Nexus 5 and Windows 7
Reporter: David Peacock
Assignee: Joe Bowser

 Using the file plug-in to write out a file works, but when you use MTP to 
 view the file when connected to USB on Windows the file doesn't show up.  
 The file shows up on the device or through adb.  Rebooting the device or 
 using things to refresh the MTP will have the file appear.  This was tested 
 on multiple Nexus 5 devices on multiple Windows 7 machines.
 Cordova should be broadcasting ACTION_MEDIA_SCANNER_SCAN_FILE on the file to 
 have it appear immediately.
 I will be submitting a pull request on the file plug-in for a fix I've tested 
 and confirmed that resolves this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Comment Edited] (CB-7538) Beep in Android locks main UI thread

2014-09-15 Thread Joe Bowser (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14134659#comment-14134659
 ] 

Joe Bowser edited comment on CB-7538 at 9/15/14 11:03 PM:
--

The notification sound does not play on the Samsung Galaxy S5 running Android 
4.4.2, but it does work on 4.4.3.  I'm going to test it on a second Samsung 
device before I pull this in.


was (Author: bowserj):
The notification sound does not play on the Samsung Galaxy S5 running Android 
4.4.2

 Beep in Android locks main UI thread
 

 Key: CB-7538
 URL: https://issues.apache.org/jira/browse/CB-7538
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Reporter: David Peacock

 When using the navigator.notification.beep() the main UI thread gets locked 
 up.  This is especially noticeable when you have a long notification 
 ringtone, or are calling beep with a parameter (i.e. beep(10)).  Beep should 
 be done in it's own thread.
 I will be submitting a pull request that resolves this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (CB-7538) Beep in Android locks main UI thread

2014-09-15 Thread Joe Bowser (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-7538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joe Bowser reassigned CB-7538:
--

Assignee: Joe Bowser

 Beep in Android locks main UI thread
 

 Key: CB-7538
 URL: https://issues.apache.org/jira/browse/CB-7538
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugin Dialogs
Reporter: David Peacock
Assignee: Joe Bowser

 When using the navigator.notification.beep() the main UI thread gets locked 
 up.  This is especially noticeable when you have a long notification 
 ringtone, or are calling beep with a parameter (i.e. beep(10)).  Beep should 
 be done in it's own thread.
 I will be submitting a pull request that resolves this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


  1   2   >