[jira] [Commented] (CB-8936) Surface platform-specific logs in buildbot

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534126#comment-14534126
 ] 

ASF GitHub Bot commented on CB-8936:


Github user alsorokin commented on the pull request:

https://github.com/apache/cordova-medic/pull/53#issuecomment-100157491
  
@dblotsky thanks for the review, I've addressed your comments and updated 
the PR.


> Surface platform-specific logs in buildbot
> --
>
> Key: CB-8936
> URL: https://issues.apache.org/jira/browse/CB-8936
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Medic
>Reporter: Alexander Sorokin
>
> Platform specific logs (e.g. logcat for android, stderr.log and stdin.log for 
> iOS etc.) should be gathered and displayed in buildbot.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8049) Input Text does not work fine in iFrame when I use iOS

2015-05-08 Thread Andrea Bulova (JIRA)

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

Andrea Bulova updated CB-8049:
--
 Priority: Critical  (was: Major)
Affects Version/s: 4.1.3

> Input Text does not work fine in iFrame when I use iOS
> --
>
> Key: CB-8049
> URL: https://issues.apache.org/jira/browse/CB-8049
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.3.0, 4.1.3
>Reporter: Andrea Bulova
>Priority: Critical
>  Labels: Cordova, iOS, iframe, input, inputText
>
> Hi,
> I'm creating an hybrid App for iOS and Android in which there is a main index 
> page who contains an iframe in which appear the pages of my website (mobile 
> version). If I use  an iOS device, when I'm compiling the input text of login 
> page, if I touch the diasplay out from the input text and then I try to 
> write, it does not work anymore; I must select another input text, and then 
> return to the previous.  On Android there is no such issue. Also, if I use 
> the same iFrame on Safari browser of iPhone/iPad, everything works fine and 
> there are no problems with keyboard.
> Can you resolve this problem or help me?



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Reopened] (CB-8049) Input Text does not work fine in iFrame when I use iOS

2015-05-08 Thread Andrea Bulova (JIRA)

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

Andrea Bulova reopened CB-8049:
---

Not resolved.. Problem with UIWebView.

> Input Text does not work fine in iFrame when I use iOS
> --
>
> Key: CB-8049
> URL: https://issues.apache.org/jira/browse/CB-8049
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.3.0, 4.1.3
>Reporter: Andrea Bulova
>Priority: Critical
>  Labels: Cordova, iOS, iframe, input, inputText
>
> Hi,
> I'm creating an hybrid App for iOS and Android in which there is a main index 
> page who contains an iframe in which appear the pages of my website (mobile 
> version). If I use  an iOS device, when I'm compiling the input text of login 
> page, if I touch the diasplay out from the input text and then I try to 
> write, it does not work anymore; I must select another input text, and then 
> return to the previous.  On Android there is no such issue. Also, if I use 
> the same iFrame on Safari browser of iPhone/iPad, everything works fine and 
> there are no problems with keyboard.
> Can you resolve this problem or help me?



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8991) ConcurrentModificationException during onResume

2015-05-08 Thread Gaetan Leerman (JIRA)
Gaetan Leerman created CB-8991:
--

 Summary: ConcurrentModificationException during onResume
 Key: CB-8991
 URL: https://issues.apache.org/jira/browse/CB-8991
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
 Environment: Cordova: version 4.2.0
Android: reports filed for 4.2.2, 4.3, 5.0 and 5.0.1.
Reporter: Gaetan Leerman


In production, I am seeing some crash reports of my app due to a 
ConcurrentModificationException in PluginManager. See the following stacktrace:
{code}
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:787)
at java.util.HashMap$ValueIterator.next(HashMap.java:819)
at org.apache.cordova.PluginManager.onResume(PluginManager.java:245)
at 
org.apache.cordova.CordovaWebView.handleResume(CordovaWebView.java:776)
at org.apache.cordova.CordovaActivity.onResume(CordovaActivity.java:624)
{code}
I have not been able to reproduce the issue, but I have reports in which the 
issue occurs on several Android devices.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8992) Mobile spec's createmobilespec always install cordova-plugin-mobilespec-tests

2015-05-08 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin updated CB-8992:
--
Description: Createmobilespec install cordova-plugin-mobilespec-tests even 
when --plugins flag is present, which is used to explicitly specify list of 
plugins to install.  (was: Createmobilespec installs 
cordova-plugin-mobilespec-tests even when --plugins flag is present, which is 
used to explicitly specify list of plugins to install.)
Summary: Mobile spec's createmobilespec always install 
cordova-plugin-mobilespec-tests  (was: Mobile spec's createmobilespec always 
installs cordova-plugin-mobilespec-tests)

> Mobile spec's createmobilespec always install cordova-plugin-mobilespec-tests
> -
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec install cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-08 Thread Alexander Sorokin (JIRA)
Alexander Sorokin created CB-8992:
-

 Summary: Mobile spec's createmobilespec always installs 
