[jira] [Closed] (CB-8721) (Windows Phone 8, File-transfer download method) When specifying header with comma in it, fail callback is called

2015-05-12 Thread Vladimir Kotikov (JIRA)

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

Vladimir Kotikov closed CB-8721.


 (Windows Phone 8, File-transfer download method) When specifying header with 
 comma in it, fail callback is called
 -

 Key: CB-8721
 URL: https://issues.apache.org/jira/browse/CB-8721
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Reporter: Alexander Sorokin
Assignee: Vladimir Kotikov

 This code fails because header with comma in it is not parsed properly:
 {code}
 transfer.download(fileURL, localFilePath, function win(){}, function 
 fail(){}, true,
 {
 headers: {
 'If-Modified-Since': 'Sun, 06 Nov 1994 08:49:37 GMT'
 }
 });
 {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] [Commented] (CB-9013) Fix listing of multiple devices in list-devices for iOS

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

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

ASF GitHub Bot commented on CB-9013:


Github user gpetrov commented on the pull request:

https://github.com/apache/cordova-ios/pull/140#issuecomment-101184870
  
@shazron is different issue indeed, the other is about the emulators. Mine 
is about the connected devices list.

Created: https://issues.apache.org/jira/browse/CB-9013


 Fix listing of multiple devices in list-devices for iOS
 ---

 Key: CB-9013
 URL: https://issues.apache.org/jira/browse/CB-9013
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.8.0
 Environment: iOS, Mac
Reporter: George Petrov
 Fix For: 4.0.0


 when multiple of same type devices are connected, like two iPhones,
 only the first was returned.
 Now all connected devices will be returned.
 Note it might be even better if there was a way to get the devices
 names as descriptions because now they are all called ‘iPhone’



--
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-12 Thread ASF subversion and git services (JIRA)

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

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

Commit 52c025bbef54c1e6235ddbc1f9a5dbf06fec6387 in 
cordova-plugin-splashscreen's branch refs/heads/master from [~dpolivy]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=52c025b
 ]

CB-3562: Disable screen rotation for iPhone when splash screen is shown. 
(closes #47)

This is a port of emarashliev's original fix for CB-3562, cleaned up
to avoid deprecated functions.

Merge branch 'master' of 
https://github.com/emarashliev/cordova-plugin-splashscreen into CB3562

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


 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] [Commented] (CB-3562) Wrong splash screen ratio for landscape-only applications

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

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

ASF GitHub Bot commented on CB-3562:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-plugin-splashscreen/pull/47


 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] [Commented] (CB-3562) Wrong splash screen ratio for landscape-only applications

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

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

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

Commit 52c025bbef54c1e6235ddbc1f9a5dbf06fec6387 in 
cordova-plugin-splashscreen's branch refs/heads/master from [~dpolivy]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-splashscreen.git;h=52c025b
 ]

CB-3562: Disable screen rotation for iPhone when splash screen is shown. 
(closes #47)

This is a port of emarashliev's original fix for CB-3562, cleaned up
to avoid deprecated functions.

Merge branch 'master' of 
https://github.com/emarashliev/cordova-plugin-splashscreen into CB3562

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


 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-9013) Fix listing of multiple devices in list-devices for iOS

2015-05-12 Thread George Petrov (JIRA)
George Petrov created CB-9013:
-

 Summary: Fix listing of multiple devices in list-devices for iOS
 Key: CB-9013
 URL: https://issues.apache.org/jira/browse/CB-9013
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.8.0
 Environment: iOS, Mac
Reporter: George Petrov
 Fix For: 4.0.0


when multiple of same type devices are connected, like two iPhones,
only the first was returned.

Now all connected devices will be returned.

Note it might be even better if there was a way to get the devices
names as descriptions because now they are all called ‘iPhone’



--
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-8992) Mobile spec's createmobilespec always installs cordova-plugin-mobilespec-tests

2015-05-12 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin closed CB-8992.
-
Resolution: Pending Closed

 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-8998) Can't use backspace on android on text from voice recognition

2015-05-12 Thread Nikolay (JIRA)

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

Nikolay commented on CB-8998:
-

I've added requested information into the ticket description.

 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, Moto G 1st generation, tested for Russion and English 
 languages.



--
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-8998) Can't use backspace on android on text from voice recognition

2015-05-12 Thread Nikolay (JIRA)

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

Nikolay updated CB-8998:

Description: 
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, Moto G 1st generation, tested for Russion and English languages.

  was:
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


 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, Moto G 1st generation, tested for Russion and English 
 languages.



--
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-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8996:


Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-js/pull/110#issuecomment-101361898
  
Status can be 0


 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] [Commented] (CB-8457) Version specifier causes platform add hook to not run

2015-05-12 Thread JIRA

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

André da Silva Medeiros commented on CB-8457:
-

How can I now create a hook which needs to know the version provided?

Here's my hook:

#!/usr/bin/env node
module.exports = function(context) {
var platforms = context.opts.cordova.platforms; // platforms é um array

platforms.map(function(platform) {
if(platform.split('@')[0] === 'android'  platform.split('@')[1] !== 
'3.6.3') {
throw new 
Error('*'+
'\n\tPara projetos com a plataforma Android, é 
necessário o package'+
' cordova-android-crosswalk 
(https://www.npmjs.com/package/cordova-android-crosswalk).\n'+
'\tPra tanto, é necessário que seja utilizada a 
versão 3.6.3 da plataforma: '+
'cordova platform add android@3.6.3\n'+

'*');
}
});
};

The goal this thread wants can be accomplished by using similar approach.

 Version specifier causes platform add hook to not run
 -

 Key: CB-8457
 URL: https://issues.apache.org/jira/browse/CB-8457
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib
 Environment: OSX 10.10
Reporter: Connor Pearson

 Using cordova 4.2.0, I have a hook in config.xml defined like this:
 platform name=ios
 hook type=after_platform_add src=build/script.rb /
 /platform
 Running 'cordova platform add ios' causes this script to be run, but 'cordova 
 platform add ios@3.6.3' does not. If this is intended behavior, how can I set 
 up the hook to run on any platform add of ios?



--
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-8999) Mobilespec Windows apps stop and don't continue

2015-05-12 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal resolved CB-8999.
---
Resolution: Duplicate

 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-8999) Mobilespec Windows apps stop and don't continue

2015-05-12 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal commented on CB-8999:
---

It turned out to be this commit that broke it: 
https://github.com/apache/cordova-js/commit/867fcac79d82823b356a771ce5aaf52e057a2319#diff-94c2e7d53ca6fc7837eddee66fdf4a52R64.
 

 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] [Updated] (CB-9018) 2 geolocation tests fail on mobile-spec in Android 5.1.1

2015-05-12 Thread Karen Tran (JIRA)

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

Karen Tran updated CB-9018:
---
Description: 
Did regression testing on mobile-spec for Android 5.1.1
I tested on a Nexus 7. 

Two automated tests in geolocation failed across all cordova versions that I 
tested on, including master. The earliest version I tested on was 2.3.0. (Also 
tested on 3.6.1 and 3.6.4 from the forked versions I have that are not 
mentioned above)

The geolocation tests were spec 6 and 8; both failed by Timeout - Async 
callback was not invoked within timeout specified by jasmine 
DEFAULT_TIMEOUT_INTERVAL.

(Side note: There were no problems with the other latest Android update 5.0.2)

  was:
Did regression testing on mobile-spec for Android 5.1.1
I tested on a Nexus 7. 

Two automated tests in geolocation failed across all platforms that I tested 
on, including master. The earliest version I tested on was 2.3.0. (Also tested 
on 3.6.1 and 3.6.4 from the forked versions I have that are not mentioned above)

The geolocation tests were spec 6 and 8; both failed by Timeout - Async 
callback was not invoked within timeout specified by jasmine 
DEFAULT_TIMEOUT_INTERVAL.

(Side note: There were no problems with the other latest Android update 5.0.2)


 2 geolocation tests fail on mobile-spec in Android 5.1.1
 

 Key: CB-9018
 URL: https://issues.apache.org/jira/browse/CB-9018
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, mobile-spec, Plugin Geolocation
Affects Versions: Master, 2.3.0, 2.6.0, 3.1.0, 3.4.0
 Environment: Android 5.1.1
Reporter: Karen Tran
 Fix For: Master


 Did regression testing on mobile-spec for Android 5.1.1
 I tested on a Nexus 7. 
 Two automated tests in geolocation failed across all cordova versions that I 
 tested on, including master. The earliest version I tested on was 2.3.0. 
 (Also tested on 3.6.1 and 3.6.4 from the forked versions I have that are not 
 mentioned above)
 The geolocation tests were spec 6 and 8; both failed by Timeout - Async 
 callback was not invoked within timeout specified by jasmine 
 DEFAULT_TIMEOUT_INTERVAL.
 (Side note: There were no problems with the other latest Android update 5.0.2)



--
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-9016) Add Windows 10 WinJS reference to cordova-js

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

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

ASF GitHub Bot commented on CB-9016:


GitHub user robpaveza opened a pull request:

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

CB-9016: Added template-packaged WinJS reference for Windows 10 support.

