[jira] [Commented] (CB-12286) Screen Orientation plugin's tests should actually test the plugin

2016-12-21 Thread ASF subversion and git services (JIRA)

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

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

Commit cd2ee4666d66190424df4efc9291c31be6d4781b 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=cd2ee46
 ]

CB-12286 Tests reworked


> Screen Orientation plugin's tests should actually test the plugin
> -
>
> Key: CB-12286
> URL: https://issues.apache.org/jira/browse/CB-12286
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> As of now, they test built-in {{window.orientation}} object while the plugin 
> provides {{window.screen.orientation}} object.



--
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-12286) Screen Orientation plugin's tests should actually test the plugin

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12286:
-

Github user asfgit closed the pull request at:

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


> Screen Orientation plugin's tests should actually test the plugin
> -
>
> Key: CB-12286
> URL: https://issues.apache.org/jira/browse/CB-12286
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> As of now, they test built-in {{window.orientation}} object while the plugin 
> provides {{window.screen.orientation}} object.



--
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-11817) audioSettings shows as unused variable and settings are not used when configuring a recorder

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11817:
-

Github user ghenry22 commented on the issue:

https://github.com/apache/cordova-plugin-media/pull/116
  
This is a really trivial fix could it please get merged?


> audioSettings shows as unused variable and settings are not used when 
> configuring a recorder
> 
>
> Key: CB-11817
> URL: https://issues.apache.org/jira/browse/CB-11817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Affects Versions: 2.3.0
> Environment: iOS
>Reporter: Gaven Henry
>Priority: Minor
>  Labels: easyfix
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> xcode shows up 2 warnings when building within CDVSound.m
> 1) unused variable 'audioSettings'
> 2) Null passed to a callee that requires non-null when creating an 
> audioFile.recorder
> To resolve both of these just need to pass the autoSettings object to the 
> audioFile.recorder function.
> This resolves both warnings and actually applies the autoSettings as expected.



--
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-12289) cordova-serve release Dec 21, 2016

2016-12-21 Thread ASF subversion and git services (JIRA)

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

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

Commit 510a69884140d4ad70ea2eb143d2fb7f6d06e13e in cordova-lib's branch 
refs/heads/serve-1.0.x from [~TimBarham]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=510a698 ]

CB-12289 Updated version and RELEASENOTES.md for cordova-serve release 1.0.1


> cordova-serve release Dec 21, 2016
> --
>
> Key: CB-12289
> URL: https://issues.apache.org/jira/browse/CB-12289
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Tim Barham
>
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md



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

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



[jira] [Created] (CB-12290) Custom iOS Framework Not Added to 'Embedded Binaries' Section in Xcode

2016-12-21 Thread Bharath Hariharan (JIRA)
Bharath Hariharan created CB-12290:
--

 Summary: Custom iOS Framework Not Added to 'Embedded Binaries' 
Section in Xcode
 Key: CB-12290
 URL: https://issues.apache.org/jira/browse/CB-12290
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI, iOS, Plugins
Affects Versions: 4.3.0
Reporter: Bharath Hariharan
Priority: Critical


My Cordova plugin includes a few custom framework binaries. I am trying to add 
them to the plugin as described here - 
https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#framework.

For example:


I then use the Cordova CLI (6.4.0) to generate a Cordova app and add my plugin. 
The framework is added correctly to the dependencies in the project and is 
linked correctly as well. As a result, compilation works fine. However, when I 
run the app, it complains with the following error message:

dyld: Library not loaded: 
@rpath/SalesforceAnalytics.framework/SalesforceAnalytics
  Referenced from: 
/Users/bhariharan/Library/Developer/CoreSimulator/Devices/7FE0CFC8-CFFD-432B-A4BF-66E552B7D1A8/data/Containers/Bundle/Application/E2D414CF-541B-4440-9FD1-EA65414DAAA8/Test8.app/Test8
  Reason: image not found

Basically, the issue is that the custom frameworks I added in plugin.xml are 
not added to the 'Embedded Binaries' section, and I can't seem to find a way to 
do that via plugin.xml.

A custom framework inclusion should automatically be added to the 'Embedded 
Binaries' section of the generated app in Xcode.



--
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-12196) Status Bar Not Hiding ios9+ w/ Extjs 6.2

2016-12-21 Thread jcesarmobile (JIRA)

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

jcesarmobile commented on CB-12196:
---

In fact, what you tell about the white screen after presenting the document 
viewer looks like what I fixed in the PR you commented (issue CB-12141).
That change is not released yet, can you install the plugin from github? 
(cordova plugin add https://github.com/apache/cordova-plugin-statusbar)

> Status Bar Not Hiding ios9+ w/ Extjs 6.2
> 
>
> Key: CB-12196
> URL: https://issues.apache.org/jira/browse/CB-12196
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 3.5.0
> Environment: Mac Mini, Extjs 6.2, ios 9.3, IPhone 6 (Emulated)
>Reporter: Scott Guertin
>  Labels: ios, ios9
>
> The status bar plugin does not seem to work at all, the XCode settings will 
> hide the contents of the status bar however it leaves behind a white bar.
> No custom settings described appear to affect this.



--
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-12284) Source map source file not found in Chrome

2016-12-21 Thread ASF subversion and git services (JIRA)

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

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

Commit d106219d36a2fb35bd189b9b9fd9dc7c3a125da2 in cordova-lib's branch 
refs/heads/serve-1.0.x from [~TimBarham]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=d106219 ]

CB-12284 Include project root as additional root for static router

This can be useful in cases where source files that have been transpiled (such 
as TypeScript files) are located under the project root on a path that mirrors 
the the transpiled file's path under the platform root, and is pointed to by a 
map file (otherwise when debugging in a browser, the browser won't be able to 
find the original source file).


> Source map source file not found in Chrome
> --
>
> Key: CB-12284
> URL: https://issues.apache.org/jira/browse/CB-12284
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CordovaServe
>Affects Versions: Master
>Reporter: Tim Barham
>Assignee: Tim Barham
> Fix For: Master
>
>
> If you have a Cordova project that does some sort of transpiling (for 
> example, TypeScript -> JavaScript) and the source files aren't under the www 
> folder, the original source files can't be found when debugging in a browser.
> For example, you might have a project with these files:
> scripts/foo.ts
> www/scripts/foo.js
> www/scripts/foo.js.map
> The map file will likely link back to the original ts file as 
> {{../../scripts/foo.ts}}
> Launch the project in a browser ({{cordova run browser}}), the path to the 
> original ts file is invalid (in the context of the server) and the file isn't 
> found.



--
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-12284) Source map source file not found in Chrome

2016-12-21 Thread Tim Barham (JIRA)

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

Tim Barham closed CB-12284.
---
Resolution: Fixed

> Source map source file not found in Chrome
> --
>
> Key: CB-12284
> URL: https://issues.apache.org/jira/browse/CB-12284
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CordovaServe
>Affects Versions: Master
>Reporter: Tim Barham
>Assignee: Tim Barham
> Fix For: Master
>
>
> If you have a Cordova project that does some sort of transpiling (for 
> example, TypeScript -> JavaScript) and the source files aren't under the www 
> folder, the original source files can't be found when debugging in a browser.
> For example, you might have a project with these files:
> scripts/foo.ts
> www/scripts/foo.js
> www/scripts/foo.js.map
> The map file will likely link back to the original ts file as 
> {{../../scripts/foo.ts}}
> Launch the project in a browser ({{cordova run browser}}), the path to the 
> original ts file is invalid (in the context of the server) and the file isn't 
> found.



--
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-12289) cordova-serve release Dec 21, 2016

2016-12-21 Thread Tim Barham (JIRA)
Tim Barham created CB-12289:
---

 Summary: cordova-serve release Dec 21, 2016
 Key: CB-12289
 URL: https://issues.apache.org/jira/browse/CB-12289
 Project: Apache Cordova
  Issue Type: Task