cordova-plugin-mobilespec-tests
 Key: CB-8992
 URL: https://issues.apache.org/jira/browse/CB-8992
 Project: Apache Cordova
  Issue Type: Bug
  Components: mobile-spec
Reporter: Alexander Sorokin
Priority: Minor


Createmobilespec installs cordova-plugin-mobilespec-tests even when --plugins 
flag is present, which is used to explicitly specify list of plugins to install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8992) Mobile spec's createmobilespec always install cordova-plugin-mobilespec-tests

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534425#comment-14534425
 ] 

ASF GitHub Bot commented on CB-8992:


GitHub user alsorokin opened a pull request:

https://github.com/apache/cordova-mobile-spec/pull/128

CB-8992 Do not install mobilespec tests when --plugins specified

https://issues.apache.org/jira/browse/CB-8992

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

$ git pull https://github.com/MSOpenTech/cordova-mobile-spec CB-8992

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

https://github.com/apache/cordova-mobile-spec/pull/128.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 #128


commit aeb5e30a063d775744098e99b3c03d82c84af46d
Author: alsorokin 
Date:   2015-05-08T12:26:22Z

CB-8992 Do not install mobilespec tests when --plugins specified




> Mobile spec's createmobilespec always install cordova-plugin-mobilespec-tests
> -
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec install cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-08 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin updated CB-8992:
--
Description: Createmobilespec installs cordova-plugin-mobilespec-tests even 
when --plugins flag is present, which is used to explicitly specify list of 
plugins to install.  (was: Createmobilespec install 
cordova-plugin-mobilespec-tests even when --plugins flag is present, which is 
used to explicitly specify list of plugins to install.)
Summary: Mobile spec's createmobilespec always installs 
cordova-plugin-mobilespec-tests  (was: Mobile spec's createmobilespec always 
install cordova-plugin-mobilespec-tests)

> Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests
> --
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec installs cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534427#comment-14534427
 ] 

ASF GitHub Bot commented on CB-8992:


Github user sgrebnov commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/128#issuecomment-100219011
  
:1:


> Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests
> --
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec installs cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-8727) WebSQL test fail on Android 5.1

2015-05-08 Thread Karen Tran (JIRA)

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

Karen Tran reassigned CB-8727:
--

Assignee: Karen Tran

> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Assignee: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {quote}
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> {quote}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8993) Plugin restore ignores search path

2015-05-08 Thread Marcus Pridham (JIRA)
Marcus Pridham created CB-8993:
--

 Summary: Plugin restore ignores search path
 Key: CB-8993
 URL: https://issues.apache.org/jira/browse/CB-8993
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Reporter: Marcus Pridham
Priority: Minor


If I run the command:
cordova prepare --searchpath ~/cordova-plugins

I would expect the CLI to try restore plugins in the config.xml from the 
provided searchpath.  Currently this parameter is ignored.

I can get this to work if I modify the opts variable in cli.js and add:
searchpath : args.searchpath,

https://github.com/apache/cordova-cli/blob/master/src/cli.js#L179



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8727) WebSQL test fail on Android 5.1

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534655#comment-14534655
 ] 

ASF GitHub Bot commented on CB-8727:


Github user ktop commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/124#issuecomment-100264782
  
Can someone take a look at this? I think it should be a simple merge


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Assignee: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {quote}
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> {quote}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8994) Syntax error in DOAP file release section

2015-05-08 Thread Sebb (JIRA)
Sebb created CB-8994:


 Summary: Syntax error in DOAP file release section
 Key: CB-8994
 URL: https://issues.apache.org/jira/browse/CB-8994
 Project: Apache Cordova
  Issue Type: Bug
 Environment: 
http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova.rdf
Reporter: Sebb


DOAP files can contain details of multiple release Versions, however each must 
be listed in a separate release section, for example:


  
Apache XYZ
2015-02-16
1.6.2
  


  
Apache XYZ
2014-09-24
1.6.1
  


Please can the project DOAP be corrected accordingly?

Thanks.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8049) Input Text does not work fine in iFrame when I use iOS

2015-05-08 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah resolved CB-8049.
--
Resolution: Won't Fix

Like I mentioned, we have no control regarding UIWebView's bugs, closing.

> Input Text does not work fine in iFrame when I use iOS
> --
>
> Key: CB-8049
> URL: https://issues.apache.org/jira/browse/CB-8049
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.3.0, 4.1.3
>Reporter: Andrea Bulova
>Priority: Critical
>  Labels: Cordova, iOS, iframe, input, inputText
>
> Hi,
> I'm creating an hybrid App for iOS and Android in which there is a main index 
> page who contains an iframe in which appear the pages of my website (mobile 
> version). If I use  an iOS device, when I'm compiling the input text of login 
> page, if I touch the diasplay out from the input text and then I try to 
> write, it does not work anymore; I must select another input text, and then 
> return to the previous.  On Android there is no such issue. Also, if I use 
> the same iFrame on Safari browser of iPhone/iPad, everything works fine and 
> there are no problems with keyboard.
> Can you resolve this problem or help me?



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8994) Syntax error in DOAP file release section

