[jira] [Commented] (CB-12975) Resort cordova.InAppBrowser.open `options` for better developer experience

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12975:
-

GitHub user janpio opened a pull request:

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

CB-12975: (docs) Resort and reword cordova.InAppBrowser.open `options` lists

### Platforms affected
n/a, only docs changes

### What does this PR do?
Resort and reword cordova.InAppBrowser.open `options` lists for better 
developer experience

### What testing has been done on this change?
n/a

### Checklist
- [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [x] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- n/a Added automated test coverage as appropriate for this change.


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

$ git pull https://github.com/janpio/cordova-plugin-inappbrowser patch-1

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

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


commit 89573d90a2c32c21537362229948b12bad531cdf
Author: Jan Piotrowski 
Date:   2017-07-01T00:41:04Z

Resort and reword cordova.InAppBrowser.open `options` lists

 for better developer experience




> Resort cordova.InAppBrowser.open `options` for better developer experience
> --
>
> Key: CB-12975
> URL: https://issues.apache.org/jira/browse/CB-12975
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-docs, cordova-plugin-inappbrowser
>Reporter: Jan Piotrowski
>Priority: Minor
>
> Right now the list of `options` for `cordova.InAppBrowser.open` on 
> https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser/
>  for the three platforms with additional options is quite random. As a user 
> it is quite simple to misunderstand the wording and list as e.g. `hidden`only 
> being available for Android (first item in only the Android list, there 
> "Android only" directly over the line.
> It would be great to resort them in a way, that it is easier to find out 
> which of the options are available on all (or multiple) of the 3 platforms 
> with additional options. Also the "only" could be reworded to be less 
> "exclusive".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12975) Resort cordova.InAppBrowser.open `options` for better developer experience

2017-06-30 Thread Jan Piotrowski (JIRA)
Jan Piotrowski created CB-12975:
---

 Summary: Resort cordova.InAppBrowser.open `options` for better 
developer experience
 Key: CB-12975
 URL: https://issues.apache.org/jira/browse/CB-12975
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-docs, cordova-plugin-inappbrowser
Reporter: Jan Piotrowski
Priority: Minor


Right now the list of `options` for `cordova.InAppBrowser.open` on 
https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser/
 for the three platforms with additional options is quite random. As a user it 
is quite simple to misunderstand the wording and list as e.g. `hidden`only 
being available for Android (first item in only the Android list, there 
"Android only" directly over the line.

It would be great to resort them in a way, that it is easier to find out which 
of the options are available on all (or multiple) of the 3 platforms with 
additional options. Also the "only" could be reworded to be less "exclusive".



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12974) Platform add should fail fast

2017-06-30 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-12974:


 Summary: Platform add should fail fast
 Key: CB-12974
 URL: https://issues.apache.org/jira/browse/CB-12974
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-lib
Reporter: Jesse MacFadyen


We should fail fast if the platform is already installed.

{code}
 time cordova platform add ios@4 -d
Warning: using prerelease version 7.0.2-dev (cordova-lib@7.0.2-dev)
No scripts found for hook "before_platform_add".
Using cordova-fetch for cordova-ios@4
saving
Running command: npm install cordova-ios@4 --save
Command finished with error code 0: npm install,cordova-ios@4,--save
Removing "cordova-" prefix from cordova-ios
Error: Platform ios already added.

real0m14.939s
user0m7.347s
sys 0m2.453s
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12593) FileProvider conflict in the camera plugin

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12593:
-

Github user cjpearson commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/274
  
Thanks, Joe. I messed up the commit and issue linking. 
https://github.com/apache/cordova-plugin-camera/pull/275 has the same change.