Reporter: Tim Barham


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



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

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



[jira] [Commented] (CB-12284) Source map source file not found in Chrome

2016-12-21 Thread ASF subversion and git services (JIRA)

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

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

Commit 84fa8e39b22252381ed4baa6868ff6f22b7a48e2 in cordova-lib's branch 
refs/heads/master from [~TimBarham]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=84fa8e3 ]

CB-12284 Include project root as additional root for static router

This can be useful in cases where source files that have been transpiled (such 
as TypeScript files) are located under the project root on a path that mirrors 
the the transpiled file's path under the platform root, and is pointed to by a 
map file (otherwise when debugging in a browser, the browser won't be able to 
find the original source file).


> Source map source file not found in Chrome
> --
>
> Key: CB-12284
> URL: https://issues.apache.org/jira/browse/CB-12284
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CordovaServe
>Affects Versions: Master
>Reporter: Tim Barham
>Assignee: Tim Barham
> Fix For: Master
>
>
> If you have a Cordova project that does some sort of transpiling (for 
> example, TypeScript -> JavaScript) and the source files aren't under the www 
> folder, the original source files can't be found when debugging in a browser.
> For example, you might have a project with these files:
> scripts/foo.ts
> www/scripts/foo.js
> www/scripts/foo.js.map
> The map file will likely link back to the original ts file as 
> {{../../scripts/foo.ts}}
> Launch the project in a browser ({{cordova run browser}}), the path to the 
> original ts file is invalid (in the context of the server) and the file isn't 
> found.



--
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-12284) Source map source file not found in Chrome

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12284:
-

Github user asfgit closed the pull request at:

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


> Source map source file not found in Chrome
> --
>
> Key: CB-12284
> URL: https://issues.apache.org/jira/browse/CB-12284
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CordovaServe
>Affects Versions: Master
>Reporter: Tim Barham
>Assignee: Tim Barham
> Fix For: Master
>
>
> If you have a Cordova project that does some sort of transpiling (for 
> example, TypeScript -> JavaScript) and the source files aren't under the www 
> folder, the original source files can't be found when debugging in a browser.
> For example, you might have a project with these files:
> scripts/foo.ts
> www/scripts/foo.js
> www/scripts/foo.js.map
> The map file will likely link back to the original ts file as 
> {{../../scripts/foo.ts}}
> Launch the project in a browser ({{cordova run browser}}), the path to the 
> original ts file is invalid (in the context of the server) and the file isn't 
> found.



--
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-12196) Status Bar Not Hiding ios9+ w/ Extjs 6.2

2016-12-21 Thread Felix Schauerte (JIRA)

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

Felix Schauerte commented on CB-12196:
--

correct link to plugin is: 
https://github.com/sitewaerts/cordova-plugin-document-viewer

> Status Bar Not Hiding ios9+ w/ Extjs 6.2
> 
>
> Key: CB-12196
> URL: https://issues.apache.org/jira/browse/CB-12196
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 3.5.0
> Environment: Mac Mini, Extjs 6.2, ios 9.3, IPhone 6 (Emulated)
>Reporter: Scott Guertin
>  Labels: ios, ios9
>
> The status bar plugin does not seem to work at all, the XCode settings will 
> hide the contents of the status bar however it leaves behind a white bar.
> No custom settings described appear to affect this.



--
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-11136) InAppBrowser fails to close with WKWebView OAuth

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11136:
-

Github user nerdmed commented on the issue:

https://github.com/apache/cordova-plugin-inappbrowser/pull/187
  
@shazron @manucorporat, i know its christmas time but guys lets forward. 
This i hanging around long enough and people are working with forks to run in 
production, this really affects a lot of production apps!


> InAppBrowser fails to close with WKWebView OAuth 
> -
>
> Key: CB-11136
> URL: https://issues.apache.org/jira/browse/CB-11136
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser, Plugin WKWebViewEngine
>Affects Versions: 4.1.0
> Environment: iOS 8+ with WKWebView
>Reporter: Geordie Jay
>Assignee: Shazron Abdullah
>  Labels: pull-request-available
>   Original Estimate: 3h
>  Remaining Estimate: 3h
>
> Launching InAppBrowser from Cordova iOS Platform 4+ with its WKWebView for 
> OAuth (e.g. Facebook or Google login) fails to close as it should.
> The reason is that the entire WKWebView thread seems to pause when another 
> view controller is presented. This can be confirmed by inspecting the 
> WKWebView session in Safari, running `window.open('http://something.com')` 
> and then trying to enter another command into that Safari console.
> I made a hacky but working version of this that animated in the 
> InAppBrowser's view manually, rather than 'presenting' the ViewController in 
> the traditional iOS style. In that instance the WKWebView thread continues as 
> normal and receives the confirmation to close the other InAppBrowser when the 
> OAuth process is complete.
> Maybe there is a better way around this, but at the moment this is a big 
> usability fail for all WKWebView users.
> What do you all think, is the 'not-actually-presenting' way of presenting the 
> InAppBrowser acceptable? Would be happy to make a pull request along these 
> lines if it is.



--
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-12288) Add Appveyor Badge to Cordova -Status

2016-12-21 Thread sterling gerritz (JIRA)

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

sterling gerritz closed CB-12288.
-
Resolution: Fixed

fixed and merged

> Add Appveyor Badge to Cordova -Status
> -
>
> Key: CB-12288
> URL: https://issues.apache.org/jira/browse/CB-12288
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Browser
>Reporter: sterling gerritz
>Assignee: sterling gerritz
>Priority: Minor
>  Labels: easyfix, test
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> https://github.com/cordova/cordova-status
> Update missing Appveyor Badge that was recently provided to us by Infrai.



--
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-12288) Add Appveyor Badge to Cordova -Status

2016-12-21 Thread sterling gerritz (JIRA)
sterling gerritz created CB-12288:
-

 Summary: Add Appveyor Badge to Cordova -Status
 Key: CB-12288
 URL: https://issues.apache.org/jira/browse/CB-12288
 Project: Apache Cordova
  Issue Type: Improvement
  Components: Browser
Reporter: sterling gerritz
Assignee: sterling gerritz
Priority: Minor


https://github.com/cordova/cordova-status

Update missing Appveyor Badge that was recently provided to us by Infrai.



--
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-12114) Add Travis and AppVeyor CI integrations

2016-12-21 Thread sterling gerritz (JIRA)

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

sterling gerritz closed CB-12114.
-
Resolution: Fixed

added and updated .yml files needed for CLI integration, received updated 
badges from infra

> Add Travis and AppVeyor CI integrations 
> 
>
> Key: CB-12114
> URL: https://issues.apache.org/jira/browse/CB-12114
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Browser
>Reporter: Shazron Abdullah
>Assignee: sterling gerritz
>  Labels: easyfix
>
> The browser platform has create tests, but the CI integrations are not hooked 
> up.



--
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-12287) Issues with default simulator target

2016-12-21 Thread Kerri Shotts (JIRA)

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

Kerri Shotts reassigned CB-12287:
-

Assignee: Kerri Shotts

