[jira] [Created] (CB-8116) I am getting a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in the evalJsHelper2 in the following code line

2014-12-04 Thread M.Salim (JIRA)
M.Salim created CB-8116:
---

 Summary: I am getting a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error 
in CDVCommandDelegateImpl.m in the evalJsHelper2 in the following code line
 Key: CB-8116
 URL: https://issues.apache.org/jira/browse/CB-8116
 Project: Apache Cordova
  Issue Type: Bug
Reporter: M.Salim






--
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-8116) a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in the evalJsHelper2 method

2014-12-04 Thread M.Salim (JIRA)

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

M.Salim updated CB-8116:

Component/s: Plugin File Transfer
Description: 
I am getting a *EXC_BAD_ACCESS* (CODE=EXC_i386_GPFT) error in 
*CDVCommandDelegateImpl.m* in the *evalJsHelper2* in the following code line:

{code:Objective-C}
NSString* commandsJSON = [_viewController.webView 
stringByEvaluatingJavaScriptFromString:js];
{code}

this error occurs when downloading multiple files at the same time. i tested 
the same app in iOS 7 it worked fine but not iOS 8.

Environment: iOS 8, iPad
Summary: a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in 
CDVCommandDelegateImpl.m in the evalJsHelper2 method  (was: I am getting a 
EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in the 
evalJsHelper2 in the following code line)

 a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in 
 the evalJsHelper2 method
 ---

 Key: CB-8116
 URL: https://issues.apache.org/jira/browse/CB-8116
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
 Environment: iOS 8, iPad
Reporter: M.Salim
 Attachments: crash-report.txt


 I am getting a *EXC_BAD_ACCESS* (CODE=EXC_i386_GPFT) error in 
 *CDVCommandDelegateImpl.m* in the *evalJsHelper2* in the following code line:
 {code:Objective-C}
 NSString* commandsJSON = [_viewController.webView 
 stringByEvaluatingJavaScriptFromString:js];
 {code}
 this error occurs when downloading multiple files at the same time. i tested 
 the same app in iOS 7 it worked fine but not iOS 8.



--
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-8116) a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in the evalJsHelper2 method

2014-12-04 Thread M.Salim (JIRA)

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

M.Salim updated CB-8116:

Attachment: crash-report.txt

this is the crash report i got from the simulator

 a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in 
 the evalJsHelper2 method
 ---

 Key: CB-8116
 URL: https://issues.apache.org/jira/browse/CB-8116
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
 Environment: iOS 8, iPad
Reporter: M.Salim
 Attachments: crash-report.txt


 I am getting a *EXC_BAD_ACCESS* (CODE=EXC_i386_GPFT) error in 
 *CDVCommandDelegateImpl.m* in the *evalJsHelper2* in the following code line:
 {code:Objective-C}
 NSString* commandsJSON = [_viewController.webView 
 stringByEvaluatingJavaScriptFromString:js];
 {code}
 this error occurs when downloading multiple files at the same time. i tested 
 the same app in iOS 7 it worked fine but not iOS 8.



--
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-8116) a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in the evalJsHelper2 method

2014-12-04 Thread M.Salim (JIRA)

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

M.Salim updated CB-8116:

Description: 
I am getting a *EXC_BAD_ACCESS* (CODE=EXC_i386_GPFT) error in 
*CDVCommandDelegateImpl.m* in the *evalJsHelper2* in the following code line:

{code:none}
NSString* commandsJSON = [_viewController.webView 
stringByEvaluatingJavaScriptFromString:js];
{code}

this error occurs when downloading multiple files at the same time. i tested 
the same app in iOS 7 it worked fine but not iOS 8.


  was:
I am getting a *EXC_BAD_ACCESS* (CODE=EXC_i386_GPFT) error in 
*CDVCommandDelegateImpl.m* in the *evalJsHelper2* in the following code line:

{code:Objective-C}
NSString* commandsJSON = [_viewController.webView 
stringByEvaluatingJavaScriptFromString:js];
{code}

this error occurs when downloading multiple files at the same time. i tested 
the same app in iOS 7 it worked fine but not iOS 8.



 a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in 
 the evalJsHelper2 method
 ---

 Key: CB-8116
 URL: https://issues.apache.org/jira/browse/CB-8116
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
 Environment: iOS 8, iPad
Reporter: M.Salim
 Attachments: crash-report.txt


 I am getting a *EXC_BAD_ACCESS* (CODE=EXC_i386_GPFT) error in 
 *CDVCommandDelegateImpl.m* in the *evalJsHelper2* in the following code line:
 {code:none}
 NSString* commandsJSON = [_viewController.webView 
 stringByEvaluatingJavaScriptFromString:js];
 {code}
 this error occurs when downloading multiple files at the same time. i tested 
 the same app in iOS 7 it worked fine but not iOS 8.



--
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-8116) a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in the evalJsHelper2 method

2014-12-04 Thread M.Salim (JIRA)

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

M.Salim updated CB-8116:

Attachment: Screen Shot 2014-12-04 at 11.26.17.png

screenshot

 a EXC_BAD_ACCESS (CODE=EXC_i386_GPFT) error in CDVCommandDelegateImpl.m in 
 the evalJsHelper2 method
 ---

 Key: CB-8116
 URL: https://issues.apache.org/jira/browse/CB-8116
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File Transfer
 Environment: iOS 8, iPad
Reporter: M.Salim
 Attachments: Screen Shot 2014-12-04 at 11.26.17.png, crash-report.txt


 I am getting a *EXC_BAD_ACCESS* (CODE=EXC_i386_GPFT) error in 
 *CDVCommandDelegateImpl.m* in the *evalJsHelper2* in the following code line:
 {code:none}
 NSString* commandsJSON = [_viewController.webView 
 stringByEvaluatingJavaScriptFromString:js];
 {code}
 this error occurs when downloading multiple files at the same time. i tested 
 the same app in iOS 7 it worked fine but not iOS 8.



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

2014-12-04 Thread Barbaros Bayraktar (JIRA)
Barbaros Bayraktar created CB-8117:
--

 Summary: menu
 Key: CB-8117
 URL: https://issues.apache.org/jira/browse/CB-8117
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Barbaros Bayraktar






--
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-7840) Plugman publish should fail if plugin id contains UPPERCASE characters

2014-12-04 Thread Ian Clelland (JIRA)

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

Ian Clelland commented on CB-7840:
--

I suspect that this was a canonicalization step -- to avoid the issue where one 
person publishes com.example.cordovaplugin, and then later someone (maybe the 
same person) publishes com.example.CordovaPlugin, and it becomes a separate 
entry in the repo.

The correct solution for this is to run this same canonicalization at all 
points -- on upload, on registry search/download, and on plugin dependency 
checking. Andrew's solution is pragmatic though, and easy to implement right 
now.

 Plugman publish should fail if plugin id contains UPPERCASE characters
 --

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

 Right now plugman lets you publish a plugin like `org.foo.Bar`, but it 
 lowercases it to `org.foo.bar` in the process. Other plugins that depend on 
 it then fail to find it, as does a `plugman info org.foo.Bar`.
 Simplest fix is to error out if someone tries to publish a plugin with an 
 UPPERCASE letter in it.



--
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-8118) Camera Plugin : on Ios 8.0.2 image is not cropped after editing it (allowEdit=true)

2014-12-04 Thread JIRA
Andreas Schröder created CB-8118:


 Summary: Camera Plugin : on Ios 8.0.2 image is not cropped after 
editing it (allowEdit=true)
 Key: CB-8118
 URL: https://issues.apache.org/jira/browse/CB-8118
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: Master
 Environment: cordova 3.6.3
Camera Plugin 0.3.2

Using Phonegap Build
Reporter: Andreas Schröder
Priority: Critical


Dear Sir or Madame,

we use the allowEdit=true functionality in our getPicture Method.
This works like a charm on Android or IOS 7.1.2.

On IOS 8.0.2 the dialog for selecting the image area is opened, but after 
clicking OK the image isnt cropped so the original ratio is still there. 

Is this a known issue? 