Windows 10 no longer has a Framework Reference for WinJS, instead we 
include it in the project template (since we guarantee that at least WinJS 
Promises and ALM events will be present).

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

$ git pull https://github.com/MSOpenTech/cordova-js CB-9016

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

https://github.com/apache/cordova-js/pull/111.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 #111


commit 900772c740c6acd4b9205492caac5f9584928fa4
Author: Rob Paveza rob.pav...@microsoft.com
Date:   2015-05-12T18:34:56Z

Added template-packaged WinJS reference for Windows 10 support.




 Add Windows 10 WinJS reference to cordova-js
 

 Key: CB-9016
 URL: https://issues.apache.org/jira/browse/CB-9016
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Rob Paveza
Assignee: Rob Paveza
Priority: Minor





--
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-9017) CLI Platform Add Support for Non Global NodeJS Path

2015-05-12 Thread Ryan Thomas (JIRA)
Ryan Thomas created CB-9017:
---

 Summary: CLI Platform Add Support for Non Global NodeJS Path
 Key: CB-9017
 URL: https://issues.apache.org/jira/browse/CB-9017
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Android, Browser, CLI, CordovaLib, iOS
Affects Versions: 5.0.1
 Environment: Command line environments where node isn't the PATH of 
the current process.
Reporter: Ryan Thomas
Priority: Minor


Executing the CLI platform add platforms command using locally installed 
node binaries, cordova instances, and so forth will fail when the cli attempts 
to call through to the platform specific create.bat file.

One simple resolution would be to allow the cli to pass the current node 
execution path through to the spawned call via an optional command line 
argument.

An example implemenation of passing through the node process exec path for the 
android platform can be found at the below links:

[cordova-lib|https://github.com/RhinobyteSoftware/cordova-lib/tree/feature/LocalNodePath]
[cordova-android|https://github.com/RhinobyteSoftware/cordova-android/tree/feature/LocalNodePath]



--
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-9018) 2 geolocation tests fail on mobile-spec in Android 5.1.1

2015-05-12 Thread Karen Tran (JIRA)

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

Karen Tran updated CB-9018:
---
Attachment: screenshot-1.png

 2 geolocation tests fail on mobile-spec in Android 5.1.1
 

 Key: CB-9018
 URL: https://issues.apache.org/jira/browse/CB-9018
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, mobile-spec, Plugin Geolocation
Affects Versions: Master, 2.3.0, 2.6.0, 3.1.0, 3.4.0
 Environment: Android 5.1.1
Reporter: Karen Tran
 Fix For: Master

 Attachments: screenshot-1.png


 Did regression testing on mobile-spec for Android 5.1.1
 I tested on a Nexus 7. 
 Two automated tests in geolocation failed across all cordova versions that I 
 tested on, including master. The earliest version I tested on was 2.3.0. 
 (Also tested on 3.6.1 and 3.6.4 from the forked versions I have that are not 
 mentioned above)
 The geolocation tests were spec 6 and 8; both failed by Timeout - Async 
 callback was not invoked within timeout specified by jasmine 
 DEFAULT_TIMEOUT_INTERVAL.
 (Side note: There were no problems with the other latest Android update 5.0.2)



--
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-8486) Support for creating signed archive for Windows

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

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

ASF GitHub Bot commented on CB-8486:


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

https://github.com/apache/cordova-windows/pull/75#discussion_r30174837
  
--- Diff: template/cordova/lib/build.js ---
@@ -32,88 +33,175 @@ var projFiles = {
 win: 'CordovaApp.Windows.jsproj',
 win80: 'CordovaApp.Windows80.jsproj'
 };