> Issues with default simulator target
> 
>
> Key: CB-12287
> URL: https://issues.apache.org/jira/browse/CB-12287
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.3.1, 6.4.0
>Reporter: Raymond Camden
>Assignee: Kerri Shotts
>
> A few days ago I loaded up the XCode Devices menu and deleted a bunch of 
> simulators. I wanted to get rid of old ones and try to get both Cordova and 
> Ionic defaulting to a modern simulator. I didn't delete everything of course, 
> but I did delete a bunch.
> Now I am unable to emulate. When I make a vanilla project, add ios (version 
> is 4.3.1) and do cordova emulate ios, i get:
> xcodebuild: error: Unable to find a destination matching the provided 
> destination specifier:
>   { platform:iOS Simulator, OS:latest, name:iPhone 5s }
>   The requested device could not be found because no available devices 
> matched the request.
>   Available destinations for the "HelloCordova" scheme:
> I can't even target another emulator. If I open the xcodeproj file though I 
> can run it just fine from XCode.
> I noticed that /cordova/lib/start-emulator has this:
> DEFAULT_TARGET="iPhone 5s"
> I don't know why. I tried changing it, just for the heck of it, and I *still* 
> get the same error.
> So... any ideas?



--
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-12287) Issues with default simulator target

2016-12-21 Thread Kerri Shotts (JIRA)

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

Kerri Shotts updated CB-12287:
--
Affects Version/s: 4.3.1

> Issues with default simulator target
> 
>
> Key: CB-12287
> URL: https://issues.apache.org/jira/browse/CB-12287
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.3.1, 6.4.0
>Reporter: Raymond Camden
>
> A few days ago I loaded up the XCode Devices menu and deleted a bunch of 
> simulators. I wanted to get rid of old ones and try to get both Cordova and 
> Ionic defaulting to a modern simulator. I didn't delete everything of course, 
> but I did delete a bunch.
> Now I am unable to emulate. When I make a vanilla project, add ios (version 
> is 4.3.1) and do cordova emulate ios, i get:
> xcodebuild: error: Unable to find a destination matching the provided 
> destination specifier:
>   { platform:iOS Simulator, OS:latest, name:iPhone 5s }
>   The requested device could not be found because no available devices 
> matched the request.
>   Available destinations for the "HelloCordova" scheme:
> I can't even target another emulator. If I open the xcodeproj file though I 
> can run it just fine from XCode.
> I noticed that /cordova/lib/start-emulator has this:
> DEFAULT_TARGET="iPhone 5s"
> I don't know why. I tried changing it, just for the heck of it, and I *still* 
> get the same error.
> So... any ideas?



--
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-12287) Issues with default simulator target

2016-12-21 Thread Kerri Shotts (JIRA)

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

Kerri Shotts commented on CB-12287:
---

OK -- I know where the issue is. 

In {{platforms/ios/cordova/lib/build.js:277}}, we have this:

{code}
'-destination', customArgs.destination || 'platform=iOS 
Simulator,name=iPhone 5s'
{code}

One can override this using {{cordova emulate ios --buildFlag="-destination 
platform=iOS Simulator,name=iPhone 7 Plus"}}, but ideally Cordova shouldn't 
break just because the old iPhone 5s sim is no longer installed.

Proposal: match {{cordova emulate ios}}'s default behavior by selecting the 
last device in the simulator list. This way the two would always remain in 
sync. If a target is specified ({{--target}}), {{destination}} should use the 
equivalent target.

> Issues with default simulator target
> 
>
> Key: CB-12287
> URL: https://issues.apache.org/jira/browse/CB-12287
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.4.0
>Reporter: Raymond Camden
>
> A few days ago I loaded up the XCode Devices menu and deleted a bunch of 
> simulators. I wanted to get rid of old ones and try to get both Cordova and 
> Ionic defaulting to a modern simulator. I didn't delete everything of course, 
> but I did delete a bunch.
> Now I am unable to emulate. When I make a vanilla project, add ios (version 
> is 4.3.1) and do cordova emulate ios, i get:
> xcodebuild: error: Unable to find a destination matching the provided 
> destination specifier:
>   { platform:iOS Simulator, OS:latest, name:iPhone 5s }
>   The requested device could not be found because no available devices 
> matched the request.
>   Available destinations for the "HelloCordova" scheme:
> I can't even target another emulator. If I open the xcodeproj file though I 
> can run it just fine from XCode.
> I noticed that /cordova/lib/start-emulator has this:
> DEFAULT_TARGET="iPhone 5s"
> I don't know why. I tried changing it, just for the heck of it, and I *still* 
> get the same error.
> So... any ideas?



--
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-12287) Issues with default simulator target

2016-12-21 Thread Raymond Camden (JIRA)

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

Raymond Camden commented on CB-12287:
-

FYI, I'm speaking with Kerri Shotts on Slack and she can't reproduce the issue. 
She is on OSX 10.11.6 and I'm on 10.12.2. She is going to test on 10.12.2 later 
today.

> Issues with default simulator target
> 
>
> Key: CB-12287
> URL: https://issues.apache.org/jira/browse/CB-12287
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.4.0
>Reporter: Raymond Camden
>
> A few days ago I loaded up the XCode Devices menu and deleted a bunch of 
> simulators. I wanted to get rid of old ones and try to get both Cordova and 
> Ionic defaulting to a modern simulator. I didn't delete everything of course, 
> but I did delete a bunch.
> Now I am unable to emulate. When I make a vanilla project, add ios (version 
> is 4.3.1) and do cordova emulate ios, i get:
> xcodebuild: error: Unable to find a destination matching the provided 
> destination specifier:
>   { platform:iOS Simulator, OS:latest, name:iPhone 5s }
>   The requested device could not be found because no available devices 
> matched the request.
>   Available destinations for the "HelloCordova" scheme:
> I can't even target another emulator. If I open the xcodeproj file though I 
> can run it just fine from XCode.
> I noticed that /cordova/lib/start-emulator has this:
> DEFAULT_TARGET="iPhone 5s"
> I don't know why. I tried changing it, just for the heck of it, and I *still* 
> get the same error.
> So... any ideas?



--
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-8657) app icon config declaration not working for fire os

2016-12-21 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-8657.
--
Resolution: Won't Fix

> app icon config declaration not working for fire os
> ---
>
> Key: CB-8657
> URL: https://issues.apache.org/jira/browse/CB-8657
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Amazon FireOS (deprecated)
>Affects Versions: 3.5.0
> Environment: i used newest cordova 4.3
>Reporter: Benny Görlitz
>Assignee: Archana Naik
>Priority: Minor
>
> it seems that the icon declaration is not working properly.
> it does not matter what i configure for plarform amazon-fireos:
> {code}
> 
> 
> 
> {code}
> only the android platform setting take affect, so i'm forced to configure 
> android like this:
> {code}
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> {code}
> thats because fireos has big coverflow app icons that are very blurry with 
> default android settings.
> please use android icon settings only in case of fallback when no 
> amazon-fireos setting is existent.
> cheers



--
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-6002) create package validation doesn't match error report

2016-12-21 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-6002.
--
Resolution: Won't Fix

> create package validation doesn't match error report
> 
>
> Key: CB-6002
> URL: https://issues.apache.org/jira/browse/CB-6002
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Amazon FireOS (deprecated)
>Affects Versions: 3.3.0
>Reporter: Josh Soref
>Assignee: Archana Naik
>Priority: Minor
>
> {quote}
> {{exports.createProject = function(project_path, package_name, project_name, 
> project_template_dir, use_shared_project, use_cli_template) \{}}
> ...
> {{if 
> (\!/\[a-zA-Z0-9_]+\.\[a-zA-Z0-9_](.\[a-zA-Z0-9_])*/.test(package_name)) \{}}
> {{return Q.reject('Package name must look like: com.company.Name');}}
> {{\}}}
> ...
> {quote}
> The code is checking for {{com.company}} but the error message suggests 
> {{com.company.Name}} -- If you want to test for {{com.company.Name}} then the 
> *{{\*}}* should be a *{{+}}*.



--
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-8736) Android WebGL feature check returns incorrect result on some devices

2016-12-21 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-8736.
--
Resolution: Won't Fix