> FileProvider conflict in the camera plugin
> --
>
> Key: CB-12593
> URL: https://issues.apache.org/jira/browse/CB-12593
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Connor Pearson
>
> Version 2.3.1 of the camera plugin adds a FileProvider to the 
> AndroidManifest. I already have a plugin that is doing this, so the duplicate 
> entries cause a build error.
> {code}
> Element provider#android.support.v4.content.FileProvider at 
> AndroidManifest.xml:19:9-21:20 duplicated with element declared at 
> AndroidManifest.xml:16:9-18:20
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12593) FileProvider conflict in the camera plugin

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12593:
-

Github user infil00p commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/274
  
THIS IS BRILLIANT!  Why is this a closed issue?


> FileProvider conflict in the camera plugin
> --
>
> Key: CB-12593
> URL: https://issues.apache.org/jira/browse/CB-12593
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Connor Pearson
>
> Version 2.3.1 of the camera plugin adds a FileProvider to the 
> AndroidManifest. I already have a plugin that is doing this, so the duplicate 
> entries cause a build error.
> {code}
> Element provider#android.support.v4.content.FileProvider at 
> AndroidManifest.xml:19:9-21:20 duplicated with element declared at 
> AndroidManifest.xml:16:9-18:20
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12973) inAppBrowser (_blank) returns to unresponsive app after "done" on iOS 10.

2017-06-30 Thread Charles Palmer (JIRA)
Charles Palmer created CB-12973:
---

 Summary: inAppBrowser (_blank) returns to unresponsive app after 
"done" on iOS 10.
 Key: CB-12973
 URL: https://issues.apache.org/jira/browse/CB-12973
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-inappbrowser
 Environment: cordova -v
7.0.1
Installed platforms:
  android 6.2.3
  ios 4.1.1
╰─➤  cordova plugins
cordova-plugin-badge 0.8.0 "Badges"
cordova-plugin-console 1.0.5 "Console"
cordova-plugin-device 1.1.4 "Device"
cordova-plugin-inappbrowser 1.7.1 "InAppBrowser"
cordova-plugin-splashscreen 4.0.3 "Splashscreen"
cordova-plugin-statusbar 2.2.1 "StatusBar"
cordova-plugin-whitelist 1.3.1 "Whitelist"
ionic-plugin-keyboard 2.2.1 "Keyboard"
Reporter: Charles Palmer
Priority: Critical


Same app works on iOS 9 and Android. Also works on _system with Safari browser.

Use case. I create a simplified test case with a touch button to invoke code (I 
have tried many workarounds without change of behavior)  The fundamental code 
is:

var options = {
  location: 'yes',
  clearcache: 'yes',
  toolbar: 'yes'
};
  IABRef = 
cordova.InAppBrowser.open(encodeURI('https://conconn-staging.herokuapp.com'), 
'_blank', options);
 
  IABRef.addEventListener('exit', iabClose);


I can enter the browser. If I hit "done" immediately, I return successfully and 
can use the button to reinvoke the browser. However if I interact with the 
browser content, there is about a 90%+ that upon exit ("done") to the app, the 
app will not be responsive.. It should be noted that the exit listener does 
activate, but I have not found a way to reactivate the application's response.

I suspect that there is an interaction at the interface between InAppBrowser 
and the Apple Library for iOS 10, but this is speculation. As I said this work 
with iOS 9 and fails in iOS 10. This can be simulated . (Xcode 8.3.3)  and 
observed on hardware.

I believe there are multiple people facing this issue. Happy to provide more 
information or collaborate if appropriate.

I would be happy with a reliable work around or patch. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12966) cordova-ios Podfile template does not escape project names containing a single quote

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12966:
-

Github user joshdholtz commented on the issue:

https://github.com/apache/cordova-ios/pull/324
  
@renatoalencar I have no idea why the tests are not passing. It seems like 
other tests aren't passing either. You can use this by doing something like...

```
ionic platform add https://github.com/joshdholtz/cordova-ios.git
```
or
```
cordova platform add https://github.com/joshdholtz/cordova-ios.git
```


