[jira] [Commented] (CB-13445) Streaming media in iOS has long load times

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13445:
-

ghenry22 commented on issue #149: CB-13445: (ios) Streaming media can take up 
to 8-10 seconds to start - fixed!
URL: 
https://github.com/apache/cordova-plugin-media/pull/149#issuecomment-346538770
 
 
   wrap it like so:
   
   ```
   if ([NSProcessInfo.processInfo 
isOperatingSystemAtLeastVersion:(NSOperatingSystemVersion){10,0,0}]) {
   avPlayer.automaticallyWaitsToMinimizeStalling = NO;
   }
   ```
   
   on OS prior to iOS10 this was the default behaviour playback behaviour 
anyway for everything except HLS format streams.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Streaming media in iOS has long load times
> --
>
> Key: CB-13445
> URL: https://issues.apache.org/jira/browse/CB-13445
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-media
> Environment: iOS platform within cordova 
>Reporter: Ashish Mehra
>
> Using the plugin, cordova-plugin-media, one can stream audio/video media. On 
> the iOS front, streaming media can take anywhere from 8-10 seconds to start 
> playing, even if the length of the media is < 10 mins. 
> The culprit here is `automaticallyWaitsToMinimizeStalling` property, that 
> seems to buffer a more than required amount of the media causing load time 
> delays. In some cases, it actually downloads the entire media file before 
> starting and on slow internet connections this can mean load times of > 15 
> seconds.
> Disabling this property should make iOS media load times to almost instant as 
> it will only buffer a default/set amount.



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

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



[jira] [Commented] (CB-13599) cordova-common release Nov 21, 2017

2017-11-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 0422520a1d36a6bb357880071b50c3f075b326a1 in cordova-common's branch 
refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-common.git;h=0422520 ]

CB-13599 Incremented package version to -dev


> cordova-common release Nov 21, 2017
> ---
>
> Key: CB-13599
> URL: https://issues.apache.org/jira/browse/CB-13599
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Steve Gill
>Assignee: Steve Gill
>
>  "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



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

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



[jira] [Commented] (CB-13599) cordova-common release Nov 21, 2017

2017-11-22 Thread ASF subversion and git services (JIRA)

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

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

Commit afc6185419086dd44776f4eb1e59cbcb939423c4 in cordova-common's branch 
refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-common.git;h=afc6185 ]

CB-13599 Updated version and RELEASENOTES.md for release 2.2.0


> cordova-common release Nov 21, 2017
> ---
>
> Key: CB-13599
> URL: https://issues.apache.org/jira/browse/CB-13599
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Steve Gill
>Assignee: Steve Gill
>
>  "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



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

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



[jira] [Closed] (CB-13052) Sunset cordova-plugin-file-transfer

2017-11-22 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-13052.
--
Resolution: Fixed