> Android WebGL feature check returns incorrect result on some devices
> 
>
> Key: CB-8736
> URL: https://issues.apache.org/jira/browse/CB-8736
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Amazon FireOS (deprecated)
>Affects Versions: 3.5.0
> Environment: Kindle Fire Tablets HD 6, 7, & HDX 8.9. (Although Fire 
> Phone works correctly) Also, a small % of other Android devices
>Reporter: Devin Garner
>Assignee: Archana Naik
>
> //This following javascript code should determine if WebGL is available. On 
> versions of Android prior to 5 (Lolipop), WebView didn't support WebGL, so 
> all pre-Lolipop android devices should return "false" on this WebGL feature 
> availability check. However, some pre-Lolipop devices are returning "true", 
> which is incorrect.
> var canvas = document.createElement('canvas');
> canvas.screencanvas = false;
> var supportsWebGL = !!window.WebGLRenderingContext && 
> (canvas.getContext('webgl') || canvas.getContext('experimental-webgl'));



--
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-6825) Amazon FireOS - Fix header licenses (Apache RAT report)

2016-12-21 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-6825.
--
Resolution: Won't Fix

> Amazon FireOS - Fix header licenses (Apache RAT report)
> ---
>
> Key: CB-6825
> URL: https://issues.apache.org/jira/browse/CB-6825
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Amazon FireOS (deprecated)
>Reporter: Shazron Abdullah
>Assignee: Archana Naik
> Fix For: 3.6.0
>
>
> JavaDocs are generated and so license header is optional
> Generated files do not required license headers
> Add a .ratExcludes file for files to exclude
> 10 Unknown Licenses
> ***
> Unapproved licenses:
>   ./framework/src/com/squareup/okhttp/internal/spdy/ErrorCode.java
>   ./framework/src/com/squareup/okhttp/internal/spdy/Hpack.java
>   ./framework/src/com/squareup/okhttp/internal/spdy/NameValueBlockReader.java
>   ./test/assets/www/cordova_plugins.js
>   ./test/assets/www/plugins/Plugin1.html
>   ./test/assets/www/plugins/Plugin2.html
>   ./test/assets/www/plugins/Plugin3.html
>   ./test/assets/www/plugins/Plugin4.html
>   ./test/assets/www/plugins/Plugin5.html
>   ./test/res/xml/config.xml



--
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-6719) < video > tag not working for FireTV OS

2016-12-21 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-6719.
--
Resolution: Won't Fix

> < video >  tag not working for FireTV OS
> 
>
> Key: CB-6719
> URL: https://issues.apache.org/jira/browse/CB-6719
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Amazon FireOS (deprecated)
>Affects Versions: 3.4.0
>Reporter: Gene Ellis
>Assignee: Archana Naik
>
> I am using PhoneGap/Cordova (http://www.phonegap.com) to build an app for 
> Amazon FireTV OS, which is built on Android. I am using HTML, Javascript, CSS 
> and everything is working fine. However, when I try to use the < video > tag 
> to pull in an .MP4 video, all I am getting is a gray background and film 
> strip logo (picture: http://imgur.com/MXLvwy7). What does this mean? The 
> documentation says is supported and I am 100% positive of the path and any 
> other silly pitfalls.



--
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-8128) Amazon Fire HD6, the window.device object not present

2016-12-21 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-8128.
--
Resolution: Won't Fix

> Amazon Fire HD6, the window.device object not present
> -
>
> Key: CB-8128
> URL: https://issues.apache.org/jira/browse/CB-8128
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Amazon FireOS (deprecated)
>Affects Versions: 3.5.0
> Environment: Amazon Fire HD6 hardware
>Reporter: Alex Belch
>Assignee: Archana Naik
>
> When running on Amazon Fire HD6 hardware, 
> the window.device reference in javascript is undefined
> as a result I could not get the window.device.platform to work
> also the device ready document event is not firing.



--
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-6701) [amazon-fireos] file plugin needs to be upleveled from android

2016-12-21 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-6701.
--
Resolution: Won't Fix

> [amazon-fireos] file plugin needs to be upleveled from android
> --
>
> Key: CB-6701
> URL: https://issues.apache.org/jira/browse/CB-6701
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Amazon FireOS (deprecated)
>Affects Versions: 1.1.0
>Reporter: Archana Naik
>Assignee: Archana Naik
>
> Android platform made some changes to file plugin. Need to bring those for 
> amazon-fireos. Plugin.xml needs to be updated.



--
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-9501) Amazon Fireos - plugins for File add fails

2016-12-21 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-9501.
--
Resolution: Won't Fix

> Amazon Fireos - plugins for File add fails
> --
>
> Key: CB-9501
> URL: https://issues.apache.org/jira/browse/CB-9501
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Amazon FireOS (deprecated)
>Affects Versions: 5.2.0
> Environment: cordova version 5.2.0
> cordova-plugin-file 2.1.0 "File"
>Reporter: Alex Belch
>Assignee: Archana Naik
>  Labels: build, easyfix, patch
> Fix For: Master
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Issue around adding the cordova-plugin-file for amazon-fireos platform
> on plugin version 2.1.0 of File
> Type: cordova plugin add cordova-plugin-file
> Output observed is: 
> Failed to install 'cordova-plugin-file':Error: Uh oh!
> "/Users/alex/Scrumster/Projects/Scrum/plugins/cordova-plugin-file/src/android/FileHelper.java"
>  not found!
> at Object.module.exports.common.copyFile 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/platforms/common.js:38:40)
> at Object.module.exports.common.copyNewFile 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/platforms/common.js:69:16)
> at Object.module.exports.source-file.install 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/platforms/amazon-fireos.js:57:20)
> at installWrapper 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/platforms/platforms.js:77:32)
> at Object.ActionStack.process 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/action-stack.js:68:25)
> at handleInstall 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:576:20)
> at 
> /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:363:28
> at _fulfilled 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:749:13)
> Error: Uh oh!
> "/Users/alex/Scrumster/Projects/Scrum/plugins/cordova-plugin-file/src/android/FileHelper.java"
>  not found!
> at Object.module.exports.common.copyFile 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/platforms/common.js:38:40)
> at Object.module.exports.common.copyNewFile 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/platforms/common.js:69:16)
> at Object.module.exports.source-file.install 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/platforms/amazon-fireos.js:57:20)
> at installWrapper 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/platforms/platforms.js:77:32)
> at Object.ActionStack.process 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/action-stack.js:68:25)
> at handleInstall 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:576:20)
> at 
> /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/install.js:363:28
> at _fulfilled 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:749:13)
> The plugin-xml is incorrect for the amazon-vireos section
> it should list the same java files as the android version.



--
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-6366) Automate Downloading the Amazon WebView SDK from the Amazon Developer Portal.

2016-12-21 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-6366.
--
Resolution: Won't Fix

> Automate Downloading the Amazon WebView SDK from the Amazon Developer Portal.
> -
>
> Key: CB-6366
> URL: https://issues.apache.org/jira/browse/CB-6366
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Amazon FireOS (deprecated)
>Reporter: Steve Gill
>Assignee: Archana Naik
>
> It would be nice if this was an automated step instead of manual!



--
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-7127) amazon-fireos: some js files are not merged the same way as on android platform

2016-12-21 Thread Steve Gill (JIRA)

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

Steve Gill closed CB-7127.
--
Resolution: Won't Fix

> amazon-fireos: some js files are not merged the same way as on android 
> platform
> ---
>
> Key: CB-7127
> URL: https://issues.apache.org/jira/browse/CB-7127
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File
>Affects Versions: 3.5.0
>Reporter: vldm
>Priority: Minor
>  Labels: FireOS, Triaged, easyfix
> Attachments: git.diff
>
>
> When building for platform amazon-fireos placeholder file fileSystem.js is 
> not overridden by android specific version, which makes call to 
> resolveLocalFileSystemURL return entry with null filesystem.
> The platform element of plugin.xml for amazon-fireos is different from 
> android, but probably should be the same. When I replaced section of this 
> element after comment  with content from 
> android platform the function returns entry with correct filesystem on 
> amazon-fireos.