> cordova-ios Podfile template does not escape project names containing a 
> single quote
> 
>
> Key: CB-12966
> URL: https://issues.apache.org/jira/browse/CB-12966
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova-ios@5.0.0
> Environment: iOS platform
>Reporter: Josh Holtz
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: ios, patch
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Podfile template does not escape single quotes for project names when 
> generating the Podfile. This will cause a syntax error in the Podfile since 
> the target and project are single quoted strings. The solution is to escape 
> the single quotes in the project name before writing them to the Podfile.
> I already have a fix for this issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12593) FileProvider conflict in the camera plugin

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12593:
-

GitHub user cjpearson opened a pull request:

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

CB-12593: (android) Fix potential FileProvider conflicts



### Platforms affected
Android

### What does this PR do?
Allows more than one plugin to use a FileProvider

### What testing has been done on this change?
Tested with cordova-android 6.1.2

### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


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

$ git pull https://github.com/cjpearson/cordova-plugin-camera CB12953

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

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


commit cfefa53272d48c0067bd4a71345f1d6b328ff96f
Author: Connor Pearson 
Date:   2017-06-30T13:59:27Z

CB-12593: (android) Fix potential FileProvider conflicts




> FileProvider conflict in the camera plugin
> --
>
> Key: CB-12593
> URL: https://issues.apache.org/jira/browse/CB-12593
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Connor Pearson
>
> Version 2.3.1 of the camera plugin adds a FileProvider to the 
> AndroidManifest. I already have a plugin that is doing this, so the duplicate 
> entries cause a build error.
> {code}
> Element provider#android.support.v4.content.FileProvider at 
> AndroidManifest.xml:19:9-21:20 duplicated with element declared at 
> AndroidManifest.xml:16:9-18:20
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12593) FileProvider conflict in the camera plugin

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12593:
-

Github user cjpearson closed the pull request at:

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


> FileProvider conflict in the camera plugin
> --
>
> Key: CB-12593
> URL: https://issues.apache.org/jira/browse/CB-12593
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Connor Pearson
>
> Version 2.3.1 of the camera plugin adds a FileProvider to the 
> AndroidManifest. I already have a plugin that is doing this, so the duplicate 
> entries cause a build error.
> {code}
> Element provider#android.support.v4.content.FileProvider at 
> AndroidManifest.xml:19:9-21:20 duplicated with element declared at 
> AndroidManifest.xml:16:9-18:20
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12593) FileProvider conflict in the camera plugin

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12593:
-

Github user cjpearson commented on the issue:

https://github.com/apache/cordova-plugin-camera/pull/257
  
I think https://github.com/apache/cordova-plugin-camera/pull/274 may be a 
better solution. Closing.


> FileProvider conflict in the camera plugin
> --
>
> Key: CB-12593
> URL: https://issues.apache.org/jira/browse/CB-12593
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Connor Pearson
>
> Version 2.3.1 of the camera plugin adds a FileProvider to the 
> AndroidManifest. I already have a plugin that is doing this, so the duplicate 
> entries cause a build error.
> {code}
> Element provider#android.support.v4.content.FileProvider at 
> AndroidManifest.xml:19:9-21:20 duplicated with element declared at 
> AndroidManifest.xml:16:9-18:20
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12593) FileProvider conflict in the camera plugin

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12593:
-

Github user cjpearson closed the pull request at:

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


> FileProvider conflict in the camera plugin
> --
>
> Key: CB-12593
> URL: https://issues.apache.org/jira/browse/CB-12593
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera
>Reporter: Connor Pearson
>
> Version 2.3.1 of the camera plugin adds a FileProvider to the 
> AndroidManifest. I already have a plugin that is doing this, so the duplicate 
> entries cause a build error.
> {code}
> Element provider#android.support.v4.content.FileProvider at 
> AndroidManifest.xml:19:9-21:20 duplicated with element declared at 
> AndroidManifest.xml:16:9-18:20
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12959) Conflict between camera and media capture plugin

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12959:
-

GitHub user cjpearson opened a pull request:

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

CB-12959: (android) Fix potential FileProvider conflicts



### Platforms affected
Android