2015-05-08 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-8994:
-
Component/s: Website

> Syntax error in DOAP file release section
> -
>
> Key: CB-8994
> URL: https://issues.apache.org/jira/browse/CB-8994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
> Environment: 
> http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova.rdf
>Reporter: Sebb
>
> DOAP files can contain details of multiple release Versions, however each 
> must be listed in a separate release section, for example:
> 
>   
> Apache XYZ
> 2015-02-16
> 1.6.2
>   
> 
> 
>   
> Apache XYZ
> 2014-09-24
> 1.6.1
>   
> 
> Please can the project DOAP be corrected accordingly?
> Thanks.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Assigned] (CB-8994) Syntax error in DOAP file release section

2015-05-08 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-8994:


Assignee: Shazron Abdullah

> Syntax error in DOAP file release section
> -
>
> Key: CB-8994
> URL: https://issues.apache.org/jira/browse/CB-8994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
> Environment: 
> http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova.rdf
>Reporter: Sebb
>Assignee: Shazron Abdullah
>
> DOAP files can contain details of multiple release Versions, however each 
> must be listed in a separate release section, for example:
> 
>   
> Apache XYZ
> 2015-02-16
> 1.6.2
>   
> 
> 
>   
> Apache XYZ
> 2014-09-24
> 1.6.1
>   
> 
> Please can the project DOAP be corrected accordingly?
> Thanks.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8995) descriptively name some CordovaLib tests

2015-05-08 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-8995:


 Summary: descriptively name some CordovaLib tests
 Key: CB-8995
 URL: https://issues.apache.org/jira/browse/CB-8995
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaLib
 Environment: iOS
Reporter: Shazron Abdullah
Priority: Minor


When some tests fail, it says "start start", not really helpful pinpointing the 
location.

There are 4 plugman tests that have this. Rename the first "start" to be more 
descriptive.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-7667) [Camera] iOS8: Handle case where camera is not authorized

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-7667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535034#comment-14535034
 ] 

ASF GitHub Bot commented on CB-7667:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/49#issuecomment-100305930
  
Thanks for the PR Dan -- I'm away, will take a look Monday.


> [Camera] iOS8: Handle case where camera is not authorized
> -
>
> Key: CB-7667
> URL: https://issues.apache.org/jira/browse/CB-7667
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin Camera, Plugin Media Capture
>Affects Versions: 3.5.0
> Environment: iOS 8
>Reporter: Dan Polivy
>Priority: Minor
>
> In iOS 8, it's possible for the camera to be disabled for any given app; in 
> iOS 7, this was only possible in certain regions (e.g. China).
> If the camera is disabled, and someone launches the Camera plugin to capture 
> an image from the camera, they'll just get the camera UI with a black screen, 
> and no indication that the camera permission is disabled for the app. A 
> better UX would be to show the user a prompt indicating that the camera 
> permission is disabled, and (on iOS 8) providing a button to take them to the 
> Settings app to change it.
> As of iOS 7, there's a new API to test whether the app has access to capture 
> the desired media type:
> https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVCaptureDevice_Class/index.html#//apple_ref/occ/clm/AVCaptureDevice/authorizationStatusForMediaType:
> [AVCaptureDevice authorizationStatusForMediaType:mediaType];



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8988) [splashscreen] iOS splash screen rotation incorrectly scales image

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535032#comment-14535032
 ] 

ASF GitHub Bot commented on CB-8988:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/46#issuecomment-100305790
  
Thanks for the PR Dan -- I'm away, will take a look Monday.


> [splashscreen] iOS splash screen rotation incorrectly scales image
> --
>
> Key: CB-8988
> URL: https://issues.apache.org/jira/browse/CB-8988
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
> Environment: iOS
>Reporter: Dan Polivy
>
> On iOS devices, if rotation occurs while the splash screen is visible, it 
> ends up horribly/incorrectly scaling the existing image, instead of loading 
> the correctly oriented image.
> This happens on both iPad and iPhone -- although technically iPhone should 
> not allow rotation at all. (I see there is another issue tracking that for 
> iPhone.)
> From debugging, the issue appears to be that the interfaceOrientation of the 
> viewController has not been updated at the time that the frame/bounds changes 
> are observed by the plugin. Thus, even though the frame/bounds change, the 
> correct image for the new orientation is never loaded.
> I will provide a PR with an alternate fix shortly. I found it worked better 
> to use [[UIApplication sharedApplication] statusBarOrientation] to determine 
> orientation.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



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

2015-05-08 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3562:


Github user shazron commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/47#issuecomment-100306319
  
Thanks for the PR Dan -- I'm away, will take a look Monday.


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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8996) Mobilespec app hang on windows

2015-05-08 Thread Alexander Sorokin (JIRA)
Alexander Sorokin created CB-8996:
-

 Summary: Mobilespec app hang on windows
 Key: CB-8996
 URL: https://issues.apache.org/jira/browse/CB-8996
 Project: Apache Cordova
  Issue Type: Bug
  Components: mobile-spec, Windows
Reporter: Alexander Sorokin


Mobile spec app times out on windows:
http://ci.apache.org/builders/cordova-windows/builds/1404

Can be reproduced by running from a directory with cloned and installed tools, 
windows platform and core plugins:
{code}
cordova-mobile-spec\createmobilespec\createmobilespec --windows mobilespc
cd mobilespec
cordova run
{code}



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8991) ConcurrentModificationException during onResume

2015-05-08 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-8991.

Resolution: Duplicate

> ConcurrentModificationException during onResume
> ---
>
> Key: CB-8991
> URL: https://issues.apache.org/jira/browse/CB-8991
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android
> Environment: Cordova: version 4.2.0
> Android: reports filed for 4.2.2, 4.3, 5.0 and 5.0.1.
>Reporter: Gaetan Leerman
>
> In production, I am seeing some crash reports of my app due to a 
> ConcurrentModificationException in PluginManager. See the following 
> stacktrace:
> {code}
> java.util.ConcurrentModificationException
>   at java.util.HashMap$HashIterator.nextEntry(HashMap.java:787)
>   at java.util.HashMap$ValueIterator.next(HashMap.java:819)
>   at org.apache.cordova.PluginManager.onResume(PluginManager.java:245)
>   at 
> org.apache.cordova.CordovaWebView.handleResume(CordovaWebView.java:776)
>   at org.apache.cordova.CordovaActivity.onResume(CordovaActivity.java:624)
> {code}
> I have not been able to reproduce the issue, but I have reports in which the 
> issue occurs on several Android devices.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8996) Mobilespec app hang on windows

2015-05-08 Thread Alexander Sorokin (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535073#comment-14535073
 ] 

Alexander Sorokin commented on CB-8996:
---

The issue seems to be not related to plugins (i.e. it persists even if no core 
plugins installed).
`deviceready` handler is not called.
The issues doesn't reproduce on hello-world app.

> Mobilespec app hang on windows
> --
>
> Key: CB-8996
> URL: https://issues.apache.org/jira/browse/CB-8996
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec, Windows
>Reporter: Alexander Sorokin
>
> Mobile spec app times out on windows:
> http://ci.apache.org/builders/cordova-windows/builds/1404
> Can be reproduced by running from a directory with cloned and installed 
> tools, windows platform and core plugins:
> {code}
> cordova-mobile-spec\createmobilespec\createmobilespec --windows mobilespc
> cd mobilespec
> cordova run
> {code}



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Comment Edited] (CB-8996) Mobilespec app hang on windows

2015-05-08 Thread Alexander Sorokin (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535073#comment-14535073
 ] 

Alexander Sorokin edited comment on CB-8996 at 5/8/15 5:46 PM:
---

The issue seems to be not related to plugins (i.e. it persists even if no core 
plugins installed).
`deviceready` handler is not called.
The issue doesn't reproduce on hello-world app.


was (Author: alsorokin):
The issue seems to be not related to plugins (i.e. it persists even if no core 
plugins installed).
`deviceready` handler is not called.
The issues doesn't reproduce on hello-world app.

> Mobilespec app hang on windows
> --
>
> Key: CB-8996
> URL: https://issues.apache.org/jira/browse/CB-8996
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec, Windows
>Reporter: Alexander Sorokin
>
> Mobile spec app times out on windows:
> http://ci.apache.org/builders/cordova-windows/builds/1404
> Can be reproduced by running from a directory with cloned and installed 
> tools, windows platform and core plugins:
> {code}
> cordova-mobile-spec\createmobilespec\createmobilespec --windows mobilespc
> cd mobilespec
> cordova run
> {code}



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8994) Syntax error in DOAP file release section

2015-05-08 Thread Shazron Abdullah (JIRA)

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

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

> Syntax error in DOAP file release section
> -
>
> Key: CB-8994
> URL: https://issues.apache.org/jira/browse/CB-8994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
> Environment: 
> http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova.rdf
>Reporter: Sebb
>Assignee: Shazron Abdullah
>
> DOAP files can contain details of multiple release Versions, however each 
> must be listed in a separate release section, for example:
> 
>   
> Apache XYZ
> 2015-02-16
> 1.6.2
>   
> 
> 
>   
> Apache XYZ
> 2014-09-24
> 1.6.1
>   
> 
> Please can the project DOAP be corrected accordingly?
> Thanks.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8994) Syntax error in DOAP file release section