-// parsed nopt arguments
-var args;
-// build type (Release vs Debug)
-var buildType;
-// target chip architectures to build for
-var buildArchs;
-// MSBuild Tools available on this development machine
-var msbuild;
 
 // builds cordova-windows application with parameters provided.
 // See 'help' function for args list
 module.exports.run = function run (argv) {
+// MSBuild Tools available on this development machine
+var msbuild;
+
 if (!utils.isCordovaProject(ROOT)){
 return Q.reject('Could not find project at ' + ROOT);
 }
 
-try {
-// thows exception if something goes wrong
-parseAndValidateArgs(argv);
-} catch (error) {
-return Q.reject(error);
-}
+return Q.all([parseAndValidateArgs(argv), 
MSBuildTools.findAvailableVersion()])
+.spread(function(buildConfig, msbuildTools) {
+// update platform as per configuration settings
+prepare.applyPlatformConfig(buildConfig);
 
-// update platform as per configuration settings
-prepare.applyPlatformConfig();
-
-return MSBuildTools.findAvailableVersion().then(
-function(msbuildTools) {
 msbuild = msbuildTools;
 console.log('MSBuildToolsPath: ' + msbuild.path);
-return buildTargets();
+return buildTargets(msbuild, buildConfig);
+}, function(error) {
+return Q.reject(error);
 });
 };
 
 // help/usage function
 module.exports.help = function help() {
 console.log('');
-console.log('Usage: build [ --debug | --release ] [--archs=\list of 
architectures...\] [--phone | --win]');
-console.log('--help: Displays this dialog.');
-console.log('--debug   : Builds project in debug mode. (Default)');
-console.log('--release : Builds project in release mode.');
-console.log('-r: Shortcut :: builds project in release 
mode.');
-console.log('--archs   : Builds project binaries for specific chip 
architectures (`anycpu`, `arm`, `x86`, `x64`).');
+console.log('Usage: build [--debug | --release] [--archs=list of 
architectures...]');
+console.log(' [--phone | --win] 
[--packageCertificateKeyFile=key path]');
+console.log(' [--packageThumbprint=thumbprint] 
[--publisherId]');
+console.log(' [--buildConfig=file path]');
+console.log('--help  : Displays this dialog.');
+console.log('--debug : Builds project in debug 
mode. (Default).');
+console.log('--release   : Builds project in 
release mode.');
+console.log('-r  : (shortcut) Builds 
project in release mode.');
+console.log('--archs : Builds project binaries 
for specific chip');
+console.log('  architectures 
(`anycpu`, `arm`, `x86`, `x64`).');
 console.log('--phone, --win');
-console.log('  : Specifies, what type of project to 
build');
+console.log(': Specifies, what type of 
project to build.');
+console.log('--packageCertificateKeyFile : Builds the project 
using provided certificate.');
+console.log('--packageThumbprint : Thumbprint associated 
with the certificate.');
+console.log('--publisherId   : Sets publisher id field 
in manifest.');
+console.log('--buildConfig   : Sets build settings 
from configuration file.');
+console.log('');
 console.log('examples:');
 console.log('build ');
 console.log('build --debug');
 console.log('build --release');
 console.log('build --release --archs=arm x86');
+console.log('build 
--packageCertificateKeyFile=CordovaApp_TemporaryKey.pfx');
+console.log('build --buildConfig=build.json');
--- End diff --

As I mentioned earlier - providing an example with the publisher Id might 
be useful since publisher id has a very specific syntax.


 Support for creating 

[jira] [Created] (CB-9016) Add Windows 10 WinJS reference to cordova-js

2015-05-12 Thread Rob Paveza (JIRA)
Rob Paveza created CB-9016:
--

 Summary: Add Windows 10 WinJS reference to cordova-js
 Key: CB-9016
 URL: https://issues.apache.org/jira/browse/CB-9016
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Rob Paveza
Assignee: Rob Paveza
Priority: Minor






--
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-9018) 2 geolocation tests fail on mobile-spec in Android 5.1.1

2015-05-12 Thread Karen Tran (JIRA)
Karen Tran created CB-9018:
--

 Summary: 2 geolocation tests fail on mobile-spec in Android 5.1.1
 Key: CB-9018
 URL: https://issues.apache.org/jira/browse/CB-9018
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, mobile-spec, Plugin Geolocation
Affects Versions: 3.4.0, 3.1.0, 2.6.0, 2.3.0, Master
 Environment: Android 5.1.1
Reporter: Karen Tran
 Fix For: Master


Did regression testing on mobile-spec for Android 5.1.1
I tested on a Nexus 7. 

Two automated tests in geolocation failed across all platforms that I tested 
on, including master. The earliest version I tested on was 2.3.0. (Also tested 
on 3.6.1 and 3.6.4 from the forked versions I have that are not mentioned above)

The geolocation tests were spec 6 and 8; both failed by Timeout - Async 
callback was not invoked within timeout specified by jasmine 
DEFAULT_TIMEOUT_INTERVAL.

(Side note: There were no problems with the other latest Android update 5.0.2)



--
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-9017) CLI Platform Add Support for Non Global NodeJS Path

2015-05-12 Thread Ryan Thomas (JIRA)

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

Ryan Thomas updated CB-9017:

Description: 
Executing the CLI platform add platforms command using locally installed 
node binaries, cordova instances, and so forth will fail when the cli attempts 
to call through to the platform specific create.bat file.

One simple resolution would be to allow the cli to pass the current node 
execution path through to the spawned call via an optional command line 
argument.

An example implemenation of passing through the node process exec path for the 
android platform can be found at the below links:

[cordova-lib|https://github.com/RhinobyteSoftware/cordova-lib/tree/feature/LocalNodePath]
[cordova-android|https://github.com/RhinobyteSoftware/cordova-android/tree/feature/LocalNodePath]

The example implementation upates the platform.js/getCreateArgs function in the 
cordova-lib component to pass through the extra argument for the 
process.execPath. The cordova-android update modifies the bin/create.bat file 
to process the optional --process-exec-path argument if present. It also 
modfies bin/create to include the --process-exec-path in the 'nopt' options.

  was:
Executing the CLI platform add platforms command using locally installed 
node binaries, cordova instances, and so forth will fail when the cli attempts 
to call through to the platform specific create.bat file.

One simple resolution would be to allow the cli to pass the current node 
execution path through to the spawned call via an optional command line 
argument.

An example implemenation of passing through the node process exec path for the 
android platform can be found at the below links:

[cordova-lib|https://github.com/RhinobyteSoftware/cordova-lib/tree/feature/LocalNodePath]
[cordova-android|https://github.com/RhinobyteSoftware/cordova-android/tree/feature/LocalNodePath]


 CLI Platform Add Support for Non Global NodeJS Path
 ---

 Key: CB-9017
 URL: https://issues.apache.org/jira/browse/CB-9017
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Android, Browser, CLI, CordovaLib, iOS
Affects Versions: 5.0.1
 Environment: Command line environments where node isn't the PATH of 
 the current process.
Reporter: Ryan Thomas
Priority: Minor
  Labels: cordova-cli, cordova-lib, easyfix, nodejs

 Executing the CLI platform add platforms command using locally installed 
 node binaries, cordova instances, and so forth will fail when the cli 
 attempts to call through to the platform specific create.bat file.
 One simple resolution would be to allow the cli to pass the current node 
 execution path through to the spawned call via an optional command line 
 argument.
 An example implemenation of passing through the node process exec path for 
 the android platform can be found at the below links:
 [cordova-lib|https://github.com/RhinobyteSoftware/cordova-lib/tree/feature/LocalNodePath]
 [cordova-android|https://github.com/RhinobyteSoftware/cordova-android/tree/feature/LocalNodePath]
 The example implementation upates the platform.js/getCreateArgs function in 
 the cordova-lib component to pass through the extra argument for the 
 process.execPath. The cordova-android update modifies the bin/create.bat file 
 to process the optional --process-exec-path argument if present. It also 
 modfies bin/create to include the --process-exec-path in the 'nopt' options.



--
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-9015) Pull Windows 10 support to master and release

2015-05-12 Thread Rob Paveza (JIRA)
Rob Paveza created CB-9015:
--

 Summary: Pull Windows 10 support to master and release
 Key: CB-9015
 URL: https://issues.apache.org/jira/browse/CB-9015
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Reporter: 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] [Commented] (CB-9013) Fix listing of multiple devices in list-devices for iOS

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

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

ASF GitHub Bot commented on CB-9013:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-ios/pull/140


 Fix listing of multiple devices in list-devices for iOS
 ---

 Key: CB-9013
 URL: https://issues.apache.org/jira/browse/CB-9013
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.8.0
 Environment: iOS, Mac
Reporter: George Petrov
 Fix For: 4.0.0


 when multiple of same type devices are connected, like two iPhones,
 only the first was returned.
 Now all connected devices will be returned.
 Note it might be even better if there was a way to get the devices
 names as descriptions because now they are all called ‘iPhone’



--
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-8856) Fix 'Id' attribute is invalid when creating Windows Store submission build

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

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

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

Commit 258a21dbf6ac4bd020e304de8544992e5e3cd9f2 in cordova-windows's branch 
refs/heads/master from sgrebnov
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=258a21d ]

CB-8856 Fix 'Id' attribute is invalid when creating Windows Store submission 
build


 Fix 'Id' attribute is invalid when creating Windows Store submission build
 --

 Key: CB-8856
 URL: https://issues.apache.org/jira/browse/CB-8856
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
  Labels: Release, Store, Windows





--
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-8946) ToastCapable preference

2015-05-12 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-8946.
-
Resolution: Fixed

merged

 ToastCapable preference
 ---

 Key: CB-8946
 URL: https://issues.apache.org/jira/browse/CB-8946
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Windows, Windows 8
Reporter: Sebastián Katzer
Assignee: Rob Paveza

 The config.xml does not offer a preference to enable the usage of toast 
 notifications.
 The capability to raise toast notifications is declared in the app's 
 package.appxmanifest file and cannot modified through code. At the moment the 
 `ToastCapable` flag can only be set through a plugin hook - which isn't a 
 solution for PGB.
 Also see: 
 https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh868218.aspx
 Is it possible to add a ToastCapable preference to config.xml?
 Its a blocker before the next version of the local-notification plugin can be 
 released and published on PGB.
 https://github.com/katzer/cordova-plugin-local-notifications
 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-8996) Mobilespec app hang on windows

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

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

ASF GitHub Bot commented on CB-8996:


Github user dblotsky commented on the pull request:

https://github.com/apache/cordova-js/pull/110#issuecomment-101424430
  
Merged, making it check explicitly for `undefined` and `null`, as per 
Jesse's note that 0 is a valid return value, and `if(condition)` wasn't 
sufficient.


 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] [Commented] (CB-6125) plugman doesn't remove 2 dependencies it installed

2015-05-12 Thread Steve Gill (JIRA)

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

Steve Gill commented on CB-6125:


I will look into this a bit tomorrow

 plugman doesn't remove 2 dependencies it installed
 --

 Key: CB-6125
 URL: https://issues.apache.org/jira/browse/CB-6125
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 3.4.0
Reporter: Josh Soref

 This is a fresh system
 $ 
 PATH=$PATH:~/Cordova/cordova-cli/bin:~/adt-bundle-mac-x86_64-20130917/sdk/tools:~/apache-ant-1.9.2/bin
  sh -c 'cordova create yip; cd yip; cordova platform add android ios 
 blackberry10; cordova plugin add org.cordova.mobile-spec-dependencies 
 --searchpath  ~/Cordova/cordova-mobile-spec; cordova plugin remove 
 org.cordova.mobile-spec-dependencies; cordova plugin'
 Creating a new cordova project with name HelloCordova and id 
 io.cordova.hellocordova at location yip
 Creating android project...
 Creating Cordova project for the Android platform:
   Path: platforms/android
   Package: io.cordova.hellocordova
   Name: HelloCordova
   Android target: android-19
 Copying template files...
 Running: android update project --subprojects --path platforms/android 
 --target android-19 --library CordovaLib
 Resolved location of library project to: yip/platforms/android/CordovaLib
 Updated and renamed default.properties to project.properties
 Updated local.properties
 No project name specified, using Activity name 'HelloCordova'.
 If you wish to change it, edit the first line of build.xml.
 Added file platforms/android/build.xml
 Added file platforms/android/proguard-project.txt
 Updated project.properties
 Updated local.properties
 No project name specified, using project folder name 'CordovaLib'.
 If you wish to change it, edit the first line of build.xml.
 Added file platforms/android/CordovaLib/build.xml
 Added file platforms/android/CordovaLib/proguard-project.txt
 Project successfully created.
 Downloading cordova library for ios...
 Download complete
 Creating ios project...
 Creating blackberry10 project...
 npm WARN package.json jWorkflow@0.8.0 No repository field.
 npm WARN package.json localize@0.4.2 No repository field.
 Installing org.cordova.mobile-spec-dependencies (android)
 Fetching plugin org.apache.cordova.battery-status via plugin registry
 Installing org.apache.cordova.battery-status (android)
 Fetching plugin org.apache.cordova.camera via plugin registry
 Installing org.apache.cordova.camera (android)
 Fetching plugin org.apache.cordova.console via plugin registry
 Installing org.apache.cordova.console (android)
 Fetching plugin org.apache.cordova.contacts via plugin registry
 Installing org.apache.cordova.contacts (android)
 Fetching plugin org.apache.cordova.device via plugin registry
 Installing org.apache.cordova.device (android)
 Fetching plugin org.apache.cordova.device-motion via plugin registry
 Installing org.apache.cordova.device-motion (android)
 Fetching plugin org.apache.cordova.device-orientation via plugin registry
 Installing org.apache.cordova.device-orientation (android)
 Fetching plugin org.apache.cordova.dialogs via plugin registry
 Installing org.apache.cordova.dialogs (android)
 Fetching plugin org.apache.cordova.file via plugin registry
 Installing org.apache.cordova.file (android)
 Fetching plugin org.apache.cordova.file-transfer via plugin registry
 Installing org.apache.cordova.file-transfer (android)
 Fetching plugin org.apache.cordova.geolocation via plugin registry
 Installing org.apache.cordova.geolocation (android)
 Fetching plugin org.apache.cordova.globalization via plugin registry
 Installing org.apache.cordova.globalization (android)
 Fetching plugin org.apache.cordova.inappbrowser via plugin registry
 Installing org.apache.cordova.inappbrowser (android)
 Fetching plugin org.apache.cordova.media via plugin registry
 Installing org.apache.cordova.media (android)
 Fetching plugin org.apache.cordova.media-capture via plugin registry
 Installing org.apache.cordova.media-capture (android)
 Fetching plugin org.apache.cordova.network-information via plugin registry
 Installing org.apache.cordova.network-information (android)
 Fetching plugin org.apache.cordova.splashscreen via plugin registry
 Installing org.apache.cordova.splashscreen (android)
 Fetching plugin org.apache.cordova.vibration via plugin registry
 Installing org.apache.cordova.vibration (android)
 Installing org.apache.cordova.test.whitelist (android)
 Installing org.apache.cordova.test.echo (android)
 Installing org.cordova.mobile-spec-dependencies (blackberry10)
 Installing org.apache.cordova.battery-status (blackberry10)
 Installing org.apache.cordova.camera (blackberry10)
 Installing org.apache.cordova.console (blackberry10)
 

[jira] [Resolved] (CB-8856) Fix 'Id' attribute is invalid when creating Windows Store submission build

2015-05-12 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-8856.
-
Resolution: Fixed

merged

 Fix 'Id' attribute is invalid when creating Windows Store submission build
 --

 Key: CB-8856
 URL: https://issues.apache.org/jira/browse/CB-8856
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
  Labels: Release, Store, Windows





--
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-8946) ToastCapable preference

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

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

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

Commit e5f54f2eff8b0c2aa5016b02b0be2b4e3fa372b6 in cordova-windows's branch 
refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=e5f54f2 ]

Merge branch 'CB-8946' of https://github.com/MSOpenTech/cordova-windows


 ToastCapable preference
 ---

 Key: CB-8946
 URL: https://issues.apache.org/jira/browse/CB-8946
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Windows, Windows 8
Reporter: Sebastián Katzer
Assignee: Rob Paveza

 The config.xml does not offer a preference to enable the usage of toast 
 notifications.
 The capability to raise toast notifications is declared in the app's 
 package.appxmanifest file and cannot modified through code. At the moment the 
 `ToastCapable` flag can only be set through a plugin hook - which isn't a 
 solution for PGB.
 Also see: 
 https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh868218.aspx
 Is it possible to add a ToastCapable preference to config.xml?
 Its a blocker before the next version of the local-notification plugin can be 
 released and published on PGB.
 https://github.com/katzer/cordova-plugin-local-notifications
 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-8946) ToastCapable preference

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

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

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

Commit 5f72b571ebabd1924049f544fc6bfe4a554ae4fc in cordova-windows's branch 
refs/heads/master from [~robpaveza]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=5f72b57 ]

CB-8946: Added the WindowsToastCapable preference to indicate that the
app can support toasts.  This is to support the Local Notifications
plugin.


 ToastCapable preference
 ---

 Key: CB-8946
 URL: https://issues.apache.org/jira/browse/CB-8946
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Windows, Windows 8
Reporter: Sebastián Katzer
Assignee: Rob Paveza

 The config.xml does not offer a preference to enable the usage of toast 
 notifications.
 The capability to raise toast notifications is declared in the app's 
 package.appxmanifest file and cannot modified through code. At the moment the 
 `ToastCapable` flag can only be set through a plugin hook - which isn't a 
 solution for PGB.
 Also see: 
 https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh868218.aspx
 Is it possible to add a ToastCapable preference to config.xml?
 Its a blocker before the next version of the local-notification plugin can be 
 released and published on PGB.
 https://github.com/katzer/cordova-plugin-local-notifications
 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-8946) ToastCapable preference

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

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

ASF GitHub Bot commented on CB-8946:


Github user asfgit closed the pull request at:

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


 ToastCapable preference
 ---

 Key: CB-8946
 URL: https://issues.apache.org/jira/browse/CB-8946
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Windows, Windows 8
Reporter: Sebastián Katzer
Assignee: Rob Paveza

 The config.xml does not offer a preference to enable the usage of toast 
 notifications.
 The capability to raise toast notifications is declared in the app's 
 package.appxmanifest file and cannot modified through code. At the moment the 
 `ToastCapable` flag can only be set through a plugin hook - which isn't a 
 solution for PGB.
 Also see: 
 https://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh868218.aspx
 Is it possible to add a ToastCapable preference to config.xml?
 Its a blocker before the next version of the local-notification plugin can be 
 released and published on PGB.
 https://github.com/katzer/cordova-plugin-local-notifications
 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-8996) Mobilespec app hang on windows

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

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

ASF GitHub Bot commented on CB-8996:


Github user asfgit closed the pull request at:

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


 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] [Commented] (CB-8996) Mobilespec app hang on windows

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

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

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

Commit 53bacf736379f91295957360a8ad3a127f38b5fb in cordova-js's branch 
refs/heads/master from [~alsorokin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;h=53bacf7 ]

CB-8996 (Windows) Fixed invalid null comparison. This closes #110.


 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] [Commented] (CB-9015) Pull Windows 10 support to master and release

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

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

ASF GitHub Bot commented on CB-9015:


GitHub user robpaveza opened a pull request:

https://github.com/apache/cordova-windows/pull/76

CB-9015: Merge windows10 support to Master

This change merges the Windows 10 support from the 'windows10' branch into 
master.  I've also gone through and tidied up a couple of the places where 
there had been some inconsistencies.  This is tied with a cordova-js and a 
cordova-docs change, which have the related updates for Windows 10 support as 
well.

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

$ git pull https://github.com/MSOpenTech/cordova-windows CB-9015

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

https://github.com/apache/cordova-windows/pull/76.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 #76


commit 653b7d1ff1f8b80cb53c7e2d8606da1dfddffda5
Author: Parashuram n.parashu...@yahoo.co.in
Date:   2015-04-28T03:10:14Z

Added info about Windows 10 support in README

commit 0d2387d95433c62b9efdbc509a627ed7277283b4
Author: Rob Paveza rob.pav...@microsoft.com
Date:   2015-04-23T23:26:40Z

CB-8923 Add support for Windows 10 platform

github: closes #70

commit 89745f525e13b4f60882e6f7a1ea3e96e94b8744
Author: Rob Paveza rob.pav...@microsoft.com
Date:   2015-04-28T22:34:13Z

Bugfix: Win10 - Fast fail on Hardware access

commit 32d459c0f6e380878620a39518cc37768470b339
Author: Rob Paveza rob.pav...@microsoft.com
Date:   2015-05-01T18:10:27Z

Reverted change to version which added pascal casing based on CR feedback

commit eddc8f7bf74400bbbfed3344c49987d835ab10ce
Author: Jesse MacFadyen purplecabb...@gmail.com
Date:   2015-05-02T06:54:28Z

fix merge conflict

commit e3071ff79a3c63459a3b9876f13bc73f586f16e5
Author: Jesse MacFadyen purplecabb...@gmail.com
Date:   2015-05-05T20:02:38Z

Fix bad commit that broke run.js

commit 18e368d774e777648fc0334ad622060e5ce14504
Author: Rob Paveza rob.pav...@microsoft.com
Date:   2015-05-12T21:37:22Z

Merge branch 'master' of https://github.com/apache/cordova-windows into 
windows10

Conflicts:
template/cordova/lib/prepare.js

commit 48ced3f0f1f86d1882b373cc43936ab2867dfdce
Author: Rob Paveza rob.pav...@microsoft.com
Date:   2015-05-12T21:43:13Z

CB-9015: Merge Windows 10 support back to master, also reverted change
that had changed windows-target-version preference to pascal case.  While
this had functionally been reverted previously, documentation and unit
tests hadn't been modified to address that.




 Pull Windows 10 support to master and release
 -

 Key: CB-9015
 URL: https://issues.apache.org/jira/browse/CB-9015
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Reporter: 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] [Commented] (CB-8486) Support for creating signed archive for Windows

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

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

ASF GitHub Bot commented on CB-8486:


Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-windows/pull/75#issuecomment-101407929
  
Looks great, otherwise - let's get it in!


 Support for creating signed archive for Windows
 ---

 Key: CB-8486
 URL: https://issues.apache.org/jira/browse/CB-8486
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows
Affects Versions: 4.0.0
Reporter: Nikhil Khandelwal
Assignee: Murat Sutunc

 Details of the design here
 https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-9019) BackupWebStorage has no effect

2015-05-12 Thread Ryan Willoughby (JIRA)
Ryan Willoughby created CB-9019:
---

 Summary: BackupWebStorage has no effect
 Key: CB-9019
 URL: https://issues.apache.org/jira/browse/CB-9019
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: Ryan Willoughby


Setting the BackupWebStorage preference seems to have no effect.

1. Set BackupWebStorage in config.xml to local or none.

2. Build, install, and launch app.

3. On iOS device, open Settings - iCloud - Storage - Manage Storage - 
my_device_name - Show All Apps

Expected: app should not appear since no data should be in storage.

Observed: app appears in iCloud storage regardless of BackupWebStorage setting.



--
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-8856) Fix 'Id' attribute is invalid when creating Windows Store submission build

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

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

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

Commit 76b129eaa8f01a110559c99fc51016049d150361 in cordova-windows's branch 
refs/heads/master from [~purplecabbage]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;h=76b129e ]

Merge branch 'CB-8856' of https://github.com/MSOpenTech/cordova-windows


 Fix 'Id' attribute is invalid when creating Windows Store submission build
 --

 Key: CB-8856
 URL: https://issues.apache.org/jira/browse/CB-8856
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
  Labels: Release, Store, Windows





--
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-8856) Fix 'Id' attribute is invalid when creating Windows Store submission build

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

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

ASF GitHub Bot commented on CB-8856:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-windows/pull/66


 Fix 'Id' attribute is invalid when creating Windows Store submission build
 --

 Key: CB-8856
 URL: https://issues.apache.org/jira/browse/CB-8856
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
  Labels: Release, Store, Windows





--
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-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8996:


Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-js/pull/110#issuecomment-101426677
  
Looks good!

@purplecabbage
risingj.com

On Tue, May 12, 2015 at 2:18 PM, Dmitry Blotsky notificati...@github.com
wrote:

 Merged, making it check explicitly for undefined and null, as per Jesse's
 note that 0 is a valid return value, and if(condition) wasn't sufficient.

 —
 Reply to this email directly or view it on GitHub
 https://github.com/apache/cordova-js/pull/110#issuecomment-101424430.




 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-8907) cordova ios emulate --list it shows duplicates when ios simulators are present for 7.x and 8.x

2015-05-12 Thread Shazron Abdullah (JIRA)

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

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

 cordova ios emulate --list it shows duplicates when ios simulators are 
 present for 7.x and 8.x
 --

 Key: CB-8907
 URL: https://issues.apache.org/jira/browse/CB-8907
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: Master, 3.8.0
Reporter: Carlos Santana
Assignee: Shazron Abdullah
 Fix For: 4.0.0

 Attachments: duplicate-ios-simulators.jpg.png


 If you install other ios simulator lets say iOS 7.1 and already have iOS 8.3
 In Xcode you can distinguish between iPhone 5s 7.1 and iPhone 5s 8.3
 The problem is that in cordova cli, with cordova emulate --list user can not 
 distinguish between them you get duplicates, and no way how to target a 
 specific one.
 $ cordova emulate --list
 Running command: 
 /Users/csantana23/foo/cordova/App0424/platforms/ios/cordova/run --emulator 
 --list
 Available iOS Virtual Devices:
   iPhone-4s
   iPhone-5
   iPhone-5s
   iPhone-5s
   iPad-2
   iPad-Retina
   iPad-Air
   iPhone-4s
   iPhone-5
   iPhone-5s
   iPhone-6-Plus
   iPhone-6
   iPad-2
   iPad-Retina
   iPad-Air
   Resizable-iPhone
   Resizable-iPad
 ** RUN SUCCEEDED **



--
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-8907) cordova ios emulate --list it shows duplicates when ios simulators are present for 7.x and 8.x

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

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

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

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

CB-8907 - cordova ios emulate --list it shows duplicates when ios simulators 
are present for 7.x and 8.x


 cordova ios emulate --list it shows duplicates when ios simulators are 
 present for 7.x and 8.x
 --

 Key: CB-8907
 URL: https://issues.apache.org/jira/browse/CB-8907
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: Master, 3.8.0
Reporter: Carlos Santana
Assignee: Shazron Abdullah
 Fix For: 4.0.0

 Attachments: duplicate-ios-simulators.jpg.png


 If you install other ios simulator lets say iOS 7.1 and already have iOS 8.3
 In Xcode you can distinguish between iPhone 5s 7.1 and iPhone 5s 8.3
 The problem is that in cordova cli, with cordova emulate --list user can not 
 distinguish between them you get duplicates, and no way how to target a 
 specific one.
 $ cordova emulate --list
 Running command: 
 /Users/csantana23/foo/cordova/App0424/platforms/ios/cordova/run --emulator 
 --list
 Available iOS Virtual Devices:
   iPhone-4s
   iPhone-5
   iPhone-5s
   iPhone-5s
   iPad-2
   iPad-Retina
   iPad-Air
   iPhone-4s
   iPhone-5
   iPhone-5s
   iPhone-6-Plus
   iPhone-6
   iPad-2
   iPad-Retina
   iPad-Air
   Resizable-iPhone
   Resizable-iPad
 ** RUN SUCCEEDED **



--
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-8907) cordova ios emulate --list it shows duplicates when ios simulators are present for 7.x and 8.x