This ist our getPictureMethod:
 navigator.camera.getPicture(
app.setTempPic,
function(message) { alert('get picture 
failed'); },
{ 
targetWidth: 500,

targetHeight: 500,

correctOrientation : true,
quality: 50, 
allowEdit : true,
destinationType: 
navigator.camera.DestinationType.FILE_URI,
sourceType: 
navigator.camera.PictureSourceType.PHOTOLIBRARY 
}
);



--
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-8118) Camera Plugin : on Ios 8.0.2 image is not cropped after editing it (allowEdit=true)

2014-12-04 Thread JIRA

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

Andreas Schröder updated CB-8118:
-
Description: 
Dear Sir or Madame,

we use the allowEdit=true functionality in our getPicture Method.
This works like a charm on Android or IOS 7.1.2.

On IOS 8.0.2 the dialog for selecting the image area is opened, but after 
clicking OK the image isnt cropped so the original ratio is still there. 

Is this a known issue? 


This ist our getPictureMethod:
 navigator.camera.getPicture(
app.setTempPic,
function(message) { alert('get picture 
failed'); },
{ 
targetWidth: 500,

targetHeight: 500,

correctOrientation : true,
quality: 50, 
allowEdit : true,
destinationType: 
navigator.camera.DestinationType.FILE_URI,
sourceType: 
navigator.camera.PictureSourceType.PHOTOLIBRARY 
}
);


Thanks in advance and have a nice day

  was:
Dear Sir or Madame,

we use the allowEdit=true functionality in our getPicture Method.
This works like a charm on Android or IOS 7.1.2.

On IOS 8.0.2 the dialog for selecting the image area is opened, but after 
clicking OK the image isnt cropped so the original ratio is still there. 

Is this a known issue? 


This ist our getPictureMethod:
 navigator.camera.getPicture(
app.setTempPic,
function(message) { alert('get picture 
failed'); },
{ 
targetWidth: 500,

targetHeight: 500,

correctOrientation : true,
quality: 50, 
allowEdit : true,
destinationType: 
navigator.camera.DestinationType.FILE_URI,
sourceType: 
navigator.camera.PictureSourceType.PHOTOLIBRARY 
}
);


 Camera Plugin : on Ios 8.0.2 image is not cropped after editing it 
 (allowEdit=true)
 ---

 Key: CB-8118
 URL: https://issues.apache.org/jira/browse/CB-8118
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: Master
 Environment: cordova 3.6.3
 Camera Plugin 0.3.2
 Using Phonegap Build
Reporter: Andreas Schröder
Priority: Critical
  Labels: camera, cordova-plugin-camera

 Dear Sir or Madame,
 we use the allowEdit=true functionality in our getPicture Method.
 This works like a charm on Android or IOS 7.1.2.
 On IOS 8.0.2 the dialog for selecting the image area is opened, but after 
 clicking OK the image isnt cropped so the original ratio is still there. 
 Is this a known issue? 
 This ist our getPictureMethod:
  navigator.camera.getPicture(
   app.setTempPic,
 function(message) { alert('get 
 picture failed'); },
 { 
   targetWidth: 500,
   
 targetHeight: 500,
   
 correctOrientation : true,
   quality: 50, 
   allowEdit : true,
   destinationType: 
 navigator.camera.DestinationType.FILE_URI,
   sourceType: 
 navigator.camera.PictureSourceType.PHOTOLIBRARY 
 }
 );
 Thanks in advance and have a nice day



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

-
To unsubscribe, e-mail: 

[jira] [Created] (CB-8119) android deploy freezes when device idle for a long time

2014-12-04 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-8119:
-

 Summary: android deploy freezes when device idle for a long time
 Key: CB-8119
 URL: https://issues.apache.org/jira/browse/CB-8119
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android
Reporter: Andrew Grieve
Assignee: Andrew Grieve
Priority: Minor


I notice this a few times a week, where I'll come in in the morning, reconnect 
to my USB hub, and adb commands to my Nexus 7 will just hang. `adb devices` 
still lists the device, but commands to it hang.

Running `killall adb` and trying again fixes the problem, so we should just add 
this to our scripts.



--
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-8119) android deploy freezes when device idle for a long time

2014-12-04 Thread Andrew Grieve (JIRA)

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

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

Fixed in 3.7.0-dev

 android deploy freezes when device idle for a long time
 ---

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

 I notice this a few times a week, where I'll come in in the morning, 
 reconnect to my USB hub, and adb commands to my Nexus 7 will just hang. `adb 
 devices` still lists the device, but commands to it hang.
 Running `killall adb` and trying again fixes the problem, so we should just 
 add this to our scripts.



--
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-8119) android deploy freezes when device idle for a long time

2014-12-04 Thread ASF subversion and git services (JIRA)

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

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

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

CB-8119 Restart adb when we detect it's hung


 android deploy freezes when device idle for a long time
 ---

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

 I notice this a few times a week, where I'll come in in the morning, 
 reconnect to my USB hub, and adb commands to my Nexus 7 will just hang. `adb 
 devices` still lists the device, but commands to it hang.
 Running `killall adb` and trying again fixes the problem, so we should just 
 add this to our scripts.



--
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-8120) when changing html using location.href on WP8 there is a white screen or flickering event

2014-12-04 Thread eeadev (JIRA)
eeadev created CB-8120:
--

 Summary: when changing html using  location.href on WP8 there is a 
white screen or flickering event
 Key: CB-8120
 URL: https://issues.apache.org/jira/browse/CB-8120
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 3.6.0
Reporter: eeadev
Assignee: Jesse MacFadyen


when changing html using  location.href on WP8 there is a white screen or 
flickering event.
Here is the repro source: 
https://onedrive.live.com/redir?resid=6758FD60CB429100%21103

here my question on msdn: 
https://social.msdn.microsoft.com/Forums/windowsapps/en-US/1302d927-e18d-4f19-9e39-f67f7f755e06/fickeringwhite-screen-when-changing-html-page?forum=wpdevelop



--
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-7734) navigator.notification.alert or navigator.notification.confirm seem have a many words issue

2014-12-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7734:


Github user ginamdar commented on the pull request:


https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-65650770
  
im not using text fields inside my projects but this works with dialogboxes 
on iOS8 without inputs fields 

if (![self isAlertViewSupported]) {
CDVAlertViewController *alert = [CDVAlertViewController 
alertControllerWithTitle:title

 message:message
  
preferredStyle:UIAlertControllerStyleAlert];
alert.alertViewCtrlCallBackId = callbackId;
NSUInteger count = [buttons count];

for (int n = 0; n  count; n++) {
UIAlertAction *actionWithTitle = [UIAlertAction 
actionWithTitle:[buttons objectAtIndex:n]
  
style:UIAlertActionStyleDefault

handler:^(UIAlertAction *action) {
CDVPluginResult*  result;

UITextField *textField = [alert.textFields firstObject];

if (textField) {
NSString *value0 = textField.text;
NSDictionary* info = @{
   @buttonIndex:@(n),
   @input1:(value0 ? value0 : 
[NSNull null])
   };
result = [CDVPluginResult 
resultWithStatus:CDVCommandStatus_OK
   messageAsDictionary:info];
}else{

result = [CDVPluginResult 
resultWithStatus:CDVCommandStatus_OK
  messageAsInt:(int)(n + 
1)];
}
[self.commandDelegate sendPluginResult:result

callbackId:alert.alertViewCtrlCallBackId];

}];
[alert addAction:actionWithTitle];
}

if ([dialogType isEqualToString:DIALOG_TYPE_PROMPT]) {
[alert addTextFieldWithConfigurationHandler:^(UITextField 
*textField) {
textField.placeholder = defaultText ;
}];
}
[self.viewController presentViewController:alert animated:YES 
completion:nil];
  }else{
   //existing ios7 and older code?
}

- (BOOL)isAlertViewSupported
{
if([[UIDevice currentDevice].systemVersion compare:@8.0 
options:NSNumericSearch] == NSOrderedDescending){
return NO;
}else{
return YES;
}
}
...

@implementation CDVAlertViewController

@synthesize alertViewCtrlCallBackId;

@end


 navigator.notification.alert or navigator.notification.confirm seem have 
 a many words issue
 -

 Key: CB-7734
 URL: https://issues.apache.org/jira/browse/CB-7734
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugin Dialogs
Affects Versions: 3.6.3
 Environment: PGB 3.6.3 with the all latest core plugin
 https://build.phonegap.com/plugins
 ios 8.02 environment
Reporter: Colin Bau
Assignee: jcesarmobile
  Labels: notification
   Original Estimate: 12h
  Remaining Estimate: 12h

 Improvement 1
 according to this
 https://issues.apache.org/jira/browse/CB-6528
 a same problem just like the WP,ios have this problem too
 when the words is greater than one page
 it can't slide up and down 
 Improvement 2
 all words center problem,I think maybe Left-aligned is more Beautiful 
 (because when in Android,all words Left-aligned)
 http://www.littlebau.com/ios_1.png
 Improvement 3
 all words looks like small and Vague (maybe in Chinese),is there any way 
 (maybe future) can let become more Clear ?
 http://www.littlebau.com/ios_1.png



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

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



[jira] [Comment Edited] (CB-7599) [Media][iOS 8] Audio exceptions generated when playing audio files

2014-12-04 Thread Thomas Ling (JIRA)

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

Thomas Ling edited comment on CB-7599 at 12/4/14 3:43 PM:
--

This is my current work around for   - 
(void)audioPlayerDidFinishPlaying:(AVAudioPlayer*)player 
successfully:(BOOL)flag
.
  if (self.avSession) {
[aPlayer stop];
[aPlayer prepareToPlay];
[self.avSession setActive:NO error:nil];
}




was (Author: tling):
This is my current work around for   - 
(void)audioPlayerDidFinishPlaying:(AVAudioPlayer*)player 
successfully:(BOOL)flag
.
  if (self.avSession) {
[aPlayer stop];
[aPlayer prepareToPlay];
[self.avSession setActive:NO error:nil];
}



 [Media][iOS 8] Audio exceptions generated when playing audio files
 --

 Key: CB-7599
 URL: https://issues.apache.org/jira/browse/CB-7599
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Media
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Dooms
 Attachments: index.js


 In iOS8, several users have noticed that applications with audio that 
 previously worked in iOS7, are generating exceptions in iOS8.
 In my app, it is when pausing one audio, and after a short timeout, playing 
 another audio. The exception:
 AVAudioSession.mm:646: -[AVAudioSession setActive:withOptions:error:]: 
 Deactivating an audio session that has running I/O. All I/O should be stopped 
 or paused prior to deactivating the audio session.
 In another case (Paul's comment below), it was when scrubbing through a 
 single audio file. The error:
 ERROR: [0x109894000] 79: AudioQueuePrime posting message to kill mediaserverd 



--
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-7599) [Media][iOS 8] Audio exceptions generated when playing audio files

2014-12-04 Thread Thomas Ling (JIRA)

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

Thomas Ling commented on CB-7599:
-

This is my current work around for   - 
(void)audioPlayerDidFinishPlaying:(AVAudioPlayer*)player 
successfully:(BOOL)flag
.
  if (self.avSession) {
[aPlayer stop];
[aPlayer prepareToPlay];
[self.avSession setActive:NO error:nil];
}



 [Media][iOS 8] Audio exceptions generated when playing audio files
 --

 Key: CB-7599
 URL: https://issues.apache.org/jira/browse/CB-7599
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Media
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Dooms
 Attachments: index.js


 In iOS8, several users have noticed that applications with audio that 
 previously worked in iOS7, are generating exceptions in iOS8.
 In my app, it is when pausing one audio, and after a short timeout, playing 
 another audio. The exception:
 AVAudioSession.mm:646: -[AVAudioSession setActive:withOptions:error:]: 
 Deactivating an audio session that has running I/O. All I/O should be stopped 
 or paused prior to deactivating the audio session.
 In another case (Paul's comment below), it was when scrubbing through a 
 single audio file. The error:
 ERROR: [0x109894000] 79: AudioQueuePrime posting message to kill mediaserverd 



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

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



[jira] [Comment Edited] (CB-7599) [Media][iOS 8] Audio exceptions generated when playing audio files

2014-12-04 Thread Thomas Ling (JIRA)

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

Thomas Ling edited comment on CB-7599 at 12/4/14 3:44 PM:
--

This is my current work around for it

   - (void)audioPlayerDidFinishPlaying:(AVAudioPlayer*)player 
successfully:(BOOL)flag
.
  if (self.avSession) {
 // Stop the player seems to get rid of the warning
[aPlayer stop];
[aPlayer prepareToPlay];
[self.avSession setActive:NO error:nil];
}




was (Author: tling):
This is my current work around for   - 
(void)audioPlayerDidFinishPlaying:(AVAudioPlayer*)player 
successfully:(BOOL)flag
.
  if (self.avSession) {
[aPlayer stop];
[aPlayer prepareToPlay];
[self.avSession setActive:NO error:nil];
}



 [Media][iOS 8] Audio exceptions generated when playing audio files
 --

 Key: CB-7599
 URL: https://issues.apache.org/jira/browse/CB-7599
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Media
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Dooms
 Attachments: index.js


 In iOS8, several users have noticed that applications with audio that 
 previously worked in iOS7, are generating exceptions in iOS8.
 In my app, it is when pausing one audio, and after a short timeout, playing 
 another audio. The exception:
 AVAudioSession.mm:646: -[AVAudioSession setActive:withOptions:error:]: 
 Deactivating an audio session that has running I/O. All I/O should be stopped 
 or paused prior to deactivating the audio session.
 In another case (Paul's comment below), it was when scrubbing through a 
 single audio file. The error:
 ERROR: [0x109894000] 79: AudioQueuePrime posting message to kill mediaserverd 



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

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



[jira] [Comment Edited] (CB-7599) [Media][iOS 8] Audio exceptions generated when playing audio files

2014-12-04 Thread Thomas Ling (JIRA)

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

Thomas Ling edited comment on CB-7599 at 12/4/14 3:45 PM:
--

This is my current work around for it

   - (void)audioPlayerDidFinishPlaying:(AVAudioPlayer*)player 
successfully:(BOOL)flag
.
  if (self.avSession) {
 /* Stop the player seems to get rid of the warning */
[aPlayer stop];
[aPlayer prepareToPlay];
[self.avSession setActive:NO error:nil];
}




was (Author: tling):
This is my current work around for it

   - (void)audioPlayerDidFinishPlaying:(AVAudioPlayer*)player 
successfully:(BOOL)flag
.
  if (self.avSession) {
 // Stop the player seems to get rid of the warning
[aPlayer stop];
[aPlayer prepareToPlay];
[self.avSession setActive:NO error:nil];
}



 [Media][iOS 8] Audio exceptions generated when playing audio files
 --

 Key: CB-7599
 URL: https://issues.apache.org/jira/browse/CB-7599
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Plugin Media
Affects Versions: 3.5.0
 Environment: iOS
Reporter: Dooms
 Attachments: index.js


 In iOS8, several users have noticed that applications with audio that 
 previously worked in iOS7, are generating exceptions in iOS8.
 In my app, it is when pausing one audio, and after a short timeout, playing 
 another audio. The exception:
 AVAudioSession.mm:646: -[AVAudioSession setActive:withOptions:error:]: 
 Deactivating an audio session that has running I/O. All I/O should be stopped 
 or paused prior to deactivating the audio session.
 In another case (Paul's comment below), it was when scrubbing through a 
 single audio file. The error:
 ERROR: [0x109894000] 79: AudioQueuePrime posting message to kill mediaserverd 



--
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-7978) Can't run browser platform on Linux

2014-12-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7978:


Github user sosahvictor commented on the pull request:

https://github.com/apache/cordova-browser/pull/2#issuecomment-65651447
  
Hello.
Michal Mocny merged a PR of mine days ago about running the browser 
platform on Linux. See this JIRA https://issues.apache.org/jira/browse/CB-7978.

Probably that fix can be enhanced with chromium if required


 Can't run browser platform on Linux
 ---

 Key: CB-7978
 URL: https://issues.apache.org/jira/browse/CB-7978
 Project: Apache Cordova
  Issue Type: Bug
  Components: Browser
Affects Versions: 4.0.0
 Environment: Linux
Reporter: Victor Adrian Sosa Herrera

 Command cordova run browser doesn't work on Linux. The run command handles 
 the cases of when using Windows and Darwin (MacOS) but no Linux.
 Moreover, I have Chrome installed in my machine, but it doesn't respond to 
 the typical chrome command because I get an error in the standard 
 output[1], so I have to use google-chrome command to launch it
 One more thing I noticed is that in the run script of the browser platform, 
 it is directly pointing to www/index.html, instead of reading config.xml 
 file looking for content src=HTMLPage.html
 [1] Error
 chrome: error while loading shared libraries: libudev.so.0: cannot open 
 shared object file: No such file or directory



--
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-8118) Camera Plugin : on Ios 8.0.2 image is not cropped after editing it (allowEdit=true)

2014-12-04 Thread JIRA

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

Andreas Schröder commented on CB-8118:
--

Same with IOS 8.1.2

 Camera Plugin : on Ios 8.0.2 image is not cropped after editing it 
 (allowEdit=true)
 ---

 Key: CB-8118
 URL: https://issues.apache.org/jira/browse/CB-8118
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: Master
 Environment: cordova 3.6.3
 Camera Plugin 0.3.2
 Using Phonegap Build
Reporter: Andreas Schröder
Priority: Critical
  Labels: camera, cordova-plugin-camera

 Dear Sir or Madame,
 we use the allowEdit=true functionality in our getPicture Method.
 This works like a charm on Android or IOS 7.1.2.
 On IOS 8.0.2 the dialog for selecting the image area is opened, but after 
 clicking OK the image isnt cropped so the original ratio is still there. 
 Is this a known issue? 
 This ist our getPictureMethod:
  navigator.camera.getPicture(
   app.setTempPic,
 function(message) { alert('get 
 picture failed'); },
 { 
   targetWidth: 500,
   
 targetHeight: 500,
   
 correctOrientation : true,
   quality: 50, 
   allowEdit : true,
   destinationType: 
 navigator.camera.DestinationType.FILE_URI,
   sourceType: 
 navigator.camera.PictureSourceType.PHOTOLIBRARY 
 }
 );
 Thanks in advance and have a nice day



--
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-8121) create.js use of module 'valid-identifier' doesn't trigger pretty error

2014-12-04 Thread Josh Soref (JIRA)
Josh Soref created CB-8121:
--

 Summary: create.js use of module 'valid-identifier' doesn't 
trigger pretty error
 Key: CB-8121
 URL: https://issues.apache.org/jira/browse/CB-8121
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib
Affects Versions: 4.1.3
Reporter: Josh Soref


{quote}
nodecordova-mobile-spec/createmobilespec/createmobilespec.js --blackberry10
{quote}

{quote}
Creating project from local git repos. If you have any errors, it may be from 
missing repositories.
{quote}
{quote}
To clone repositories:
  ./cordova-coho/coho repo-clone -r mobile-spec -r plugin-test-framework -r cli 
-r lib -r plugman -r blackberry10 -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)
{quote}
{quote}
To update all repositories:
  ./cordova-coho/coho repo-update
{quote}
{quote}
Checking if you are using master branch of tools
refs/heads/docs-updates
refs/heads/master
refs/heads/master
refs/heads/master
Using non-master of one or more tools.
{quote}
{quote}
Creating project mobilespec...
Error: Cannot find module 'valid-identifier'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.anonymous 
(~/Cordova/cordova-lib/cordova-lib/src/cordova/create.js:34:26)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
{quote}



--
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-8122) [cordova-lib] expose private util functions

2014-12-04 Thread Lorin Beer (JIRA)

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

Lorin Beer reassigned CB-8122:
--

Assignee: Lorin Beer

 [cordova-lib] expose private util functions
 ---

 Key: CB-8122
 URL: https://issues.apache.org/jira/browse/CB-8122
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CLI
Reporter: Lorin Beer
Assignee: Lorin Beer

 Utility functions are not exported from cordova-lib/src/cordova/
 these functions have value for downstream projects, and should be visible if 
 the cordova-lib.cordova module is required in



--
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-8122) [cordova-lib] expose private util functions

2014-12-04 Thread Lorin Beer (JIRA)

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

Lorin Beer updated CB-8122:
---
Component/s: CLI

 [cordova-lib] expose private util functions
 ---

 Key: CB-8122
 URL: https://issues.apache.org/jira/browse/CB-8122
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Reporter: Lorin Beer

 Utility functions are not exported from cordova-lib/src/cordova/
 these functions have value for downstream projects, and should be visible if 
 the cordova-lib.cordova module is required in



--
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-8122) [cordova-lib] expose private util functions

2014-12-04 Thread Lorin Beer (JIRA)
Lorin Beer created CB-8122:
--

 Summary: [cordova-lib] expose private util functions
 Key: CB-8122
 URL: https://issues.apache.org/jira/browse/CB-8122
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Lorin Beer


Utility functions are not exported from cordova-lib/src/cordova/

these functions have value for downstream projects, and should be visible if 
the cordova-lib.cordova module is required in



--
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-8122) [cordova-lib] expose private util functions