--
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-12287) Issues with default simulator target

2016-12-21 Thread Raymond Camden (JIRA)
Raymond Camden created CB-12287:
---

 Summary: Issues with default simulator target
 Key: CB-12287
 URL: https://issues.apache.org/jira/browse/CB-12287
 Project: Apache Cordova
  Issue Type: Bug
  Components: iOS
Affects Versions: 6.4.0
Reporter: Raymond Camden


A few days ago I loaded up the XCode Devices menu and deleted a bunch of 
simulators. I wanted to get rid of old ones and try to get both Cordova and 
Ionic defaulting to a modern simulator. I didn't delete everything of course, 
but I did delete a bunch.

Now I am unable to emulate. When I make a vanilla project, add ios (version is 
4.3.1) and do cordova emulate ios, i get:

xcodebuild: error: Unable to find a destination matching the provided 
destination specifier:
{ platform:iOS Simulator, OS:latest, name:iPhone 5s }

The requested device could not be found because no available devices 
matched the request.

Available destinations for the "HelloCordova" scheme:

I can't even target another emulator. If I open the xcodeproj file though I can 
run it just fine from XCode.

I noticed that /cordova/lib/start-emulator has this:

DEFAULT_TARGET="iPhone 5s"

I don't know why. I tried changing it, just for the heck of it, and I *still* 
get the same error.

So... any ideas?



--
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-11534) Cordova file-transfer-plugin should support Android Marshmallow runtime permission

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11534:
-

Github user naveedahmed1 commented on the issue:

https://github.com/apache/cordova-plugin-file-transfer/pull/150
  
Can this be merged? So that it can be used on Android 6 or higher.


> Cordova file-transfer-plugin should support Android Marshmallow runtime 
> permission
> --
>
> Key: CB-11534
> URL: https://issues.apache.org/jira/browse/CB-11534
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Plugin File Transfer
> Environment: Android Marshmallow,Android target platform 23.
>Reporter: Homen Borgohain
>  Labels: Android, android6.0, permission
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> In Android Marshmallow file-transfer-plugin should show a pop up if storage 
> permission is not granted.



--
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-11752) cordova plugins update

2016-12-21 Thread Dave Alden (JIRA)

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

Dave Alden commented on CB-11752:
-

In the meantime, an interim solution: 
[cordova-check-plugins|https://github.com/dpa99c/cordova-check-plugins] enables 
you to update all or specified plugins

> cordova plugins update
> --
>
> Key: CB-11752
> URL: https://issues.apache.org/jira/browse/CB-11752
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CLI
>Reporter: Philipp Kursawe
>Priority: Minor
>
> Would be nice to have such a CLI command to update all or specific plugins.
> The current `rm --save` && `add --save` is sub-optimal.
> {code}
> #!/bin/bash
> PLUGINS=$(cordova plugin list | awk '{print $1'})
> for PLUGIN in $PLUGINS; do
> cordova plugin rm $PLUGIN --save && cordova plugin add $PLUGIN --save
> done
> {code}



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

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



[jira] [Commented] (CB-12196) Status Bar Not Hiding ios9+ w/ Extjs 6.2

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12196:
-

Github user regnete commented on the pull request:


https://github.com/apache/cordova-plugin-statusbar/commit/a120ba1a1ffb27d46f2ac7962648e6f8a7a5b24c#commitcomment-20262881
  
@jcesarmobile: Thnak you for the quick reply. I added a comment to 
https://issues.apache.org/jira/browse/CB-12196. Anything else to do?


> Status Bar Not Hiding ios9+ w/ Extjs 6.2
> 
>
> Key: CB-12196
> URL: https://issues.apache.org/jira/browse/CB-12196
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 3.5.0
> Environment: Mac Mini, Extjs 6.2, ios 9.3, IPhone 6 (Emulated)
>Reporter: Scott Guertin
>  Labels: ios, ios9
>
> The status bar plugin does not seem to work at all, the XCode settings will 
> hide the contents of the status bar however it leaves behind a white bar.
> No custom settings described appear to affect this.



--
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-12196) Status Bar Not Hiding ios9+ w/ Extjs 6.2

2016-12-21 Thread Felix Schauerte (JIRA)

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

Felix Schauerte commented on CB-12196:
--

We are facing the same behaviour.

The bug seems to depend on
https://github.com/apache/cordova-plugin-statusbar/commit/a120ba1a1ffb27d46f2ac7962648e6f8a7a5b24c
which fixes CB-12141.

Invoking StatusBar.hide() after the 'deviceready' event has been fired produces 
a white bar on top of the screen. looks like a statusbar with background-color 
= foreground-color = white.
Rolling back to version 2.2.0 of the statusbar-plugin solves the issue.

We have an additional issue which may help you to identify the root cause of 
the problem: Opening a pdf file in 
https://github.com/sitewaerts/cordova-plugin-document-viewers and then closing 
the viewer produces a completly white screen. An orientation change of the 
device 'repairs' the screen. The mentionend plugin uses a native iOS component 
to display the pdf. Inside the viewer, the statusbar is visible. The app has 
permanently hidden the statusbar via StatusBar.hide().
We tried to fix the issue by calling "StatusBar.show(); StatusBar.hide();" 
immediatly after closing the pdf viewer, but that made it look even worse.
Rolling back to version 2.2.0 of the statusbar-plugin also solves the issue

The app is build on plain cordova, neither ionic nor any comparable application 
framework is used.

iOS 10.2
XCode 8.2.1
Cordova CLI 6.40
Cordova iOS 4.3.1

> Status Bar Not Hiding ios9+ w/ Extjs 6.2
> 
>
> Key: CB-12196
> URL: https://issues.apache.org/jira/browse/CB-12196
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Statusbar
>Affects Versions: 3.5.0
> Environment: Mac Mini, Extjs 6.2, ios 9.3, IPhone 6 (Emulated)
>Reporter: Scott Guertin
>  Labels: ios, ios9
>
> The status bar plugin does not seem to work at all, the XCode settings will 
> hide the contents of the status bar however it leaves behind a white bar.
> No custom settings described appear to affect this.