2015-05-12 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-8907:


Assignee: Shazron Abdullah

 cordova ios emulate --list it shows duplicates when ios simulators are 
 present for 7.x and 8.x
 --

 Key: CB-8907
 URL: https://issues.apache.org/jira/browse/CB-8907
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: Master, 3.8.0
Reporter: Carlos Santana
Assignee: Shazron Abdullah
 Fix For: 4.0.0

 Attachments: duplicate-ios-simulators.jpg.png


 If you install other ios simulator lets say iOS 7.1 and already have iOS 8.3
 In Xcode you can distinguish between iPhone 5s 7.1 and iPhone 5s 8.3
 The problem is that in cordova cli, with cordova emulate --list user can not 
 distinguish between them you get duplicates, and no way how to target a 
 specific one.
 $ cordova emulate --list
 Running command: 
 /Users/csantana23/foo/cordova/App0424/platforms/ios/cordova/run --emulator 
 --list
 Available iOS Virtual Devices:
   iPhone-4s
   iPhone-5
   iPhone-5s
   iPhone-5s
   iPad-2
   iPad-Retina
   iPad-Air
   iPhone-4s
   iPhone-5
   iPhone-5s
   iPhone-6-Plus
   iPhone-6
   iPad-2
   iPad-Retina
   iPad-Air
   Resizable-iPhone
   Resizable-iPad
 ** RUN SUCCEEDED **