### What does this PR do?
Allows more than one plugin to use a FileProvider

### What testing has been done on this change?


### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


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

$ git pull https://github.com/cjpearson/cordova-plugin-camera CB12959

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

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


commit 94b6ba3d0687990c148f91ef83a33c53f8f8d4da
Author: Connor Pearson 
Date:   2017-06-30T13:59:27Z

CB-12959: (android) Fix potential FileProvider conflicts




> Conflict between camera and media capture plugin
> 
>
> Key: CB-12959
> URL: https://issues.apache.org/jira/browse/CB-12959
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-camera, cordova-plugin-media-capture
>Reporter: Connor Pearson
>Priority: Minor
>
> We recently had a build fail the itunes upload due to 
> NSCameraUsageDescription not being set. It was caused by the newer version of 
> the media-capture plugin defining NSCameraUsageDescription and 
> NSPhotoLibraryUsageDescriptionentry with an empty string and blowing away the 
> value set by the camera plugin variables.
> The workaround is pretty simple: just set the same variables for both 
> plugins, but I would expect core plugins to work nicely with each other. Is 
> it necessary for the plugins to control these parameters? Could one define 
> these values in config.xml instead of relying on the plugins?
> Also, if an empty string is no longer valid for app submission should it be 
> added by default?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12966) cordova-ios Podfile template does not escape project names containing a single quote

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12966:
-

Github user renatoalencar commented on the issue:

https://github.com/apache/cordova-ios/pull/324
  
I really need this bug fix, did you understand why this is not passing in 
tests?



> cordova-ios Podfile template does not escape project names containing a 
> single quote
> 
>
> Key: CB-12966
> URL: https://issues.apache.org/jira/browse/CB-12966
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios@4.4.0, cordova-ios@5.0.0
> Environment: iOS platform
>Reporter: Josh Holtz
>Assignee: Shazron Abdullah
>Priority: Minor
>  Labels: ios, patch
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Podfile template does not escape single quotes for project names when 
> generating the Podfile. This will cause a syntax error in the Podfile since 
> the target and project are single quoted strings. The solution is to escape 
> the single quotes in the project name before writing them to the Podfile.
> I already have a fix for this issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12932) InAppBrowser plugin crash on Android

2017-06-30 Thread thibaut (JIRA)

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

thibaut commented on CB-12932:
--

Any news ? I am still having the issue, thanks !

> InAppBrowser plugin crash on Android
> 
>
> Key: CB-12932
> URL: https://issues.apache.org/jira/browse/CB-12932
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
>Affects Versions: cordova@7.0.0
>Reporter: thibaut
>
> When using the _blank option, the cordova plugin now crash the entire 
> application on Android 6 and 7 after updating to the last SDK available of 
> Google:
> Fabric tells me this :
> {code:java}
> Fatal Exception: android.content.res.Resources$NotFoundException: Resource ID 
> #0x0
>at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:202)
>at android.content.res.Resources.getDrawable(Resources.java:1639)
>at android.content.res.Resources.getDrawable(Resources.java:1611)
>at 
> org.apache.cordova.inappbrowser.InAppBrowser$6.run(InAppBrowser.java:637)
>at android.app.Activity.runOnUiThread(Activity.java:6030)
>at 
> org.apache.cordova.inappbrowser.InAppBrowser.showWebPage(InAppBrowser.java:852)
>at 
> org.apache.cordova.inappbrowser.InAppBrowser$1.run(InAppBrowser.java:207)
>at android.os.Handler.handleCallback(Handler.java:751)
>at android.os.Handler.dispatchMessage(Handler.java:95)
>at android.os.Looper.loop(Looper.java:154)
>at android.app.ActivityThread.main(ActivityThread.java:6692)
>at java.lang.reflect.Method.invoke(Method.java)
>at 
> com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1468)
>at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1358)
> {code}
> I tried with _system : No Crash, but every time I use _blank, the app crashed.
> It happens since I updated my google sdk (I think it was the play services, 
> but not sure about this)
> Thanking you in advance



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit 28d03fe6fed37dd966f91045263afd917ea1bdda in 
cordova-plugin-wkwebview-engine's branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-wkwebview-engine.git;h=28d03fe
 ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit 60afe0413badc666268287523108ffcbeb075fc1 in cordova-plugin-vibration's 
branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-vibration.git;h=60afe04
 ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit 1ae18933d536f936b6737b6bf761c82bad017101 in cordova-plugin-statusbar's 
branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-statusbar.git;h=1ae1893
 ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit 3a2fbd3ecc8b8aa305cd3a543565907a057f8f46 in 
cordova-plugin-screen-orientation's branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-screen-orientation.git;h=3a2fbd3
 ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit db157cbe63da7f383e212f1fa7373e950342bd91 in 
cordova-plugin-media-capture's branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media-capture.git;h=db157cb
 ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit 4286c7b29ba2bc5c197105e02dead198f8b19ca9 in cordova-plugin-media's 
branch refs/heads/master from [~alsorokin]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=4286c7b ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit 7d67cfce888643dad765f18d9044952c5c682af8 in 
cordova-plugin-globalization's branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-globalization.git;h=7d67cfc
 ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit 259aa76017c53e6c8af4e8a543b214ed740de7bc in cordova-plugin-geolocation's 
branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=259aa76
 ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit 1112345f0df0ef5bccb1ace96132c3ded1a03eab in cordova-plugin-dialogs's 
branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-dialogs.git;h=1112345 ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12661) The android emulator will not execute

2017-06-30 Thread Ulrik Gammelby (JIRA)

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

Ulrik Gammelby commented on CB-12661:
-

The referenced CB-12767 does not have a fix version. In the discussion it 
sounds as if the problem was related to the reporter's tool configuration. I 
get the same problem here and had to patch emulator.js according to a hint an 
Ionic forum:

{code}
202c202
< var num = target.split('(API level ')[1].replace(')', '');
---
> var num = target.match(/\d+/)[0];
{code}