2014-12-04 Thread Lorin Beer (JIRA)

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

Lorin Beer updated CB-8122:
---
Issue Type: Improvement  (was: Bug)

 [cordova-lib] expose private util functions
 ---

 Key: CB-8122
 URL: https://issues.apache.org/jira/browse/CB-8122
 Project: Apache Cordova
  Issue Type: Improvement
  Components: CLI
Reporter: Lorin Beer

 Utility functions are not exported from cordova-lib/src/cordova/
 these functions have value for downstream projects, and should be visible if 
 the cordova-lib.cordova module is required in



--
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-8120) when changing html using location.href on WP8 there is a white screen or flickering event

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-8120.
-
Resolution: Won't Fix

Use the preference in your config.xml to set the value of the app background so 
it matches your content.

preference name=BackgroundColor value=0xff/

 when changing html using  location.href on WP8 there is a white screen or 
 flickering event
 --

 Key: CB-8120
 URL: https://issues.apache.org/jira/browse/CB-8120
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 3.6.0
Reporter: eeadev
Assignee: Jesse MacFadyen
  Labels: newbie, patch

 when changing html using  location.href on WP8 there is a white screen or 
 flickering event.
 Here is the repro source: 
 https://onedrive.live.com/redir?resid=6758FD60CB429100%21103
 here my question on msdn: 
 https://social.msdn.microsoft.com/Forums/windowsapps/en-US/1302d927-e18d-4f19-9e39-f67f7f755e06/fickeringwhite-screen-when-changing-html-page?forum=wpdevelop



--
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-8121) create.js use of module 'valid-identifier' doesn't trigger pretty error

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen commented on CB-8121:
-

npm update or npm install

 create.js use of module 'valid-identifier' doesn't trigger pretty error
 ---

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

 {quote}
 nodecordova-mobile-spec/createmobilespec/createmobilespec.js 
 --blackberry10
 {quote}
 {quote}
 Creating project from local git repos. If you have any errors, it may be from 
 missing repositories.
 {quote}
 {quote}
 To clone repositories:
   ./cordova-coho/coho repo-clone -r mobile-spec -r plugin-test-framework -r 
 cli -r lib -r plugman -r blackberry10 -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)
 {quote}
 {quote}
 To update all repositories:
   ./cordova-coho/coho repo-update
 {quote}
 {quote}
 Checking if you are using master branch of tools
 refs/heads/docs-updates
 refs/heads/master
 refs/heads/master
 refs/heads/master
 Using non-master of one or more tools.
 {quote}
 {quote}
 Creating project mobilespec...
 Error: Cannot find module 'valid-identifier'
 at Function.Module._resolveFilename (module.js:338:15)
 at Function.Module._load (module.js:280:25)
 at Module.require (module.js:364:17)
 at require (module.js:380:17)
 at Object.anonymous 
 (~/Cordova/cordova-lib/cordova-lib/src/cordova/create.js:34:26)
 at Module._compile (module.js:456:26)
 at Object.Module._extensions..js (module.js:474:10)
 at Module.load (module.js:356:32)
 at Function.Module._load (module.js:312:12)
 at Module.require (module.js:364:17)
 {quote}



--
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-8121) create.js use of module 'valid-identifier' doesn't trigger pretty error

2014-12-04 Thread Josh Soref (JIRA)

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

Josh Soref commented on CB-8121:


I know to do that, but it'd be better if the scripts told the user to do that.

We have code in various places that does this, and it generally does a good 
job. This is one of the few places that doesn't do that.

And note, that as a user, I don't know _where_ to run {{npm update}} or {{npm 
install}}

 create.js use of module 'valid-identifier' doesn't trigger pretty error
 ---

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

 {quote}
 nodecordova-mobile-spec/createmobilespec/createmobilespec.js 
 --blackberry10
 {quote}
 {quote}
 Creating project from local git repos. If you have any errors, it may be from 
 missing repositories.
 {quote}
 {quote}
 To clone repositories:
   ./cordova-coho/coho repo-clone -r mobile-spec -r plugin-test-framework -r 
 cli -r lib -r plugman -r blackberry10 -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)
 {quote}
 {quote}
 To update all repositories:
   ./cordova-coho/coho repo-update
 {quote}
 {quote}
 Checking if you are using master branch of tools
 refs/heads/docs-updates
 refs/heads/master
 refs/heads/master
 refs/heads/master
 Using non-master of one or more tools.
 {quote}
 {quote}
 Creating project mobilespec...
 Error: Cannot find module 'valid-identifier'
 at Function.Module._resolveFilename (module.js:338:15)
 at Function.Module._load (module.js:280:25)
 at Module.require (module.js:364:17)
 at require (module.js:380:17)
 at Object.anonymous 
 (~/Cordova/cordova-lib/cordova-lib/src/cordova/create.js:34:26)
 at Module._compile (module.js:456:26)
 at Object.Module._extensions..js (module.js:474:10)
 at Module.load (module.js:356:32)
 at Function.Module._load (module.js:312:12)
 at Module.require (module.js:364:17)
 {quote}