2015-05-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535075#comment-14535075
 ] 

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

Commit 1678401 from [~shazron]
[ https://svn.apache.org/r1678401 ]

CB-8994 - Syntax error in DOAP file release section

> Syntax error in DOAP file release section
> -
>
> Key: CB-8994
> URL: https://issues.apache.org/jira/browse/CB-8994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
> Environment: 
> http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova.rdf
>Reporter: Sebb
>Assignee: Shazron Abdullah
>
> DOAP files can contain details of multiple release Versions, however each 
> must be listed in a separate release section, for example:
> 
>   
> Apache XYZ
> 2015-02-16
> 1.6.2
>   
> 
> 
>   
> Apache XYZ
> 2014-09-24
> 1.6.1
>   
> 
> Please can the project DOAP be corrected accordingly?
> Thanks.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Closed] (CB-8994) Syntax error in DOAP file release section

2015-05-08 Thread Sebb (JIRA)

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

Sebb closed CB-8994.


Thanks for the prompt response!

> Syntax error in DOAP file release section
> -
>
> Key: CB-8994
> URL: https://issues.apache.org/jira/browse/CB-8994
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Website
> Environment: 
> http://svn.apache.org/repos/asf/cordova/site/infra/doap_Cordova.rdf
>Reporter: Sebb
>Assignee: Shazron Abdullah
>
> DOAP files can contain details of multiple release Versions, however each 
> must be listed in a separate release section, for example:
> 
>   
> Apache XYZ
> 2015-02-16
> 1.6.2
>   
> 
> 
>   
> Apache XYZ
> 2014-09-24
> 1.6.1
>   
> 
> Please can the project DOAP be corrected accordingly?
> Thanks.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8961) Android Emulator not being killed by Medic on OSX

2015-05-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535162#comment-14535162
 ] 

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

Commit ff1ca207ce32bc3e0291e2f9962754f46d7c7d7c in cordova-medic's branch 
refs/heads/master from [~dblotsky]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-medic.git;h=ff1ca20 ]

CB-8961 Killing tasks more forcefully on Unix.


> Android Emulator not being killed by Medic on OSX
> -
>
> Key: CB-8961
> URL: https://issues.apache.org/jira/browse/CB-8961
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Medic
>Affects Versions: Master
>Reporter: Dmitry Blotsky
>Assignee: Dmitry Blotsky
>  Labels: emulator, medic
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Multiple versions of the ARM emulator get used because only the x86/x64 
> emulators are killed by Medic. We should be killing them all.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-08 Thread Dmitry Blotsky (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535182#comment-14535182
 ] 

Dmitry Blotsky commented on CB-8992:


Why is this undesired behaviour?

> Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests
> --
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec installs cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535180#comment-14535180
 ] 

ASF GitHub Bot commented on CB-8992:


Github user dblotsky commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/128#issuecomment-100320977
  
Why not install the mobilespec tests when the plugin is installed? Why is 
this undesired behaviour?


> Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests
> --
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec installs cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8727) WebSQL test fail on Android 5.1

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535195#comment-14535195
 ] 

ASF GitHub Bot commented on CB-8727:


Github user dblotsky commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/124#issuecomment-100322451
  
What was the purpose of the call before?


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Assignee: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {quote}
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> {quote}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-08 Thread Jesse MacFadyen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535204#comment-14535204
 ] 

Jesse MacFadyen commented on CB-8992:
-

I agree with [~dblotsky], every plugin specified *should* have it's related 
tests installed.  That is the entire point of the script.

> Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests
> --
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec installs cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8727) WebSQL test fail on Android 5.1

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535216#comment-14535216
 ] 

ASF GitHub Bot commented on CB-8727:


Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/124#issuecomment-100323303
  
I think it was to make sure the most recent additions were seen.  Seems 
someone magically assumed it would always be less than 2 lines.


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Assignee: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {quote}
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> {quote}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8727) WebSQL test fail on Android 5.1

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535246#comment-14535246
 ] 

ASF GitHub Bot commented on CB-8727:


Github user dblotsky commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/124#issuecomment-100325757
  
Oh, so it's mostly a convenience for a human tester?


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Assignee: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {quote}
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> {quote}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8727) WebSQL test fail on Android 5.1

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535249#comment-14535249
 ] 

ASF GitHub Bot commented on CB-8727:


Github user purplecabbage commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/124#issuecomment-100326111
  
yes. I believe that was the intent, although it obviously failed.
This is an easy merge. +1


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Assignee: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {quote}
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> {quote}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8727) WebSQL test fail on Android 5.1

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535289#comment-14535289
 ] 

ASF GitHub Bot commented on CB-8727:


Github user dblotsky commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/124#issuecomment-100330631
  
Merging.


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Assignee: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {quote}
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> {quote}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8727) WebSQL test fail on Android 5.1