> Sunset cordova-plugin-file-transfer
> ---
>
> Key: CB-13052
> URL: https://issues.apache.org/jira/browse/CB-13052
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>  Labels: plugins-next
>
> Per CB-12711, we have decided to sunset the file transfer plugin in favour of 
> new XHR (XHR2) features that should be able to provide everything needed to 
> replace this plugin's functionality.
> Initial steps:
> 1. Do a test of XHR2 features across main platforms to get a sense of what an 
> API transition to XHR2 would look like. This could be a basis for a blog post 
> in the future.
> 2. Write up a blog post on how to transition to XHR2, and what platform 
> versions/requirements are necessary to make it happen.
> Should the above look good, and a clear path forward exists, further todos 
> (file as subtasks in here eventually):
> 3. Deprecate JIRA components.
> 4. Close out all github PRs and JIRA issues.
> 5. What do we need to inform Apache Infra of? 
> 6. Update plugin README to reflect status of plugin and point to transition 
> blog post.
> 7. Update coho to remove any references to the plugin.
> 8. Update cordova-docs to remove plugin references / remove code generation 
> around cordova-plugin-file-transfer.
> 9. Do one final release of the plugin.
> 10. Ensure we [deprecate the plugin in 
> npm|https://docs.npmjs.com/cli/deprecate].



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

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



[jira] [Closed] (CB-13120) Update cordova-docs to remove cordova-plugin-file-transfer

2017-11-22 Thread Vishal Mishra (JIRA)

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

Vishal Mishra closed CB-13120.
--
Resolution: Fixed

> Update cordova-docs to remove cordova-plugin-file-transfer
> --
>
> Key: CB-13120
> URL: https://issues.apache.org/jira/browse/CB-13120
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: docs-next, plugins-next
>
> * https://cordova.apache.org/docs/en/latest/guide/support/index.html
> * https://cordova.apache.org/docs/en/latest/plugin_ref/plugman.html



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

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



[jira] [Commented] (CB-13120) Update cordova-docs to remove cordova-plugin-file-transfer

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13120:
-

maverickmishra closed pull request #770: CB-13120: Removed references of 
cordova-plugin-file-transfer
URL: https://github.com/apache/cordova-docs/pull/770
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/www/docs/en/dev/guide/support/index.md 
b/www/docs/en/dev/guide/support/index.md
index 4eb243742..ab98d9f89 100644
--- a/www/docs/en/dev/guide/support/index.md
+++ b/www/docs/en/dev/guide/support/index.md
@@ -166,17 +166,6 @@ the core plugins, additional APIs are available via
 
 
 
-
-File 
Transfer
-
-Does not support onprogress nor 
abort
-
-
-
-Does not support onprogress nor 
abort
-Does not support onprogress nor 
abort
-
-
 
 Geolocation
 
diff --git a/www/static/plugins/official-plugins.json 
b/www/static/plugins/official-plugins.json
index 28b74d4fd..2d2a3d898 100755
--- a/www/static/plugins/official-plugins.json
+++ b/www/static/plugins/official-plugins.json
@@ -7,7 +7,6 @@
 "cordova-plugin-device",
 "cordova-plugin-dialogs",
 "cordova-plugin-file",
-"cordova-plugin-file-transfer",
 "cordova-plugin-geolocation",
 "cordova-plugin-globalization",
 "cordova-plugin-inappbrowser",


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update cordova-docs to remove cordova-plugin-file-transfer
> --
>
> Key: CB-13120
> URL: https://issues.apache.org/jira/browse/CB-13120
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: docs-next, plugins-next
>
> * https://cordova.apache.org/docs/en/latest/guide/support/index.html
> * https://cordova.apache.org/docs/en/latest/plugin_ref/plugman.html



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

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



[jira] [Commented] (CB-13120) Update cordova-docs to remove cordova-plugin-file-transfer

2017-11-22 Thread ASF subversion and git services (JIRA)

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

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

Commit a37835a06a0caa42fc3014cf8731d0a9a09af3a1 in cordova-docs's branch 
refs/heads/master from [~vishalmishra]
[ https://gitbox.apache.org/repos/asf?p=cordova-docs.git;h=a37835a ]

Merge pull request #770 from maverickmishra/master

CB-13120: Removed references of cordova-plugin-file-transfer

> Update cordova-docs to remove cordova-plugin-file-transfer
> --
>
> Key: CB-13120
> URL: https://issues.apache.org/jira/browse/CB-13120
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: docs-next, plugins-next
>
> * https://cordova.apache.org/docs/en/latest/guide/support/index.html
> * https://cordova.apache.org/docs/en/latest/plugin_ref/plugman.html



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

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



[jira] [Commented] (CB-13120) Update cordova-docs to remove cordova-plugin-file-transfer

2017-11-22 Thread ASF subversion and git services (JIRA)

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

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

Commit f16c8b611c102c6d3022ac9a3ceb2e16c0951ce7 in cordova-docs's branch 
refs/heads/master from [~vishalmishra]
[ https://gitbox.apache.org/repos/asf?p=cordova-docs.git;h=f16c8b6 ]

CB-13120: Removed references of cordova-plugin-file-transfer from cordova docs


> Update cordova-docs to remove cordova-plugin-file-transfer
> --
>
> Key: CB-13120
> URL: https://issues.apache.org/jira/browse/CB-13120
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: docs-next, plugins-next
>
> * https://cordova.apache.org/docs/en/latest/guide/support/index.html
> * https://cordova.apache.org/docs/en/latest/plugin_ref/plugman.html



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

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



[jira] [Commented] (CB-11244) Update Android Project Structure to be more compatible with Android Studio

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11244:
-

codecov-io commented on issue #389: CB-11244: Studio Project Compatibility: Now 
with merge commit
URL: https://github.com/apache/cordova-android/pull/389#issuecomment-316205218
 
 
   # 
[Codecov](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=h1) 
Report
   > Merging 
[#389](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=desc) 
into 
[master](https://codecov.io/gh/apache/cordova-android/commit/64047801867946fb000ed1b52d9182da5d42abbc?src=pr=desc)
 will **decrease** coverage by `0.36%`.
   > The diff coverage is `36.45%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/cordova-android/pull/389/graphs/tree.svg?src=pr=q14nMf6C5a=650=150)](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #389  +/-   ##
   ==
   - Coverage   43.77%   43.41%   -0.37% 
   ==
 Files  17   17  
 Lines1688 1730  +42 
 Branches  306  317  +11 
   ==
   + Hits  739  751  +12 
   - Misses949  979  +30
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[...n/templates/cordova/lib/builders/GenericBuilder.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9idWlsZGVycy9HZW5lcmljQnVpbGRlci5qcw==)
 | `25.86% <ø> (-1.64%)` | :arrow_down: |
   | 
[bin/templates/cordova/lib/builders/builders.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9idWlsZGVycy9idWlsZGVycy5qcw==)
 | `37.5% <ø> (ø)` | :arrow_up: |
   | 
[bin/templates/cordova/lib/device.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9kZXZpY2UuanM=)
 | `22.44% <0%> (ø)` | :arrow_up: |
   | 
[bin/templates/cordova/lib/build.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9idWlsZC5qcw==)
 | `13.04% <0%> (-0.39%)` | :arrow_down: |
   | 
[bin/templates/cordova/lib/emulator.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9lbXVsYXRvci5qcw==)
 | `48.44% <0%> (-0.58%)` | :arrow_down: |
   | 
[bin/templates/cordova/lib/AndroidStudio.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9BbmRyb2lkU3R1ZGlvLmpz)
 | `94.73% <100%> (ø)` | :arrow_up: |
   | 
[bin/templates/cordova/lib/pluginHandlers.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9wbHVnaW5IYW5kbGVycy5qcw==)
 | `87.34% <100%> (+0.47%)` | :arrow_up: |
   | 
[...in/templates/cordova/lib/builders/GradleBuilder.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9idWlsZGVycy9HcmFkbGVCdWlsZGVyLmpz)
 | `20.25% <15.78%> (-0.47%)` | :arrow_down: |
   | 
[bin/templates/cordova/Api.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL0FwaS5qcw==)
 | `41.88% <16.66%> (-2.57%)` | :arrow_down: |
   | 
[bin/lib/create.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL2xpYi9jcmVhdGUuanM=)
 | `49.26% <45.45%> (-1.57%)` | :arrow_down: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=footer).
 Last update 
[6404780...9d9bac3](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update Android Project Structure to be more compatible with Android Studio
> --
>
> Key: CB-11244
> URL: https://issues.apache.org/jira/browse/CB-11244
> Project: 

[jira] [Assigned] (CB-13599) cordova-common release Nov 21, 2017

2017-11-22 Thread Steve Gill (JIRA)

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

Steve Gill reassigned CB-13599:
---

Assignee: Steve Gill

> cordova-common release Nov 21, 2017
> ---
>
> Key: CB-13599
> URL: https://issues.apache.org/jira/browse/CB-13599
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-common
>Reporter: Steve Gill
>Assignee: Steve Gill
>
>  "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/tools-release-process.md;



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

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



[jira] [Updated] (CB-13602) Cordova doesn't read the gradle sub-extensions correctly, ignoring configuration

2017-11-22 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-13602:

Labels: android-next  (was: )

> Cordova doesn't read the gradle sub-extensions correctly, ignoring 
> configuration
> 
>
> Key: CB-13602
> URL: https://issues.apache.org/jira/browse/CB-13602
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 7.0.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>  Labels: android-next
>




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

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



[jira] [Created] (CB-13602) Cordova doesn't read the gradle sub-extensions correctly, ignoring configuration

2017-11-22 Thread Joe Bowser (JIRA)
Joe Bowser created CB-13602:
---

 Summary: Cordova doesn't read the gradle sub-extensions correctly, 
ignoring configuration
 Key: CB-13602
 URL: https://issues.apache.org/jira/browse/CB-13602
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android
Affects Versions: 7.0.0
Reporter: Joe Bowser
Assignee: Joe Bowser






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

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



[jira] [Resolved] (CB-13050) globalization plugin modernization / polyfill to latest spec

2017-11-22 Thread Simon MacDonald (JIRA)

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

Simon MacDonald resolved CB-13050.
--
Resolution: Won't Fix

We've decided not to modernize this plugin. Instead we'll rely on the well 
supported Intl API and the globalization plugin will be sunset.

https://caniuse.com/#search=intl

> globalization plugin modernization / polyfill to latest spec
> 
>
> Key: CB-13050
> URL: https://issues.apache.org/jira/browse/CB-13050
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-plugin-globalization
>Reporter: Filip Maj
>  Labels: plugins-next
>
> Per CB-12723, we will keep this plugin around but try to align with latest 
> specs:
>  - 
> https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Intl
>  
>  - https://tc39.github.io/ecma402/#intl-object.
>  - https://marcoscaceres.github.io/jsi18n/
> Apparently would just need polyfilling on iOS 9 and below. Need to test that.
> Platform support documentation should be updated to reflect polyfill status, 
> if applicable. 



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

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



[jira] [Closed] (CB-13050) globalization plugin modernization / polyfill to latest spec

2017-11-22 Thread Simon MacDonald (JIRA)

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

Simon MacDonald closed CB-13050.


> globalization plugin modernization / polyfill to latest spec
> 
>
> Key: CB-13050
> URL: https://issues.apache.org/jira/browse/CB-13050
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-plugin-globalization
>Reporter: Filip Maj
>  Labels: plugins-next
>
> Per CB-12723, we will keep this plugin around but try to align with latest 
> specs:
>  - 
> https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Intl
>  
>  - https://tc39.github.io/ecma402/#intl-object.
>  - https://marcoscaceres.github.io/jsi18n/
> Apparently would just need polyfilling on iOS 9 and below. Need to test that.
> Platform support documentation should be updated to reflect polyfill status, 
> if applicable. 



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

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



[jira] [Commented] (CB-13119) Update cordova-coho to remove references of cordova-plugin-file-transfer

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13119:
-

macdonst closed pull request #165: CB-13119: Added inactive flag for file 
transfer plugin
URL: https://github.com/apache/cordova-coho/pull/165
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/repoutil.js b/src/repoutil.js
index 6394768..555fad6 100644
--- a/src/repoutil.js
+++ b/src/repoutil.js
@@ -215,7 +215,8 @@ var pluginRepos = [
 title: 'Plugin - File Transfer',
 id: 'plugin-file-transfer',
 repoName: 'cordova-plugin-file-transfer',
-jiraComponentName: 'cordova-plugin-file-transfer'
+jiraComponentName: 'cordova-plugin-file-transfer',
+inactive: true
 }, {
 title: 'Plugin - File',
 id: 'plugin-file',


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update cordova-coho to remove references of cordova-plugin-file-transfer
> 
>
> Key: CB-13119
> URL: https://issues.apache.org/jira/browse/CB-13119
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: plugins-next
>




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

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



[jira] [Closed] (CB-13119) Update cordova-coho to remove references of cordova-plugin-file-transfer

2017-11-22 Thread Simon MacDonald (JIRA)

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

Simon MacDonald closed CB-13119.

Resolution: Fixed

Merged the change to cordova-coho

> Update cordova-coho to remove references of cordova-plugin-file-transfer
> 
>
> Key: CB-13119
> URL: https://issues.apache.org/jira/browse/CB-13119
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: plugins-next
>




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

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



[jira] [Commented] (CB-13119) Update cordova-coho to remove references of cordova-plugin-file-transfer

2017-11-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 07b204911957dcf58cb13768beee5f5c658302f2 in cordova-coho's branch 
refs/heads/master from [~vishalmishra]
[ https://gitbox.apache.org/repos/asf?p=cordova-coho.git;h=07b2049 ]

CB-13119: Added inactive flag for file transfer plugin


> Update cordova-coho to remove references of cordova-plugin-file-transfer
> 
>
> Key: CB-13119
> URL: https://issues.apache.org/jira/browse/CB-13119
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: plugins-next
>




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

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



[jira] [Commented] (CB-13120) Update cordova-docs to remove cordova-plugin-file-transfer

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13120:
-

macdonst commented on a change in pull request #770: CB-13120: Removed 
references of cordova-plugin-file-transfer
URL: https://github.com/apache/cordova-docs/pull/770#discussion_r152677848
 
 

 ##
 File path: www/docs/en/dev/guide/support/index.md
 ##
 @@ -122,17 +122,6 @@ the core plugins, additional APIs are available via
 
 
 
-
-Contacts
 
 Review comment:
   Seems good now


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update cordova-docs to remove cordova-plugin-file-transfer
> --
>
> Key: CB-13120
> URL: https://issues.apache.org/jira/browse/CB-13120
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: docs-next, plugins-next
>
> * https://cordova.apache.org/docs/en/latest/guide/support/index.html
> * https://cordova.apache.org/docs/en/latest/plugin_ref/plugman.html



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

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



[jira] [Commented] (CB-11244) Update Android Project Structure to be more compatible with Android Studio

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-11244:
-

codecov-io commented on issue #389: CB-11244: Studio Project Compatibility: Now 
with merge commit
URL: https://github.com/apache/cordova-android/pull/389#issuecomment-316205218
 
 
   # 
[Codecov](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=h1) 
Report
   > Merging 
[#389](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=desc) 
into 
[master](https://codecov.io/gh/apache/cordova-android/commit/64047801867946fb000ed1b52d9182da5d42abbc?src=pr=desc)
 will **decrease** coverage by `0.36%`.
   > The diff coverage is `36.45%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/cordova-android/pull/389/graphs/tree.svg?width=650=150=pr=q14nMf6C5a)](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #389  +/-   ##
   ==
   - Coverage   43.77%   43.41%   -0.37% 
   ==
 Files  17   17  
 Lines1688 1730  +42 
 Branches  306  317  +11 
   ==
   + Hits  739  751  +12 
   - Misses949  979  +30
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[...n/templates/cordova/lib/builders/GenericBuilder.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9idWlsZGVycy9HZW5lcmljQnVpbGRlci5qcw==)
 | `25.86% <ø> (-1.64%)` | :arrow_down: |
   | 
[bin/templates/cordova/lib/builders/builders.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9idWlsZGVycy9idWlsZGVycy5qcw==)
 | `37.5% <ø> (ø)` | :arrow_up: |
   | 
[bin/templates/cordova/lib/build.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9idWlsZC5qcw==)
 | `13.04% <0%> (-0.39%)` | :arrow_down: |
   | 
[bin/templates/cordova/lib/emulator.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9lbXVsYXRvci5qcw==)
 | `48.44% <0%> (-0.58%)` | :arrow_down: |
   | 
[bin/templates/cordova/lib/device.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9kZXZpY2UuanM=)
 | `22.44% <0%> (ø)` | :arrow_up: |
   | 
[bin/templates/cordova/lib/AndroidStudio.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9BbmRyb2lkU3R1ZGlvLmpz)
 | `94.73% <100%> (ø)` | :arrow_up: |
   | 
[bin/templates/cordova/lib/pluginHandlers.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9wbHVnaW5IYW5kbGVycy5qcw==)
 | `87.34% <100%> (+0.47%)` | :arrow_up: |
   | 
[...in/templates/cordova/lib/builders/GradleBuilder.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL2xpYi9idWlsZGVycy9HcmFkbGVCdWlsZGVyLmpz)
 | `20.25% <15.78%> (-0.47%)` | :arrow_down: |
   | 
[bin/templates/cordova/Api.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9jb3Jkb3ZhL0FwaS5qcw==)
 | `41.88% <16.66%> (-2.57%)` | :arrow_down: |
   | 
[bin/lib/create.js](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=tree#diff-YmluL2xpYi9jcmVhdGUuanM=)
 | `49.26% <45.45%> (-1.57%)` | :arrow_down: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=footer).
 Last update 
[6404780...d8f10c3](https://codecov.io/gh/apache/cordova-android/pull/389?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update Android Project Structure to be more compatible with Android Studio
> --
>
> Key: CB-11244
> URL: https://issues.apache.org/jira/browse/CB-11244
> Project: 

[jira] [Commented] (CB-13498) (inappbrowser) Add closebutton option for ios

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13498:
-

janpio commented on issue #247: CB-13498 added closebutton option for ios
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/247#issuecomment-346460301
 
 
   My iOS coding skills are too bad to review this myself, but have a look at 
what I posted at this other PR with the same problem: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/246#issuecomment-346310087


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> (inappbrowser) Add closebutton option for ios
> -
>
> Key: CB-13498
> URL: https://issues.apache.org/jira/browse/CB-13498
> Project: Apache Cordova
>  Issue Type: New Feature
>Reporter: Jaap-Jan
>
> On ios the toolbar has a close button and back/next buttons. You can disable 
> the entire toolbar, but not disable the close button only.
> If a closebutton option is support, you can have a toolbar that only has the 
> navigational buttons. 
> I needed this for a project that needs to keep the inappbrowser opened at all 
> times (so a close button should not be shown)  but also requires to have 
> navigational buttons of the toolbar.



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

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



[jira] [Resolved] (CB-13601) Standalone Flow does not work for running APKs

2017-11-22 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-13601.
-
Resolution: Fixed

> Standalone Flow does not work for running APKs
> --
>
> Key: CB-13601
> URL: https://issues.apache.org/jira/browse/CB-13601
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 7.0.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
>  Labels: cordova-next
> Fix For: 7.0.0
>
>
> On StudioProjectCompat, the cordova/run command doesn't actually compile with 
> the new layout and has problems finding the APK



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

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



[jira] [Commented] (CB-13583) Gray bar in status area when using inappbrowser

2017-11-22 Thread Jeff Norris (JIRA)

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

Jeff Norris commented on CB-13583:
--

Here is a video of the issue: 
https://www.dropbox.com/s/fnsjz71dssqcr56/bug.mov?dl=0
and another screenshot: https://i.stack.imgur.com/T6ShA.png

> Gray bar in status area when using inappbrowser
> ---
>
> Key: CB-13583
> URL: https://issues.apache.org/jira/browse/CB-13583
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-plugin-inappbrowser
> Environment: Mac OS 10.13.1, Xcode 9.1
>Reporter: Jacob Weber
> Attachments: config.xml, landscape-to-portrait-to-landscape.png, 
> portrait-to-landscape.png, portrait.png
>
>
> Use the attached config.xml in a new Cordova project. Add viewport-fit=cover 
> to index.html, and add Default@2x~universal~anyany.png file for the splash 
> image.
> Open the project in an iPhone X simulator, running iOS 11.1.
> In portrait mode, call window.open('https://www.google.com', '_blank'). 
> You'll see a gray area where the status bar would be on older devices (see 
> portrait.png). Rotate to landscape, and it's still there (see 
> portrait-to-landscape.png).
> Close the browser. Now in landscape, run the window.open command again. 
> Rotate to portrait, then back to landscape. Now you'll see a gray area, but 
> it only covers half of the screen (see 
> landscape-to-portrait-to-landscape.png).
> (Note that I used the "master" version of cordova-ios and some plugins, since 
> it seems like there are some unreleased fixes for the iPhone X, like 
> CB-13505).



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

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



[jira] [Commented] (CB-13505) Update LaunchScreen story board constrains

2017-11-22 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13505:
-

Have you tried the following steps here:

https://stackoverflow.com/questions/46232812/cordova-app-not-displaying-correctly-on-iphone-x-simulator

> Update LaunchScreen story board constrains
> --
>
> Key: CB-13505
> URL: https://issues.apache.org/jira/browse/CB-13505
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Mike Hartington
>Assignee: Suraj Pindoria
> Attachments: jump.gif
>
>
> LaunchScreen storyboard constraints were never updated for ios11/iphoneX. 
> This can cause the splashscreen to jump during startup. Sending a patch for 
> this.



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

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



[jira] [Commented] (CB-13498) (inappbrowser) Add closebutton option for ios

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13498:
-

jaapjanfrans commented on issue #247: CB-13498 added closebutton option for ios
URL: 
https://github.com/apache/cordova-plugin-inappbrowser/pull/247#issuecomment-346450860
 
 
   so... can this request be considered by a project maintainer? 
   If any clarification is needed or if questions arise, please let me know :-)


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> (inappbrowser) Add closebutton option for ios
> -
>
> Key: CB-13498
> URL: https://issues.apache.org/jira/browse/CB-13498
> Project: Apache Cordova
>  Issue Type: New Feature
>Reporter: Jaap-Jan
>
> On ios the toolbar has a close button and back/next buttons. You can disable 
> the entire toolbar, but not disable the close button only.
> If a closebutton option is support, you can have a toolbar that only has the 
> navigational buttons. 
> I needed this for a project that needs to keep the inappbrowser opened at all 
> times (so a close button should not be shown)  but also requires to have 
> navigational buttons of the toolbar.



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

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



[jira] [Commented] (CB-13120) Update cordova-docs to remove cordova-plugin-file-transfer

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13120:
-

maverickmishra commented on a change in pull request #770: CB-13120: Removed 
references of cordova-plugin-file-transfer
URL: https://github.com/apache/cordova-docs/pull/770#discussion_r152657607
 
 

 ##
 File path: www/docs/en/dev/guide/support/index.md
 ##
 @@ -122,17 +122,6 @@ the core plugins, additional APIs are available via
 
 
 
-
-Contacts
 
 Review comment:
   No. It is not. I forgot the earlier PR wasn't merged yet. Thanks for 
pointing it out.Will fix it now. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update cordova-docs to remove cordova-plugin-file-transfer
> --
>
> Key: CB-13120
> URL: https://issues.apache.org/jira/browse/CB-13120
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: docs-next, plugins-next
>
> * https://cordova.apache.org/docs/en/latest/guide/support/index.html
> * https://cordova.apache.org/docs/en/latest/plugin_ref/plugman.html



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

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



[jira] [Commented] (CB-13505) Update LaunchScreen story board constrains

2017-11-22 Thread Shashwat Tripathi (JIRA)

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

Shashwat Tripathi commented on CB-13505:


Yeah I am having this configured and using below tags in config.xml . 








And this configuration works good with all other devices but for iPhoneX splash 
screen is getting cropped.



> Update LaunchScreen story board constrains
> --
>
> Key: CB-13505
> URL: https://issues.apache.org/jira/browse/CB-13505
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Mike Hartington
>Assignee: Suraj Pindoria
> Attachments: jump.gif
>
>
> LaunchScreen storyboard constraints were never updated for ios11/iphoneX. 
> This can cause the splashscreen to jump during startup. Sending a patch for 
> this.



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

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



[jira] [Commented] (CB-13120) Update cordova-docs to remove cordova-plugin-file-transfer

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13120:
-

maverickmishra commented on a change in pull request #770: CB-13120: Removed 
references of cordova-plugin-file-transfer
URL: https://github.com/apache/cordova-docs/pull/770#discussion_r152657607
 
 

 ##
 File path: www/docs/en/dev/guide/support/index.md
 ##
 @@ -122,17 +122,6 @@ the core plugins, additional APIs are available via
 
 
 
-
-Contacts
 
 Review comment:
   No. It is not. I forgot the earlier PR wasn't merged yet


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update cordova-docs to remove cordova-plugin-file-transfer
> --
>
> Key: CB-13120
> URL: https://issues.apache.org/jira/browse/CB-13120
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: docs-next, plugins-next
>
> * https://cordova.apache.org/docs/en/latest/guide/support/index.html
> * https://cordova.apache.org/docs/en/latest/plugin_ref/plugman.html



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

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



[jira] [Commented] (CB-13120) Update cordova-docs to remove cordova-plugin-file-transfer

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13120:
-

janpio commented on a change in pull request #770: CB-13120: Removed references 
of cordova-plugin-file-transfer
URL: https://github.com/apache/cordova-docs/pull/770#discussion_r152657024
 
 

 ##
 File path: www/docs/en/dev/guide/support/index.md
 ##
 @@ -122,17 +122,6 @@ the core plugins, additional APIs are available via
 
 
 
-
-Contacts
 
 Review comment:
   Is this intentional for this PR?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update cordova-docs to remove cordova-plugin-file-transfer
> --
>
> Key: CB-13120
> URL: https://issues.apache.org/jira/browse/CB-13120
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: cordova-docs, cordova-plugin-file-transfer (DEPRECATED)
>Reporter: Filip Maj
>Assignee: Vishal Mishra
>  Labels: docs-next, plugins-next
>
> * https://cordova.apache.org/docs/en/latest/guide/support/index.html
> * https://cordova.apache.org/docs/en/latest/plugin_ref/plugman.html



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

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



[jira] [Updated] (CB-13601) Standalone Flow does not work for running APKs

2017-11-22 Thread Joe Bowser (JIRA)

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

Joe Bowser updated CB-13601:

  Labels: cordova-next  (was: )
Priority: Blocker  (was: Major)

> Standalone Flow does not work for running APKs
> --
>
> Key: CB-13601
> URL: https://issues.apache.org/jira/browse/CB-13601
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-android
>Affects Versions: 7.0.0
>Reporter: Joe Bowser
>Assignee: Joe Bowser
>Priority: Blocker
>  Labels: cordova-next
> Fix For: 7.0.0
>
>
> On StudioProjectCompat, the cordova/run command doesn't actually compile with 
> the new layout and has problems finding the APK



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

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



[jira] [Created] (CB-13601) Standalone Flow does not work for running APKs

2017-11-22 Thread Joe Bowser (JIRA)
Joe Bowser created CB-13601:
---

 Summary: Standalone Flow does not work for running APKs
 Key: CB-13601
 URL: https://issues.apache.org/jira/browse/CB-13601
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-android
Affects Versions: 7.0.0
Reporter: Joe Bowser
Assignee: Joe Bowser
 Fix For: 7.0.0


On StudioProjectCompat, the cordova/run command doesn't actually compile with 
the new layout and has problems finding the APK



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF subversion and git services (JIRA)

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

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

Commit 4f873f7b931f080b0ed2edd31502571ae93b334d in cordova-ios's branch 
refs/heads/master from [~apare]
[ https://gitbox.apache.org/repos/asf?p=cordova-ios.git;h=4f873f7 ]

CB-13597: (ios) update podfile with ios version 9.0

Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
https://cordova.apache.org/announcements/2017/04/26/ios-release.html


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
> Error: pod: Command failed with exit code 1



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

surajpindoria commented on issue #349: CB-13597: (ios) update podfile with ios 
version 9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346443911
 
 
   LGTM!


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
> Error: pod: Command failed with exit code 1



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

surajpindoria closed pull request #349: CB-13597: (ios) update podfile with ios 
version 9.0
URL: https://github.com/apache/cordova-ios/pull/349
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/bin/templates/scripts/cordova/lib/Podfile.js 
b/bin/templates/scripts/cordova/lib/Podfile.js
index 49173c4cf..13e618028 100644
--- a/bin/templates/scripts/cordova/lib/Podfile.js
+++ b/bin/templates/scripts/cordova/lib/Podfile.js
@@ -97,7 +97,7 @@ Podfile.prototype.getTemplate = function () {
 var projectName = this.escapeSingleQuotes(this.projectName);
 return util.format(
 '# DO NOT MODIFY -- auto-generated by Apache Cordova\n' +
-'platform :ios, \'8.0\'\n' +
+'platform :ios, \'9.0\'\n' +
 'target \'%s\' do\n' +
 '\tproject \'%s.xcodeproj\'\n' +
 '%s\n' +


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo 

[jira] [Commented] (CB-13505) Update LaunchScreen story board constrains

2017-11-22 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13505:
-

Depending on your app you can use a single launch image or multiple. Here are 
the docs:

https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/index.html#single-image-launch-screen

> Update LaunchScreen story board constrains
> --
>
> Key: CB-13505
> URL: https://issues.apache.org/jira/browse/CB-13505
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Mike Hartington
>Assignee: Suraj Pindoria
> Attachments: jump.gif
>
>
> LaunchScreen storyboard constraints were never updated for ios11/iphoneX. 
> This can cause the splashscreen to jump during startup. Sending a patch for 
> this.



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

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



[jira] [Commented] (CB-13411) The launch screen storyboard (splash screen) has a white safe area on the bottom ONLY on iPhone X, iOS 11

2017-11-22 Thread Suraj Pindoria (JIRA)

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

Suraj Pindoria commented on CB-13411:
-

Depending on your app you can use a single launch image or multiple. Here are 
the docs:

https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/index.html#single-image-launch-screen

> The launch screen storyboard (splash screen) has a white safe area on the 
> bottom ONLY on iPhone X, iOS 11
> -
>
> Key: CB-13411
> URL: https://issues.apache.org/jira/browse/CB-13411
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: {{cordova-ios}} 4.5.0 or 4.5.1 and 
> {{cordova-plugin-splashscreen}}
>Reporter: Andrea Lazzarotto
>Assignee: Suraj Pindoria
>Priority: Minor
>  Labels: easyfix
> Attachments: screenshot-1.png
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The splash screen used by {{cordova-plugin-splashscreen}} uses the 
> {{CDVLaunchScreen.storyboard}} file from {{cordova-ios}}. On the iPhone X 
> emulator with iOS11, this shows a white "safe area inset" *only on the bottom 
> margin* (not on the top).
> The splash screen should be immersive both on top and on the bottom, 
> therefore the storyboard should be fixed. I use this simple replacement in a 
> hook to patch {{cordova-ios}} after {{cordova prepare}}:
> {code}
> NAME="$(find platforms/ios/ -name 'CDVLaunchScreen.storyboard')"
> sed -i '' 's_secondItem="xb3-aO-Qok" 
> secondAttribute="top"_secondItem="Ze5-6b-2t3" secondAttribute="bottom"_g' 
> "$NAME"
> {code}
> Basically one constraint on the storyboard needs to be updated. It should be 
> trivial to fix.



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

janpio commented on issue #349: CB-13597: (ios) update podfile with ios version 
9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346406059
 
 
   That worked @apare.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
> Error: pod: Command failed with exit code 1



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

codecov-io commented on issue #349: CB-13597: (ios) update podfile with ios 
version 9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346124610
 
 
   # [Codecov](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=h1) 
Report
   > Merging 
[#349](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=desc) into 
[master](https://codecov.io/gh/apache/cordova-ios/commit/24bfb734d5af0747c27cdbb9b122931ee808112f?src=pr=desc)
 will **not change** coverage.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/cordova-ios/pull/349/graphs/tree.svg?token=WomDD5jInz=650=pr=150)](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=tree)
   
   ```diff
   @@   Coverage Diff   @@
   ##   master #349   +/-   ##
   ===
 Coverage   63.45%   63.45%   
   ===
 Files  14   14   
 Lines1691 1691   
 Branches  284  284   
   ===
 Hits 1073 1073   
 Misses618  618
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[bin/templates/scripts/cordova/lib/Podfile.js](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=tree#diff-YmluL3RlbXBsYXRlcy9zY3JpcHRzL2NvcmRvdmEvbGliL1BvZGZpbGUuanM=)
 | `77.41% <ø> (ø)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=footer). 
Last update 
[24bfb73...fa18cfd](https://codecov.io/gh/apache/cordova-ios/pull/349?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in 

[jira] [Commented] (CB-13045) Drop android implementation of cordova-plugin-vibration

2017-11-22 Thread Simon MacDonald (JIRA)

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

Simon MacDonald commented on CB-13045:
--

This issue is dependent on the release of cordova-android 7.0 when the 
minSdkVersion is bumped to 19.

> Drop android implementation of cordova-plugin-vibration
> ---
>
> Key: CB-13045
> URL: https://issues.apache.org/jira/browse/CB-13045
> Project: Apache Cordova
>  Issue Type: Task
>  Components: cordova-plugin-vibration
>Reporter: Filip Maj
>  Labels: plugins-next
>
> Android webviews should support this API natively now. WE should test which 
> Android versions support this and if its feasible. If it is, the minimum 
> Android version it supports should also give us a good hint as to which 
> minimum cordova-android versions the new version of this plugin could support.
> This will require a major version bump for the plugin.



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

janpio commented on issue #349: CB-13597: (ios) update podfile with ios version 
9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346384637
 
 
   I restarted the build on Travis - maybe it works this time.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
> Error: pod: Command failed with exit code 1



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

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



[jira] [Commented] (CB-13597) invalid ios version in podfile

2017-11-22 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-13597:
-

apare commented on issue #349: CB-13597: (ios) update podfile with ios version 
9.0
URL: https://github.com/apache/cordova-ios/pull/349#issuecomment-346380460
 
 
   travis error `Version '6.11' not found - try `nvm ls-remote` to browse 
available versions.`


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> invalid ios version in podfile
> --
>
> Key: CB-13597
> URL: https://issues.apache.org/jira/browse/CB-13597
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: 4.4.0
>Reporter: Alexandre Pare
>Assignee: Suraj Pindoria
>Priority: Trivial
> Fix For: Master
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> Since the release Cordova iOS 4.4.0, only iOS 9 and greater supported
> The ios version in podfile should be 9.0
> https://cordova.apache.org/announcements/2017/04/26/ios-release.html
> {code:java}
> Set pods.json for `Curbside`
> Added pod line for `Curbside`
> Wrote to pods.json.
> Wrote to Podfile.
> Running `pod install` (to install plugins)
> Running command: pod install --verbose
>  pod install start 
>   Preparing
> Analyzing dependencies
> Inspecting targets to integrate
>   Using `ARCHS` setting to build architectures of target `Pods-HelloWorld`: 
> (``)
> Finding Podfile changes
>   A Curbside
> Resolving dependencies of `Podfile`
> [!] Unable to satisfy the following requirements:
> - `Curbside (~> 3.0.0.0)` required by `Podfile`
> Specs satisfying the `Curbside (~> 3.0.0.0)` dependency were found, but they 
> required a higher minimum deployment target.
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:461:in
>  `handle_resolver_error'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:80:in 
> `rescue in resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/resolver.rb:72:in 
> `resolve'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:771:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:768:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer/analyzer.rb:79:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:242:in
>  `analyze'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:154:in
>  `block in resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/user_interface.rb:64:in
>  `section'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:153:in
>  `resolve_dependencies'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/installer.rb:116:in
>  `install!'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command/install.rb:41:in
>  `run'
> /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/lib/cocoapods/command.rb:52:in 
> `run'
> /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.3.1/bin/pod:55:in `'
> /usr/local/bin/pod:22:in `load'
> /usr/local/bin/pod:22:in `'
> Command finished with error code 1: pod install,--verbose
> Failed to install 'curbside-cordova': Error: pod: Command failed with exit 
> code 1
> at ChildProcess.whenDone 
> (/Users/apare/codes/cordova-hello/platforms/ios/cordova/node_modules
> {code}
> /cordova-common/src/superspawn.js:169:23)
> at emitTwo (events.js:125:13)
> at ChildProcess.emit (events.js:213:7)
> at maybeClose (internal/child_process.js:887:16)
> at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
> Error: pod: Command failed with exit code 1



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

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



[jira] [Commented] (CB-13505) Update LaunchScreen story board constrains

2017-11-22 Thread Shashwat Tripathi (JIRA)

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

Shashwat Tripathi commented on CB-13505:


What is the splash screen resolution required for iPhone X? Looks like my 
splash screen is cropped.
I have this in my config.xml








> Update LaunchScreen story board constrains
> --
>
> Key: CB-13505
> URL: https://issues.apache.org/jira/browse/CB-13505
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Mike Hartington
>Assignee: Suraj Pindoria
> Attachments: jump.gif
>
>
> LaunchScreen storyboard constraints were never updated for ios11/iphoneX. 
> This can cause the splashscreen to jump during startup. Sending a patch for 
> this.



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

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



[jira] [Commented] (CB-13411) The launch screen storyboard (splash screen) has a white safe area on the bottom ONLY on iPhone X, iOS 11

2017-11-22 Thread Shashwat Tripathi (JIRA)

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

Shashwat Tripathi commented on CB-13411:


What is the splash screen resolution required for iphone X?
I have this in my config.xml








> The launch screen storyboard (splash screen) has a white safe area on the 
> bottom ONLY on iPhone X, iOS 11
> -
>
> Key: CB-13411
> URL: https://issues.apache.org/jira/browse/CB-13411
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Affects Versions: cordova-ios 4.5.0
> Environment: {{cordova-ios}} 4.5.0 or 4.5.1 and 
> {{cordova-plugin-splashscreen}}
>Reporter: Andrea Lazzarotto
>Assignee: Suraj Pindoria
>Priority: Minor
>  Labels: easyfix
> Attachments: screenshot-1.png
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The splash screen used by {{cordova-plugin-splashscreen}} uses the 
> {{CDVLaunchScreen.storyboard}} file from {{cordova-ios}}. On the iPhone X 
> emulator with iOS11, this shows a white "safe area inset" *only on the bottom 
> margin* (not on the top).
> The splash screen should be immersive both on top and on the bottom, 
> therefore the storyboard should be fixed. I use this simple replacement in a 
> hook to patch {{cordova-ios}} after {{cordova prepare}}:
> {code}
> NAME="$(find platforms/ios/ -name 'CDVLaunchScreen.storyboard')"
> sed -i '' 's_secondItem="xb3-aO-Qok" 
> secondAttribute="top"_secondItem="Ze5-6b-2t3" secondAttribute="bottom"_g' 
> "$NAME"
> {code}
> Basically one constraint on the storyboard needs to be updated. It should be 
> trivial to fix.



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

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



[jira] [Created] (CB-13600) Streamline Contribution documentation

2017-11-22 Thread Jan Piotrowski (Sujan) (JIRA)
Jan Piotrowski (Sujan) created CB-13600:
---

 Summary: Streamline Contribution documentation
 Key: CB-13600
 URL: https://issues.apache.org/jira/browse/CB-13600
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-docs
Reporter: Jan Piotrowski (Sujan)


Example: A user sent a PR with some features for cordova-plugin-inappbrowser. 
How does he get it merged?

#1 
https://github.com/apache/cordova-plugin-inappbrowser/blob/master/CONTRIBUTING.md
#2 https://cordova.apache.org/contribute/
#3 https://cordova.apache.org/contribute/contribute_guidelines.html
#4 
https://issues.apache.org/jira/projects/CB?selectedItem=com.atlassian.jira.jira-projects-plugin%3Acomponents-page

Related files and locations:
- 
https://github.com/apache/cordova-plugin-inappbrowser/blob/master/.github/PULL_REQUEST_TEMPLATE.md
- https://github.com/apache/cordova-plugin-inappbrowser/blob/master/README.md
- Slack

Tasks:
- Find out if there are other locations this is documented.
- Find out if there are other locations a user might search.
- Restructure content
- Publish new content



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

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