--
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-8121) create.js use of module 'valid-identifier' doesn't trigger pretty error

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen reassigned CB-8121:
---

Assignee: Jesse MacFadyen

 create.js use of module 'valid-identifier' doesn't trigger pretty error
 ---

 Key: CB-8121
 URL: https://issues.apache.org/jira/browse/CB-8121
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib
Affects Versions: 4.1.3
Reporter: Josh Soref
Assignee: Jesse MacFadyen

 {quote}
 nodecordova-mobile-spec/createmobilespec/createmobilespec.js 
 --blackberry10
 {quote}
 {quote}
 Creating project from local git repos. If you have any errors, it may be from 
 missing repositories.
 {quote}
 {quote}
 To clone repositories:
   ./cordova-coho/coho repo-clone -r mobile-spec -r plugin-test-framework -r 
 cli -r lib -r plugman -r blackberry10 -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)
 {quote}
 {quote}
 To update all repositories:
   ./cordova-coho/coho repo-update
 {quote}
 {quote}
 Checking if you are using master branch of tools
 refs/heads/docs-updates
 refs/heads/master
 refs/heads/master
 refs/heads/master
 Using non-master of one or more tools.
 {quote}
 {quote}
 Creating project mobilespec...
 Error: Cannot find module 'valid-identifier'
 at Function.Module._resolveFilename (module.js:338:15)
 at Function.Module._load (module.js:280:25)
 at Module.require (module.js:364:17)
 at require (module.js:380:17)
 at Object.anonymous 
 (~/Cordova/cordova-lib/cordova-lib/src/cordova/create.js:34:26)
 at Module._compile (module.js:456:26)
 at Object.Module._extensions..js (module.js:474:10)
 at Module.load (module.js:356:32)
 at Function.Module._load (module.js:312:12)
 at Module.require (module.js:364:17)
 {quote}



--
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-7606) handleOpenURL handler firing more than necessary

2014-12-04 Thread Eddy Verbruggen (JIRA)

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

Eddy Verbruggen commented on CB-7606:
-

Hi [~shazron],

Thanks for picking this up, but I'm afraid it breaks a feature upon coldstart 
on iOS 8: my handleOpenURL function is no longer called. It was first reported 
here (tl;dr): https://github.com/EddyVerbruggen/Custom-URL-scheme/issues/2

So I was wondering how you tested case nr 2. Did iOS actually invoke your 
handelOpenURL javascript function? Because on my iPhone 6 it did on 3.6.3, but 
no longer on 3.7.0.

I've altered the code in CDVViewController.m#processOpenUrl a bit to repair it 
on 3.7.0, but before submitting a PR I'd like to know if I'm testing this 
correctly.

Thanks,
Eddy

 handleOpenURL handler firing more than necessary
 

 Key: CB-7606
 URL: https://issues.apache.org/jira/browse/CB-7606
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 3.5.0
Reporter: Paul Kane
Assignee: Shazron Abdullah
 Fix For: 3.7.0


 I'm not an Obj-C or Cordova programmer so bear with me.
 Let's say my app is running. Then I hop over to my mail app and click on a 
 link (myapp://blahBlahBlah) that should open up my app. This works fine, the 
 app opens, my own URL handler (in javascript) takes over, etc.
 However in Obj-C the view controller is -- incorrectly, I believe -- storing 
 that scheme data (blahBlahBlah) in self.openURL (so that it can be picked up 
 later in processOpenURL function, called during webView initialization).
 This isn't normally a problem, except when you move to a new page 
 (window.href = /new_page), the webView initialization runs again and picks 
 up the old (already-acted-upon) openURL variable. (it's then set to nil, so 
 that it doesn't get acted upon a third time, fourth time, etc...).
 I might have some details wrong, but it should be fairly easy to walk through 
 with a project-wide search for openurl. Just seems like a slightly wrong 
 logic-flow, which unfortunately is interfering with my app.



--
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-1392) Add reset() to plugin API on Blackberry

2014-12-04 Thread Lorin Beer (JIRA)

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

Lorin Beer closed CB-1392.
--
   Resolution: Won't Fix
Fix Version/s: (was: 3.6.0)

this references a deprecated version of cordova targeting blackberry os. 
Closing.

 Add reset() to plugin API on Blackberry
 ---

 Key: CB-1392
 URL: https://issues.apache.org/jira/browse/CB-1392
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: BlackBerry
Affects Versions: 2.0.0, 2.1.0, 2.2.0, 2.3.0, 2.4.0
Reporter: Braden Shepherdson
Assignee: Lorin Beer

 Add a reset() function to the plugin API which is called on top-level 
 navigation or refresh, so that plugins can know to cancel any long-running 
 requests and reinitialize themselves.



--
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-979) Implement hastings init

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen commented on CB-979:


Still valid? Still in progress?

 Implement hastings init
 ---

 Key: CB-979
 URL: https://issues.apache.org/jira/browse/CB-979
 Project: Apache Cordova
  Issue Type: Sub-task
  Components: Docs
Affects Versions: 2.2.0, 2.3.0, 2.4.0
Reporter: Michael Brooks
Assignee: Michael Brooks
 Fix For: Master


 [Reference: hastings init 
 \[path\]|http://wiki.apache.org/cordova/DocumentationCLIDesign#A.24_hastings_init_.5Bpath.5D]



--
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-3958) (BlackBerry) Cordova js could not work on remote page while local page is OK

2014-12-04 Thread Lorin Beer (JIRA)

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

Lorin Beer closed CB-3958.
--
Resolution: Won't Fix

this issue references a deprecated platform, BlackBerry10. Closing as won't fix.

 (BlackBerry) Cordova js could not work on remote page while local page is OK 
 -

 Key: CB-3958
 URL: https://issues.apache.org/jira/browse/CB-3958
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 2.4.0, 2.5.0
 Environment: BlackBerry 
Reporter: Selwyn Shen
Assignee: Lorin Beer
Priority: Minor
   Original Estimate: 168h
  Remaining Estimate: 168h

 This issues is almost the same as issue CB-3029.
 I only tested 2.4.0 and 2.5.0, both could not work on remote page.
 Ensure that:
 1. The cordova js on remote server is right as BlackBerry version. The 
 version of jar and js also are same.
 2. In Config.xml, access to all URIs was configured.
 3. Local page works well.



--
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-3958) (BlackBerry) Cordova js could not work on remote page while local page is OK

2014-12-04 Thread Lorin Beer (JIRA)

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

Lorin Beer commented on CB-3958:


~~BB10~~ BBOS

 (BlackBerry) Cordova js could not work on remote page while local page is OK 
 -

 Key: CB-3958
 URL: https://issues.apache.org/jira/browse/CB-3958
 Project: Apache Cordova
  Issue Type: Bug
  Components: BlackBerry
Affects Versions: 2.4.0, 2.5.0
 Environment: BlackBerry 
Reporter: Selwyn Shen
Assignee: Lorin Beer
Priority: Minor
   Original Estimate: 168h
  Remaining Estimate: 168h

 This issues is almost the same as issue CB-3029.
 I only tested 2.4.0 and 2.5.0, both could not work on remote page.
 Ensure that:
 1. The cordova js on remote server is right as BlackBerry version. The 
 version of jar and js also are same.
 2. In Config.xml, access to all URIs was configured.
 3. Local page works well.



--
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-3359) File.readAsArrayBuffer() is slow on iOS

2014-12-04 Thread Lorin Beer (JIRA)

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

Lorin Beer resolved CB-3359.

Resolution: Fixed

this was patched some time ago, closing

 File.readAsArrayBuffer() is slow on iOS
 ---

 Key: CB-3359
 URL: https://issues.apache.org/jira/browse/CB-3359
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin File
Affects Versions: 2.7.0
 Environment: IOS
Reporter: Daniel Haas
Assignee: Lorin Beer
  Labels: performance

 Reading a 3MB file with File.readAsArrayBuffer() takes approximatly 5 seconds!
 Is there anything that we can do to improve performance for this? (I'm not 
 expecting to read a 3 MB file in 10ms, but something below 0.5 seconds).
 If needed I could also provide a small testcase app.



--
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-7672) Spaces in path causes build to fail

2014-12-04 Thread Lorin Beer (JIRA)

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

Lorin Beer reassigned CB-7672:
--

Assignee: Lorin Beer

 Spaces in path causes build to fail
 ---

 Key: CB-7672
 URL: https://issues.apache.org/jira/browse/CB-7672
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.6.0
 Environment: OSX, node 0.10.31, xcode 6, ios-sim 3
Reporter: Mike Hartington
Assignee: Lorin Beer

 In previous releases, If I had a project who's path had a space in it, 
 cordova would build for iOS no problem. With 3.6, that is not the case. 
 Example: 
 ~/Github\ Repos/myapp/ - this worked in 3.5, fails in 3.6
 ~/GithubRepos/myapp/ - works fine in 3.6 and 3.5
 Not sure if this can be considered a big issue, but definitely tripped me up 
 since it worked in previous versions.
  



--
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-7944) Some auto tests for plugin file-transfer are fails for windows

2014-12-04 Thread Dmitry Blotsky (JIRA)

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

Dmitry Blotsky commented on CB-7944:


Is this now resolved?

 Some auto tests for plugin file-transfer are fails for windows
 --

 Key: CB-7944
 URL: https://issues.apache.org/jira/browse/CB-7944
 Project: Apache Cordova
  Issue Type: Test
  Components: Plugin File Transfer, Windows
Reporter: Maria Bukharina

 Repo steps:
 1. create mobile-spec app
 2. run Plugin auto test for file-transfer plugin
 Expected: if method doesn't siupport pending test
 Actual: 
 filetransfer.spec.7 should be able to download a file using file:// (when 
 hosted from file://
 filetransfer.spec.18 should be able to upload a file
 filetransfer.spec.19 should be able to upload a file with http basic auth
 fails because no file:// access on windwos and  onprogress method doesn't 
 supported on WP



--
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-8060) Unable to deploy to Windows Phone 8 device

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-8060.
-
Resolution: Cannot Reproduce

Verify that you do not already have 5 of your own apps installed.  This is an 
un-detectable error from tooling perspective.

Verified that with connected + registered phone, both of the following calls 
run as expected:

{{cordova run wp8 --device}}
{{platforms/wp8/cordova/run --device }}

 Unable to deploy to Windows Phone 8 device
 --

 Key: CB-8060
 URL: https://issues.apache.org/jira/browse/CB-8060
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 3.7.0
 Environment: Windows 8.1 Pro x64