--
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-12099) [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker

2016-12-21 Thread Fred Feys (JIRA)

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

Fred Feys commented on CB-12099:


Not yet... I'm on ionic 2. 

> [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker
> -
>
> Key: CB-12099
> URL: https://issues.apache.org/jira/browse/CB-12099
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0
>Reporter: Matt Thompson
>Priority: Minor
>
> I'm using Cordova (v6.4.0) and the Splashscreen plugin (v4.0.0) 
> (https://github.com/apache/cordova-plugin-splashscreen). 
> The various splash screen images I set are displaying on both Android and iOS 
> devices. However, on Android devices there is a white flash between the 
> splash screen images and my app loading.
> In my Cordova config.xml file, I have the following lines for the splash 
> screen:
> {code:xml}
> 
> 
> {code}
> I tried disabling the splash screen image from automatically hiding and 
> increasing the delay before the splash screen hides by adding the additional 
> following lines to config.xml:
> {code:xml}
> 
> 
> {code}
> Because auto hide is false and the delay is 10 seconds, I should see the 
> static loading image for a full 10 seconds, but on both iOS and Android it 
> only displays for a second or two. I'm guessing that is the root of the 
> problem.
> Once auto hide can be disabled, I hoped to manually trigger hiding the splash 
> screen within my app's main init function using:
> {code:javascript}
> navigator.splashscreen.hide(); 
> {code}



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

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



[jira] [Commented] (CB-12189) Plugin WinMD+DLL combination

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12189:
-

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

https://github.com/apache/cordova-windows/pull/219#discussion_r93460566
  
--- Diff: template/cordova/lib/PluginInfo.js ---
@@ -115,6 +115,33 @@ function PluginInfo(dirname) {
 var configFiles = parentGetConfigFiles(platform);
 return processChanges(configFiles);
 };
+
+this.getFrameworks = function(platform) {
--- End diff --

nit: [outdated 
comment](https://github.com/apache/cordova-windows/pull/219/files#diff-93a26ea6e269125a5b151c4176a3b42bL100)


> Plugin WinMD+DLL combination
> 
>
> Key: CB-12189
> URL: https://issues.apache.org/jira/browse/CB-12189
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Chris Brody
>
> As discussed in https://forums.adobe.com/message/9123283 and 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> it is not possible to build on PhoneGap Build for Windows with a plugin such 
> as https://github.com/litehelpers/Cordova-sqlite-legacy-build-support or 
> https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free. The 
> solution discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> is to build the Windows C++ library by hand then include the WinMD file in 
> plugin.xml just like 
> https://github.com/phonegap/phonegap-plugin-barcodescanner/blob/master/plugin.xml#L65-L67.
> But as discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> this is still not possible since we need to include both WinMD and DLL files 
> in case of a C++ library.
> I hereby raise this issue to fix cordova-windows to support WinMD+DLL for C++ 
> libraries such as 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support. This is a 
> blocking issue for one of my customers.



--
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-12189) Plugin WinMD+DLL combination

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12189:
-

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

https://github.com/apache/cordova-windows/pull/219#discussion_r93464493
  
--- Diff: spec/unit/pluginHandler/windows.spec.js ---
@@ -304,6 +309,47 @@ describe('windows project handler', function () {
 xpath = 'Reference[@Include="dummy6"]/HintPath';
 validateInstalledProjects('framework', frameworks[5], 
xpath, ['windows', 'windows10', 'phone']);
 });
+
+it('with .winmd and .dll files', function() {
--- End diff --

Does this spec check that dll files have been actually copied? ([according 
to 
this](https://github.com/apache/cordova-windows/pull/219/files#diff-7bcd02ec7f03ffbb25512bd1f4a0d388R99))


> Plugin WinMD+DLL combination
> 
>
> Key: CB-12189
> URL: https://issues.apache.org/jira/browse/CB-12189
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Chris Brody
>
> As discussed in https://forums.adobe.com/message/9123283 and 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> it is not possible to build on PhoneGap Build for Windows with a plugin such 
> as https://github.com/litehelpers/Cordova-sqlite-legacy-build-support or 
> https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free. The 
> solution discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> is to build the Windows C++ library by hand then include the WinMD file in 
> plugin.xml just like 
> https://github.com/phonegap/phonegap-plugin-barcodescanner/blob/master/plugin.xml#L65-L67.
> But as discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> this is still not possible since we need to include both WinMD and DLL files 
> in case of a C++ library.
> I hereby raise this issue to fix cordova-windows to support WinMD+DLL for C++ 
> libraries such as 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support. This is a 
> blocking issue for one of my customers.



--
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-12189) Plugin WinMD+DLL combination

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12189:
-

Github user vladimir-kotikov commented on the issue:

https://github.com/apache/cordova-windows/pull/219
  
@daserge could you take a look please?


> Plugin WinMD+DLL combination
> 
>
> Key: CB-12189
> URL: https://issues.apache.org/jira/browse/CB-12189
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Chris Brody
>
> As discussed in https://forums.adobe.com/message/9123283 and 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> it is not possible to build on PhoneGap Build for Windows with a plugin such 
> as https://github.com/litehelpers/Cordova-sqlite-legacy-build-support or 
> https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free. The 
> solution discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> is to build the Windows C++ library by hand then include the WinMD file in 
> plugin.xml just like 
> https://github.com/phonegap/phonegap-plugin-barcodescanner/blob/master/plugin.xml#L65-L67.
> But as discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> this is still not possible since we need to include both WinMD and DLL files 
> in case of a C++ library.
> I hereby raise this issue to fix cordova-windows to support WinMD+DLL for C++ 
> libraries such as 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support. This is a 
> blocking issue for one of my customers.



--
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-12286) Screen Orientation plugin's tests should actually test the plugin

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12286:
-

Github user filmaj commented on the issue:

https://github.com/apache/cordova-plugin-screen-orientation/pull/9
  
Probably a good idea :D


> Screen Orientation plugin's tests should actually test the plugin
> -
>
> Key: CB-12286
> URL: https://issues.apache.org/jira/browse/CB-12286
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> As of now, they test built-in {{window.orientation}} object while the plugin 
> provides {{window.screen.orientation}} object.



--
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-12005) Orientation wrong, Exif not changing after the correct orientation is applied

2016-12-21 Thread Judith Hartmann (JIRA)

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

Judith Hartmann commented on CB-12005:
--

I'm having the same issue on a  samsung galaxy S5 (displayed right, but after 
uploading to server wrong). My Huawei P8 Lite however does not have the problem.

> Orientation wrong, Exif not changing after the correct orientation is applied
> -
>
> Key: CB-12005
> URL: https://issues.apache.org/jira/browse/CB-12005
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.3.0
> Environment: Android 6.0.1
>Reporter: Octavio Pinho Bokel
>  Labels: camera
> Fix For: Master
>
>
> I recently updated the camera plugin to 2.3.0.
> My app (Woopter) use the camera plugin with FILE_URI and correctOrientation = 
> true and the source is the CAMERA
> I noticed that the pictures were showing correctly only on android. On IOS 
> and on the server they were WRONGLY ROTATED.
> What happened is that the picture is keeping the ORIGINAL EXIF after the 
> orientation was corrected. So, in systems that uses the Exif, the picture was 
> being rotated twice. (The Exif is making the correct oriented picture to 
> rotated).



--
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-12099) [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker

2016-12-21 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov commented on CB-12099:
--

[~depict...@gmail.com], [~mikegleasonjr], [~freddiefishes] - could you please 
look if [this 
solution|https://issues.apache.org/jira/browse/CB-11565?focusedCommentId=15766525&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15766525]
 fixes the issue for you?

> [SplashScreen] AutoHideSplashScreen not respected, Screen Flicker
> -
>
> Key: CB-12099
> URL: https://issues.apache.org/jira/browse/CB-12099
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 4.0.0
>Reporter: Matt Thompson
>Priority: Minor
>
> I'm using Cordova (v6.4.0) and the Splashscreen plugin (v4.0.0) 
> (https://github.com/apache/cordova-plugin-splashscreen). 
> The various splash screen images I set are displaying on both Android and iOS 
> devices. However, on Android devices there is a white flash between the 
> splash screen images and my app loading.
> In my Cordova config.xml file, I have the following lines for the splash 
> screen:
> {code:xml}
> 
> 
> {code}
> I tried disabling the splash screen image from automatically hiding and 
> increasing the delay before the splash screen hides by adding the additional 
> following lines to config.xml:
> {code:xml}
> 
> 
> {code}
> Because auto hide is false and the delay is 10 seconds, I should see the 
> static loading image for a full 10 seconds, but on both iOS and Android it 
> only displays for a second or two. I'm guessing that is the root of the 
> problem.
> Once auto hide can be disabled, I hoped to manually trigger hiding the splash 
> screen within my app's main init function using:
> {code:javascript}
> navigator.splashscreen.hide(); 
> {code}



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

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



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

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-3232:


GitHub user matrosov-nikita opened a pull request:

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

Add support for WinMD and DLL combination



### Platforms affected
self

### What does this PR do?
This PR adds support for .winmd and .dll combination.

### What testing has been done on this change?
Auto-test

### 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.
- [x] 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/matrosov-nikita/cordova-windows 
support-winmd-and-dll

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

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


commit 99a70164a3698b3d36a1ee958f5753df45b8983d
Author: Nikita Matrosov 
Date:   2016-12-21T12:26:40Z

Add support for WinMD and DLL combination




> "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: BlackBerry, 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.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-12189) Plugin WinMD+DLL combination

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12189:
-

Github user vladimir-kotikov commented on the issue:

https://github.com/apache/cordova-lib/pull/513
  
Travis build failures look irrelevant to this PR


> Plugin WinMD+DLL combination
> 
>
> Key: CB-12189
> URL: https://issues.apache.org/jira/browse/CB-12189
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Chris Brody
>
> As discussed in https://forums.adobe.com/message/9123283 and 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> it is not possible to build on PhoneGap Build for Windows with a plugin such 
> as https://github.com/litehelpers/Cordova-sqlite-legacy-build-support or 
> https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free. The 
> solution discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> is to build the Windows C++ library by hand then include the WinMD file in 
> plugin.xml just like 
> https://github.com/phonegap/phonegap-plugin-barcodescanner/blob/master/plugin.xml#L65-L67.
> But as discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> this is still not possible since we need to include both WinMD and DLL files 
> in case of a C++ library.
> I hereby raise this issue to fix cordova-windows to support WinMD+DLL for C++ 
> libraries such as 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support. This is a 
> blocking issue for one of my customers.



--
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-12189) Plugin WinMD+DLL combination

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12189:
-

GitHub user vladimir-kotikov opened a pull request:

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

CB-12189 windows: Document `implementation` attribute



### Platforms affected


### What does this PR do?


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


### 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.


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

$ git pull https://github.com/vladimir-kotikov/cordova-docs CB-12189

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

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


commit d2c53d80bf240b1f416dd13483f44d86b82650db
Author: Vladimir Kotikov 
Date:   2016-12-21T11:09:29Z

CB-12189 Document `implementation` attribute




> Plugin WinMD+DLL combination
> 
>
> Key: CB-12189
> URL: https://issues.apache.org/jira/browse/CB-12189
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Chris Brody
>
> As discussed in https://forums.adobe.com/message/9123283 and 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> it is not possible to build on PhoneGap Build for Windows with a plugin such 
> as https://github.com/litehelpers/Cordova-sqlite-legacy-build-support or 
> https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free. The 
> solution discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> is to build the Windows C++ library by hand then include the WinMD file in 
> plugin.xml just like 
> https://github.com/phonegap/phonegap-plugin-barcodescanner/blob/master/plugin.xml#L65-L67.
> But as discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> this is still not possible since we need to include both WinMD and DLL files 
> in case of a C++ library.
> I hereby raise this issue to fix cordova-windows to support WinMD+DLL for C++ 
> libraries such as 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support. This is a 
> blocking issue for one of my customers.



--
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-12286) Screen Orientation plugin's tests should actually test the plugin

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12286:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-screen-orientation/pull/9
  
Cordova CI Build has completed successfully.

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-screen-orientation/pull/9/commits/cd2ee4666d66190424df4efc9291c31be6d4781b)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/6//PLATFORM=android/artifact/)
 |
 



> Screen Orientation plugin's tests should actually test the plugin
> -
>
> Key: CB-12286
> URL: https://issues.apache.org/jira/browse/CB-12286
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> As of now, they test built-in {{window.orientation}} object while the plugin 
> provides {{window.screen.orientation}} object.



--
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-12286) Screen Orientation plugin's tests should actually test the plugin

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12286:
-

GitHub user alsorokin opened a pull request:

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

CB-12286 Tests reworked



### Platforms affected
All

### What does this PR do?
https://issues.apache.org/jira/browse/CB-12286
Tests now actually verify the plugin's methods and properties instead of 
the native built-in ones.

### What testing has been done on this change?
Paramedic run on Android and Windows.

### 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.
- [x] 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/alsorokin/cordova-plugin-screen-orientation 
CB-12286

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

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


commit cd2ee4666d66190424df4efc9291c31be6d4781b
Author: Alexander Sorokin 
Date:   2016-12-21T11:46:01Z

CB-12286 Tests reworked




> Screen Orientation plugin's tests should actually test the plugin
> -
>
> Key: CB-12286
> URL: https://issues.apache.org/jira/browse/CB-12286
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> As of now, they test built-in {{window.orientation}} object while the plugin 
> provides {{window.screen.orientation}} object.



--
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-12189) Plugin WinMD+DLL combination

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12189:
-

GitHub user vladimir-kotikov opened a pull request:

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

CB-12189 windows: Add `implementation` attribute to frameworks

The attribute is windows-specific and allows to specify implementation for 
WinMD components, written in C++



### Platforms affected


### What does this PR do?


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


### 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.
- [ ] 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/vladimir-kotikov/cordova-lib CB-12189

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

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


commit 5be6a8166fd9785dec095c99836cba725fb4947e
Author: Vladimir Kotikov 
Date:   2016-12-21T12:00:57Z

CB-12189 Add implementation attribute to framework

The attribute is windows-specific and allows to specify implementation for 
WinMD components, written in C++




> Plugin WinMD+DLL combination
> 
>
> Key: CB-12189
> URL: https://issues.apache.org/jira/browse/CB-12189
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Reporter: Chris Brody
>
> As discussed in https://forums.adobe.com/message/9123283 and 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> it is not possible to build on PhoneGap Build for Windows with a plugin such 
> as https://github.com/litehelpers/Cordova-sqlite-legacy-build-support or 
> https://github.com/litehelpers/Cordova-sqlite-evcore-extbuild-free. The 
> solution discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> is to build the Windows C++ library by hand then include the WinMD file in 
> plugin.xml just like 
> https://github.com/phonegap/phonegap-plugin-barcodescanner/blob/master/plugin.xml#L65-L67.
> But as discussed in 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support/issues/10 
> this is still not possible since we need to include both WinMD and DLL files 
> in case of a C++ library.
> I hereby raise this issue to fix cordova-windows to support WinMD+DLL for C++ 
> libraries such as 
> https://github.com/litehelpers/Cordova-sqlite-legacy-build-support. This is a 
> blocking issue for one of my customers.



--
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-12286) Screen Orientation plugin's tests should actually test the plugin