2015-05-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535290#comment-14535290
 ] 

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

Commit ca815abbb06ff3b669785fac27be9df2f4ff3e8e in cordova-mobile-spec's branch 
refs/heads/master from [~ktop500]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;h=ca815ab ]

CB-8727 Fix failing WebSQL test on Android 5.1


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Assignee: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {quote}
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> {quote}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8727) WebSQL test fail on Android 5.1

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535300#comment-14535300
 ] 

ASF GitHub Bot commented on CB-8727:


Github user dblotsky commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/124#issuecomment-100331095
  
I done goofed and forgot to say "This closes #124". Merged though.


> WebSQL test fail on Android 5.1
> ---
>
> Key: CB-8727
> URL: https://issues.apache.org/jira/browse/CB-8727
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, mobile-spec
>Affects Versions: Master, 3.2.0
> Environment: Android 5.1
>Reporter: Karen Tran
>Assignee: Karen Tran
>Priority: Minor
>  Labels: android5.1, mobilespec, scrollByLines, websql
> Fix For: Master
>
>
> Regression testing Android 5.1 on mobile-spec. 
> WebSQL test fails immediately when trying to create a table. 
> Gets exception at line with the scrollByLines() method
> {quote}
> var databaseOutput = function(s) \{
> var el = document.getElementById("database_results");
> el.innerHTML = el.innerHTML + s + "";
> el.scrollByLines(2);
> \};
> {quote}
> To Fix: Just remove that line. scollByLines() doesn't affect the webSQL test 
> so can be removed.
> My guess for why it breaks in Android 5.1 is that it is deprecated, though 
> just speculating after looking around for answers.
> Some sources regarding the fix:
> - 
> https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/KYJoVzmi_tw/OsTpm27Ty9YJ
> - https://crosswalk-project.org/jira/browse/XWALK-2502
> The earliest version of cordova this line is present in is 3.2.0 and goes all 
> the way through Master. And somewhere along the way, index.html starts to 
> reference index.js where this line was moved to. 



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535307#comment-14535307
 ] 

ASF GitHub Bot commented on CB-8992:


Github user sgrebnov commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/128#issuecomment-100331390
  
If I explicitly specify list of plugins to be tested I don't want to run 
org.apache.cordova.mobilespec.tests (they represent some extra tests not 
related to our plugins like iframe, XHR, etc)


> Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests
> --
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec installs cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8987) cordova-windows doesn't support saving contacts, it can be added for Windows 10

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535445#comment-14535445
 ] 

ASF GitHub Bot commented on CB-8987:


GitHub user robpaveza opened a pull request:

https://github.com/apache/cordova-plugin-contacts/pull/62

CB-8987: Support for save and remove for Windows 10

This change adds save and remove support to the contacts plugin when 
running on Windows 10.  When the functionality isn't available on older 
platforms, the original behavior is retained.

The remove function is noteworthy because of the architectural way that 
Windows returns "aggregate" contacts when going through the global contacts 
list; it means the app has to find the app's part of the contact.  If the 
contact doesn't belong to the app, it can't be deleted.

This also adds a manual test to remove the contact which is added (Dooney 
Evans) in the manual adding test.

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

$ git pull https://github.com/MSOpenTech/cordova-plugin-contacts CB-8987

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

https://github.com/apache/cordova-plugin-contacts/pull/62.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 #62


commit 959fffad4a1e7c27b16478b24cdc628200d718d4
Author: Rob Paveza 
Date:   2015-05-08T20:19:25Z

CB-8987: Support for save and remove for Windows 10




> cordova-windows doesn't support saving contacts, it can be added for Windows 
> 10
> ---
>
> Key: CB-8987
> URL: https://issues.apache.org/jira/browse/CB-8987
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Rob Paveza
>Assignee: Rob Paveza
>




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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8997) wp8, windows, android release May 8, 2015

2015-05-08 Thread Steve Gill (JIRA)
Steve Gill created CB-8997:
--

 Summary: wp8, windows, android release May 8, 2015
 Key: CB-8997
 URL: https://issues.apache.org/jira/browse/CB-8997
 Project: Apache Cordova
  Issue Type: Task
  Components: Android, Windows, WP8
Reporter: Steve Gill
Assignee: Steve Gill


wp8@3.8.1, windows@3.8.2, android@4.0.1 release

 "Following steps at 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8961) Android Emulator not being killed by Medic on OSX

2015-05-08 Thread Dmitry Blotsky (JIRA)

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

Dmitry Blotsky resolved CB-8961.

Resolution: Fixed

> Android Emulator not being killed by Medic on OSX
> -
>
> Key: CB-8961
> URL: https://issues.apache.org/jira/browse/CB-8961
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Medic
>Affects Versions: Master
>Reporter: Dmitry Blotsky
>Assignee: Dmitry Blotsky
>  Labels: emulator, medic
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Multiple versions of the ARM emulator get used because only the x86/x64 
> emulators are killed by Medic. We should be killing them all.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8951) WP8: System.NullReferenceException in download method in FileTransfer.cs

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535692#comment-14535692
 ] 