--
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-6125) plugman doesn't remove 2 dependencies it installed

2015-05-12 Thread Josh Soref (JIRA)

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

Josh Soref commented on CB-6125:


So, I started chasing this a bit.

The action stack / related things try to build clever graphs of what can be 
removed, but unfortunately they don't remove the thing they're planning to 
remove from the anchor list, which means that when plugman/uninstall tries to 
decide if it can remove the dependency, it finds that the thing you're 
uninstalling still requires the dependency, so it leaves the dependency in 
place... which is unfortunate.

 plugman doesn't remove 2 dependencies it installed
 --

 Key: CB-6125
 URL: https://issues.apache.org/jira/browse/CB-6125
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugman
Affects Versions: 3.4.0
Reporter: Josh Soref

 This is a fresh system
 $ 
 PATH=$PATH:~/Cordova/cordova-cli/bin:~/adt-bundle-mac-x86_64-20130917/sdk/tools:~/apache-ant-1.9.2/bin
  sh -c 'cordova create yip; cd yip; cordova platform add android ios 
 blackberry10; cordova plugin add org.cordova.mobile-spec-dependencies 
 --searchpath  ~/Cordova/cordova-mobile-spec; cordova plugin remove 
 org.cordova.mobile-spec-dependencies; cordova plugin'
 Creating a new cordova project with name HelloCordova and id 
 io.cordova.hellocordova at location yip
 Creating android project...
 Creating Cordova project for the Android platform:
   Path: platforms/android
   Package: io.cordova.hellocordova
   Name: HelloCordova
   Android target: android-19
 Copying template files...
 Running: android update project --subprojects --path platforms/android 
 --target android-19 --library CordovaLib
 Resolved location of library project to: yip/platforms/android/CordovaLib
 Updated and renamed default.properties to project.properties
 Updated local.properties
 No project name specified, using Activity name 'HelloCordova'.
 If you wish to change it, edit the first line of build.xml.
 Added file platforms/android/build.xml
 Added file platforms/android/proguard-project.txt
 Updated project.properties
 Updated local.properties
 No project name specified, using project folder name 'CordovaLib'.
 If you wish to change it, edit the first line of build.xml.
 Added file platforms/android/CordovaLib/build.xml
 Added file platforms/android/CordovaLib/proguard-project.txt
 Project successfully created.
 Downloading cordova library for ios...
 Download complete
 Creating ios project...
 Creating blackberry10 project...
 npm WARN package.json jWorkflow@0.8.0 No repository field.
 npm WARN package.json localize@0.4.2 No repository field.
 Installing org.cordova.mobile-spec-dependencies (android)
 Fetching plugin org.apache.cordova.battery-status via plugin registry
 Installing org.apache.cordova.battery-status (android)
 Fetching plugin org.apache.cordova.camera via plugin registry
 Installing org.apache.cordova.camera (android)
 Fetching plugin org.apache.cordova.console via plugin registry
 Installing org.apache.cordova.console (android)
 Fetching plugin org.apache.cordova.contacts via plugin registry
 Installing org.apache.cordova.contacts (android)
 Fetching plugin org.apache.cordova.device via plugin registry
 Installing org.apache.cordova.device (android)
 Fetching plugin org.apache.cordova.device-motion via plugin registry
 Installing org.apache.cordova.device-motion (android)
 Fetching plugin org.apache.cordova.device-orientation via plugin registry
 Installing org.apache.cordova.device-orientation (android)
 Fetching plugin org.apache.cordova.dialogs via plugin registry
 Installing org.apache.cordova.dialogs (android)
 Fetching plugin org.apache.cordova.file via plugin registry
 Installing org.apache.cordova.file (android)
 Fetching plugin org.apache.cordova.file-transfer via plugin registry
 Installing org.apache.cordova.file-transfer (android)
 Fetching plugin org.apache.cordova.geolocation via plugin registry
 Installing org.apache.cordova.geolocation (android)
 Fetching plugin org.apache.cordova.globalization via plugin registry
 Installing org.apache.cordova.globalization (android)
 Fetching plugin org.apache.cordova.inappbrowser via plugin registry
 Installing org.apache.cordova.inappbrowser (android)
 Fetching plugin org.apache.cordova.media via plugin registry
 Installing org.apache.cordova.media (android)
 Fetching plugin org.apache.cordova.media-capture via plugin registry
 Installing org.apache.cordova.media-capture (android)
 Fetching plugin org.apache.cordova.network-information via plugin registry
 Installing org.apache.cordova.network-information (android)
 Fetching plugin org.apache.cordova.splashscreen via plugin registry
 Installing org.apache.cordova.splashscreen (android)
 Fetching plugin org.apache.cordova.vibration via 

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

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

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

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