2016-12-21 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin updated CB-12286:
---
Description: As of now, they test built-in {{window.orientation}} object 
while the plugin provides {{screen.orientation}} object.  (was: As of now, they 
test built-in {{window.orientation}} object while the plugin adds 
{{screen.orientation}} object.)

> Screen Orientation plugin's tests should actually test the plugin
> -
>
> Key: CB-12286
> URL: https://issues.apache.org/jira/browse/CB-12286
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> As of now, they test built-in {{window.orientation}} object while the plugin 
> provides {{screen.orientation}} object.



--
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-12286) Screen Orientation plugin's tests should actually test the plugin

2016-12-21 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin updated CB-12286:
---
Description: As of now, they test built-in {{window.orientation}} object 
while the plugin provides {{window.screen.orientation}} object.  (was: As of 
now, they test built-in {{window.orientation}} object while the plugin provides 
{{screen.orientation}} object.)

> Screen Orientation plugin's tests should actually test the plugin
> -
>
> Key: CB-12286
> URL: https://issues.apache.org/jira/browse/CB-12286
> Project: Apache Cordova
>  Issue Type: Test
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>
> As of now, they test built-in {{window.orientation}} object while the plugin 
> provides {{window.screen.orientation}} object.



--
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-12285) cordova-plugin-screen-orientation can't lock orientation on Android (API 19)

2016-12-21 Thread Alexander Sorokin (JIRA)

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

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

> cordova-plugin-screen-orientation can't lock orientation on Android (API 19)
> 
>
> Key: CB-12285
> URL: https://issues.apache.org/jira/browse/CB-12285
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>