> The android emulator will not execute
> -
>
> Key: CB-12661
> URL: https://issues.apache.org/jira/browse/CB-12661
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-cli, cordova-windows
> Environment: WIndow 10 Home
> Cordova 6.5.0
>Reporter: Phillip Whiteley
>
> This exact setup (Except for Android Studio Updates) worked Jan 2017 and for 
> years before. I have seen many posts on this.
> Hi,
> The bug is that the emulator cannot be started - will deploy to phone.
> Steps:
> Create a simple app .
> cordova create hello com.ex.hello HelloWorld
> cd hello
> cordova platform add android@6.2.1 (Or gradle won't work.) 
> cordova run android
> ---
> BUG
> ---
> ANDROID_HOME=E:\2016\Android\android-sdk
> JAVA_HOME=C:\Program Files\Java\jdk1.8.0_92
> Subproject Path: CordovaLib
> Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be 
> reused, use --status for details
> The Task.leftShift(Closure) method has been deprecated and is scheduled to be 
> removed in Gradle 5.0. Please use Task.doLast(Action) instead.
> at 
> build_bkix3ywyblbgnflxvkopif3zs.run(C:\Users\phil\Desktop\newAPP\platforms\android\build.gradle:137)
> Observed package id 'build-tools;23.0.1' in inconsistent location 
> 'E:\2016\Android\android-sdk\build-tools\build-tools-23.0.1' (Expected 
> 'E:\2016\Android\android-sdk\build-tools\23.0.1')
> Observed package id 'build-tools;23.0.1' in inconsistent location 
> 'E:\2016\Android\android-sdk\build-tools\build-tools-23.0.1' (Expected 
> 'E:\2016\Android\android-sdk\build-tools\23.0.1')
> The JavaCompile.setDependencyCacheDir() method has been deprecated and is 
> scheduled to be removed in Gradle 4.0.
> Incremental java compilation is an incubating feature.
> The TaskInputs.source(Object) method has been deprecated and is scheduled to 
> be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() 
> instead.
> :preBuild UP-TO-DATE
> >> Everything up -to-date here. pcw
> :cdvBuildDebug UP-TO-DATE
> BUILD SUCCESSFUL
> Total time: 23.227 secs
> Built the following apk(s):
> 
> C:/Users/phil/Desktop/newAPP/platforms/android/build/outputs/apk/android-debug.apk
> ANDROID_HOME=E:\2016\Android\android-sdk
> JAVA_HOME=C:\Program Files\Java\jdk1.8.0_92
> No target specified and no devices found, deploying to emulator
> Error: Cannot read property 'replace' of undefined   <<<
> ---



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (CB-12972) Indent is not constant

2017-06-30 Thread myungseo Kang (JIRA)

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

myungseo Kang updated CB-12972:
---
Description: 
Just proposal.
I hate that indentation is not constant.


{code:html}

{code}

This comment's indentation is not constant.
In the " KIND," section, the indentation is not constant. (maybe one space in 
KIND section before)
So, I just want to remove that space.

Thank you.

  was:
Just proposal.
I hate that indentation is not constant.


{code:html}

{code}

This comment's indentation is not constant.
In the " KIND," section, the indentation is not constant.
So, I just want to remove that space.

Thank you.


> Indent is not constant
> --
>
> Key: CB-12972
> URL: https://issues.apache.org/jira/browse/CB-12972
> Project: Apache Cordova
>  Issue Type: Wish
>  Components: cordova-app-hello-world
>Reporter: myungseo Kang
>Priority: Trivial
>
> Just proposal.
> I hate that indentation is not constant.
> {code:html}
> 
> {code}
> This comment's indentation is not constant.
> In the " KIND," section, the indentation is not constant. (maybe one space in 
> KIND section before)
> So, I just want to remove that space.
> Thank you.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12972) Indent is not constant

2017-06-30 Thread myungseo Kang (JIRA)
myungseo Kang created CB-12972:
--

 Summary: Indent is not constant
 Key: CB-12972
 URL: https://issues.apache.org/jira/browse/CB-12972
 Project: Apache Cordova
  Issue Type: Wish
  Components: cordova-app-hello-world
Reporter: myungseo Kang
Priority: Trivial


Just proposal.
I hate that indentation is not constant.


{code:html}

{code}

This comment's indentation is not constant.
In the " KIND," section, the indentation is not constant.
So, I just want to remove that space.

Thank you.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit da028e66dcd175c65fe6aa49a7792144c3e544c1 in cordova-plugin-contacts's 
branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-contacts.git;h=da028e6 
]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit 568604f7a9156dd8cd53615291512b0a1d02ed90 in cordova-plugin-console's 
branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-console.git;h=568604f ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Created] (CB-12971) Iphone 6s images not getting clicked

2017-06-30 Thread ameya shukla (JIRA)
ameya shukla created CB-12971:
-

 Summary: Iphone 6s images not getting clicked
 Key: CB-12971
 URL: https://issues.apache.org/jira/browse/CB-12971
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-plugin-camera
Reporter: ameya shukla


 The images are not getting clicked and showing random behavior.Sometimes it 
will click and sometimes it won't click i.e. sometimes the imageData will come 
sometimes it won't come. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-3232) "cordova platform add blackberry" fails on 2.7.1-rc.1

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


GitHub user sbatezat opened a pull request:

https://github.com/apache/cordova-plugin-screen-orientation/pull/20

Do not rotate if orientation is OK



### Platforms affected


### What does this PR do?


### What testing has been done on this change?


### Checklist
- [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) 
in the JIRA database
- [ ] Commit message follows the format: "CB-3232: (android) Fix bug with 
resolving file paths", where CB- is the JIRA ID & "android" is the platform 
affected.
- [ ] Added automated test coverage as appropriate for this change.


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