Reporter: Oliver Salzburg
Assignee: Jesse MacFadyen

 Running {{cordova run wp8}} will always start an emulator.
 Running {{platforms/wp8/cordova/run --device}} will give the following output
 {code}
 $ platforms/wp8/cordova/run --device
 Building project: d:/eu.fairmanager.mobile/platforms/wp8/FairManager.sln
 Configuration : debug
 Platform  : any cpu
 Building the projects in this solution one at a time. To enable parallel 
 build, please add the /m switch.
   FairManager - 
 d:\eu.fairmanager.mobile\platforms\wp8\Bin\Debug\eu.fairmanager.mobile.dll
   Begin application manifest generation
   No changes detected. Application manifest file is up to date
   Begin Xap packaging
   No changes detected. Xap package is up to date
 Deploying package to device
 Error: The parameter is incorrect.
 XapDeployCmd - Help
 Syntax:
 XapDeployCmd.exe cmd[:param] Product-id/Xap FileName 
 targetdevice[:param]
   cmd[:param] - Specifies the command to be executed (one of the following)
 /installlaunch -   installs and launches the application on the 
 device.
(requires Xap Filename)
 /update-   updates application already installed on device
(requires Xap Filename)
 /launch-   launches application installed on the device
(requires product-id)
 /uninstall -   uninstalls the application from the device
(requires product-id)
 /EnumerateDevices  -   lists the valid device targets along with their
device indices.
   product-id - Specifies the GUID of the product. This is located in
  WMAppManifest.xml file of the project
   Xap Filename - Specifies the full path of Xap to be installed/updated.
   /targetdevice[:param] - Specifies the target device (one of the following)
 xd-   default emulator
 de-   Windows Phone device connected to the desktop
 n -   device listed at index n. To get the list of devices
   use the following command
   XapDeployCmd.exe /EnumerateDevices
 Examples: (assuming product id is f8ce6878-0aeb-497f-bcf4-65be961d4bba and 
 XapFilePath is D:\PhoneApp1.xap)
 XapDeployCmd.exe  /installlaunch D:\PhoneApp1.xap /targetdevice:xd
   - installs PhoneApp1 on the default emulator and then launches it
 XapDeployCmd.exe  /launch f8ce6878-0aeb-497f-bcf4-65be961d4bba 
 /targetdevice:de
   - launches the app with specified product id on the device
 XapDeployCmd.exe  /update D:\PhoneApp1.xap /targetdevice:2
   - updates PhoneApp1 already installed on the device
 specified by device index 2. To get the list of valid indices use
 the EnumerateDevices command
 XapDeployCmd.exe  /uninstall f8ce6878-0aeb-497f-bcf4-65be961d4bba 
 /targetdevice:xd
   - uninstalls the app with specified product id from the default emulator
 XapDeployCmd.exe  /EnumerateDevices
   - enumerates the list of valid device targets along with their
 corresponding device index
 ERROR: Error code -2147024809 for command: C:\Program Files (x86)\Microsoft 
 SDKs\Windows Phone\v8.0\Tools\Xap Deployment\XapDeployCmd.exe with args: 
 /installlau
 nch,d:/eu.fairmanager.mobile/platforms/wp8/Bin/debug/CordovaAppProj_Debug_AnyCPU.xap,/targetdevice:de
 {code}
 The project deploys fine to the device when using Visual Studio.



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

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



[jira] [Comment Edited] (CB-8060) Unable to deploy to Windows Phone 8 device

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen edited comment on CB-8060 at 12/5/14 12:07 AM:
---

Verify that you do not already have 5 of your own apps installed.  This is an 
un-detectable error from tooling perspective.

Verified that with connected + registered phone, both of the following calls 
run as expected:

{{cordova run wp8 --device}}
{{platforms/wp8/cordova/run --device}}


was (Author: purplecabbage):
Verify that you do not already have 5 of your own apps installed.  This is an 
un-detectable error from tooling perspective.

Verified that with connected + registered phone, both of the following calls 
run as expected:

{{cordova run wp8 --device}}
{{platforms/wp8/cordova/run --device }}

 Unable to deploy to Windows Phone 8 device
 --

 Key: CB-8060
 URL: https://issues.apache.org/jira/browse/CB-8060
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 3.7.0
 Environment: Windows 8.1 Pro x64
Reporter: Oliver Salzburg
Assignee: Jesse MacFadyen

 Running {{cordova run wp8}} will always start an emulator.
 Running {{platforms/wp8/cordova/run --device}} will give the following output
 {code}
 $ platforms/wp8/cordova/run --device
 Building project: d:/eu.fairmanager.mobile/platforms/wp8/FairManager.sln
 Configuration : debug
 Platform  : any cpu
 Building the projects in this solution one at a time. To enable parallel 
 build, please add the /m switch.
   FairManager - 
 d:\eu.fairmanager.mobile\platforms\wp8\Bin\Debug\eu.fairmanager.mobile.dll
   Begin application manifest generation
   No changes detected. Application manifest file is up to date
   Begin Xap packaging
   No changes detected. Xap package is up to date
 Deploying package to device
 Error: The parameter is incorrect.
 XapDeployCmd - Help
 Syntax:
 XapDeployCmd.exe cmd[:param] Product-id/Xap FileName 
 targetdevice[:param]
   cmd[:param] - Specifies the command to be executed (one of the following)
 /installlaunch -   installs and launches the application on the 
 device.
(requires Xap Filename)
 /update-   updates application already installed on device
(requires Xap Filename)
 /launch-   launches application installed on the device
(requires product-id)
 /uninstall -   uninstalls the application from the device
(requires product-id)
 /EnumerateDevices  -   lists the valid device targets along with their
device indices.
   product-id - Specifies the GUID of the product. This is located in
  WMAppManifest.xml file of the project
   Xap Filename - Specifies the full path of Xap to be installed/updated.
   /targetdevice[:param] - Specifies the target device (one of the following)
 xd-   default emulator
 de-   Windows Phone device connected to the desktop
 n -   device listed at index n. To get the list of devices
   use the following command
   XapDeployCmd.exe /EnumerateDevices
 Examples: (assuming product id is f8ce6878-0aeb-497f-bcf4-65be961d4bba and 
 XapFilePath is D:\PhoneApp1.xap)
 XapDeployCmd.exe  /installlaunch D:\PhoneApp1.xap /targetdevice:xd
   - installs PhoneApp1 on the default emulator and then launches it
 XapDeployCmd.exe  /launch f8ce6878-0aeb-497f-bcf4-65be961d4bba 
 /targetdevice:de
   - launches the app with specified product id on the device
 XapDeployCmd.exe  /update D:\PhoneApp1.xap /targetdevice:2
   - updates PhoneApp1 already installed on the device
 specified by device index 2. To get the list of valid indices use
 the EnumerateDevices command
 XapDeployCmd.exe  /uninstall f8ce6878-0aeb-497f-bcf4-65be961d4bba 
 /targetdevice:xd
   - uninstalls the app with specified product id from the default emulator
 XapDeployCmd.exe  /EnumerateDevices
   - enumerates the list of valid device targets along with their
 corresponding device index
 ERROR: Error code -2147024809 for command: C:\Program Files (x86)\Microsoft 
 SDKs\Windows Phone\v8.0\Tools\Xap Deployment\XapDeployCmd.exe with args: 
 /installlau
 nch,d:/eu.fairmanager.mobile/platforms/wp8/Bin/debug/CordovaAppProj_Debug_AnyCPU.xap,/targetdevice:de
 {code}
 The project deploys fine to the device when using Visual Studio.



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

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

[jira] [Created] (CB-8123) Enable version, device, and chip arch specific library / dll / winmd references in plugins for the Windows platform

2014-12-04 Thread Tim Barham (JIRA)
Tim Barham created CB-8123:
--

 Summary: Enable version, device, and chip arch specific library / 
dll / winmd references in plugins for the Windows platform
 Key: CB-8123
 URL: https://issues.apache.org/jira/browse/CB-8123
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugins, Windows
Reporter: Tim Barham


Because Cordova's windows platform can target multiple target platforms, 
projects and frameworks referenced by the plugin may need to target only a 
subset of those platforms. To enable this, support the following attributes on 
the lib-file and framework elements:

1. device - indicates the reference is specific to a target device. Supported 
values are phone, windows or all (default is all).
2. versions - specify platform versions the reference supports (node semantic 
version ranges supported). Default is to support all versions.
3. arch - indicates the reference is specific to a particular chip architecture 
(x86 or x64).

The arch attribute should result in a Condition='$(Platform)'=='XXX 
attribute on the reference. The other attributes will impact which generated 
jsproj files the reference is actually added to.



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

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



[jira] [Commented] (CB-7892) Cannot download local files via ajax calls

2014-12-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-7892:


GitHub user purplecabbage opened a pull request:

https://github.com/apache/cordova-wp8/pull/65

CB-7892 XHR to local files poly should only load/run once

Fixes angular use case

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

$ git pull https://github.com/purplecabbage/cordova-wp8 CB-7892

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

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


commit 6bb3fc38a4d67cf378e1b11839c4af327ebfccd5
Author: Jesse MacFadyen purplecabb...@gmail.com
Date:   2014-12-05T00:38:04Z

CB-7892 XHR to local files poly should only load/run once




 Cannot download local files via ajax calls
 --

 Key: CB-7892
 URL: https://issues.apache.org/jira/browse/CB-7892
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI, WP8
Reporter: Sergey
Assignee: Jesse MacFadyen

 Without this tweak 
 https://github.com/angular/angular.js/issues/4288
 angular application does not work.



--
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-8124) npm-link does not seem to work

2014-12-04 Thread Josh Soref (JIRA)
Josh Soref created CB-8124:
--

 Summary: npm-link does not seem to work
 Key: CB-8124
 URL: https://issues.apache.org/jira/browse/CB-8124
 Project: Apache Cordova
  Issue Type: Bug
  Components: Coho
Reporter: Josh Soref
Priority: Critical