--
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-12285) cordova-plugin-screen-orientation can't lock orientation on Android (API 19)

2016-12-21 Thread ASF subversion and git services (JIRA)

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

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

Commit 7fdc334a2f743d061937404ca31143a022e2db3d 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=7fdc334
 ]

CB-12285 Polyfill promises on platforms that doesn't support them natively


> cordova-plugin-screen-orientation can't lock orientation on Android (API 19)
> 
>
> Key: CB-12285
> URL: https://issues.apache.org/jira/browse/CB-12285
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>




--
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-12285) cordova-plugin-screen-orientation can't lock orientation on Android (API 19)

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12285:
-

Github user asfgit closed the pull request at:

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


> cordova-plugin-screen-orientation can't lock orientation on Android (API 19)
> 
>
> Key: CB-12285
> URL: https://issues.apache.org/jira/browse/CB-12285
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>




--
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-12286) Screen Orientation plugin's tests should actually test the plugin

2016-12-21 Thread Alexander Sorokin (JIRA)
Alexander Sorokin created CB-12286:
--

 Summary: Screen Orientation plugin's tests should actually test 
the plugin
 Key: CB-12286
 URL: https://issues.apache.org/jira/browse/CB-12286
 Project: Apache Cordova
  Issue Type: Test
  Components: Plugin Screen Orientation
Affects Versions: Master
Reporter: Alexander Sorokin
Assignee: Alexander Sorokin


As of now, they test built-in {{window.orientation}} object while the plugin 
adds {{screen.orientation}} object.



--
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-12285) cordova-plugin-screen-orientation can't lock orientation on Android (API 19)

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12285:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-screen-orientation/pull/8
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-screen-orientation/pull/8/commits/7fdc334a2f743d061937404ca31143a022e2db3d)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/5//PLATFORM=android/artifact/)
 |
 



> cordova-plugin-screen-orientation can't lock orientation on Android (API 19)
> 
>
> Key: CB-12285
> URL: https://issues.apache.org/jira/browse/CB-12285
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>




--
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-12285) cordova-plugin-screen-orientation can't lock orientation on Android (API 19)

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12285:
-

Github user cordova-qa commented on the issue:

https://github.com/apache/cordova-plugin-screen-orientation/pull/8
  
Cordova CI Build has one or more failures. 

**Commit** - 
[Link](https://github.com/apache/cordova-plugin-screen-orientation/pull/8/commits/4ab51641c26af31a08ebe578b33ad02a2e07093d)
**Dashboard** - 
[Link](http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3/)

| Builder Name  | Console Output | Test Report | Device Logs  |
| :---: | :---:  |   :---: | :---:|
| [Windows 8.1 Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-8.1-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-8.1-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-8.1-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-8.1-store/artifact/)
 |
| [Windows 10  Store]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-10-store/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-10-store/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-10-store/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-10-store/artifact/)
 |
| [Windows 8.1 Phone]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-8.1-phone/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-8.1-phone/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-8.1-phone/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=windows-8.1-phone/artifact/)
 |
| [iOS]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=ios/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=ios/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=ios/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=ios/artifact/)
 |
| [Android]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=android/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=android/console)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=android/testReport/)
 | [Link]( 
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/3//PLATFORM=android/artifact/)
 |
 



> cordova-plugin-screen-orientation can't lock orientation on Android (API 19)
> 
>
> Key: CB-12285
> URL: https://issues.apache.org/jira/browse/CB-12285
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>




--
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-12285) cordova-plugin-screen-orientation can't lock orientation on Android (API 19)

2016-12-21 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-12285:
-

GitHub user alsorokin opened a pull request:

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

CB-12285 Polyfill promises on platforms that doesn't support them nat…

…ively



### Platforms affected
All platforms with webview that doesn't support promises natively. For 
example, Android API level 19.

### What does this PR do?
Includes a polyfill library so the promises (and therefore, `.lockScreen` 
function) would work everywhere.

### What testing has been done on this change?
Paramedic tests on Android API 19.

### 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.
- [ ] 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/alsorokin/cordova-plugin-screen-orientation 
CB-12285

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

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


commit 4ab51641c26af31a08ebe578b33ad02a2e07093d
Author: Alexander Sorokin 
Date:   2016-12-21T09:10:19Z

CB-12285 Polyfill promises on platforms that doesn't support them natively




> cordova-plugin-screen-orientation can't lock orientation on Android (API 19)
> 
>
> Key: CB-12285
> URL: https://issues.apache.org/jira/browse/CB-12285
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>




--
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-12285) cordova-plugin-screen-orientation can't lock orientation on Android (API 19)

2016-12-21 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin updated CB-12285:
---
Summary: cordova-plugin-screen-orientation can't lock orientation on 
Android (API 19)  (was: cordova-plugin-screen-orientation can't lock 
orientation on Windows and Android (API 19))

> cordova-plugin-screen-orientation can't lock orientation on Android (API 19)
> 
>
> Key: CB-12285
> URL: https://issues.apache.org/jira/browse/CB-12285
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>




--
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-11565) show Black screen before show a splash screen during application launch.

2016-12-21 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov commented on CB-11565:
--

[~312977], [~vincent.vanackere] - try using these forks:
https://github.com/daserge/cordova-android/tree/CB-12099
https://github.com/daserge/cordova-plugin-splashscreen/tree/CB-12099

{{git clone -b CB-12099 https://github.com/daserge/cordova-android}}
{{git clone -b CB-12099 https://github.com/daserge/cordova-plugin-splashscreen}}
{{cd project}}
{{cordova platform add ..\cordova-android}}
{{cordova plugin add ..\cordova-plugin-splashscreen}}

Looks like these changes might be incorporated on next cordova-android major 
bump.
[Link to the proposal and 
discussion|http://apache.markmail.org/thread/7udppeup5pejrvmb]

> show Black screen before show  a splash screen during application launch.
> -
>
> Key: CB-11565
> URL: https://issues.apache.org/jira/browse/CB-11565
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin SplashScreen
>Affects Versions: 3.2.0
> Environment: cordova6.2  android 6.0
>Reporter: huxiaozhong
>Assignee: Sergey Shakhnazarov
>  Labels: android, triaged, wfc
> Fix For: 3.2.0
>
> Attachments: AppForGet.zip, splash1.png, splash2.png
>
>
> This plugin show black screen before displays  splash screen during 
> application launch.
> After the launch app, first show black screen, approximately 0.2 seconds,
> The following show splash screen,
> why?



--
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-12285) cordova-plugin-screen-orientation can't lock orientation on Windows and Android (API 19)

2016-12-21 Thread Alexander Sorokin (JIRA)

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

Alexander Sorokin commented on CB-12285:


See this job for reference:
http://cordova-ci.cloudapp.net:8080/job/cordova-plugin-screen-orientation-pr/2/

> cordova-plugin-screen-orientation can't lock orientation on Windows and 
> Android (API 19)
> 
>
> Key: CB-12285
> URL: https://issues.apache.org/jira/browse/CB-12285
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Screen Orientation
>Affects Versions: Master
>Reporter: Alexander Sorokin
>Assignee: Alexander Sorokin
>  Labels: found-by-ci, triaged
>




--
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-12285) cordova-plugin-screen-orientation can't lock orientation on Windows and Android (API 19)

2016-12-21 Thread Alexander Sorokin (JIRA)
Alexander Sorokin created CB-12285:
--

 Summary: cordova-plugin-screen-orientation can't lock orientation 
on Windows and Android (API 19)
 Key: CB-12285
 URL: https://issues.apache.org/jira/browse/CB-12285
 Project: Apache Cordova
  Issue Type: Bug
  Components: Plugin Screen Orientation
Affects Versions: Master
Reporter: Alexander Sorokin
Assignee: Alexander Sorokin






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