Commit 64a19456d0523abf3201ad4e8462bccbc8e5bd2a in cordova-lib's branch 
refs/heads/master from [~stevegill]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=64a1945 ]

CB-8997 updated pinned platform versions


 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-9013) Fix listing of multiple devices in list-devices for iOS

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

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

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

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

CB-9013 - Fix listing of multiple devices in list-devices for iOS (closes #140)

when multiple of same type devices are connected, like two iPhones,
only the first was returned.

Now all connected devices will be returned.

Note it might be even better if there was a way to get the devices
names as descriptions because now they are all called ‘iPhone’

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


 Fix listing of multiple devices in list-devices for iOS
 ---

 Key: CB-9013
 URL: https://issues.apache.org/jira/browse/CB-9013
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.8.0
 Environment: iOS, Mac
Reporter: George Petrov
 Fix For: 4.0.0


 when multiple of same type devices are connected, like two iPhones,
 only the first was returned.
 Now all connected devices will be returned.
 Note it might be even better if there was a way to get the devices
 names as descriptions because now they are all called ‘iPhone’



--
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-8486) Support for creating signed archive for Windows

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

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

ASF GitHub Bot commented on CB-8486:


Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-windows/pull/75#issuecomment-101421281
  
+1
and yeah, showing at least one valid publisher Id would be great.
I would recommend you also add a comment with a passing value whenever you 
write something like:

(CN|L|O|OU|E|C|S|STREET|T|G|I|SN|DC|SERIALNUMBER|(OID\\.(0|[1-9][0-9]*)(\\.(0|[1-9][0-9]*))+))=
 ...


 Support for creating signed archive for Windows
 ---

 Key: CB-8486
 URL: https://issues.apache.org/jira/browse/CB-8486
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows
Affects Versions: 4.0.0
Reporter: Nikhil Khandelwal
Assignee: Murat Sutunc

 Details of the design here
 https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-9020) cordova.file undefined on WP8

2015-05-12 Thread Rex Park (JIRA)
Rex Park created CB-9020:


 Summary: cordova.file undefined on WP8
 Key: CB-9020
 URL: https://issues.apache.org/jira/browse/CB-9020
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File
Affects Versions: 2.0.0
 Environment: Windows Phone 8 emulator
Reporter: Rex Park
Priority: Critical


I have some code that tries to list all of the files in www/json. It works 
correctly on iOS and Android but fails on Windows Phone 8.1.

The code is pretty straight forward:
window.resolveLocalFileSystemURL(cordova.file.applicationDirectory+'/www/json', 
function(dirEntry){

var directoryReader = dirEntry.createReader();


directoryReader.readEntries(
function(entries){
ups_json_file_count = entries.length;
var i;
for (i=0; i  ups_json_file_count; i++) {
$.getJSON(json/+entries[i].name, parse_json_files);
}
},
function(){
console.log(Coudl Not Locate JSON Files. 2);
}
);
}, 
function(error){
console.log(Could Not Locate JSON Directory. 1);
}
);

After doing some digging I found that cordova.file is coming up as undefined. 
The above code is being called inside of the onDeviceReady function.

cordova-plugin-file 2.0.0 File
cordova-plugin-file-transfer 1.0.0 File Transfer



--
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-9009) default CSP needs to include 8472 for blackberry

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

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

ASF GitHub Bot commented on CB-9009:


Github user stevengill commented on the pull request:


https://github.com/apache/cordova-app-hello-world/pull/10#issuecomment-101429782
  
As long as this doesn't negatively impact other platforms, merge away. 


 default CSP needs to include 8472 for blackberry
 

 Key: CB-9009
 URL: https://issues.apache.org/jira/browse/CB-9009
 Project: Apache Cordova
  Issue Type: Bug
  Components: App Hello World, Plugin Whitelist
Affects Versions: 5.0.0
Reporter: Josh Soref
Assignee: Josh Soref
Priority: Blocker

 These files:
 {code}
 ./cordova-js-src/exec.js
 ./framework/bootstrap/require.js
 ./framework/lib/utils.js
 ./javascript/cordova.blackberry10.js
 {code}
 all hard code 8472 as a magical port for cordova-blackberry apps 
 (specifically it's used for the exec bridge).
 The current hello-world CSP prevents cordova-blackberry from working out of 
 the box.



--
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-8457) Version specifier causes platform add hook to not run

2015-05-12 Thread Connor Pearson (JIRA)

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

Connor Pearson commented on CB-8457:


I think you should be able to parse context.cmdLine to get the platform version.

 Version specifier causes platform add hook to not run
 -

 Key: CB-8457
 URL: https://issues.apache.org/jira/browse/CB-8457
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib
 Environment: OSX 10.10
Reporter: Connor Pearson

 Using cordova 4.2.0, I have a hook in config.xml defined like this:
 platform name=ios
 hook type=after_platform_add src=build/script.rb /
 /platform
 Running 'cordova platform add ios' causes this script to be run, but 'cordova 
 platform add ios@3.6.3' does not. If this is intended behavior, how can I set 
 up the hook to run on any platform add of ios?



--
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-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8996:


Github user purplecabbage commented on the pull request:

https://github.com/apache/cordova-js/pull/110#issuecomment-101466299
  
ultimately this was a failure of our use of jshint.  
The original check of (undef != null) was fine, but jshint considered it an 
error ... which led to a fix which caused a real error.


 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] [Created] (CB-9014) Man In The Middle Attack - SSL Connection - Jquery - Burp Suite

2015-05-12 Thread Niek Heezemans (JIRA)
Niek Heezemans created CB-9014:
--

 Summary: Man In The Middle Attack - SSL Connection - Jquery - Burp 
Suite
 Key: CB-9014
 URL: https://issues.apache.org/jira/browse/CB-9014
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib, iOS
Affects Versions: 3.8.0
 Environment: iPhone5s - iOS 8.3 / iPad4 iOS8.3
Reporter: Niek Heezemans
 Fix For: 3.8.0


I manually added a Proxy (Burp Suite) to my Wifi Connection and let my App 
connect to a server with a valid SSL certificate threw a jQuery Ajax call. Burp 
generates its own CA certificate (Self Signed) but this is not detected by 
Cordova.
I can read all the Requests and Responses to and from my secure server within 
Burp.
This happens on both Debug as well as on the Enterprise Signed IPA.



--
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-9005) Can no longer use setOnKeyListener on webView in plugins

2015-05-12 Thread Ian Darling (JIRA)

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

Ian Darling commented on CB-9005:
-

Hi Joe,

Thank you for taking the time to respond.

In the general sense, I agree that this is not a major feature in the scheme of 
things, although I did find a couple of plugins supporting gamepad APIs and 
similar, which are trying to solve an almost identical problem, and will run 
into this as they had similar key listener code to what I have.

I also don't think it's as simple as being able to add new key press events 
similar to volumeup/down, as these use cases will require firing distinct 
keydown and keyup events.

 Can no longer use setOnKeyListener on webView in plugins
 

 Key: CB-9005
 URL: https://issues.apache.org/jira/browse/CB-9005
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, Plugins
Affects Versions: 4.0.0
Reporter: Ian Darling
Assignee: Joe Bowser
Priority: Minor

 I have a plugin that is used for handling physical key down/up events on 
 Android devices with additional buttons - these buttons typically fire off 
 KEYCODE_BUTTON_R1, etc
 In earlier versions of Cordova (3.7.0?) I was able to attach a keyListener in 
 the plugin by doing:
 this.webView.setOnKeyListener(etc);
 In migrating to 4.0.0 this no longer compiles.
 My initial thought was to change to using 
 this.webView.getView().setOnKeyListener instead (which appears to be the 
 right way to do it), but this doesn't seem to fully work - my plugin still 
 gets volume up/down key events (which I disregard), but not events for 
 BUTTON_R1.
 Debugging CordovaLib suggests that CordovaWebViewImpl.onDispatchKeyEvent does 
 receive the BUTTON_R1 events, but I'm at a loss as to how to get them into 
 the plugin itself.
 Is there a workaround or alternate API I should be using?
 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-8880) Changing the orientation of device changes orientation of app but not dialog window