{quote}
~/Cordova $ cordova-coho/coho npm-link
Running from ~/Cordova
npm-linking dependent modules
~/Cordova/cordova-js ~/Cordova
npm WARN prefer global grunt-cli@0.1.13 should be installed with -g
~/npm/lib/node_modules/cordova-js - ~/Cordova/cordova-js
~/Cordova
~/Cordova/cordova-lib/cordova-lib ~/Cordova
unbuild cordova-js@3.7.2
~/Cordova
~/Cordova/cordova-lib/cordova-lib ~/Cordova
npm http GET https://registry.npmjs.org/cordova-js/3.7.2
npm http 304 https://registry.npmjs.org/cordova-js/3.7.2
npm http GET https://registry.npmjs.org/uglify-js/2.4.15
npm http GET https://registry.npmjs.org/browserify/3.46.0
npm http GET https://registry.npmjs.org/through/2.3.4
npm http 304 https://registry.npmjs.org/uglify-js/2.4.15
npm http 304 https://registry.npmjs.org/browserify/3.46.0
npm http 304 https://registry.npmjs.org/through/2.3.4
npm http GET https://registry.npmjs.org/async
npm http GET https://registry.npmjs.org/source-map/0.1.34
npm http GET https://registry.npmjs.org/optimist
npm http GET https://registry.npmjs.org/uglify-to-browserify
npm http 304 https://registry.npmjs.org/async
npm http 304 https://registry.npmjs.org/source-map/0.1.34
npm http 304 https://registry.npmjs.org/optimist
npm http 304 https://registry.npmjs.org/uglify-to-browserify
npm http GET https://registry.npmjs.org/JSONStream
npm http GET https://registry.npmjs.org/assert
npm http GET https://registry.npmjs.org/browser-pack
npm http GET https://registry.npmjs.org/browser-resolve
npm http GET https://registry.npmjs.org/browserify-zlib
npm http GET https://registry.npmjs.org/buffer
npm http GET https://registry.npmjs.org/builtins
npm http GET https://registry.npmjs.org/commondir/0.0.1
npm http GET https://registry.npmjs.org/concat-stream
npm http GET https://registry.npmjs.org/console-browserify
npm http GET https://registry.npmjs.org/constants-browserify
npm http GET https://registry.npmjs.org/crypto-browserify
npm http GET https://registry.npmjs.org/deep-equal
npm http GET https://registry.npmjs.org/defined
npm http GET https://registry.npmjs.org/deps-sort
npm http GET https://registry.npmjs.org/derequire
npm http GET https://registry.npmjs.org/domain-browser
npm http GET https://registry.npmjs.org/duplexer
npm http GET https://registry.npmjs.org/events
npm http GET https://registry.npmjs.org/glob
npm http GET https://registry.npmjs.org/http-browserify
npm http GET https://registry.npmjs.org/https-browserify
npm http GET https://registry.npmjs.org/inherits
npm http GET https://registry.npmjs.org/insert-module-globals
npm http GET https://registry.npmjs.org/module-deps
npm http GET https://registry.npmjs.org/os-browserify
npm http GET https://registry.npmjs.org/parents
npm http GET https://registry.npmjs.org/path-browserify
npm http GET https://registry.npmjs.org/punycode
npm http GET https://registry.npmjs.org/querystring-es3/0.2.0
npm http GET https://registry.npmjs.org/resolve
npm http GET https://registry.npmjs.org/shallow-copy/0.0.1
npm http GET https://registry.npmjs.org/shell-quote
npm http GET https://registry.npmjs.org/stream-browserify
npm http GET https://registry.npmjs.org/stream-combiner
npm http GET https://registry.npmjs.org/string_decoder
npm http GET https://registry.npmjs.org/subarg/0.0.1
npm http GET https://registry.npmjs.org/syntax-error
npm http GET https://registry.npmjs.org/through2
npm http GET https://registry.npmjs.org/timers-browserify
npm http GET https://registry.npmjs.org/tty-browserify
npm http GET https://registry.npmjs.org/umd
npm http GET https://registry.npmjs.org/url
npm http GET https://registry.npmjs.org/util
npm http GET https://registry.npmjs.org/vm-browserify
npm http GET https://registry.npmjs.org/wordwrap
npm http 304 https://registry.npmjs.org/browser-pack
npm http 304 https://registry.npmjs.org/JSONStream
npm http 304 https://registry.npmjs.org/browser-resolve
npm http 304 https://registry.npmjs.org/browserify-zlib
npm http 304 https://registry.npmjs.org/assert
npm http 304 https://registry.npmjs.org/buffer
npm http 304 https://registry.npmjs.org/builtins
npm http 304 https://registry.npmjs.org/commondir/0.0.1
npm http 304 https://registry.npmjs.org/concat-stream
npm http 304 https://registry.npmjs.org/console-browserify
npm http 304 https://registry.npmjs.org/constants-browserify
npm http 304 https://registry.npmjs.org/crypto-browserify
npm http 304 https://registry.npmjs.org/deep-equal
npm http 304 https://registry.npmjs.org/defined
npm http 304 https://registry.npmjs.org/deps-sort
npm http 304 https://registry.npmjs.org/derequire
npm http 304 https://registry.npmjs.org/domain-browser
npm http 304 

[jira] [Updated] (CB-8124) npm-link does not seem to work

2014-12-04 Thread Josh Soref (JIRA)

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

Josh Soref updated CB-8124:
---
Assignee: Marcel Kinard

 npm-link does not seem to work
 --

 Key: CB-8124
 URL: https://issues.apache.org/jira/browse/CB-8124
 Project: Apache Cordova
  Issue Type: Bug
  Components: Coho, mobile-spec
Reporter: Josh Soref
Assignee: Marcel Kinard
Priority: Critical

 {quote}
 ~/Cordova $ cordova-coho/coho npm-link
 Running from ~/Cordova
 npm-linking dependent modules
 ~/Cordova/cordova-js ~/Cordova
 npm WARN prefer global grunt-cli@0.1.13 should be installed with -g
 ~/npm/lib/node_modules/cordova-js - ~/Cordova/cordova-js
 ~/Cordova
 ~/Cordova/cordova-lib/cordova-lib ~/Cordova
 unbuild cordova-js@3.7.2
 ~/Cordova
 ~/Cordova/cordova-lib/cordova-lib ~/Cordova
 npm http GET https://registry.npmjs.org/cordova-js/3.7.2
 npm http 304 https://registry.npmjs.org/cordova-js/3.7.2
 npm http GET https://registry.npmjs.org/uglify-js/2.4.15
 npm http GET https://registry.npmjs.org/browserify/3.46.0
 npm http GET https://registry.npmjs.org/through/2.3.4
 npm http 304 https://registry.npmjs.org/uglify-js/2.4.15
 npm http 304 https://registry.npmjs.org/browserify/3.46.0
 npm http 304 https://registry.npmjs.org/through/2.3.4
 npm http GET https://registry.npmjs.org/async
 npm http GET https://registry.npmjs.org/source-map/0.1.34
 npm http GET https://registry.npmjs.org/optimist
 npm http GET https://registry.npmjs.org/uglify-to-browserify
 npm http 304 https://registry.npmjs.org/async
 npm http 304 https://registry.npmjs.org/source-map/0.1.34
 npm http 304 https://registry.npmjs.org/optimist
 npm http 304 https://registry.npmjs.org/uglify-to-browserify
 npm http GET https://registry.npmjs.org/JSONStream
 npm http GET https://registry.npmjs.org/assert
 npm http GET https://registry.npmjs.org/browser-pack
 npm http GET https://registry.npmjs.org/browser-resolve
 npm http GET https://registry.npmjs.org/browserify-zlib
 npm http GET https://registry.npmjs.org/buffer
 npm http GET https://registry.npmjs.org/builtins
 npm http GET https://registry.npmjs.org/commondir/0.0.1
 npm http GET https://registry.npmjs.org/concat-stream
 npm http GET https://registry.npmjs.org/console-browserify
 npm http GET https://registry.npmjs.org/constants-browserify
 npm http GET https://registry.npmjs.org/crypto-browserify
 npm http GET https://registry.npmjs.org/deep-equal
 npm http GET https://registry.npmjs.org/defined
 npm http GET https://registry.npmjs.org/deps-sort
 npm http GET https://registry.npmjs.org/derequire
 npm http GET https://registry.npmjs.org/domain-browser
 npm http GET https://registry.npmjs.org/duplexer
 npm http GET https://registry.npmjs.org/events
 npm http GET https://registry.npmjs.org/glob
 npm http GET https://registry.npmjs.org/http-browserify
 npm http GET https://registry.npmjs.org/https-browserify
 npm http GET https://registry.npmjs.org/inherits
 npm http GET https://registry.npmjs.org/insert-module-globals
 npm http GET https://registry.npmjs.org/module-deps
 npm http GET https://registry.npmjs.org/os-browserify
 npm http GET https://registry.npmjs.org/parents
 npm http GET https://registry.npmjs.org/path-browserify
 npm http GET https://registry.npmjs.org/punycode
 npm http GET https://registry.npmjs.org/querystring-es3/0.2.0
 npm http GET https://registry.npmjs.org/resolve
 npm http GET https://registry.npmjs.org/shallow-copy/0.0.1
 npm http GET https://registry.npmjs.org/shell-quote
 npm http GET https://registry.npmjs.org/stream-browserify
 npm http GET https://registry.npmjs.org/stream-combiner
 npm http GET https://registry.npmjs.org/string_decoder
 npm http GET https://registry.npmjs.org/subarg/0.0.1
 npm http GET https://registry.npmjs.org/syntax-error
 npm http GET https://registry.npmjs.org/through2
 npm http GET https://registry.npmjs.org/timers-browserify
 npm http GET https://registry.npmjs.org/tty-browserify
 npm http GET https://registry.npmjs.org/umd
 npm http GET https://registry.npmjs.org/url
 npm http GET https://registry.npmjs.org/util
 npm http GET https://registry.npmjs.org/vm-browserify
 npm http GET https://registry.npmjs.org/wordwrap
 npm http 304 https://registry.npmjs.org/browser-pack
 npm http 304 https://registry.npmjs.org/JSONStream
 npm http 304 https://registry.npmjs.org/browser-resolve
 npm http 304 https://registry.npmjs.org/browserify-zlib
 npm http 304 https://registry.npmjs.org/assert
 npm http 304 https://registry.npmjs.org/buffer
 npm http 304 https://registry.npmjs.org/builtins
 npm http 304 https://registry.npmjs.org/commondir/0.0.1
 npm http 304 https://registry.npmjs.org/concat-stream
 npm http 304 https://registry.npmjs.org/console-browserify
 npm http 304 https://registry.npmjs.org/constants-browserify
 npm http 304 https://registry.npmjs.org/crypto-browserify
 

[jira] [Resolved] (CB-7892) Cannot download local files via ajax calls

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-7892.
-
Resolution: Fixed

 Cannot download local files via ajax calls
 --

 Key: CB-7892
 URL: https://issues.apache.org/jira/browse/CB-7892
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI, WP8
Reporter: Sergey
Assignee: Jesse MacFadyen

 Without this tweak 
 https://github.com/angular/angular.js/issues/4288
 angular application does not work.



--
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-7892) Cannot download local files via ajax calls

2014-12-04 Thread ASF subversion and git services (JIRA)

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

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

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

CB-7892 XHR to local files poly should only load/run once


 Cannot download local files via ajax calls
 --

 Key: CB-7892
 URL: https://issues.apache.org/jira/browse/CB-7892
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI, WP8
Reporter: Sergey
Assignee: Jesse MacFadyen

 Without this tweak 
 https://github.com/angular/angular.js/issues/4288
 angular application does not work.



--
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-7493) Add e2e test for 'space-in-path' and 'unicode in path/name' for core platforms.

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-7493.
-
Resolution: Fixed

All components reporting fixed

 Add e2e test for 'space-in-path' and 'unicode in path/name' for core 
 platforms.
 ---

 Key: CB-7493
 URL: https://issues.apache.org/jira/browse/CB-7493
 Project: Apache Cordova
  Issue Type: Bug
  Components: Android, iOS, Windows, WP8
Reporter: Vladimir Kotikov
Assignee: Jesse MacFadyen

 Since we have several issues with unicode in paths and app names it will be 
 great to have automated testing of these cases.
 Best place to keep these tests is platform repo, so these tests can be ran 
 via come CI service (Appveyor for WP8 and Windows, Travis CI for Android and 
 iOS)
 For WP8 and windows platforms we already have such tests, so we need just to 
 improve them to test new cases.
 For Android and iOS it will be necessary to implement tests. Implementation 
 will be very similar to windows/wp8 implementation.
 Note that android currently doesn't have support for unicode symbols in app 
 name (due to android tools restrictions). So test for android should contain 
 only 'space' case test.