$ git pull https://github.com/sbatezat/cordova-plugin-screen-orientation 
patch-1

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

https://github.com/apache/cordova-plugin-screen-orientation/pull/20.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 #20


commit 10f44f3f1a7025ed90e73fe53fec7e0a0d8bcea7
Author: sbatezat 
Date:   2017-06-27T15:15:02Z

Update CDVOrientation.m

Update orientation only if needed.
Prevent switch from UIInterfaceOrientationLandscapeLeft to 
UIInterfaceOrientationLandscapeRight and from 
UIInterfaceOrientationPortraitUpsideDown to UIInterfaceOrientationPortrait

commit 7347c5edba79f02c7d770cca1f06a839aab8ac51
Author: sbatezat 
Date:   2017-06-29T15:36:57Z

Update CDVOrientation.m

Using of [UIApplication sharedApplication].statusBarOrientation




> "cordova platform add blackberry" fails on 2.7.1-rc.1
> -
>
> Key: CB-3232
> URL: https://issues.apache.org/jira/browse/CB-3232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-blackberry (DEPRECATED), cordova-cli
>Affects Versions: 2.7.0
>Reporter: Michael Brooks
>Assignee: Michael Brooks
> Fix For: 2.7.0
>
>
> The following error is thrown when running {{$ cordova platform add 
> blackberry}}:
> {code}
> [Error: An error occured during creation of blackberry sub-project. Creating 
> BlackBerry project...
> Updating config.xml ...
> sed: 
> /Users/mwbrooks/Dropbox/Development/sandbox/myapp/platforms/blackberry/www/config.xml:
>  No such file or directory
> Cleaning up ...
> Remember to update the project.properties file inside your application 
> directory!
> ]
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

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

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12935) Move plugin testing from Jenkins to TravisCI and AppVeyor

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit a02fff5083583317a8f645a726a7a5040a6018a2 in 
cordova-plugin-battery-status's branch refs/heads/master from [~alsorokin]
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-battery-status.git;h=a02fff5
 ]

CB-12935: (windows) Enable paramedic builds on AppVeyor


> Move plugin testing from Jenkins to TravisCI and AppVeyor
> -
>
> Key: CB-12935
> URL: https://issues.apache.org/jira/browse/CB-12935
> Project: Apache Cordova
>  Issue Type: Test
>  Components: AllPlugins
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: CI, test
>
> As we shut down our Jenkins CI, we need to implement plugin testing using 
> TravisCI and AppVeyor systems.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Closed] (CB-12963) npm-link should resolve all dependencies as master

2017-06-30 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin closed CB-12963.
--
Resolution: Fixed

> npm-link should resolve all dependencies as master
> --
>
> Key: CB-12963
> URL: https://issues.apache.org/jira/browse/CB-12963
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-coho
>Reporter: Haitao Huo
>
> The latest 
> [npm-link.js|https://github.com/apache/cordova-coho/blob/2296887cfcd0de95b38e6a1900eabf68d9731fe4/src/npm-link.js#L71-L91]
>  code as below.
> {code}
> npmLinkOut("cordova-js");
> npmLinkIn("cordova-js", "cordova-lib");
> npmLinkOut("cordova-common");
> npmLinkIn("cordova-common", "cordova-fetch");
> npmLinkIn("cordova-common", "cordova-create");
> npmLinkIn("cordova-common", "cordova-lib");
> npmLinkIn("cordova-common", "cordova-cli");
> npmLinkOut("cordova-fetch");
> npmLinkIn("cordova-fetch", "cordova-lib");
> npmLinkOut("cordova-create");
> npmLinkIn("cordova-create", "cordova-lib");
> npmLinkOut("cordova-serve");
> npmLinkIn("cordova-serve", "cordova-lib");
> npmLinkOut("cordova-lib");
> npmLinkIn("cordova-lib", "cordova-plugman");
> npmLinkIn("cordova-lib", "cordova-cli");
> {code}
> If we looked dependencies like plugman, only cordova-lib is listed, actually 
> cordova-common, cordova-create, cordova-fetch, cordova-js, cordova-lib, and 
> cordova-serve are all in the dependency.  The partial dependency will cause 
> part use official code, part use master code. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12963) npm-link should resolve all dependencies as master