2015-05-12 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-8880:
--

[~eymorale], CB-7734 has been fixed on the latest release of the dialogs plugin 
(1.1.0)

Can you check if the bug persists?

I'll check it too.

 Changing the orientation of device changes orientation of app but not dialog 
 window
 ---

 Key: CB-8880
 URL: https://issues.apache.org/jira/browse/CB-8880
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Dialogs
 Environment: iOS 8.2
Reporter: Edna Morales
Assignee: jcesarmobile
Priority: Minor

 When the orientation of the device is changed while a dialog window is open, 
 the orientation of the app changes correctly but not the orientation of the 
 dialog.
 Steps to reproduce:
 1) Open a dialog window in the app, dialog pops up
 2) Change orientation of the device to upside down
 3) App changes its orientation but dialog does not change it's orientation to 
 upside down



--
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-8486) Support for creating signed archive for Windows

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

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

ASF GitHub Bot commented on CB-8486:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/288


 Support for creating signed archive for Windows
 ---

 Key: CB-8486
 URL: https://issues.apache.org/jira/browse/CB-8486
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows
Affects Versions: 4.0.0
Reporter: Nikhil Khandelwal
Assignee: Murat Sutunc

 Details of the design here
 https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-8752) Docs for Hooks are missing

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

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

ASF GitHub Bot commented on CB-8752:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/285


 Docs for Hooks are missing
 --

 Key: CB-8752
 URL: https://issues.apache.org/jira/browse/CB-8752
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Reporter: Raymond Camden
Assignee: Sergey Grebnov
Priority: Minor

 Docs for Hooks are missing. I'd assume both a main page and mention of 
 calling hooks from config.xml here: 
 http://cordova.apache.org/docs/en/4.0.0/config_ref_index.md.html#The%20config.xml%20File



--
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-8486) Support for creating signed archive for Windows

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

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

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

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

Merge branch 'CB-8486' of https://github.com/MSOpenTech/cordova-docs


 Support for creating signed archive for Windows
 ---

 Key: CB-8486
 URL: https://issues.apache.org/jira/browse/CB-8486
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows
Affects Versions: 4.0.0
Reporter: Nikhil Khandelwal
Assignee: Murat Sutunc

 Details of the design here
 https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-8960) Add docs for AppendUserAgent, OverrideUserAgent

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

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

ASF GitHub Bot commented on CB-8960:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/284


 Add docs for AppendUserAgent, OverrideUserAgent
 ---

 Key: CB-8960
 URL: https://issues.apache.org/jira/browse/CB-8960
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs, iOS
Reporter: Shazron Abdullah
 Fix For: 4.0.0


 See CB-3360



--
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-9004) Russian Translation

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

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

ASF GitHub Bot commented on CB-9004:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/286


 Russian Translation
 ---

 Key: CB-9004
 URL: https://issues.apache.org/jira/browse/CB-9004
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Affects Versions: 5.0.1
Reporter: Andrey Kurdyumov
Assignee: Andrey Kurdyumov

 Provide Russian translation for the 5.0 release 



--
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-9022) Cordova Android Filetransfer returning null -java.lang.IllegalStateException - CordovaInterface.getThreadPool()

2015-05-12 Thread Mike Mullins (JIRA)
Mike Mullins created CB-9022:


 Summary: Cordova Android Filetransfer returning null 
-java.lang.IllegalStateException - CordovaInterface.getThreadPool()
 Key: CB-9022
 URL: https://issues.apache.org/jira/browse/CB-9022
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
Affects Versions: 1.1.0
 Environment: OS: Mac OS X Yosemite
Node Version: v0.12.0
Cordova CLI: 5.0.0
Xcode version: Xcode 6.3.1 Build version 6D1002 
ios-sim version: 3.1.1 
ios-deploy version: 1.4.0 
android 4.0.0-dev
Reporter: Mike Mullins


http://stackoverflow.com/questions/30201674/cordova-android-filetransfer-returning-null

Attempting to do an android FileTransfer, plugin is working on iOS, i can't 
seem to get this to go!

ADB lgocat output:

E/PluginManager(23753): Uncaught exception from plugin
E/PluginManager(23753): java.lang.IllegalStateException: Tried to perform an IO 
operation on the WebCore thread. Use CordovaInterface.getThreadPool() instead.

FileTransferError
body: null
code: null
exception: null
http_status: null
source: null
target: null
Trying a file transfer and coming back empty 

Your system information:
OS: Mac OS X Yosemite
Node Version: v0.12.0
Cordova CLI: 5.0.0
Ionic CLI Version: 1.3.22
Xcode version: Xcode 6.3.1 Build version 6D1002 
ios-sim version: 3.1.1 
ios-deploy version: 1.4.0

ngCordova upload: http://ngcordova.com/docs/plugins/fileTransfer/
Running in Crosswalk, not sure that makes any difference.



--
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-9023) Add support for build.json to be picked up automatically from the CLI

2015-05-12 Thread Nikhil Khandelwal (JIRA)
Nikhil Khandelwal created CB-9023:
-

 Summary: Add support for build.json to be picked up automatically 
from the CLI
 Key: CB-9023
 URL: https://issues.apache.org/jira/browse/CB-9023
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaLib
Affects Versions: Master
Reporter: Nikhil Khandelwal
Priority: Minor






--
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-9021) [MOBILESPEC] mobilespec fails to create on WP8

2015-05-12 Thread Dmitry Blotsky (JIRA)
Dmitry Blotsky created CB-9021:
--

 Summary: [MOBILESPEC] mobilespec fails to create on WP8
 Key: CB-9021
 URL: https://issues.apache.org/jira/browse/CB-9021
 Project: Apache Cordova
  Issue Type: Bug
Affects Versions: Master
Reporter: Dmitry Blotsky


Seems like cordova-plugin-file-transfer dependencies fail for cordova-wp8. 
Output below.

$ node cordova-mobile-spec/createmobilespec/createmobilespec.js --copywww 
--skiplink --wp8 mobilespec

Creating project from local git repos. If you have any errors, it may be from 
missing repositories.
To clone repositories:
  ./cordova-coho/coho repo-clone -r mobile-spec -r plugin-test-framework -r cli 
-r lib -r plugman -r wp8 -r js -r plugins
  mkdir cordova-cli/node_modules
  (cd cordova-lib/cordova-lib/  npm install)
  (cd cordova-plugman/  npm install)
  mkdir cordova-cli/node_modules
  ln -s ../../cordova-lib/cordova-lib cordova-cli/node_modules
  (cd cordova-cli  npm install)
To update all repositories:
  ./cordova-coho/coho repo-update
Creating project mobilespec...
Creating a new cordova project.
Adding platforms...
Adding Platform: wp8
platformArg: 
C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-cli\bin\cordova 
C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-wp8
Adding wp8 project...
Running command: 
C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-wp8\bin\create.bat 
C:\Users\buildbot\slaves\apache\cordova-wp8\mobilespec\platforms\wp8 
org.apache.mobilespec mobilespec
Creating Cordova Windows Project:
App Name  : mobilespec
Namespace : org.apache.mobilespec
Path  : 
C:\Users\buildbot\slaves\apache\cordova-wp8\mobilespec\platforms\wp8
Copying necessary files to 
C:\Users\buildbot\slaves\apache\cordova-wp8\mobilespec\platforms\wp8
Updating project files
Command finished with error code 0: 
C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-wp8\bin\create.bat 
C:\Users\buildbot\slaves\apache\cordova-wp8\mobilespec\platforms\wp8,org.apache.mobilespec,mobilespec
Generating config.xml from defaults for platform wp8
Calling plugman.prepare for platform wp8
Preparing wp8 project
Processing configuration changes for plugins.
Iterating over installed plugins: []
Writing out cordova_plugins.js...
saving wp8@C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-wp8 into 
platforms.json
Updating js for platforms...
Running compile:wp8 (compile) task
generated cordova.wp8.js @ b0463746dd842818c1f08560e998ec847460596c in 13ms

Done, without errors.
JavaScript file updated for wp8
Adding plugins using CLI...
Searchpath: C:\Users\buildbot\slaves\apache\cordova-wp8\
Installing local test framework plugins...
Installing org.apache.cordova.mobilespec.tests for wp8
Installing org.apache.cordova.test.whitelist for wp8
Installing org.apache.cordova.test.echo for wp8
Installing cordova-plugin-test-framework for wp8
Installing cordova-plugin-device for wp8
Installing cordova-plugin-battery-status for wp8
Installing cordova-plugin-camera for wp8
Installing cordova-plugin-console for wp8
Installing cordova-plugin-contacts for wp8
Plugin cordova-plugin-device already installed on wp8.
Installing cordova-plugin-device-motion for wp8
Installing cordova-plugin-device-orientation for wp8
Installing cordova-plugin-dialogs for wp8
Installing cordova-plugin-file for wp8
Installing cordova-plugin-file-transfer for wp8
Failed to install 'cordova-plugin-file-transfer':CordovaError: Plugin doesn't 
support this project's cordova-wp8 version. cordova-wp8: 4.0.0-dev, failed 
version requirement: 1.0.0
at checkEngines 
(C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-lib\cordova-lib\src\plugman\install.js:119:29)
at 
C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-lib\cordova-lib\src\plugman\install.js:296:16
at _fulfilled 
(C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-lib\cordova-lib\node_modules\q\q.js:787:54)
at self.promiseDispatch.done 
(C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-lib\cordova-lib\node_modules\q\q.js:816:30)
at Promise.promise.promiseDispatch 
(C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-lib\cordova-lib\node_modules\q\q.js:749:13)
at 
C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-lib\cordova-lib\node_modules\q\q.js:557:44
at flush 
(C:\Users\buildbot\slaves\apache\cordova-wp8\cordova-lib\cordova-lib\node_modules\q\q.js:108:17)
at process._tickCallback (node.js:355:11)
Plugin doesn't support this project's cordova-wp8 version. cordova-wp8: 
4.0.0-dev, failed version requirement: 1.0.0