--
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-7782) Plugin doesn't compatible between wp8 platform and windows (for WP8.1)

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-7782.
-
Resolution: Won't Fix

Yes, you must develop a 'windows' plugin which can be used in a universal 
project.
Details on JS plugin authoring for windows here: 
http://cordova.apache.org/docs/en/4.0.0/guide_platforms_win8_plugin.md.html#Windows%20Plugins

 Plugin doesn't compatible between wp8 platform and windows (for WP8.1)
 --

 Key: CB-7782
 URL: https://issues.apache.org/jira/browse/CB-7782
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows, WP8
Reporter: Thomas
Assignee: Jesse MacFadyen

 Hi,
 I have got a problem, this plugin :
 https://github.com/floatinghotpot/cordova-plugin-admob
 ... is working on wp8 platform but not for Windows Phone 8.1 in windows 
 platform.
 How it can be possible? They have the same architecture, no?
 I have just one error: Missing Command Error.
 Thanks.
 Best regards,



--
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-6752) Inappbrowser api 0.3.3 version problem

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-6752.
-
Resolution: Unresolved


Android does not appear to support the closebuttoncaption option, and WP8 does 
not support the location option.

Create feature requests for these items individually if you still want them.

 Inappbrowser api 0.3.3 version problem
 

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

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



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

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



[jira] [Commented] (CB-8043) Orientation preference's value set to anything but landscape or portrait doesn't work.

2014-12-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-8043:


GitHub user MMrko opened a pull request:

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

CB-8043 CB-6462 CB-6105 Refactor orientation preference support

Fixes [CB-8043](https://issues.apache.org/jira/browse/CB-8043), 
[CB-6462](https://issues.apache.org/jira/browse/CB-6462) and 
[CB-6105](https://issues.apache.org/jira/browse/CB-6105). Touches 
[CB-6182](https://issues.apache.org/jira/browse/CB-6182).

Adds support for the global  platform-specific orientation preference 
(iOS, WP8 and Firefox). Android and Amazon Fire OS already had this 
functionality. Additionally, platform-specific orientation preference now 
accepts user-defined values (e.g. `reverseLandscape` for Android or 
`UIInterfaceOrientationPortraitUpsideDown` for iOS). If need be I'd be happy to 
update the 
[docs](http://cordova.apache.org/docs/en/4.0.0/config_ref_index.md.html).

Both iOS and WP8 APIs allow the developer to define an initial orientation 
as well as a set of supported orientations. For now, the platform-specific 
parsers for iOS and WP8 keep it simple and don't support defining the supported 
orientations (see 
[ios_parser.js](/MMrko/cordova-lib/tree/fix-orientation-pref/cordova-lib/src/cordova/metadata/ios_parser.js#L78-L102)
  
[wp8_parser.js](/MMrko/cordova-lib/tree/fix-orientation-pref/cordova-lib/src/cordova/metadata/wp8_parser.js#L62-L84)).
 As a future improvement the orientation preference could/should offer such 
granularity. Meanwhile, developers can resort to a custom approach in their 
builds.

To help keep the code maintainable I added a 
[cordova-lib/src/configparser/supportedPreferences.json](/MMrko/cordova-lib/tree/fix-orientation-pref/cordova-lib/src/configparser/supportedPreferences.json)
 that lists the supported preferences and their values for each platform. 
Maintainer input would be appreciated on this since I wonder if the approach I 
took here is OK. Nevertheless, a central config for preferences seems necessary.

Tested on OS X Mavericks  Windows 8 running VS 2013.

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

$ git pull https://github.com/MMrko/cordova-lib fix-orientation-pref

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

https://github.com/apache/cordova-lib/pull/128.patch

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

This closes #128


commit 3ab3c824fe2b67fede6bf75fa1731599152f3090
Author: Marko Raatikka m...@kapsi.fi
Date:   2014-12-02T23:04:59Z

CB-8043 CB-6462 CB-6105 Refactor orientation preference support (adds iOS, 
WP8  Firefox OS)




 Orientation preference's value set to anything but landscape or portrait 
 doesn't work.
 --

 Key: CB-8043
 URL: https://issues.apache.org/jira/browse/CB-8043
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Android
Reporter: Rémi Couturier

 cordova-cli: 4.1.2
 cordova-android: 3.6.4
 mac: osx yosemite
 In config.xml, setting the orientation preference's value to anything but 
 landscape or portrait doesn't work. Complete list of possible value: 
 http://developer.android.com/guide/topics/manifest/activity-element.html#screen
 For example when setting the value to userLandscape and building the app 
 (cordova build android), I'm getting this message: Unknown value for 
 orientation preference: userLandscape.



--
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-7693) Auto detaching handlers for commands

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-7693.
-
Resolution: Unresolved

Currently plugins do not support navigation, unless (potentially) they manage 
their own state.

Navigation already causes the entire DOM to be dropped and reloaded, so the JS 
side of the callbacks are already gone, and the next page load will begin with 
a different seed for callbackID.



 Auto detaching handlers for commands
 

 Key: CB-7693
 URL: https://issues.apache.org/jira/browse/CB-7693
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugins, WP8
Affects Versions: 3.6.3
Reporter: Lee Crossley
Assignee: Jesse MacFadyen

 The `webBrowser_Unloaded` method which detaches event handlers of plugin 
 commands (to prevent memory leak on page navigation) clears ALL plugin 
 callbacks (aka ResultHandlers).
 If you have a plugin that performs navigation, the callback is lost, which 
 will result in a Failed to locate callback for id error.
 I'm unable to see a workaround for this without modifying the BaseCommand or 
 NativeExecution.



--
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-8053) Including a project reference in a plugin fails on Windows platform

2014-12-04 Thread Tim Barham (JIRA)

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

Tim Barham resolved CB-8053.

Resolution: Fixed

 Including a project reference in a plugin fails on Windows platform
 ---

 Key: CB-8053
 URL: https://issues.apache.org/jira/browse/CB-8053
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: 3.5.0
 Environment: Windows
Reporter: Tim Barham
  Labels: plugin, windows
   Original Estimate: 48h
  Remaining Estimate: 48h

 Create a plugin that supports the Windows platform. In plugin.xml, include a 
 project reference - for example:
   platform name=windows
 framework src=src/MyWinRTAPI/MyWinRTAPI.vcxproj custom=true 
 type=projectReference/
   /platform
 Add the plugin to a project, then add the Windows platform (or vice versa), 
 results in error too many projects in solution in 
 cordova-lib/src/util/windows/jsproj.js. For example, output from cordova 
 platform add windows --verbose:
 Writing out cordova_plugins.js...
 Installing plugin cpp.plugin following successful platform add of windows
 Installing cpp.plugin for windows
 Install start for cpp.plugin on windows.
 Beginning processing of action stack for windows project...
 Parsing windows project files...
 creating jsproj from project at : %USERPROFILE%\Documents\Visual Studio 
 2013\Projects\WinRTCPP\WinRTCPP\bld\Debug\platforms\windows\CordovaApp.projitems
 windows8 framework install :: cpp.plugin
 adding project reference to %USERPROFILE%\Documents\Visual Studio 
 2013\Projects\WinRTCPP\WinRTCPP\bld\Debug\plugins\cpp.plugin\src\MyWinRTAPI\MyWinRTAPI.vcxproj
 Error during processing of action! Attempting to revert...
 Failed to install 'cpp.plugin':Error: Uh oh!
 too many projects in solution.
 at Object.jsproj.addProjectReference 
 (%APPDATA%\npm\node_modules\cordova\node_modules\cordova-lib\src\util\windows\jsproj.js:196:19)
 at module.exports.framework.install 
 (%APPDATA%\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\platforms\windows.js:116:30)
 at Object.ActionStack.process 
 (%APPDATA%\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\util\action-stack.js:72:25)
 at handleInstall 
 (%APPDATA%\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:591:20)
 at 
 %APPDATA%\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:340:28
 at _fulfilled 
 (%APPDATA%\npm\node_modules\cordova\node_modules\q\q.js:798:54)
 at self.promiseDispatch.done 
 (%APPDATA%\npm\node_modules\cordova\node_modules\q\q.js:827:30)
 at Promise.promise.promiseDispatch 
 (%APPDATA%\npm\node_modules\cordova\node_modules\q\q.js:760:13)
 at %APPDATA%\npm\node_modules\cordova\node_modules\q\q.js:526:49
 at flush (%APPDATA%\npm\node_modules\cordova\node_modules\q\q.js:108:17)



--
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-8053) Including a project reference in a plugin fails on Windows platform

2014-12-04 Thread Tim Barham (JIRA)

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

Tim Barham closed CB-8053.
--

 Including a project reference in a plugin fails on Windows platform
 ---

 Key: CB-8053
 URL: https://issues.apache.org/jira/browse/CB-8053
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: 3.5.0
 Environment: Windows
Reporter: Tim Barham
  Labels: plugin, windows
   Original Estimate: 48h
  Remaining Estimate: 48h

 Create a plugin that supports the Windows platform. In plugin.xml, include a 
 project reference - for example:
   platform name=windows
 framework src=src/MyWinRTAPI/MyWinRTAPI.vcxproj custom=true 
 type=projectReference/
   /platform
 Add the plugin to a project, then add the Windows platform (or vice versa), 
 results in error too many projects in solution in 
 cordova-lib/src/util/windows/jsproj.js. For example, output from cordova 
 platform add windows --verbose:
 Writing out cordova_plugins.js...
 Installing plugin cpp.plugin following successful platform add of windows
 Installing cpp.plugin for windows
 Install start for cpp.plugin on windows.
 Beginning processing of action stack for windows project...
 Parsing windows project files...
 creating jsproj from project at : %USERPROFILE%\Documents\Visual Studio 
 2013\Projects\WinRTCPP\WinRTCPP\bld\Debug\platforms\windows\CordovaApp.projitems
 windows8 framework install :: cpp.plugin
 adding project reference to %USERPROFILE%\Documents\Visual Studio 
 2013\Projects\WinRTCPP\WinRTCPP\bld\Debug\plugins\cpp.plugin\src\MyWinRTAPI\MyWinRTAPI.vcxproj
 Error during processing of action! Attempting to revert...
 Failed to install 'cpp.plugin':Error: Uh oh!
 too many projects in solution.
 at Object.jsproj.addProjectReference 
 (%APPDATA%\npm\node_modules\cordova\node_modules\cordova-lib\src\util\windows\jsproj.js:196:19)
 at module.exports.framework.install 
 (%APPDATA%\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\platforms\windows.js:116:30)
 at Object.ActionStack.process 
 (%APPDATA%\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\util\action-stack.js:72:25)
 at handleInstall 
 (%APPDATA%\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:591:20)
 at 
 %APPDATA%\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:340:28
 at _fulfilled 
 (%APPDATA%\npm\node_modules\cordova\node_modules\q\q.js:798:54)
 at self.promiseDispatch.done 
 (%APPDATA%\npm\node_modules\cordova\node_modules\q\q.js:827:30)
 at Promise.promise.promiseDispatch 
 (%APPDATA%\npm\node_modules\cordova\node_modules\q\q.js:760:13)
 at %APPDATA%\npm\node_modules\cordova\node_modules\q\q.js:526:49
 at flush (%APPDATA%\npm\node_modules\cordova\node_modules\q\q.js:108:17)



--
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-7452) Windows. Rewrite ApplyPlatformConfig.ps1 using NodeJS

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-7452.
-
Resolution: Fixed

 Windows. Rewrite ApplyPlatformConfig.ps1 using NodeJS
 -

 Key: CB-7452
 URL: https://issues.apache.org/jira/browse/CB-7452
 Project: Apache Cordova
  Issue Type: Bug
  Components: Windows
Affects Versions: 3.6.0
Reporter: Sergey Grebnov
Assignee: Jesse MacFadyen
  Labels: Windows

 We've recently switched to NodeJS tooling but still continue to use 
 Powershell to parse config.xml and apply configuration params 
 (ApplyPlatformConfig.ps1).
 I see the following motivation to re-write ApplyPlatformConfig using NodeJS.
 1. More easy to contribute since most of Cordova contributors are experienced 
 in Node and don't know PS
 2. More easy to maintain and modify in the future, better integration with 
 the rest of Node tooling
 3. We already have most of the configuration processing logic for Windows in 
 cordova-lib so switching to Node should be easy



--
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-7237) Execution failure on Windows 8.0

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-7237.
-
Resolution: Incomplete

 Execution failure on Windows 8.0
 

 Key: CB-7237
 URL: https://issues.apache.org/jira/browse/CB-7237
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Dialogs, Windows 8
Affects Versions: 3.5.0
 Environment: Windows 8
Reporter: Pierre-Emmanuel DUBREUIL
Assignee: Jesse MacFadyen

 Hi !
 I am using cordova-plugin-dialogs in a webapp executed on Android, iOS and 
 Windows8, to display basic text messages.
 It works perfectly on Android and iOS, but fails for Windows 8.0
 I'm sorry, I have not yet found a way to get the full stacktrace of the crash.
 Is this plugin compatible with Windows 8.0 ? Did you meet already issues on 
 this platform?
 Thank you in advance



--
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-7510) history.replaceState doesn't work with long URLs

2014-12-04 Thread Jesse MacFadyen (JIRA)

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

Jesse MacFadyen resolved CB-7510.
-
Resolution: Unresolved

This is a limitation of the browser control.
The js as posted throws a SecurityError for any url longer than 180 char.

 history.replaceState doesn't work with long URLs
 

 Key: CB-7510
 URL: https://issues.apache.org/jira/browse/CB-7510
 Project: Apache Cordova
  Issue Type: Bug
  Components: WP8
Affects Versions: 2.9.1
 Environment: Windows Phone 8.0 (NOKIA Lumia 920)
Reporter: Alexander Bykov
Assignee: Jesse MacFadyen

 While executing the js code below an app stops working if the 'url' argument 
 length is greater that 200:
 var url = Array(200).join(a);
 alert(start  + url.length);
 alert(window.history.replaceState(null, null, url));
 alert(end);
 If run the same code in phone's browser it works properly.



--
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-8125) file transfer plugin tests often crash the mobilespec test app

2014-12-04 Thread Dmitry Blotsky (JIRA)
Dmitry Blotsky created CB-8125:
--

 Summary: file transfer plugin tests often crash the mobilespec 
test app
 Key: CB-8125
 URL: https://issues.apache.org/jira/browse/CB-8125
 Project: Apache Cordova
  Issue Type: Bug
  Components: mobile-spec, Plugin File Transfer, Plugin TestFramework
Affects Versions: 4.0.0
 Environment: Windows, iOS, Android
Reporter: Dmitry Blotsky


Creating a mobilespec app with createmobilespec crashes non-deterministically 
when running file transfer plugin tests.



--
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-8125) file transfer plugin tests often crash the mobilespec test app