2017-06-30 Thread ASF subversion and git services (JIRA)

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

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

Commit e13edb74b4703eb800444c48c5c22f2aa7168b81 in cordova-coho's branch 
refs/heads/master from Halton Huo
[ https://git-wip-us.apache.org/repos/asf?p=cordova-coho.git;h=e13edb7 ]

CB-12963: npm-link all dependencies


> npm-link should resolve all dependencies as master
> --
>
> Key: CB-12963
> URL: https://issues.apache.org/jira/browse/CB-12963
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-coho
>Reporter: Haitao Huo
>
> The latest 
> [npm-link.js|https://github.com/apache/cordova-coho/blob/2296887cfcd0de95b38e6a1900eabf68d9731fe4/src/npm-link.js#L71-L91]
>  code as below.
> {code}
> npmLinkOut("cordova-js");
> npmLinkIn("cordova-js", "cordova-lib");
> npmLinkOut("cordova-common");
> npmLinkIn("cordova-common", "cordova-fetch");
> npmLinkIn("cordova-common", "cordova-create");
> npmLinkIn("cordova-common", "cordova-lib");
> npmLinkIn("cordova-common", "cordova-cli");
> npmLinkOut("cordova-fetch");
> npmLinkIn("cordova-fetch", "cordova-lib");
> npmLinkOut("cordova-create");
> npmLinkIn("cordova-create", "cordova-lib");
> npmLinkOut("cordova-serve");
> npmLinkIn("cordova-serve", "cordova-lib");
> npmLinkOut("cordova-lib");
> npmLinkIn("cordova-lib", "cordova-plugman");
> npmLinkIn("cordova-lib", "cordova-cli");
> {code}
> If we looked dependencies like plugman, only cordova-lib is listed, actually 
> cordova-common, cordova-create, cordova-fetch, cordova-js, cordova-lib, and 
> cordova-serve are all in the dependency.  The partial dependency will cause 
> part use official code, part use master code. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (CB-12963) npm-link should resolve all dependencies as master

2017-06-30 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12963:
-

Github user asfgit closed the pull request at:

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


> npm-link should resolve all dependencies as master
> --
>
> Key: CB-12963
> URL: https://issues.apache.org/jira/browse/CB-12963
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-coho
>Reporter: Haitao Huo
>
> The latest 
> [npm-link.js|https://github.com/apache/cordova-coho/blob/2296887cfcd0de95b38e6a1900eabf68d9731fe4/src/npm-link.js#L71-L91]
>  code as below.
> {code}
> npmLinkOut("cordova-js");
> npmLinkIn("cordova-js", "cordova-lib");
> npmLinkOut("cordova-common");
> npmLinkIn("cordova-common", "cordova-fetch");
> npmLinkIn("cordova-common", "cordova-create");
> npmLinkIn("cordova-common", "cordova-lib");
> npmLinkIn("cordova-common", "cordova-cli");
> npmLinkOut("cordova-fetch");
> npmLinkIn("cordova-fetch", "cordova-lib");
> npmLinkOut("cordova-create");
> npmLinkIn("cordova-create", "cordova-lib");
> npmLinkOut("cordova-serve");
> npmLinkIn("cordova-serve", "cordova-lib");
> npmLinkOut("cordova-lib");
> npmLinkIn("cordova-lib", "cordova-plugman");
> npmLinkIn("cordova-lib", "cordova-cli");
> {code}
> If we looked dependencies like plugman, only cordova-lib is listed, actually 
> cordova-common, cordova-create, cordova-fetch, cordova-js, cordova-lib, and 
> cordova-serve are all in the dependency.  The partial dependency will cause 
> part use official code, part use master code. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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