--
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-8880) Changing the orientation of device changes orientation of app but not dialog window

2015-05-12 Thread jcesarmobile (JIRA)

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

jcesarmobile reassigned CB-8880:


Assignee: jcesarmobile

 Changing the orientation of device changes orientation of app but not dialog 
 window
 ---

 Key: CB-8880
 URL: https://issues.apache.org/jira/browse/CB-8880
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Dialogs
 Environment: iOS 8.2
Reporter: Edna Morales
Assignee: jcesarmobile
Priority: Minor

 When the orientation of the device is changed while a dialog window is open, 
 the orientation of the app changes correctly but not the orientation of the 
 dialog.
 Steps to reproduce:
 1) Open a dialog window in the app, dialog pops up
 2) Change orientation of the device to upside down
 3) App changes its orientation but dialog does not change it's orientation to 
 upside down



--
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-8486) Support for creating signed archive for Windows

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

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

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

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

CB-8486 docs for windows packaging


 Support for creating signed archive for Windows
 ---

 Key: CB-8486
 URL: https://issues.apache.org/jira/browse/CB-8486
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Windows
Affects Versions: 4.0.0
Reporter: Nikhil Khandelwal
Assignee: Murat Sutunc

 Details of the design here
 https://docs.google.com/document/d/1tJQ9OoGrrMhZcLI3mg46rGzAfbiQu9PuNBL1auAMGFM/edit#



--
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-9004) Russian Translation

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

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

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

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

Merge branch 'CB-9004' of https://github.com/kant2002/cordova-docs


 Russian Translation
 ---

 Key: CB-9004
 URL: https://issues.apache.org/jira/browse/CB-9004
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Translation
Affects Versions: 5.0.1
Reporter: Andrey Kurdyumov
Assignee: Andrey Kurdyumov

 Provide Russian translation for the 5.0 release 



--
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-9006) FixYaml tool don't fix the Russian YAML headers

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

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

ASF GitHub Bot commented on CB-9006:


Github user asfgit closed the pull request at:

https://github.com/apache/cordova-docs/pull/287


 FixYaml tool don't fix the Russian YAML headers
 ---

 Key: CB-9006
 URL: https://issues.apache.org/jira/browse/CB-9006
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Andrey Kurdyumov
Assignee: Andrey Kurdyumov

 Some broken Russian YAML headers does not fixed by the *fixyaml* tool



--
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-9006) FixYaml tool don't fix the Russian YAML headers

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

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

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

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

Merge branch 'CB-9006' of https://github.com/kant2002/cordova-docs


 FixYaml tool don't fix the Russian YAML headers
 ---

 Key: CB-9006
 URL: https://issues.apache.org/jira/browse/CB-9006
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Andrey Kurdyumov
Assignee: Andrey Kurdyumov

 Some broken Russian YAML headers does not fixed by the *fixyaml* tool



--
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-9023) Add support for build.json to be picked up automatically from the CLI

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

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

ASF GitHub Bot commented on CB-9023:


GitHub user nikhilkh opened a pull request:

https://github.com/apache/cordova-lib/pull/215

CB-9023 Add support to specify a build config file. If none is specified 
`bui…

…ld.json` in the project root is used as a default

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

$ git pull https://github.com/MSOpenTech/cordova-lib buildConfig

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

https://github.com/apache/cordova-lib/pull/215.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 #215


commit f4348a0fa7b2ffa14b8fc75074c3e42863ec0276
Author: Nikhil Khandelwal nikhi...@microsoft.com
Date:   2015-03-31T20:48:32Z

Add support to specify a build config file. If none is specified 
`build.json` in the project root is used as a default




 Add support for build.json to be picked up automatically from the CLI
 -

 Key: CB-9023
 URL: https://issues.apache.org/jira/browse/CB-9023
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CordovaLib
Affects Versions: Master
Reporter: Nikhil Khandelwal
Priority: Minor





--
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-8674) [Windows] Access launch arguments

2015-05-12 Thread Rob Paveza (JIRA)

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

Rob Paveza commented on CB-8674:


[~purplecabbage] I saw you merged the other change, did you want to merge-back 
this one also?  Or do I need to create another PR with the original?

 [Windows] Access launch arguments
 -

 Key: CB-8674
 URL: https://issues.apache.org/jira/browse/CB-8674
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Windows, Windows 8
Reporter: Sebastián Katzer
Assignee: Rob Paveza

 To get informed about the clicked local notification _on launch_ the plugin 
 needs to listen for the `activated` event.
 But the `activated` event at launch is called before any plugin is loaded. 
 Thus its not possible to access the required informations.
 Also see: https://msdn.microsoft.com/en-us/library/windows/apps/hh761468.aspx
 Is it possible to make the event arguments accessible for later usage?
 Its a blocker before the windows platform can be added to the 
 local-notification plugin.
 https://github.com/katzer/cordova-plugin-local-notifications
 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] [Updated] (CB-9019) BackupWebStorage has no effect

2015-05-12 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-9019:
-
Fix Version/s: 4.0.0

 BackupWebStorage has no effect
 --

 Key: CB-9019
 URL: https://issues.apache.org/jira/browse/CB-9019
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: Ryan Willoughby
 Fix For: 4.0.0


 Setting the BackupWebStorage preference seems to have no effect.
 1. Set BackupWebStorage in config.xml to local or none.
 2. Build, install, and launch app.
 3. On iOS device, open Settings - iCloud - Storage - Manage Storage - 
 my_device_name - Show All Apps
 Expected: app should not appear since no data should be in storage.
 Observed: app appears in iCloud storage regardless of BackupWebStorage 
 setting.



--
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-8879) [Windows] Camera picture has black/green stripes that crop image

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

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

ASF GitHub Bot commented on CB-8879:


GitHub user muratsu opened a pull request:

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

CB-8879 fix stripe issue with correct aspect ratio

This fixes the stripe issue we had on windows phone 8+. 
The fix was to set up resolutions with a common aspect ratio. Default 
aspect ratio is 1.78 (hd). 

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

$ git pull https://github.com/MSOpenTech/cordova-plugin-camera CB-8879

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

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


commit 4710faa91d86e46df1d66c24080b55cd8d86d459
Author: Murat Sutunc sut...@gmail.com
Date:   2015-05-12T00:09:43Z

CB-8879 fix stripe issue with correct aspect ratio




 [Windows] Camera picture has black/green stripes that crop image
 

 Key: CB-8879
 URL: https://issues.apache.org/jira/browse/CB-8879
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Camera
Affects Versions: 3.6.0
 Environment: windows
Reporter: Olivier VERMONT
Assignee: Murat Sutunc
  Labels: camera, resolution, stripes, windows-phone-81

 When a photo is taken with Windows Phone 8.1 device Nokia Lumia 735, the 
 picture returned shows black or green stripes on the sides and is out of 
 shape. It seems this is related to photo resolution but I can't get it fixed 
 in JS.
 It seems to be quite a common problem with the Media Capture API and people 
 solved issue in C# here is an illustration : 
 http://stackoverflow.com/questions/23709547/captured-photo-with-stripes
 Here is what I tried without success :
 var resolutions = 
 capture.videoDeviceController.getAvailableMediaStreamProperties(Windows.Media.Capture.MediaStreamType.photo);
 var maxWidth = 0;
 var maxResolution = null;
 for(var i=0; iresolutions.length; i++){
   //console.log(resolutions[i].width);
   if(resolutions[i].width  maxResolution){
   maxWidth = resolutions[i].width;
   maxResolution = resolutions[i];
   }
 } 
 capture.videoDeviceController.setMediaStreamPropertiesAsync(Windows.Media.Capture.MediaStreamType.photo,
  maxResolution)
 Am I missing something ?



--
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-12 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8996:


GitHub user alsorokin opened a pull request:

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

CB-8996 (Windows) Fixed invalid null comparison

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

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

$ git pull https://github.com/MSOpenTech/cordova-js CB-8996

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

https://github.com/apache/cordova-js/pull/110.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 #110


commit aeb23a9270e2a276d8d6e1a408c8e8f37f9c58d5
Author: alsorokin alexander.soro...@akvelon.com
Date:   2015-05-12T13:32:02Z

CB-8996 (Windows) Fixed invalid null comparison




 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