2014-12-04 Thread Dmitry Blotsky (JIRA)

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

Dmitry Blotsky commented on CB-8125:


Pull request open here: 
https://github.com/apache/cordova-plugin-file-transfer/pull/55

 file transfer plugin tests often crash the mobilespec test app
 --

 Key: CB-8125
 URL: https://issues.apache.org/jira/browse/CB-8125
 Project: Apache Cordova
  Issue Type: Bug
  Components: mobile-spec, Plugin File Transfer, Plugin TestFramework
Affects Versions: 4.0.0
 Environment: Windows, iOS, Android
Reporter: Dmitry Blotsky
  Labels: file-transfer, newbie, plugin, test-framework
   Original Estimate: 72h
  Remaining Estimate: 72h

 Creating a mobilespec app with createmobilespec crashes non-deterministically 
 when running file transfer plugin tests.



--
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-8123) Enable version, device, and chip arch specific library / dll / winmd references in plugins for the Windows platform

2014-12-04 Thread Tim Barham (JIRA)

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

Tim Barham commented on CB-8123:


I am currently working on this and should have a pull request out shortly.

 Enable version, device, and chip arch specific library / dll / winmd 
 references in plugins for the Windows platform
 ---

 Key: CB-8123
 URL: https://issues.apache.org/jira/browse/CB-8123
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Plugins, Windows
Reporter: Tim Barham
   Original Estimate: 72h
  Remaining Estimate: 72h

 Because Cordova's windows platform can target multiple target platforms, 
 projects and frameworks referenced by the plugin may need to target only a 
 subset of those platforms. To enable this, support the following attributes 
 on the lib-file and framework elements:
 1. device - indicates the reference is specific to a target device. Supported 
 values are phone, windows or all (default is all).
 2. versions - specify platform versions the reference supports (node semantic 
 version ranges supported). Default is to support all versions.
 3. arch - indicates the reference is specific to a particular chip 
 architecture (x86 or x64).
 The arch attribute should result in a Condition='$(Platform)'=='XXX 
 attribute on the reference. The other attributes will impact which generated 
 jsproj files the reference is actually added to.



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

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



[jira] [Commented] (CB-2415) On iOS the ajax error/fail callback is not called after server returns error code 401/unauthorized

2014-12-04 Thread Username Password (JIRA)

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

Username Password commented on CB-2415:
---

Guys, please fix this ridiculous bug, unless you're leaving it open 
intentionally. 

Servers are not under our control. An app developer cannot go around asking 
clients to turn off WWW-Authenticate headers, since its also part of the RFC. 

 On iOS the ajax error/fail callback is not called after server returns error 
 code 401/unauthorized
 --

 Key: CB-2415
 URL: https://issues.apache.org/jira/browse/CB-2415
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.2.0
 Environment: OSX 10.8.2, Xcode 4.5.1, iOS Simulator 5.0, 5.1, 6.0, 
 cordova 2.2
Reporter: Zach White
  Labels: 401, BasicAuth, core

 I am seeing the same issue as reported in 
 [CB-2284|https://issues.apache.org/jira/browse/CB-2284] also in iOS. Ajax 
 calls with Authorization header set are not returning but are timing out when 
 the authorization credentials are invalid.



--
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-2415) On iOS the ajax error/fail callback is not called after server returns error code 401/unauthorized

2014-12-04 Thread Username Password (JIRA)

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

Username Password commented on CB-2415:
---

@Zach White, this is not only an IOS issue. It affects Cordova in general. Is 
this bug enabling you guys to keep a backdoor open somewhere for your friends 
in Apple?

 On iOS the ajax error/fail callback is not called after server returns error 
 code 401/unauthorized
 --

 Key: CB-2415
 URL: https://issues.apache.org/jira/browse/CB-2415
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 2.2.0
 Environment: OSX 10.8.2, Xcode 4.5.1, iOS Simulator 5.0, 5.1, 6.0, 
 cordova 2.2
Reporter: Zach White
  Labels: 401, BasicAuth, core

 I am seeing the same issue as reported in 
 [CB-2284|https://issues.apache.org/jira/browse/CB-2284] also in iOS. Ajax 
 calls with Authorization header set are not returning but are timing out when 
 the authorization credentials are invalid.



--
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-6462) Support Orientation global preference

2014-12-04 Thread Marko Raatikka (JIRA)

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

Marko Raatikka commented on CB-6462:


Created a PR for this over at 
[GitHub](https://github.com/apache/cordova-lib/pull/128).

 Support Orientation global preference
 ---

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

 See CB-6182
 For Orientation, this requires a change in the Info.plist but we could read 
 the preference, and override the reading of the values here: 
 https://github.com/apache/cordova-ios/blob/217b3a52af828b0cc88111bcda7f7b862ad1549d/CordovaLib/Classes/CDVViewController.m#L78
 ... however it might be too confusing for the user, if there are two places 
 for the values to be set – but it could just be a documentation issue.



--
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-6105) Cordova CLI orientation preference does nothing on iOS

2014-12-04 Thread Marko Raatikka (JIRA)

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

Marko Raatikka commented on CB-6105:


Created a PR for this over at 
[GitHub|https://github.com/apache/cordova-lib/pull/128].

 Cordova CLI orientation preference does nothing on iOS
 

 Key: CB-6105
 URL: https://issues.apache.org/jira/browse/CB-6105
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Affects Versions: 3.4.0
 Environment: iOS
Reporter: Michal Mocny

 There is a multi-platform app config preference for orientation, documented 
 here: 
 http://cordova.apache.org/docs/en/edge/config_ref_index.md.html#The%20config.xml%20File_global_preferences
 CLI's android_parser.js specifically looks for this tag and updates 
 AndroidManifest, but ios_parser.js does not.  I think it should be updating 
 the UISupportedInterfaceOrientations array in the app's plist.
 (Also, generally the way we do orientations is pretty poor and could do with 
 an overhaul, alas..)



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

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



[jira] [Comment Edited] (CB-6462) Support Orientation global preference

2014-12-04 Thread Marko Raatikka (JIRA)

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

Marko Raatikka edited comment on CB-6462 at 12/5/14 7:37 AM:
-

Created a PR for this over at 
[GitHub|https://github.com/apache/cordova-lib/pull/128].


was (Author: mmrko):
Created a PR for this over at 
[GitHub](https://github.com/apache/cordova-lib/pull/128).

 Support Orientation global preference
 ---

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

 See CB-6182
 For Orientation, this requires a change in the Info.plist but we could read 
 the preference, and override the reading of the values here: 
 https://github.com/apache/cordova-ios/blob/217b3a52af828b0cc88111bcda7f7b862ad1549d/CordovaLib/Classes/CDVViewController.m#L78
 ... however it might be too confusing for the user, if there are two places 
 for the values to be set – but it could just be a documentation issue.



--
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-6182) Incorrect config.xml Global Preferences

2014-12-04 Thread Marko Raatikka (JIRA)

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

Marko Raatikka commented on CB-6182:


Created a PR to tackle the orientation part of this issue over at 
[GitHub|https://github.com/apache/cordova-lib/pull/128].

 Incorrect config.xml Global Preferences
 ---

 Key: CB-6182
 URL: https://issues.apache.org/jira/browse/CB-6182
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Affects Versions: Master
Reporter: Shazron Abdullah
Assignee: Shazron Abdullah
 Fix For: 3.6.0


 Link: 
 http://cordova.apache.org/docs/en/3.4.0/config_ref_index.md.html#The%20config.xml%20File_global_preferences
 The fullscreen and orientation global preferences are not supported on 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