ASF GitHub Bot commented on CB-8951:


Github user dblotsky commented on the pull request:


https://github.com/apache/cordova-plugin-file-transfer/pull/82#issuecomment-100380328
  
Gotcha. That JIRA seems enough. I was concerned that we might forget to do 
the "correct fix", but my concerns were largely unfounded; seems like the work 
is already being tracked. Thanks!


> WP8: System.NullReferenceException in download method in FileTransfer.cs
> 
>
> Key: CB-8951
> URL: https://issues.apache.org/jira/browse/CB-8951
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer, WP8
>Affects Versions: Master
>Reporter: Dmitry Blotsky
>Assignee: Jesse MacFadyen
>  Labels: plugin-file-transfer, wp8
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When running mobilespec tests on WP8, a null reference exception is raised 
> and uncaught when parseHeaders returns null on line 480 of FileTransfer.cs.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8997) wp8, windows, android release May 8, 2015

2015-05-08 Thread Jesse MacFadyen (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535696#comment-14535696
 ] 

Jesse MacFadyen commented on CB-8997:
-

The only change in these releases with be a patch for the ripple/cordova issue 
in cordova-js.

RIPPLE-82 / CB-8971



> wp8, windows, android release May 8, 2015
> -
>
> Key: CB-8997
> URL: https://issues.apache.org/jira/browse/CB-8997
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Android, Windows, WP8
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> wp8@3.8.1, windows@3.8.2, android@4.0.1 release
>  "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535760#comment-14535760
 ] 

ASF GitHub Bot commented on CB-8992:


Github user dblotsky commented on a diff in the pull request:

https://github.com/apache/cordova-mobile-spec/pull/128#discussion_r29981882
  
--- Diff: createmobilespec/createmobilespec.js ---
@@ -56,7 +56,8 @@ function popd(dir) {
 }
 
 function pluginAdd(pluginName, searchPath, extraFlags) {
-var command = cli + ' plugin add ' + pluginName + ' --searchpath ' + 
searchPath;
+var sp = SEARCH_PATHS.hasOwnProperty(pluginName) ? 
SEARCH_PATHS[pluginName] : searchPath;
--- End diff --

It's clearer to put this logic outside of the function, on [line 568] 
(https://github.com/apache/cordova-mobile-spec/pull/128/files#diff-ad19d116ad56f7b3ae8ee9fdc8733f69R568).
 That way pluginAdd is only concerned with adding a plugin from a given path, 
not with extra logic regarding the path.


> Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests
> --
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec installs cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535761#comment-14535761
 ] 

ASF GitHub Bot commented on CB-8992:


Github user dblotsky commented on a diff in the pull request:

https://github.com/apache/cordova-mobile-spec/pull/128#discussion_r29981911
  
--- Diff: createmobilespec/createmobilespec.js ---
@@ -546,11 +547,12 @@ function installPlugins() {
 console.log("Installing local test framework plugins...");
 var linkPluginsFlag = (argv.link || argv.linkplugins) ? ' --link' 
: '';
 
-pluginAdd('org.apache.cordova.mobilespec.tests', 
mobile_spec_git_dir, linkPluginsFlag + browserifyFlag);
+if (!argv.plugins) {
--- End diff --

Please comment why this check is here.


> Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests
> --
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec installs cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535762#comment-14535762
 ] 

ASF GitHub Bot commented on CB-8992:


Github user dblotsky commented on the pull request:


https://github.com/apache/cordova-mobile-spec/pull/128#issuecomment-100384365
  
Ok. Sounds reasonable. I left some comments in review.


> Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests
> --
>
> Key: CB-8992
> URL: https://issues.apache.org/jira/browse/CB-8992
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec
>Reporter: Alexander Sorokin
>Priority: Minor
>
> Createmobilespec installs cordova-plugin-mobilespec-tests even when --plugins 
> flag is present, which is used to explicitly specify list of plugins to 
> install.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8997) wp8, windows, android release May 8, 2015

2015-05-08 Thread Steve Gill (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535767#comment-14535767
 ] 

Steve Gill commented on CB-8997:


This is just to include a new cordova.js file so ripple can work again. Other 
changes will go out in a future release. 

> wp8, windows, android release May 8, 2015
> -
>
> Key: CB-8997
> URL: https://issues.apache.org/jira/browse/CB-8997
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Android, Windows, WP8
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> wp8@3.8.1, windows@3.8.2, android@4.0.1 release
>  "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8987) cordova-windows doesn't support saving contacts, it can be added for Windows 10

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14535808#comment-14535808
 ] 

ASF GitHub Bot commented on CB-8987:


Github user dblotsky commented on the pull request:


https://github.com/apache/cordova-plugin-contacts/pull/62#issuecomment-100388932
  
Will run tests on medic, since Travis doesn't run the tests on Windows.


> cordova-windows doesn't support saving contacts, it can be added for Windows 
> 10
> ---
>
> Key: CB-8987
> URL: https://issues.apache.org/jira/browse/CB-8987
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Rob Paveza
>Assignee: Rob Paveza
>




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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Resolved] (CB-8951) WP8: System.NullReferenceException in download method in FileTransfer.cs

2015-05-08 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-8951.
-
Resolution: Fixed

> WP8: System.NullReferenceException in download method in FileTransfer.cs
> 
>
> Key: CB-8951
> URL: https://issues.apache.org/jira/browse/CB-8951
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer, WP8
>Affects Versions: Master
>Reporter: Dmitry Blotsky
>Assignee: Jesse MacFadyen
>  Labels: plugin-file-transfer, wp8
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When running mobilespec tests on WP8, a null reference exception is raised 
> and uncaught when parseHeaders returns null on line 480 of FileTransfer.cs.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8998) Can't use backspace on android on text from voice recognition

2015-05-08 Thread Nikolay (JIRA)
Nikolay created CB-8998:
---

 Summary: Can't use backspace on android on text from voice 
recognition
 Key: CB-8998
 URL: https://issues.apache.org/jira/browse/CB-8998
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Affects Versions: 5.0.0
Reporter: Nikolay


Create a hello world applicaiton with form and simple input. Run an application 
on android and focus the input. On the keyboard select to mic to start voice 
recognition input. Do some input and try to delete it with backspace button on 
the keyboard. Backspace do nothing for the text from text recognition.

Android 4.4.4



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-8999) Mobilespec Windows apps stop and don't continue

2015-05-08 Thread Dmitry Blotsky (JIRA)
Dmitry Blotsky created CB-8999:
--

 Summary: Mobilespec Windows apps stop and don't continue
 Key: CB-8999
 URL: https://issues.apache.org/jira/browse/CB-8999
 Project: Apache Cordova
  Issue Type: Bug
  Components: mobile-spec, Windows
Affects Versions: Master
 Environment: Windows 8.1
Reporter: Dmitry Blotsky
Priority: Blocker


Launching mobilespec with any plugin in either automated or manual mode on 
Windows loads the page and halts without thrown exceptions.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8999) Mobilespec Windows apps stop and don't continue

2015-05-08 Thread Dmitry Blotsky (JIRA)

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

Dmitry Blotsky updated CB-8999:
---
Due Date: (was: 11/May/15)

> Mobilespec Windows apps stop and don't continue
> ---
>
> Key: CB-8999
> URL: https://issues.apache.org/jira/browse/CB-8999
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: mobile-spec, Windows
>Affects Versions: Master
> Environment: Windows 8.1
>Reporter: Dmitry Blotsky
>Priority: Blocker
>  Labels: hang, mobilespec, windows
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Launching mobilespec with any plugin in either automated or manual mode on 
> Windows loads the page and halts without thrown exceptions.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8950) Add Node Security Project to per-check-in testing

2015-05-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536100#comment-14536100
 ] 

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

Commit 421e8eda6857b5a9c0f4297c5bbfe0cd418c2d96 in cordova-coho's branch 
refs/heads/master from [~muratsu]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;h=421e8ed ]

CB-8950 Add NSP to travis


> Add Node Security Project to per-check-in testing
> -
>
> Key: CB-8950
> URL: https://issues.apache.org/jira/browse/CB-8950
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Coho
>Reporter: Murat Sutunc
>Assignee: Murat Sutunc
>
> Currently we don't have any automation on insecure dependency reporting. 
> Adding nsp to travis/appveyor will solve this problem.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-9000) Medic-check doesn't fail when no record is found

2015-05-08 Thread Dmitry Blotsky (JIRA)
Dmitry Blotsky created CB-9000:
--

 Summary: Medic-check doesn't fail when no record is found
 Key: CB-9000
 URL: https://issues.apache.org/jira/browse/CB-9000
 Project: Apache Cordova
  Issue Type: Bug
  Components: Medic
Affects Versions: Master
Reporter: Dmitry Blotsky


The medic-check.js script returns 0 even when it can't find the build result it 
is looking for.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-8950) Add Node Security Project to per-check-in testing

2015-05-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-8950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14536101#comment-14536101
 ] 

ASF GitHub Bot commented on CB-8950:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-coho/pull/74


> Add Node Security Project to per-check-in testing
> -
>
> Key: CB-8950
> URL: https://issues.apache.org/jira/browse/CB-8950
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Coho
>Reporter: Murat Sutunc
>Assignee: Murat Sutunc
>
> Currently we don't have any automation on insecure dependency reporting. 
> Adding nsp to travis/appveyor will solve this problem.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org