[jira] [Commented] (CB-10710) --www ignored in plugman 1.1.0

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10710:
-

Github user vladimir-kotikov commented on the pull request:

https://github.com/apache/cordova-android/pull/267#issuecomment-191631596
  
> Is this supported in other platforms too? If not, should it be?

It sound like platform-agnostic Plugman's feature, so my thinking is that 
it should. The PRs for other platforms is on their way.

> Are there tests for this? I don't know how to test this to verify that 
the fix works

Here is verification steps: 

cordova create foo && cd foo
cordova platform add 
android@https://github.com/msopentech/cordova-android#CB-10710
plugman -d install --platform android --project platforms/android 
--plugin cordova-plugin-statusbar --www my/custom/www/dir

Then verify the contents of `/my/custom/www/dir`. Plugin js files should be 
there along `with cordova_plugins.js` Also there should be no 
`cordova-plugin-statusbar` files neither in platforms/android/platform_www nor 
in platforms/android/assets/www


> --www ignored in plugman 1.1.0
> --
>
> Key: CB-10710
> URL: https://issues.apache.org/jira/browse/CB-10710
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Affects Versions: 1.1.0
> Environment: Mac OS 10.11.3
>Reporter: Jacob Weber
>Assignee: Vladimir Kotikov
>  Labels: triaged
>
> I recently upgraded to Plugman 1.1.0 from a previous version (not sure which).
> It seems like the --www argument is now ignored when installing/removing a 
> plugin, even though it's still documented (and still useful).
> Instead, it's always using the default location (e.g. 
> android/assets/www/plugins).
> For example, my project is structured like this:
> {code}
> /myproject
> /android (android Cordova project)
> /www
> index.html
> /cordova
> /android
> {code}
> Here's what happened when I removed and re-installed a plugin:
> {code}
> $ cd /myproject
> $ plugman -d uninstall --platform android --project android --plugin 
> "cordova-plugin-statusbar" --www www/cordova/android/
> Running command: /myproject/android/cordova/version 
> Command finished with error code 0: /myproject/android/cordova/version 
> Executing "before_plugin_uninstall"  hook for "cordova-plugin-statusbar" on 
> android.
> Uninstalling cordova-plugin-statusbar from android
> Beginning processing of action stack for android project...
> Action stack processing complete.
> Removing "cordova-plugin-statusbar"
> Deleted "cordova-plugin-statusbar"
> $ plugman -d install --platform android --project android --plugin 
> "cordova-plugin-statusbar" --www www/cordova/android/
> Fetching plugin "cordova-plugin-statusbar" via npm
> Copying plugin "/home/.npm/cordova-plugin-statusbar/2.1.1/package" => 
> "/myproject/android/cordova/plugins/cordova-plugin-statusbar"
> Installing "cordova-plugin-statusbar" for android
> Running command: /myproject/android/cordova/version 
> Command finished with error code 0: /myproject/android/cordova/version 
> Executing "before_plugin_install"  hook for "cordova-plugin-statusbar" on 
> android.
> Install start for "cordova-plugin-statusbar" on android.
> Beginning processing of action stack for android project...
> Action stack processing complete.
> Install complete for cordova-plugin-statusbar on android.
> Executing "after_plugin_install"  hook for "cordova-plugin-statusbar" on 
> android.
> {code}
> The files in www weren't touched.



--
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-10730) Plugin handlers tests for Windows should be kept in platform's repo

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10730:
-

Github user vladimir-kotikov commented on the pull request:

https://github.com/apache/cordova-windows/pull/155#issuecomment-191624625
  
> Is there also a PR for removing these from cordova-lib?

No, because the code these tests are testing is still in cordova-lib. I 
think we could remove the tests along with the code as a part of PlatformApi 
polyfill deprecation (see 
[CB-10644](https://issues.apache.org/jira/browse/CB-10644) and corresponding 
[mailing list discussion](http://markmail.org/thread/b5j4mhvnxws7jbgk) )


> Plugin handlers tests for Windows should be kept in platform's repo
> ---
>
> Key: CB-10730
> URL: https://issues.apache.org/jira/browse/CB-10730
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Vladimir Kotikov
>




--
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-10673) overlapped target-dir from two different plugins causes a failure.

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10673:
-

Github user bso-intel commented on the pull request:

https://github.com/apache/cordova-android/pull/264#issuecomment-191616111
  
Since now I created the --force-copying-src option, the current behavior of 
throwing exception is preserved. 
To get around this issue, the user can use this new command-line option.
I have created several related pull requests. Please review them together.
https://github.com/apache/cordova-cli/pull/236
https://github.com/apache/cordova-lib/pull/404
https://github.com/apache/cordova-ios/pull/199
https://github.com/apache/cordova-windows/pull/154
Thank you.


> overlapped  target-dir from two different plugins causes a 
> failure.
> 
>
> Key: CB-10673
> URL: https://issues.apache.org/jira/browse/CB-10673
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, iOS, Windows
>Reporter: Byoungro So
>Assignee: Byoungro So
>  Labels: pendingPR, triaged
>
> Cordova-android forces the target-dir of the  tag to be unique 
> for no reason.
> However, this causes an issue.
> It is always possible that two different plugins could have overlapped 
> target-dir path.
> It is impossible for a plugin to know that the target-dir is overlapped with 
> other plugins's target dir.
> So, we should relax this requirement.
> For example, cordova-sqlite-storage has the following in its plugin.xml.
> {code}
>  target-dir="libs/armeabi"/>
> {code}
> com.intel.security has the following in its plugin.xml.
> {code}
>   
> {code}
> When adding two plugins, cordova-android throws an exception.
> {code}
> [t6.0.1] cordova plugin add cordova-sqlite-storage@0.7.14
> Fetching plugin "cordova-sqlite-storage@0.7.14" via npm
> Installing "cordova-sqlite-storage" for android
> Installing "cordova-sqlite-storage" for ios
> [t6.0.1] cordova plugin add https://github.com/01org/AppSecurityApi.git#v1.4.1
> Fetching plugin "https://github.com/01org/AppSecurityApi.git"; via git clone
> Repository "https://github.com/01org/AppSecurityApi.git"; checked out to git 
> ref "v1.4.1".
> Installing "com.intel.security" for android
> Failed to install 'com.intel.security':CordovaError: Uh oh!
> "/Users/bso/cordova/test/t6.0.1/platforms/android/libs/armeabi" already 
> exists!
> at copyNewFile 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/lib/pluginHandlers.js:212:15)
> at handlers.source-file.install 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/lib/pluginHandlers.js:34:13)
> at Object.ActionStack.process 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
> at Api.addPlugin 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/Api.js:205:20)
> at handleInstall 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/src/plugman/install.js:598:6)
> at 
> /Users/bso/cordova/bso-cordova-lib/cordova-lib/src/plugman/install.js:396:28
> at _fulfilled 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:749:13)
> at 
> /Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:509:49
> Error: Uh oh!
> "/Users/bso/cordova/test/t6.0.1/platforms/android/libs/armeabi" already 
> exists!
> {code}
> I figured the same issue is present in cordova-ios and cordova-windows, too.



--
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-10673) overlapped target-dir from two different plugins causes a failure.

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10673:
-

GitHub user bso-intel opened a pull request:

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

CB-10673 added --force-copying-src option

This option is need to rescue some Cordova users who has trouble installing 
two conflicting plugins that use the same source-file target.

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

$ git pull https://github.com/bso-intel/cordova-lib CB-10673

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

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


commit 3d8281865ffa2d0c54e7c0886e3c926df515e923
Author: Byoungro So 
Date:   2016-03-02T07:23:19Z

CB-10673 added --force-copying-src option




> overlapped  target-dir from two different plugins causes a 
> failure.
> 
>
> Key: CB-10673
> URL: https://issues.apache.org/jira/browse/CB-10673
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, iOS, Windows
>Reporter: Byoungro So
>Assignee: Byoungro So
>  Labels: pendingPR, triaged
>
> Cordova-android forces the target-dir of the  tag to be unique 
> for no reason.
> However, this causes an issue.
> It is always possible that two different plugins could have overlapped 
> target-dir path.
> It is impossible for a plugin to know that the target-dir is overlapped with 
> other plugins's target dir.
> So, we should relax this requirement.
> For example, cordova-sqlite-storage has the following in its plugin.xml.
> {code}
>  target-dir="libs/armeabi"/>
> {code}
> com.intel.security has the following in its plugin.xml.
> {code}
>   
> {code}
> When adding two plugins, cordova-android throws an exception.
> {code}
> [t6.0.1] cordova plugin add cordova-sqlite-storage@0.7.14
> Fetching plugin "cordova-sqlite-storage@0.7.14" via npm
> Installing "cordova-sqlite-storage" for android
> Installing "cordova-sqlite-storage" for ios
> [t6.0.1] cordova plugin add https://github.com/01org/AppSecurityApi.git#v1.4.1
> Fetching plugin "https://github.com/01org/AppSecurityApi.git"; via git clone
> Repository "https://github.com/01org/AppSecurityApi.git"; checked out to git 
> ref "v1.4.1".
> Installing "com.intel.security" for android
> Failed to install 'com.intel.security':CordovaError: Uh oh!
> "/Users/bso/cordova/test/t6.0.1/platforms/android/libs/armeabi" already 
> exists!
> at copyNewFile 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/lib/pluginHandlers.js:212:15)
> at handlers.source-file.install 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/lib/pluginHandlers.js:34:13)
> at Object.ActionStack.process 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
> at Api.addPlugin 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/Api.js:205:20)
> at handleInstall 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/src/plugman/install.js:598:6)
> at 
> /Users/bso/cordova/bso-cordova-lib/cordova-lib/src/plugman/install.js:396:28
> at _fulfilled 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:749:13)
> at 
> /Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:509:49
> Error: Uh oh!
> "/Users/bso/cordova/test/t6.0.1/platforms/android/libs/armeabi" already 
> exists!
> {code}
> I figured the same issue is present in cordova-ios and cordova-windows, too.



--
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-10673) overlapped target-dir from two different plugins causes a failure.

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10673:
-

GitHub user bso-intel opened a pull request:

https://github.com/apache/cordova-cli/pull/236

CB-10673 added --force-copying-src option

This option is need to rescue some Cordova users who has trouble installing 
two conflicting plugins that use the same source-file target. 

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

$ git pull https://github.com/bso-intel/cordova-cli CB-10673

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

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


commit 4309a60ebd4b5282d55b25ab8f7be8c5e0e74970
Author: Byoungro So 
Date:   2016-03-02T07:19:59Z

CB-10673 added --force-copying-src option

commit 89246a76fec97f400b866e5d275d8a21dfa99a8a
Author: Byoungro So 
Date:   2016-03-03T06:22:39Z

CB-10673 added --force-copying-src option




> overlapped  target-dir from two different plugins causes a 
> failure.
> 
>
> Key: CB-10673
> URL: https://issues.apache.org/jira/browse/CB-10673
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Android, iOS, Windows
>Reporter: Byoungro So
>Assignee: Byoungro So
>  Labels: pendingPR, triaged
>
> Cordova-android forces the target-dir of the  tag to be unique 
> for no reason.
> However, this causes an issue.
> It is always possible that two different plugins could have overlapped 
> target-dir path.
> It is impossible for a plugin to know that the target-dir is overlapped with 
> other plugins's target dir.
> So, we should relax this requirement.
> For example, cordova-sqlite-storage has the following in its plugin.xml.
> {code}
>  target-dir="libs/armeabi"/>
> {code}
> com.intel.security has the following in its plugin.xml.
> {code}
>   
> {code}
> When adding two plugins, cordova-android throws an exception.
> {code}
> [t6.0.1] cordova plugin add cordova-sqlite-storage@0.7.14
> Fetching plugin "cordova-sqlite-storage@0.7.14" via npm
> Installing "cordova-sqlite-storage" for android
> Installing "cordova-sqlite-storage" for ios
> [t6.0.1] cordova plugin add https://github.com/01org/AppSecurityApi.git#v1.4.1
> Fetching plugin "https://github.com/01org/AppSecurityApi.git"; via git clone
> Repository "https://github.com/01org/AppSecurityApi.git"; checked out to git 
> ref "v1.4.1".
> Installing "com.intel.security" for android
> Failed to install 'com.intel.security':CordovaError: Uh oh!
> "/Users/bso/cordova/test/t6.0.1/platforms/android/libs/armeabi" already 
> exists!
> at copyNewFile 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/lib/pluginHandlers.js:212:15)
> at handlers.source-file.install 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/lib/pluginHandlers.js:34:13)
> at Object.ActionStack.process 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/node_modules/cordova-common/src/ActionStack.js:56:25)
> at Api.addPlugin 
> (/Users/bso/cordova/test/t6.0.1/platforms/android/cordova/Api.js:205:20)
> at handleInstall 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/src/plugman/install.js:598:6)
> at 
> /Users/bso/cordova/bso-cordova-lib/cordova-lib/src/plugman/install.js:396:28
> at _fulfilled 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:787:54)
> at self.promiseDispatch.done 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:816:30)
> at Promise.promise.promiseDispatch 
> (/Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:749:13)
> at 
> /Users/bso/cordova/bso-cordova-lib/cordova-lib/node_modules/q/q.js:509:49
> Error: Uh oh!
> "/Users/bso/cordova/test/t6.0.1/platforms/android/libs/armeabi" already 
> exists!
> {code}
> I figured the same issue is present in cordova-ios and cordova-windows, too.



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

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



[jira] [Resolved] (CB-10178) Unclear windows phone documentation for icons and splash screens

2016-03-02 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal resolved CB-10178.

Resolution: Fixed

> Unclear windows phone documentation for icons and splash screens
> 
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on 
> physical windows phone device and on windows phone emulator. 
>Reporter: Rupert McKay
>Assignee: Nikhil Khandelwal
>Priority: Minor
>  Labels: Docs-6.x, triaged, windows
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to 
> mention the affect adding a .scale-100 or .scale-240 extension can have to 
> how source images get mapped to destination images. 
> The examples provided will all default to mapping onto .scale-100. 
> Recommend adding examples like the following:
> {code:xml}
> 
>  width="1152" height="1920" />
>  height="30" />
>  height="44" />
>  height="106" />
>  height="70" />
>  height="71" />
>  height="170" />
>  width="150" height="150" />
>  width="360" height="360" />
>  width="310" height="310" />
>  height="50" />
>  height="120" />
>  height="360" />
>  height="150" />
>  height="300" />
> 
> {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-10178) Unclear windows phone documentation for icons and splash screens

2016-03-02 Thread ASF subversion and git services (JIRA)

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

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

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

CB-10178 Fix a number of documentation issues. This closes #528.


> Unclear windows phone documentation for icons and splash screens
> 
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on 
> physical windows phone device and on windows phone emulator. 
>Reporter: Rupert McKay
>Assignee: Nikhil Khandelwal
>Priority: Minor
>  Labels: Docs-6.x, triaged, windows
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to 
> mention the affect adding a .scale-100 or .scale-240 extension can have to 
> how source images get mapped to destination images. 
> The examples provided will all default to mapping onto .scale-100. 
> Recommend adding examples like the following:
> {code:xml}
> 
>  width="1152" height="1920" />
>  height="30" />
>  height="44" />
>  height="106" />
>  height="70" />
>  height="71" />
>  height="170" />
>  width="150" height="150" />
>  width="360" height="360" />
>  width="310" height="310" />
>  height="50" />
>  height="120" />
>  height="360" />
>  height="150" />
>  height="300" />
> 
> {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-10178) Unclear windows phone documentation for icons and splash screens

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10178:
-

Github user asfgit closed the pull request at:

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


> Unclear windows phone documentation for icons and splash screens
> 
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on 
> physical windows phone device and on windows phone emulator. 
>Reporter: Rupert McKay
>Assignee: Nikhil Khandelwal
>Priority: Minor
>  Labels: Docs-6.x, triaged, windows
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to 
> mention the affect adding a .scale-100 or .scale-240 extension can have to 
> how source images get mapped to destination images. 
> The examples provided will all default to mapping onto .scale-100. 
> Recommend adding examples like the following:
> {code:xml}
> 
>  width="1152" height="1920" />
>  height="30" />
>  height="44" />
>  height="106" />
>  height="70" />
>  height="71" />
>  height="170" />
>  width="150" height="150" />
>  width="360" height="360" />
>  width="310" height="310" />
>  height="50" />
>  height="120" />
>  height="360" />
>  height="150" />
>  height="300" />
> 
> {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-4274) File uploading with more than 2 GB from device is being terminated from device side

2016-03-02 Thread dharmendra sharma (JIRA)

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

dharmendra sharma commented on CB-4274:
---

Uploading 2 GB is not a usual scenario I believe.
 Is this issue still there in latest version ?

> File uploading with more than 2 GB from device is being terminated from 
> device side
> ---
>
> Key: CB-4274
> URL: https://issues.apache.org/jira/browse/CB-4274
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin File Transfer
>Reporter: Shahid Nawaz
>Priority: Minor
>  Labels: Android
>
> Android cordova FileTransfer.java in upload function is using int data type 
> to keep bytes size of file to be uploaded, it works fine as long file size is 
> less than or equal to 2 GB (i.e. int range 2147483647) 
> Problem in FileTransfer.java line 290, and 379: fixedLength = (int) 
> ((FileInputStream)sourceInputStream).getChannel().size() + stringLength;
> Where fixedLength is int and upload fails with 0 bytes.
> Remedy: change fixedLength to long should work.



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

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



[jira] [Commented] (CB-10743) deviceready not firing and shut down immediately that only in windows

2016-03-02 Thread Colin Bau (JIRA)

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

Colin Bau commented on CB-10743:


OK
thanks [~daserge]
I will try this and feedback later

> deviceready not firing and shut down immediately that only in windows
> -
>
> Key: CB-10743
> URL: https://issues.apache.org/jira/browse/CB-10743
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 4.3.0
> Environment: Windows 10 + Cordova cli-6 + Windows 4.3.1 + my device 
> Nokia Lumia 520 (Windows Phone 8.1)
>Reporter: Colin Bau
>Priority: Critical
>  Labels: no-repro, triaged, wfc
> Attachments: jqmcwindows.rar
>
>
> well...
> I know it is Unbelievable
> but the deviceready not firing that only in windows (Android 5.1.0 and iOS 
> 4.0.1 have no this problem)
> when I use these html code(index.html),in Android and iOS,it will show the 
> alert window immediately
> but when in Windows,it will shut down immediately (after about 1-2 seconds)
> by the way,in order to test,I don't use any core or 3rd plugins
> 
> 
> 
> 
> 
> XXX
> 
> 
> document.addEventListener("deviceready", initialize, false);
> function initialize() { alert('cordova'); }
> 
> 
> 
> 
> 



--
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-10743) deviceready not firing and shut down immediately that only in windows

2016-03-02 Thread Sergey Shakhnazarov (JIRA)

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

Sergey Shakhnazarov commented on CB-10743:
--

[~bau720123], the app you attached works for me after fixing {{alert}} -> 
{{navigator.notification.alert}}, no crash. 
You can use Visual Studio to debug the issue - open {{CordovaApp.sln}} in 
{{platforms/windows}}.

> deviceready not firing and shut down immediately that only in windows
> -
>
> Key: CB-10743
> URL: https://issues.apache.org/jira/browse/CB-10743
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 4.3.0
> Environment: Windows 10 + Cordova cli-6 + Windows 4.3.1 + my device 
> Nokia Lumia 520 (Windows Phone 8.1)
>Reporter: Colin Bau
>Priority: Critical
>  Labels: no-repro, triaged, wfc
> Attachments: jqmcwindows.rar
>
>
> well...
> I know it is Unbelievable
> but the deviceready not firing that only in windows (Android 5.1.0 and iOS 
> 4.0.1 have no this problem)
> when I use these html code(index.html),in Android and iOS,it will show the 
> alert window immediately
> but when in Windows,it will shut down immediately (after about 1-2 seconds)
> by the way,in order to test,I don't use any core or 3rd plugins
> 
> 
> 
> 
> 
> XXX
> 
> 
> document.addEventListener("deviceready", initialize, false);
> function initialize() { alert('cordova'); }
> 
> 
> 
> 
> 



--
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-10120) Camera permission entry in Andorid manifest causes SecurityException when taking a picture

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10120:
-

Github user okonon commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/179#issuecomment-191558538
  
@riknoll got it thanks a lot. Fingers crossed. hopefully he will do it soon


> Camera permission entry in Andorid manifest causes SecurityException when 
> taking a picture
> --
>
> Key: CB-10120
> URL: https://issues.apache.org/jira/browse/CB-10120
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: Android 6.0, cordova-plugin-camera 2.0.0
>Reporter: Richard B Knoll
>Assignee: Richard B Knoll
>Priority: Critical
>  Labels: android, mustfix, reproduced, triaged
>
> See [this stackoverflow 
> thread|http://stackoverflow.com/questions/32789027/android-m-camera-intent-permission-bug].
>  Apparently, if you declare the CAMERA permission in your manifest and then 
> send out the take picture intent, you get a SecurityException. We do not 
> declare that permission ourselves, but a third party plugin or a user could 
> conceivably insert it into the manifest.



--
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-10178) Unclear windows phone documentation for icons and splash screens

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10178:
-

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

https://github.com/apache/cordova-docs/pull/528#discussion_r54830785
  
--- Diff: www/docs/en/dev/config_ref/images.md ---
@@ -42,79 +45,107 @@ density   | *Optional*  Specified icon 
density (Android Specific)
 
 The following configuration can be used to define single default icon
 which will be used for all platforms.
-
-
-
+```xml
+
+```
 For each platform you can also define a pixel-perfect icons set to fit
 different screen resolutions.
 
 ##Android
-
- 
-  
-  
-  
-  
- 
+```xml
+
+
+
+
+
+
+
+
+
+```
+###See Also
+- [Android icon guide](https://www.google.com/design/spec/style/icons.html)
+- [Android - Supporting multiple 
screens](http://developer.android.com/guide/practices/screens_support.html)
--- End diff --

Can you comment on why it is better in this case?


> Unclear windows phone documentation for icons and splash screens
> 
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on 
> physical windows phone device and on windows phone emulator. 
>Reporter: Rupert McKay
>Assignee: Nikhil Khandelwal
>Priority: Minor
>  Labels: Docs-6.x, triaged, windows
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to 
> mention the affect adding a .scale-100 or .scale-240 extension can have to 
> how source images get mapped to destination images. 
> The examples provided will all default to mapping onto .scale-100. 
> Recommend adding examples like the following:
> {code:xml}
> 
>  width="1152" height="1920" />
>  height="30" />
>  height="44" />
>  height="106" />
>  height="70" />
>  height="71" />
>  height="170" />
>  width="150" height="150" />
>  width="360" height="360" />
>  width="310" height="310" />
>  height="50" />
>  height="120" />
>  height="360" />
>  height="150" />
>  height="300" />
> 
> {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] [Comment Edited] (CB-10657) [wkWebView] wkWebView disables JS execution when app is backgrounded

2016-03-02 Thread vB Results, LLC. (JIRA)

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

vB Results, LLC. edited comment on CB-10657 at 3/3/16 3:04 AM:
---

This explains why opening alerts in the phonegap push doesn't trigger the 
callback...


was (Author: vbresults):
This explains why opening alerts in the phonegap-push-plugin doesn't trigger 
the callback...

> [wkWebView] wkWebView disables JS execution when app is backgrounded
> 
>
> Key: CB-10657
> URL: https://issues.apache.org/jira/browse/CB-10657
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
> Environment: iOS
>Reporter: John Robert  Cobbold
>  Labels: triaged
>
> When using wkWebView, Javascript execution is totally stopped after the app 
> is backgrounded by the user. This is a major problem for apps using 
> background modes as no javascript callback will be executed unless the app is 
> either in the foreground or was already terminated by the user / OS.
> example: cordova-plugin-geofence's javascript callbacks will not trigger 
> after the app was backgrounded but will however trigger if the app is in the 
> foregrounded or was killed by the user / OS.
> UIView does not have this problem.



--
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-10657) [wkWebView] wkWebView disables JS execution when app is backgrounded

2016-03-02 Thread vB Results, LLC. (JIRA)

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

vB Results, LLC. commented on CB-10657:
---

This explains why opening alerts in the phonegap-push-plugin doesn't trigger 
the callback...

> [wkWebView] wkWebView disables JS execution when app is backgrounded
> 
>
> Key: CB-10657
> URL: https://issues.apache.org/jira/browse/CB-10657
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
> Environment: iOS
>Reporter: John Robert  Cobbold
>  Labels: triaged
>
> When using wkWebView, Javascript execution is totally stopped after the app 
> is backgrounded by the user. This is a major problem for apps using 
> background modes as no javascript callback will be executed unless the app is 
> either in the foreground or was already terminated by the user / OS.
> example: cordova-plugin-geofence's javascript callbacks will not trigger 
> after the app was backgrounded but will however trigger if the app is in the 
> foregrounded or was killed by the user / OS.
> UIView does not have this problem.



--
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-10744) Fragment links in docs don't work in many cases

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10744:
-

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

https://github.com/apache/cordova-docs/pull/526#discussion_r54830128
  
--- Diff: www/static/js/index.js ---
@@ -145,17 +145,46 @@ $(document).ready(function () {
 
 // Smooth scroll to anchor links
 $("a[href^='#']").on('click', function(e) {
-if(this.hash) {
+
+// scroll only if there is a hash in the href
+var hash = this.hash;
+if (hash) {
 
 // prevent default anchor click behavior
 e.preventDefault();
 
-// store hash
-var hash = this.hash;
+// get the fragment without the "#" symbol because 
location.hash
+// is returned with it
+var targetName = targetName.slice(1);
--- End diff --

Indeed. Turns out this line is also broken. Good catch! Fixed.


> Fragment links in docs don't work in many cases
> ---
>
> Key: CB-10744
> URL: https://issues.apache.org/jira/browse/CB-10744
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Dmitry Blotsky
>Assignee: Dmitry Blotsky
>Priority: Minor
>
> Cases that don't work:
> - using {{name="X"}} for fragment anchors
> - using special characters in IDs



--
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-10530) App freezes sometimes directly after starting on iOS

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10530:
-

Github user shazron commented on the pull request:

https://github.com/apache/cordova-ios/pull/193#issuecomment-191553897
  
cordova-ios-4.1.0 has been released, thanks to Steve! 
http://cordova.apache.org/announcements/2016/03/02/ios-4.1.0.html


> App freezes sometimes directly after starting on iOS
> 
>
> Key: CB-10530
> URL: https://issues.apache.org/jira/browse/CB-10530
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0
> Environment: OSX El Capitan 10.11.3, XCODE (7.2.1), iOS 9.2.1, 
> cordova 6.0.0, ionic 1.7.14
>Reporter: Florian Krüger
>Assignee: Steve Gill
>Priority: Critical
>  Labels: cordova-ios-4.1.0, triaged
> Attachments: Instruments.trace.zip, Screen Shot 2016-02-23 at 3.20.37 
> PM.png, Screen Shot 2016-02-23 at 3.21.55 PM.png
>
>
> * Installed the "ionic start myApp sidemenu" example application
> * Start XCODE (7.2.1)
> * Start the app by clicking the run button from  xCODE
> * The app probably starts as expected.
> * Repeat the start process until the app freezes.
> The app sometimes freezes completely. If this happens you cannot do anything 
> with the app (you need to push the home button and close the app via task 
> manager). I had the same issue for another more complex app.
> The CPU stays at around 99% workload.
> I made a snapshot of the profiler (Instruments)
>  



--
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-10700) iOS BackupWebStorage setting in config.xml is ignored

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-10700:
--
Labels: cordova-ios-4.1.1 triaged  (was: triaged)

> iOS BackupWebStorage setting in config.xml is ignored
> -
>
> Key: CB-10700
> URL: https://issues.apache.org/jira/browse/CB-10700
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 4.0.0
> Environment: Xcode
>Reporter: Michael Stanford
>Priority: Minor
>  Labels: cordova-ios-4.1.1, triaged
>
> When I put a BackupWebStorage setting in my config.xml, "$ cordova build" 
> leaves the ios/cordova/defaults.xml entry ('cloud') at the top of the  
> resulting iOS//config.xml file, so there are two BackupWebStorage  
> entries in it after building.
> Does this break the "Validity constraint: No Duplicate Types" constraint in 
> the XML spec?
> In any case, on my system it seems to be obeying the default rule rather than 
> the one from the config.xml file, so following the documentation at 
> https://cordova.apache.org/docs/en/latest/guide/platforms/ios/config.html 
> seems to be futile.



--
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-10228) AppendUserAgent not working with WKWebView

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-10228:
-

Assignee: Shazron Abdullah

> AppendUserAgent not working with WKWebView
> --
>
> Key: CB-10228
> URL: https://issues.apache.org/jira/browse/CB-10228
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin WKWebViewEngine
>Reporter: vB Results, LLC.
>Assignee: Shazron Abdullah
>  Labels: triaged, wkwebview-1.0.2
>
> Using the npm version of cordova-plugin-wkwebview-engine and cordova-ios@4 
> and AppendUserAgent is the most lightweight way to detect whether or not we 
> are in the app on a remote site.  Please fix, the lack of this means we 
> cannot benefit from using WKWebView :(



--
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-10698) loadstart on ios is not being sent in wkwebview

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah reassigned CB-10698:
-

Assignee: Shazron Abdullah

> loadstart on ios is not being sent in wkwebview
> ---
>
> Key: CB-10698
> URL: https://issues.apache.org/jira/browse/CB-10698
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin InAppBrowser, Plugin WKWebViewEngine
>Affects Versions: 6.0.0
> Environment: ios
>Reporter: Marc Luria
>Assignee: Shazron Abdullah
>  Labels: ios, triaged
>
> In my app, I depend on the loadstart event during twitter login.  This works 
> fine without wkwebview, but once I add this component, it stops working.  
> I see an loadstart on the initial load, but after that, they stop coming.  
> I tried this with console.log and with breakpoints in the debugger, but I was 
> concerned that the loadstart was being missed, so I sent the messages to my 
> server and logged them there.  It still didn't work.
> The web pages load, during the twitter logon process, including a final page 
> on my site, but no loadstart  (or loadstop or loaderror).  When I hit the 
> done button, I get a loadstart for the last page that was visiting, but this 
> is not really acceptable.
> In the worst case, is there a workaround for 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] [Updated] (CB-9794) cordova run ios --target does not use versioned simulators

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-9794:
-
Labels: cordova-ios-4.1.1 triaged  (was: triaged)

> cordova run ios --target does not use versioned simulators
> --
>
> Key: CB-9794
> URL: https://issues.apache.org/jira/browse/CB-9794
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Jesse MacFadyen
>Assignee: Jesse MacFadyen
>Priority: Minor
>  Labels: cordova-ios-4.1.1, triaged
>
> This stack-overflow points out an issue with the 'validTargets' list of 
> simulators, and the actual list returned by ios-sim
> http://stackoverflow.com/questions/22310526/cordova-start-specific-ios-emulator-image/29705666#29705666
> We need to use the ios-sim device list as validTargets so users can 
> accurately target 'iPhone-4s, 7.1' ...



--
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-9176) Cordova 5 not handling new ios application targets in Xcode

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-9176:
-
Labels: cordova-ios-4.1.1 triaged  (was: triaged)

> Cordova 5 not handling new ios application targets in Xcode
> ---
>
> Key: CB-9176
> URL: https://issues.apache.org/jira/browse/CB-9176
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 5.0.0
> Environment: Mac, Yosemite, XCode 6.3.2, Cordova 5.1.1
>Reporter: Scott DeSapio
>  Labels: cordova-ios-4.1.1, triaged
>
> I just upgraded to Cordova 5.1.1. Any XCode project that has more than one 
> application target causes an error on build.
> $ cordova build ios
> could not find -Info.plist file, or config.xml file. 
> Steps to recreate:
> 1. Create a new Cordova project
> 2. Add iOS as a platform
> 3. In the XCode project, duplicate the application target to create a new 
> target
> 4. Run "cordova build ios"



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

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



[jira] [Updated] (CB-7781) Plugin Un-install fails for iOS with plist strings

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-7781:
-
Labels: cordova-ios-4.1.1 javascript newbie plugins uninstall  (was: 
javascript newbie plugins uninstall)

> Plugin Un-install fails for iOS with plist strings
> --
>
> Key: CB-7781
> URL: https://issues.apache.org/jira/browse/CB-7781
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
> Environment: OS X 10.9.5, Cordova 3.6.3-0.2.13. iOS
>Reporter: Matthew McClintock
>  Labels: cordova-ios-4.1.1, javascript, newbie, plugins, uninstall
>
> plugin.xml contains
> {code}
> 
> 
> audio
> fetch
>  
> 
> {code}
> will cause `cordova plugin rm org.wbez.cordova.flimflam` command to fail:
> {code}
> Uninstalling org.wbez.cordova.flimflam from android
> Uninstalling org.wbez.cordova.flimflam from ios
> TypeError: Cannot read property 'buffer' of undefined
> at walk_obj 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:131:18)
> at walk_obj 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:98:7)
> at walk_obj 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:109:9)
> at Object.build 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:76:3)
> at ConfigFile_save [as save] 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:574:47)
> at 
> /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:446:49
> at Array.forEach (native)
> at ConfigKeeper_save_all [as save_all] 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:444:31)
> at PlatformMunger_save_all [as save_all] 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:128:24)
> at Object.exports.process 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:81:12)
> {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-7781) Plugin Un-install fails for iOS with plist strings

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-7781:
--

Changed component to iOS since this is now part of the Platform API

> Plugin Un-install fails for iOS with plist strings
> --
>
> Key: CB-7781
> URL: https://issues.apache.org/jira/browse/CB-7781
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
> Environment: OS X 10.9.5, Cordova 3.6.3-0.2.13. iOS
>Reporter: Matthew McClintock
>  Labels: cordova-ios-4.1.1, javascript, newbie, plugins, uninstall
>
> plugin.xml contains
> {code}
> 
> 
> audio
> fetch
>  
> 
> {code}
> will cause `cordova plugin rm org.wbez.cordova.flimflam` command to fail:
> {code}
> Uninstalling org.wbez.cordova.flimflam from android
> Uninstalling org.wbez.cordova.flimflam from ios
> TypeError: Cannot read property 'buffer' of undefined
> at walk_obj 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:131:18)
> at walk_obj 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:98:7)
> at walk_obj 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:109:9)
> at Object.build 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:76:3)
> at ConfigFile_save [as save] 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:574:47)
> at 
> /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:446:49
> at Array.forEach (native)
> at ConfigKeeper_save_all [as save_all] 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:444:31)
> at PlatformMunger_save_all [as save_all] 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:128:24)
> at Object.exports.process 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:81:12)
> {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] [Updated] (CB-7781) Plugin Un-install fails for iOS with plist strings

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-7781:
-
Component/s: (was: Plugman)
 iOS

> Plugin Un-install fails for iOS with plist strings
> --
>
> Key: CB-7781
> URL: https://issues.apache.org/jira/browse/CB-7781
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 3.5.0
> Environment: OS X 10.9.5, Cordova 3.6.3-0.2.13. iOS
>Reporter: Matthew McClintock
>  Labels: javascript, newbie, plugins, uninstall
>
> plugin.xml contains
> {code}
> 
> 
> audio
> fetch
>  
> 
> {code}
> will cause `cordova plugin rm org.wbez.cordova.flimflam` command to fail:
> {code}
> Uninstalling org.wbez.cordova.flimflam from android
> Uninstalling org.wbez.cordova.flimflam from ios
> TypeError: Cannot read property 'buffer' of undefined
> at walk_obj 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:131:18)
> at walk_obj 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:98:7)
> at walk_obj 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:109:9)
> at Object.build 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/node_modules/plist/lib/build.js:76:3)
> at ConfigFile_save [as save] 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:574:47)
> at 
> /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:446:49
> at Array.forEach (native)
> at ConfigKeeper_save_all [as save_all] 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:444:31)
> at PlatformMunger_save_all [as save_all] 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:128:24)
> at Object.exports.process 
> (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/plugman/util/config-changes.js:81:12)
> {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] [Updated] (CB-10704) [iOS] Add support for Universal Links in cordova-ios

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-10704:
--
Labels: cordova-ios-4.1.1  (was: )

> [iOS] Add support for Universal Links in cordova-ios
> 
>
> Key: CB-10704
> URL: https://issues.apache.org/jira/browse/CB-10704
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Reporter: Dan Polivy
>Priority: Minor
>  Labels: cordova-ios-4.1.1
>
> iOS 9 introduced support for Universal Links 
> (https://developer.apple.com/library/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html)
>  -- essentially, the ability to launch an app directly given an http/https 
> URL without requiring a custom URL scheme.
> It would be nice to have built-in support for this in the cordova-ios 
> template, similar to how the existing {{openURL}} functionality works.
> I created a gist that has an implementation of the necessary delegate to do 
> this, and it works using the existing {{CDVHandleOpenURL}} private plugin. In 
> addition to the gist, a new entitlement needs to be added to the project (not 
> sure if this is currently supported in a standard way), and a server-side 
> configuration file must be uploaded to your domain.
> https://gist.github.com/dpolivy/b181d881c0137d98be57
> I've tested this briefly by modifying my project in Xcode, and it seems to 
> work well!



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

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



[jira] [Assigned] (CB-10760) config.xml reference does not document plugin element

2016-03-02 Thread Richard B Knoll (JIRA)

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

Richard B Knoll reassigned CB-10760:


Assignee: Richard B Knoll

> config.xml reference does not document plugin element
> -
>
> Key: CB-10760
> URL: https://issues.apache.org/jira/browse/CB-10760
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Richard B Knoll
>Assignee: Richard B Knoll
>  Labels: Docs-6.x, triaged
>
> The example config.xml on the bottom of the page actually uses this tag, but 
> I also believe the example is incorrect. The {{version}} attribute should be 
> {{spec}}. See 
> http://cordova.apache.org/docs/en/dev/config_ref/index.html#sample-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] [Updated] (CB-10761) cordova prepare does not restore saved plugins with no version

2016-03-02 Thread Richard B Knoll (JIRA)

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

Richard B Knoll updated CB-10761:
-
Assignee: (was: Omar Mefire)

> cordova prepare does not restore saved plugins with no version
> --
>
> Key: CB-10761
> URL: https://issues.apache.org/jira/browse/CB-10761
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Richard B Knoll
>  Labels: reproduced, triaged
>
> If you give a plugin element in config.xml but do not give the {{spec}} 
> attribute like so:
> {code}
> 
> {code}
> Then when you run {{cordova prepare}} the CLI will not install the plugin but 
> will print out a message saying that it is installing it.
> {code}
> $ cordova prepare
>   Discovered plugin "cordova-plugin-inappbrowser" in config.xml. Installing 
> to the project
> {code}
> Giving the {{spec}} attribute causes the same message but the plugin will 
> actually be installed. I'm not sure what the intended behavior is, but we 
> need to fix it and add some test cases.



--
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-10760) config.xml reference does not document plugin element

2016-03-02 Thread Richard B Knoll (JIRA)

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

Richard B Knoll updated CB-10760:
-
Assignee: Omar Mefire  (was: Richard B Knoll)

> config.xml reference does not document plugin element
> -
>
> Key: CB-10760
> URL: https://issues.apache.org/jira/browse/CB-10760
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Richard B Knoll
>Assignee: Omar Mefire
>  Labels: Docs-6.x, triaged
>
> The example config.xml on the bottom of the page actually uses this tag, but 
> I also believe the example is incorrect. The {{version}} attribute should be 
> {{spec}}. See 
> http://cordova.apache.org/docs/en/dev/config_ref/index.html#sample-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] [Updated] (CB-10761) cordova prepare does not restore saved plugins with no version

2016-03-02 Thread Richard B Knoll (JIRA)

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

Richard B Knoll updated CB-10761:
-
Assignee: Omar Mefire

> cordova prepare does not restore saved plugins with no version
> --
>
> Key: CB-10761
> URL: https://issues.apache.org/jira/browse/CB-10761
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Richard B Knoll
>Assignee: Omar Mefire
>  Labels: reproduced, triaged
>
> If you give a plugin element in config.xml but do not give the {{spec}} 
> attribute like so:
> {code}
> 
> {code}
> Then when you run {{cordova prepare}} the CLI will not install the plugin but 
> will print out a message saying that it is installing it.
> {code}
> $ cordova prepare
>   Discovered plugin "cordova-plugin-inappbrowser" in config.xml. Installing 
> to the project
> {code}
> Giving the {{spec}} attribute causes the same message but the plugin will 
> actually be installed. I'm not sure what the intended behavior is, but we 
> need to fix it and add some test cases.



--
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-10120) Camera permission entry in Andorid manifest causes SecurityException when taking a picture

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10120:
-

Github user riknoll commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/179#issuecomment-191549054
  
There were conflicts that he resolved, so yes I do need an ICLA


> Camera permission entry in Andorid manifest causes SecurityException when 
> taking a picture
> --
>
> Key: CB-10120
> URL: https://issues.apache.org/jira/browse/CB-10120
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: Android 6.0, cordova-plugin-camera 2.0.0
>Reporter: Richard B Knoll
>Assignee: Richard B Knoll
>Priority: Critical
>  Labels: android, mustfix, reproduced, triaged
>
> See [this stackoverflow 
> thread|http://stackoverflow.com/questions/32789027/android-m-camera-intent-permission-bug].
>  Apparently, if you declare the CAMERA permission in your manifest and then 
> send out the take picture intent, you get a SecurityException. We do not 
> declare that permission ourselves, but a third party plugin or a user could 
> conceivably insert it into the manifest.



--
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-10694) Platform-specific configuration preferences don't override global settings

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-10694:
--
Labels: cordova-ios-4.1.1 triaged  (was: triaged)

> Platform-specific configuration preferences don't override global settings
> --
>
> Key: CB-10694
> URL: https://issues.apache.org/jira/browse/CB-10694
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0, 5.4.1
>Reporter: Dan Polivy
>Priority: Minor
>  Labels: cordova-ios-4.1.1, triaged
>
> In the following scenario, the platform-specific orientation value is not 
> taking preference as I would expect:
> {{global: default, ios: all --> no plist entries}}
> In this scenario, both the global and the platform specific preference 
> setting get copied to the platform's config.xml, and the 'default' wins out. 
> Is it a supported scenario to "override" a global preference with a platform 
> specific setting?
> I am testing with cordova@6.0.0.
> This is related to https://issues.apache.org/jira/browse/CB-9975 and 
> https://issues.apache.org/jira/browse/CB-8783



--
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-10694) Platform-specific configuration preferences don't override global settings

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah updated CB-10694:
--
Component/s: (was: CordovaLib)
 iOS

> Platform-specific configuration preferences don't override global settings
> --
>
> Key: CB-10694
> URL: https://issues.apache.org/jira/browse/CB-10694
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0, 5.4.1
>Reporter: Dan Polivy
>Priority: Minor
>  Labels: triaged
>
> In the following scenario, the platform-specific orientation value is not 
> taking preference as I would expect:
> {{global: default, ios: all --> no plist entries}}
> In this scenario, both the global and the platform specific preference 
> setting get copied to the platform's config.xml, and the 'default' wins out. 
> Is it a supported scenario to "override" a global preference with a platform 
> specific setting?
> I am testing with cordova@6.0.0.
> This is related to https://issues.apache.org/jira/browse/CB-9975 and 
> https://issues.apache.org/jira/browse/CB-8783



--
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-10530) App freezes sometimes directly after starting on iOS

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-10530:
---

Hi Torsten,
We must have missed that - that can go in a 4.1.1 patch release. If you could 
be so kind to file a new issue regarding this and assign it to me? Thanks.

> App freezes sometimes directly after starting on iOS
> 
>
> Key: CB-10530
> URL: https://issues.apache.org/jira/browse/CB-10530
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0
> Environment: OSX El Capitan 10.11.3, XCODE (7.2.1), iOS 9.2.1, 
> cordova 6.0.0, ionic 1.7.14
>Reporter: Florian Krüger
>Assignee: Steve Gill
>Priority: Critical
>  Labels: cordova-ios-4.1.0, triaged
> Attachments: Instruments.trace.zip, Screen Shot 2016-02-23 at 3.20.37 
> PM.png, Screen Shot 2016-02-23 at 3.21.55 PM.png
>
>
> * Installed the "ionic start myApp sidemenu" example application
> * Start XCODE (7.2.1)
> * Start the app by clicking the run button from  xCODE
> * The app probably starts as expected.
> * Repeat the start process until the app freezes.
> The app sometimes freezes completely. If this happens you cannot do anything 
> with the app (you need to push the home button and close the app via task 
> manager). I had the same issue for another more complex app.
> The CPU stays at around 99% workload.
> I made a snapshot of the profiler (Instruments)
>  



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

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



[jira] [Resolved] (CB-3360) Set custom InAppBrowser user-agent

2016-03-02 Thread Shazron Abdullah (JIRA)

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

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

> Set custom InAppBrowser user-agent
> --
>
> Key: CB-3360
> URL: https://issues.apache.org/jira/browse/CB-3360
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Plugin InAppBrowser
>Affects Versions: 2.7.0
> Environment: iOS, Android, WP8, BlackBerry
>Reporter: Kevin Simpson
>Priority: Minor
>  Labels: Cordova, InAppBrowser, android
>
> Currently you can set a custom user-agent for the main Cordova webview by 
> overriding the init method for the DroidGap class. However, when opening a 
> page in the InAppBrowser, that webview will still contain the default 
> user-agent.
> There are two solutions that I have thought of to this:
> 1. Set the user-agent of the InAppBrowser webview to whatever the user-agent 
> in the Cordova webview is set to. (This is what I am currently doing, as it 
> was a one line change, but it requires rebuilding Cordova manually)
> 2. Have some sort of configuration option to set the user-agent for the 
> InAppBrowser. This would allow a different user-agent from the main webview, 
> but is also a more involved change.



--
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-10002) WKWebView should propagate shouldOverrideLoadWithRequest to plugins

2016-03-02 Thread Shazron Abdullah (JIRA)

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

Shazron Abdullah commented on CB-10002:
---

I guess it should (mind filing that doc issue so you will be notified as well?)

If a plugin that implements the selector 
"shouldOverrideLoadWithRequest:navigationType:" it will be consulted for the 
URL to be allowed to load in the WebView. If the return from that selector call 
is NO, it acts like a veto.

> WKWebView should propagate shouldOverrideLoadWithRequest to plugins
> ---
>
> Key: CB-10002
> URL: https://issues.apache.org/jira/browse/CB-10002
> Project: Apache Cordova
>  Issue Type: Sub-task
>  Components: Plugin WKWebViewEngine
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> See
> https://github.com/apache/cordova-ios/blob/dcbdb94371fe20bc2582730a3537ab982cdeacc5/CordovaLib/Classes/Private/Plugins/CDVUIWebViewEngine/CDVUIWebViewNavigationDelegate.m#L104-L115



--
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-10744) Fragment links in docs don't work in many cases

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10744:
-

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

https://github.com/apache/cordova-docs/pull/526#discussion_r54826548
  
--- Diff: www/static/js/index.js ---
@@ -145,17 +145,46 @@ $(document).ready(function () {
 
 // Smooth scroll to anchor links
 $("a[href^='#']").on('click', function(e) {
-if(this.hash) {
+
+// scroll only if there is a hash in the href
+var hash = this.hash;
+if (hash) {
 
 // prevent default anchor click behavior
 e.preventDefault();
 
-// store hash
-var hash = this.hash;
+// get the fragment without the "#" symbol because 
location.hash
+// is returned with it
+var targetName = targetName.slice(1);
--- End diff --

This line is a little confusing. Can you make the scoping of `targetName` 
clearer by renaming the variable?


> Fragment links in docs don't work in many cases
> ---
>
> Key: CB-10744
> URL: https://issues.apache.org/jira/browse/CB-10744
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Dmitry Blotsky
>Assignee: Dmitry Blotsky
>Priority: Minor
>
> Cases that don't work:
> - using {{name="X"}} for fragment anchors
> - using special characters in IDs



--
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-10720) Review plugin docs for display on website

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10720:
-

Github user riknoll commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/186#issuecomment-191537745
  
LGTM


> Review plugin docs for display on website
> -
>
> Key: CB-10720
> URL: https://issues.apache.org/jira/browse/CB-10720
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Dmitry Blotsky
>Assignee: Dmitry Blotsky
>Priority: Minor
>




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

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



[jira] [Commented] (CB-10720) Review plugin docs for display on website

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10720:
-

Github user riknoll commented on the pull request:


https://github.com/apache/cordova-plugin-console/pull/17#issuecomment-191537055
  
LGTM


> Review plugin docs for display on website
> -
>
> Key: CB-10720
> URL: https://issues.apache.org/jira/browse/CB-10720
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Dmitry Blotsky
>Assignee: Dmitry Blotsky
>Priority: Minor
>




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

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



[jira] [Commented] (CB-10328) dependency plugins are not removed even if not top-level

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10328:
-

Github user bso-intel commented on the pull request:

https://github.com/apache/cordova-lib/pull/402#issuecomment-191536082
  
@vladimir-kotikov 
Could you review this pull request?
Thanks.


> dependency plugins are not removed even if not top-level
> 
>
> Key: CB-10328
> URL: https://issues.apache.org/jira/browse/CB-10328
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Byoungro So
>Assignee: Byoungro So
>  Labels: triaged
>
> Some plugins fetch and install dependency plugins.
> These dependency plugins should be removed when the top-level depender plugin 
> is removed.
> However, this is not happening.
> For example, cordova-plugin-media brings cordova-plugin-file as a dependency.
> When, cordova-plugin-media is removed cordova-plugin-file should be removed 
> together.
> I figured that this is caused by resetting the top-level property of plugins 
> when adding a new platform.
> Here is how to reproduce the bug.
> {code}
> [test] cordova create test
> Creating a new cordova project.
> [test] cd test
> [test] cordova plugin add cordova-plugin-media
> Fetching plugin "cordova-plugin-media@~2.1.0" via npm
> [test] cordova platform add ios
> Adding ios project...
> iOS project created with cordova-ios@4.0.1
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Installing to the 
> project
> Fetching plugin "cordova-plugin-whitelist@1" via npm
> Installing "cordova-plugin-whitelist" for ios
> Installing "cordova-plugin-media" for ios
> Fetching plugin "cordova-plugin-file" via npm
> Installing "cordova-plugin-file" for ios
> [test] cordova plugin
> cordova-plugin-file 4.1.1 "File"
> cordova-plugin-media 2.1.0 "Media"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> [test] cordova platform add android
> Adding android project...
> Creating Cordova project for the Android platform:
>   Path: platforms/android
>   Package: io.cordova.hellocordova
>   Name: HelloCordova
>   Activity: MainActivity
>   Android target: android-23
> Android project created with cordova-android@5.1.0
> Installing "cordova-plugin-file" for android
> Installing "cordova-plugin-media" for android
> Dependent plugin "cordova-plugin-file" already installed on android.
> Installing "cordova-plugin-whitelist" for android
>This plugin is only applicable for versions of cordova-android 
> greater than 4.0. If you have a previous platform version, you do *not* need 
> this plugin since the whitelist will be built in.
> [test] cordova plugin rm cordova-plugin-media
> Uninstalling cordova-plugin-media from android
> Uninstalling 1 dependent plugins.
> Uninstalling cordova-plugin-file from ios
> Uninstalling cordova-plugin-media from ios
> Removing "cordova-plugin-media"
> [test] cordova plugin
> cordova-plugin-file 4.1.1 "File"
> cordova-plugin-whitelist 1.2.1 "Whitelist"
> {code}
> If you see the following error when adding the ios platform, I already fixed 
> that issue in CB-10659.
> {code}
> Failed to install 'cordova-plugin-whitelist':Error: ENOENT, no such file or 
> directory 
> '/Users/bso/cordova/test/temp/platforms/ios/HelloCordova.xcodeproj/project.pbxproj'
> {code}
> You don't need to use ios to reproduce this issue. Use windows instead if you 
> can't add ios.



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

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



[jira] [Commented] (CB-10710) --www ignored in plugman 1.1.0

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10710:
-

Github user dblotsky commented on the pull request:

https://github.com/apache/cordova-android/pull/267#issuecomment-191535809
  
Are there tests for this? I don't know how to test this to verify that the 
fix works.


> --www ignored in plugman 1.1.0
> --
>
> Key: CB-10710
> URL: https://issues.apache.org/jira/browse/CB-10710
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Affects Versions: 1.1.0
> Environment: Mac OS 10.11.3
>Reporter: Jacob Weber
>Assignee: Vladimir Kotikov
>  Labels: triaged
>
> I recently upgraded to Plugman 1.1.0 from a previous version (not sure which).
> It seems like the --www argument is now ignored when installing/removing a 
> plugin, even though it's still documented (and still useful).
> Instead, it's always using the default location (e.g. 
> android/assets/www/plugins).
> For example, my project is structured like this:
> {code}
> /myproject
> /android (android Cordova project)
> /www
> index.html
> /cordova
> /android
> {code}
> Here's what happened when I removed and re-installed a plugin:
> {code}
> $ cd /myproject
> $ plugman -d uninstall --platform android --project android --plugin 
> "cordova-plugin-statusbar" --www www/cordova/android/
> Running command: /myproject/android/cordova/version 
> Command finished with error code 0: /myproject/android/cordova/version 
> Executing "before_plugin_uninstall"  hook for "cordova-plugin-statusbar" on 
> android.
> Uninstalling cordova-plugin-statusbar from android
> Beginning processing of action stack for android project...
> Action stack processing complete.
> Removing "cordova-plugin-statusbar"
> Deleted "cordova-plugin-statusbar"
> $ plugman -d install --platform android --project android --plugin 
> "cordova-plugin-statusbar" --www www/cordova/android/
> Fetching plugin "cordova-plugin-statusbar" via npm
> Copying plugin "/home/.npm/cordova-plugin-statusbar/2.1.1/package" => 
> "/myproject/android/cordova/plugins/cordova-plugin-statusbar"
> Installing "cordova-plugin-statusbar" for android
> Running command: /myproject/android/cordova/version 
> Command finished with error code 0: /myproject/android/cordova/version 
> Executing "before_plugin_install"  hook for "cordova-plugin-statusbar" on 
> android.
> Install start for "cordova-plugin-statusbar" on android.
> Beginning processing of action stack for android project...
> Action stack processing complete.
> Install complete for cordova-plugin-statusbar on android.
> Executing "after_plugin_install"  hook for "cordova-plugin-statusbar" on 
> android.
> {code}
> The files in www weren't touched.



--
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-10710) --www ignored in plugman 1.1.0

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10710:
-

Github user dblotsky commented on the pull request:

https://github.com/apache/cordova-android/pull/267#issuecomment-191534609
  
Is this supported in other platforms too?


> --www ignored in plugman 1.1.0
> --
>
> Key: CB-10710
> URL: https://issues.apache.org/jira/browse/CB-10710
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugman
>Affects Versions: 1.1.0
> Environment: Mac OS 10.11.3
>Reporter: Jacob Weber
>Assignee: Vladimir Kotikov
>  Labels: triaged
>
> I recently upgraded to Plugman 1.1.0 from a previous version (not sure which).
> It seems like the --www argument is now ignored when installing/removing a 
> plugin, even though it's still documented (and still useful).
> Instead, it's always using the default location (e.g. 
> android/assets/www/plugins).
> For example, my project is structured like this:
> {code}
> /myproject
> /android (android Cordova project)
> /www
> index.html
> /cordova
> /android
> {code}
> Here's what happened when I removed and re-installed a plugin:
> {code}
> $ cd /myproject
> $ plugman -d uninstall --platform android --project android --plugin 
> "cordova-plugin-statusbar" --www www/cordova/android/
> Running command: /myproject/android/cordova/version 
> Command finished with error code 0: /myproject/android/cordova/version 
> Executing "before_plugin_uninstall"  hook for "cordova-plugin-statusbar" on 
> android.
> Uninstalling cordova-plugin-statusbar from android
> Beginning processing of action stack for android project...
> Action stack processing complete.
> Removing "cordova-plugin-statusbar"
> Deleted "cordova-plugin-statusbar"
> $ plugman -d install --platform android --project android --plugin 
> "cordova-plugin-statusbar" --www www/cordova/android/
> Fetching plugin "cordova-plugin-statusbar" via npm
> Copying plugin "/home/.npm/cordova-plugin-statusbar/2.1.1/package" => 
> "/myproject/android/cordova/plugins/cordova-plugin-statusbar"
> Installing "cordova-plugin-statusbar" for android
> Running command: /myproject/android/cordova/version 
> Command finished with error code 0: /myproject/android/cordova/version 
> Executing "before_plugin_install"  hook for "cordova-plugin-statusbar" on 
> android.
> Install start for "cordova-plugin-statusbar" on android.
> Beginning processing of action stack for android project...
> Action stack processing complete.
> Install complete for cordova-plugin-statusbar on android.
> Executing "after_plugin_install"  hook for "cordova-plugin-statusbar" on 
> android.
> {code}
> The files in www weren't touched.



--
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-10763) Remove emoji in cordova-plugin-network-information

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10763:
-

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


https://github.com/apache/cordova-plugin-network-information/pull/39#discussion_r54824539
  
--- Diff: README.md ---
@@ -27,7 +27,7 @@ This plugin provides an implementation of an old version 
of the
 It provides information about the device's cellular and
 wifi connection, and whether the device has an internet connection.
 
-:warning: Report issues on the [Apache Cordova issue 
tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Network%20Information%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
+Report issues with this plugin on the [Apache Cordova issue 
tracker][Apache Cordova issue tracker]
--- End diff --

Thanks!


> Remove emoji in cordova-plugin-network-information
> --
>
> Key: CB-10763
> URL: https://issues.apache.org/jira/browse/CB-10763
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10178) Unclear windows phone documentation for icons and splash screens

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10178:
-

Github user dblotsky commented on the pull request:

https://github.com/apache/cordova-docs/pull/528#issuecomment-191533128
  
LGTM.


> Unclear windows phone documentation for icons and splash screens
> 
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on 
> physical windows phone device and on windows phone emulator. 
>Reporter: Rupert McKay
>Assignee: Nikhil Khandelwal
>Priority: Minor
>  Labels: Docs-6.x, triaged, windows
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to 
> mention the affect adding a .scale-100 or .scale-240 extension can have to 
> how source images get mapped to destination images. 
> The examples provided will all default to mapping onto .scale-100. 
> Recommend adding examples like the following:
> {code:xml}
> 
>  width="1152" height="1920" />
>  height="30" />
>  height="44" />
>  height="106" />
>  height="70" />
>  height="71" />
>  height="170" />
>  width="150" height="150" />
>  width="360" height="360" />
>  width="310" height="310" />
>  height="50" />
>  height="120" />
>  height="360" />
>  height="150" />
>  height="300" />
> 
> {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-10723) iOS9.2 no audio

2016-03-02 Thread Gaelen Hadlett (JIRA)

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

Gaelen Hadlett commented on CB-10723:
-

I ran across the same issue upgrading to the latest version of the Media plugin 
and came to the same fix.  Here is a PR: 
https://github.com/apache/cordova-plugin-media/pull/85

> iOS9.2 no audio
> ---
>
> Key: CB-10723
> URL: https://issues.apache.org/jira/browse/CB-10723
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Affects Versions: 2.2.0
> Environment: IonicFramework | ngCordova | cordova-plugin-media
>Reporter: Johnny Dong
>Assignee: Omar Mefire
>  Labels: easyfix, iOS, pendingPR, triaged
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Found an issue with the latest cordova.plugin.media whilst i was putting 
> together a IonicFramework app for iOS 9.2.1 (iPhone 6s) to play an M4A file.
> The iOS logs would show:
> - Found resource '[path].m4a' in the web folder.
> Playing audio sample '[path].m4a'
> - Playing stream with AVPlayer & custom rate
> but no sound (both simulator + device)
> Debugging in Xcode, ./cordova-plugin-media/src/ios/CDVSound.m,ln 352 + 355 
> appears to be the culprit.
> Instead of using "avPlayer" which doesn't appear to have a handle to the 
> sound resource, switching to "audioFile.player" appears to resolve the sound 
> issue.
> *** ./cordova-plugin-media/src/ios/CDVSound.m,ln 352
> from:
> [avPlayer setRate:customRate];
> to:
> [audioFile.player setRate:customRate];
> *** ./cordova-plugin-media/src/ios/CDVSound.m,ln 355
> from:
> [avPlayer play];
> to:
> [audioFile.player play];
> NOTE: I've yet to create a PR as I have not signed the Apache ICLA, however 
> i've committed a code in my personal fork and happy for somebody to have a 
> look at it and submit on my behalf:
> https://github.com/spudmashmedia/cordova-plugin-media/commit/946ffcf569cbaa22241e8ec00f11b4a52a0c6809



--
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-10764) Remove emoji in cordova-plugin-splashscreen

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10764:
-

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


https://github.com/apache/cordova-plugin-splashscreen/pull/89#discussion_r54824272
  
--- Diff: README.md ---
@@ -23,7 +23,7 @@
 
 This plugin displays and hides a splash screen during application launch.
 
-:warning: Report issues on the [Apache Cordova issue 
tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Splashscreen%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
+Report issues with this plugin on the [Apache Cordova issue 
tracker][Apache Cordova issue tracker]
--- End diff --

Done


> Remove emoji in cordova-plugin-splashscreen
> ---
>
> Key: CB-10764
> URL: https://issues.apache.org/jira/browse/CB-10764
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




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

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



[jira] [Comment Edited] (CB-10743) deviceready not firing and shut down immediately that only in windows

2016-03-02 Thread Colin Bau (JIRA)

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

Colin Bau edited comment on CB-10743 at 3/3/16 1:37 AM:


hi [~daserge]
I will try "navigator.notification.alert" again
but...could I ask first
have you ever test my code ? you won't shut down,right ? or...
in fact...not only "alert" will cause the problem,"alert" just a example that I 
want to Explain to you






XXX
 






was (Author: bau720123):
hi [~daserge]
I will try "navigator.notification.alert" again
but...could I ask first
have you ever test my code ? you won't shut down,right ? or...
in fact...not only "alert" will cause the problem,"alert" just a example that I 
want to Explain to you







XXX
 






> deviceready not firing and shut down immediately that only in windows
> -
>
> Key: CB-10743
> URL: https://issues.apache.org/jira/browse/CB-10743
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 4.3.0
> Environment: Windows 10 + Cordova cli-6 + Windows 4.3.1 + my device 
> Nokia Lumia 520 (Windows Phone 8.1)
>Reporter: Colin Bau
>Priority: Critical
>  Labels: no-repro, triaged, wfc
> Attachments: jqmcwindows.rar
>
>
> well...
> I know it is Unbelievable
> but the deviceready not firing that only in windows (Android 5.1.0 and iOS 
> 4.0.1 have no this problem)
> when I use these html code(index.html),in Android and iOS,it will show the 
> alert window immediately
> but when in Windows,it will shut down immediately (after about 1-2 seconds)
> by the way,in order to test,I don't use any core or 3rd plugins
> 
> 
> 
> 
> 
> XXX
> 
> 
> document.addEventListener("deviceready", initialize, false);
> function initialize() { alert('cordova'); }
> 
> 
> 
> 
> 



--
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-10720) Review plugin docs for display on website

2016-03-02 Thread ASF subversion and git services (JIRA)

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

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

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

CB-10720: Fixing README for display on Cordova website

This closes #58


> Review plugin docs for display on website
> -
>
> Key: CB-10720
> URL: https://issues.apache.org/jira/browse/CB-10720
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Dmitry Blotsky
>Assignee: Dmitry Blotsky
>Priority: Minor
>




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

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



[jira] [Commented] (CB-10743) deviceready not firing and shut down immediately that only in windows

2016-03-02 Thread Colin Bau (JIRA)

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

Colin Bau commented on CB-10743:


hi [~daserge]
I will try "navigator.notification.alert" again
but...could I ask first
have you ever test my code ? you won't shut down,right ? or...
in fact...not only "alert" will cause the problem,"alert" just a example that I 
want to Explain to you







XXX
 






> deviceready not firing and shut down immediately that only in windows
> -
>
> Key: CB-10743
> URL: https://issues.apache.org/jira/browse/CB-10743
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 4.3.0
> Environment: Windows 10 + Cordova cli-6 + Windows 4.3.1 + my device 
> Nokia Lumia 520 (Windows Phone 8.1)
>Reporter: Colin Bau
>Priority: Critical
>  Labels: no-repro, triaged, wfc
> Attachments: jqmcwindows.rar
>
>
> well...
> I know it is Unbelievable
> but the deviceready not firing that only in windows (Android 5.1.0 and iOS 
> 4.0.1 have no this problem)
> when I use these html code(index.html),in Android and iOS,it will show the 
> alert window immediately
> but when in Windows,it will shut down immediately (after about 1-2 seconds)
> by the way,in order to test,I don't use any core or 3rd plugins
> 
> 
> 
> 
> 
> XXX
> 
> 
> document.addEventListener("deviceready", initialize, false);
> function initialize() { alert('cordova'); }
> 
> 
> 
> 
> 



--
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-10763) Remove emoji in cordova-plugin-network-information

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10763:
-

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


https://github.com/apache/cordova-plugin-network-information/pull/39#discussion_r54824101
  
--- Diff: README.md ---
@@ -27,7 +27,7 @@ This plugin provides an implementation of an old version 
of the
 It provides information about the device's cellular and
 wifi connection, and whether the device has an internet connection.
 
-:warning: Report issues on the [Apache Cordova issue 
tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Network%20Information%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
+Report issues with this plugin on the [Apache Cordova issue 
tracker][Apache Cordova issue tracker]
--- End diff --

Done


> Remove emoji in cordova-plugin-network-information
> --
>
> Key: CB-10763
> URL: https://issues.apache.org/jira/browse/CB-10763
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10723) iOS9.2 no audio

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10723:
-

GitHub user gaelenh opened a pull request:

https://github.com/apache/cordova-plugin-media/pull/85

CB-10723: iOS audio should use audioFile player

avPlayer.play does not play the requested audio file. Use the player on the 
audioFile object to play instead.  I checked out stop and pause too for stored 
and recorded audio files.  None of them had the regression, just play.

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

$ git pull https://github.com/gaelenh/cordova-plugin-media 
ios-no-audio-playback

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

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






> iOS9.2 no audio
> ---
>
> Key: CB-10723
> URL: https://issues.apache.org/jira/browse/CB-10723
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Affects Versions: 2.2.0
> Environment: IonicFramework | ngCordova | cordova-plugin-media
>Reporter: Johnny Dong
>Assignee: Omar Mefire
>  Labels: easyfix, iOS, pendingPR, triaged
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> Found an issue with the latest cordova.plugin.media whilst i was putting 
> together a IonicFramework app for iOS 9.2.1 (iPhone 6s) to play an M4A file.
> The iOS logs would show:
> - Found resource '[path].m4a' in the web folder.
> Playing audio sample '[path].m4a'
> - Playing stream with AVPlayer & custom rate
> but no sound (both simulator + device)
> Debugging in Xcode, ./cordova-plugin-media/src/ios/CDVSound.m,ln 352 + 355 
> appears to be the culprit.
> Instead of using "avPlayer" which doesn't appear to have a handle to the 
> sound resource, switching to "audioFile.player" appears to resolve the sound 
> issue.
> *** ./cordova-plugin-media/src/ios/CDVSound.m,ln 352
> from:
> [avPlayer setRate:customRate];
> to:
> [audioFile.player setRate:customRate];
> *** ./cordova-plugin-media/src/ios/CDVSound.m,ln 355
> from:
> [avPlayer play];
> to:
> [audioFile.player play];
> NOTE: I've yet to create a PR as I have not signed the Apache ICLA, however 
> i've committed a code in my personal fork and happy for somebody to have a 
> look at it and submit on my behalf:
> https://github.com/spudmashmedia/cordova-plugin-media/commit/946ffcf569cbaa22241e8ec00f11b4a52a0c6809



--
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-10763) Remove emoji in cordova-plugin-network-information

2016-03-02 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam updated CB-10763:
---
Summary: Remove emoji in cordova-plugin-network-information  (was: Remove 
emoji in cordovo-plugin-network-information)

> Remove emoji in cordova-plugin-network-information
> --
>
> Key: CB-10763
> URL: https://issues.apache.org/jira/browse/CB-10763
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10764) Remove emoji in cordova-plugin-splashscreen

2016-03-02 Thread Sarangan Rajamanickam (JIRA)

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

Sarangan Rajamanickam updated CB-10764:
---
Summary: Remove emoji in cordova-plugin-splashscreen  (was: Remove emoji in 
cordovo-plugin-splashscreen)

> Remove emoji in cordova-plugin-splashscreen
> ---
>
> Key: CB-10764
> URL: https://issues.apache.org/jira/browse/CB-10764
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10178) Unclear windows phone documentation for icons and splash screens

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10178:
-

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

https://github.com/apache/cordova-docs/pull/528#discussion_r54822846
  
--- Diff: www/docs/en/dev/config_ref/images.md ---
@@ -42,79 +45,107 @@ density   | *Optional*  Specified icon 
density (Android Specific)
 
 The following configuration can be used to define single default icon
 which will be used for all platforms.
-
-
-
+```xml
+
+```
 For each platform you can also define a pixel-perfect icons set to fit
 different screen resolutions.
 
 ##Android
-
- 
-  
-  
-  
-  
- 
+```xml
+
+
+
+
+
+
+
+
+
+```
+###See Also
+- [Android icon guide](https://www.google.com/design/spec/style/icons.html)
+- [Android - Supporting multiple 
screens](http://developer.android.com/guide/practices/screens_support.html)
--- End diff --

Please use reference-style links.


> Unclear windows phone documentation for icons and splash screens
> 
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on 
> physical windows phone device and on windows phone emulator. 
>Reporter: Rupert McKay
>Assignee: Nikhil Khandelwal
>Priority: Minor
>  Labels: Docs-6.x, triaged, windows
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to 
> mention the affect adding a .scale-100 or .scale-240 extension can have to 
> how source images get mapped to destination images. 
> The examples provided will all default to mapping onto .scale-100. 
> Recommend adding examples like the following:
> {code:xml}
> 
>  width="1152" height="1920" />
>  height="30" />
>  height="44" />
>  height="106" />
>  height="70" />
>  height="71" />
>  height="170" />
>  width="150" height="150" />
>  width="360" height="360" />
>  width="310" height="310" />
>  height="50" />
>  height="120" />
>  height="360" />
>  height="150" />
>  height="300" />
> 
> {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-10764) Remove emoji in cordovo-plugin-splashscreen

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10764:
-

Github user riknoll commented on the pull request:


https://github.com/apache/cordova-plugin-splashscreen/pull/89#issuecomment-191524399
  
The commit message has a typo


> Remove emoji in cordovo-plugin-splashscreen
> ---
>
> Key: CB-10764
> URL: https://issues.apache.org/jira/browse/CB-10764
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10764) Remove emoji in cordovo-plugin-splashscreen

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10764:
-

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


https://github.com/apache/cordova-plugin-splashscreen/pull/89#discussion_r54822518
  
--- Diff: README.md ---
@@ -23,7 +23,7 @@
 
 This plugin displays and hides a splash screen during application launch.
 
-:warning: Report issues on the [Apache Cordova issue 
tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Splashscreen%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
+Report issues with this plugin on the [Apache Cordova issue 
tracker][Apache Cordova issue tracker]
--- End diff --

Please add a period at the end.


> Remove emoji in cordovo-plugin-splashscreen
> ---
>
> Key: CB-10764
> URL: https://issues.apache.org/jira/browse/CB-10764
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10763) Remove emoji in cordovo-plugin-network-information

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10763:
-

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


https://github.com/apache/cordova-plugin-network-information/pull/39#discussion_r54822492
  
--- Diff: README.md ---
@@ -27,7 +27,7 @@ This plugin provides an implementation of an old version 
of the
 It provides information about the device's cellular and
 wifi connection, and whether the device has an internet connection.
 
-:warning: Report issues on the [Apache Cordova issue 
tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Network%20Information%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
+Report issues with this plugin on the [Apache Cordova issue 
tracker][Apache Cordova issue tracker]
--- End diff --

Please add a period at the end.


> Remove emoji in cordovo-plugin-network-information
> --
>
> Key: CB-10763
> URL: https://issues.apache.org/jira/browse/CB-10763
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10762) Fix the link in Icons page

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10762:
-

Github user dblotsky commented on the pull request:

https://github.com/apache/cordova-docs/pull/533#issuecomment-191523696
  
LGTM.


> Fix the link in Icons page
> --
>
> Key: CB-10762
> URL: https://issues.apache.org/jira/browse/CB-10762
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10730) Plugin handlers tests for Windows should be kept in platform's repo

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10730:
-

Github user dblotsky commented on the pull request:

https://github.com/apache/cordova-windows/pull/155#issuecomment-191521522
  
Is there also a PR for removing these from `cordova-lib`?


> Plugin handlers tests for Windows should be kept in platform's repo
> ---
>
> Key: CB-10730
> URL: https://issues.apache.org/jira/browse/CB-10730
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Vladimir Kotikov
>




--
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-10730) Plugin handlers tests for Windows should be kept in platform's repo

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10730:
-

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

https://github.com/apache/cordova-windows/pull/155#discussion_r54820656
  
--- Diff: spec/unit/JsprojManager.spec.js ---
@@ -53,6 +54,13 @@ describe('JsprojManager', function () {
 JsprojManager.__set__('proj', origProj);
 });
 
+it('should throw if project is not an windows project', function () {
--- End diff --

`"... not a windows ..."`


> Plugin handlers tests for Windows should be kept in platform's repo
> ---
>
> Key: CB-10730
> URL: https://issues.apache.org/jira/browse/CB-10730
> Project: Apache Cordova
>  Issue Type: Task
>Reporter: Vladimir Kotikov
>




--
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-10764) Remove emoji in cordovo-plugin-splashscreen

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10764:
-

GitHub user sarangan12 opened a pull request:

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

CB-10764: Remove emoji in cordovo-plugin-splashscreen

Removing warning emoji

@dblotsky @riknoll @rakatyal Can you please review and merge this PR?

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

$ git pull https://github.com/sarangan12/cordova-plugin-splashscreen 
CB-10764

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

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


commit 84ef0cb08188a9a19e0507e2cc62957744535d44
Author: Sarangan Rajamanickam 
Date:   2016-03-03T00:46:10Z

CB-10764: Remove emoji in cordovo-plugin-splashscreen

Removing warning emoji




> Remove emoji in cordovo-plugin-splashscreen
> ---
>
> Key: CB-10764
> URL: https://issues.apache.org/jira/browse/CB-10764
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10764) Remove emoji in cordovo-plugin-splashscreen

2016-03-02 Thread Sarangan Rajamanickam (JIRA)
Sarangan Rajamanickam created CB-10764:
--

 Summary: Remove emoji in cordovo-plugin-splashscreen
 Key: CB-10764
 URL: https://issues.apache.org/jira/browse/CB-10764
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Sarangan Rajamanickam
Assignee: Sarangan Rajamanickam






--
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-10763) Remove emoji in cordovo-plugin-network-information

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10763:
-

GitHub user sarangan12 opened a pull request:

https://github.com/apache/cordova-plugin-network-information/pull/39

CB-10763: Remove emoji in cordovo-plugin-network-information

Removing warning emoji

@dblotsky @riknoll @rakatyal Can you review and merge this PR?

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

$ git pull https://github.com/sarangan12/cordova-plugin-network-information 
CB-10763

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

https://github.com/apache/cordova-plugin-network-information/pull/39.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 #39


commit 36181b6f1cb37ff9e875f2957acc07b94a04a745
Author: Sarangan Rajamanickam 
Date:   2016-03-03T00:40:06Z

CB-10763: Remove emoji in cordovo-plugin-network-information

Removing warning emoji




> Remove emoji in cordovo-plugin-network-information
> --
>
> Key: CB-10763
> URL: https://issues.apache.org/jira/browse/CB-10763
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10763) Remove emoji in cordovo-plugin-network-information

2016-03-02 Thread Sarangan Rajamanickam (JIRA)
Sarangan Rajamanickam created CB-10763:
--

 Summary: Remove emoji in cordovo-plugin-network-information
 Key: CB-10763
 URL: https://issues.apache.org/jira/browse/CB-10763
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Sarangan Rajamanickam
Assignee: Sarangan Rajamanickam






--
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-10762) Fix the link in Icons page

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10762:
-

Github user rakatyal commented on the pull request:

https://github.com/apache/cordova-docs/pull/533#issuecomment-191507967
  
LGTM.


> Fix the link in Icons page
> --
>
> Key: CB-10762
> URL: https://issues.apache.org/jira/browse/CB-10762
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10762) Fix the link in Icons page

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10762:
-

GitHub user sarangan12 opened a pull request:

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

CB-10762: Fix the link in Icons page

Fixing the splashscreen link in the icons page.

@dblotsky @riknoll @rakatyal Can you please review and merge this PR?

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

$ git pull https://github.com/sarangan12/cordova-docs CB-10762-new

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

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


commit c6892a01bdb1e01cde00b09a55bf62c14364792e
Author: Sarangan Rajamanickam 
Date:   2016-03-03T00:28:50Z

CB-10762: Fix the link in Icons page

Fixing the splashscreen link in the icons page.




> Fix the link in Icons page
> --
>
> Key: CB-10762
> URL: https://issues.apache.org/jira/browse/CB-10762
> Project: Apache Cordova
>  Issue Type: Bug
>Reporter: Sarangan Rajamanickam
>Assignee: Sarangan Rajamanickam
>




--
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-10687) Cordova-Android Platform Release February 24th, 2016

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10687:
-

Github user stevengill commented on the pull request:

https://github.com/apache/cordova-docs/pull/529#issuecomment-191507534
  
@csantanapr changed it


> Cordova-Android Platform Release February 24th, 2016
> 
>
> Key: CB-10687
> URL: https://issues.apache.org/jira/browse/CB-10687
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Android
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

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



[jira] [Commented] (CB-10693) Cordova-iOS Platform Release February 24th, 2016

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10693:
-

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

https://github.com/apache/cordova-docs/pull/530#discussion_r54817953
  
--- Diff: www/_posts/2016-03-02-ios-4.1.0.md ---
@@ -0,0 +1,47 @@
+---
+layout: post
+author:
+name: Steve Gill
+url: https://twitter.com/stevesgill
+title:  "Cordova iOS 4.1.0"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova iOS 4.1.0` has been released!
--- End diff --

highlighted it in the blog post


> Cordova-iOS Platform Release February 24th, 2016
> 
>
> Key: CB-10693
> URL: https://issues.apache.org/jira/browse/CB-10693
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

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



[jira] [Created] (CB-10762) Fix the link in Icons page

2016-03-02 Thread Sarangan Rajamanickam (JIRA)
Sarangan Rajamanickam created CB-10762:
--

 Summary: Fix the link in Icons page
 Key: CB-10762
 URL: https://issues.apache.org/jira/browse/CB-10762
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Sarangan Rajamanickam
Assignee: Sarangan Rajamanickam






--
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-10178) Unclear windows phone documentation for icons and splash screens

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10178:
-

Github user rakatyal commented on the pull request:

https://github.com/apache/cordova-docs/pull/528#issuecomment-191490969
  
LGTM!


> Unclear windows phone documentation for icons and splash screens
> 
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on 
> physical windows phone device and on windows phone emulator. 
>Reporter: Rupert McKay
>Assignee: Nikhil Khandelwal
>Priority: Minor
>  Labels: Docs-6.x, triaged, windows
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to 
> mention the affect adding a .scale-100 or .scale-240 extension can have to 
> how source images get mapped to destination images. 
> The examples provided will all default to mapping onto .scale-100. 
> Recommend adding examples like the following:
> {code:xml}
> 
>  width="1152" height="1920" />
>  height="30" />
>  height="44" />
>  height="106" />
>  height="70" />
>  height="71" />
>  height="170" />
>  width="150" height="150" />
>  width="360" height="360" />
>  width="310" height="310" />
>  height="50" />
>  height="120" />
>  height="360" />
>  height="150" />
>  height="300" />
> 
> {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-10178) Unclear windows phone documentation for icons and splash screens

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10178:
-

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

https://github.com/apache/cordova-docs/pull/528#discussion_r54811018
  
--- Diff: www/docs/en/dev/guide/overview/index.md ---
@@ -108,17 +106,15 @@ task, they each offer advantages:
 
 - __Cross-platform (CLI) workflow__: Use this workflow if you want your app
   to run on as many different mobile operating systems as possible,
-  with little need for platform-specific development.  This workflow
-  centers around the `cordova` utility, otherwise known as the Cordova
-  _CLI_. The CLI is a high-level tool that allows you to build projects 
+  with little need for platform-specific development. This workflow
+  centers around the `cordova` CLI. The CLI is a high-level tool that 
allows you to build projects 
   for many platforms at once, abstracting away much of the functionality 
of 
   lower-level shell scripts. The CLI copies a common set of web assets into
   subdirectories for each mobile platform, makes any necessary
   configuration changes for each, runs build scripts to generate
   application binaries. The CLI also provides a common interface to
-  apply plugins to your app. For more details on the CLI, see The
-  Command-Line Interface. Unless you have a need for the platform-centered
-  workflow, the cross-platform workflow is recommended.
+  apply plugins to your app. To get started follow the steps in the 
+  [Create your first app tutorial](../cli/index.html). Unless you have a 
need for the platform-centered workflow, the cross-platform workflow is 
recommended.
--- End diff --

Same. Remove 'tutorial' as part of the link.


> Unclear windows phone documentation for icons and splash screens
> 
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on 
> physical windows phone device and on windows phone emulator. 
>Reporter: Rupert McKay
>Assignee: Nikhil Khandelwal
>Priority: Minor
>  Labels: Docs-6.x, triaged, windows
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to 
> mention the affect adding a .scale-100 or .scale-240 extension can have to 
> how source images get mapped to destination images. 
> The examples provided will all default to mapping onto .scale-100. 
> Recommend adding examples like the following:
> {code:xml}
> 
>  width="1152" height="1920" />
>  height="30" />
>  height="44" />
>  height="106" />
>  height="70" />
>  height="71" />
>  height="170" />
>  width="150" height="150" />
>  width="360" height="360" />
>  width="310" height="310" />
>  height="50" />
>  height="120" />
>  height="360" />
>  height="150" />
>  height="300" />
> 
> {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-10178) Unclear windows phone documentation for icons and splash screens

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10178:
-

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

https://github.com/apache/cordova-docs/pull/528#discussion_r54811063
  
--- Diff: www/docs/en/dev/guide/overview/index.md ---
@@ -129,27 +125,20 @@ task, they each offer advantages:
   this workflow if you need to modify the project within the SDK. This 
   workflow relies on a set of lower-level shell scripts that are tailored 
for 
   each supported platform, and a separate Plugman utility that allows you 
to 
-  apply plugins.  While you can use this workflow to build cross-platform
+  apply plugins. While you can use this workflow to build cross-platform
   apps, it is generally more difficult because the lack of a
   higher-level tool means separate build cycles and plugin
-  modifications for each platform. Still, this workflow allows you
-  greater access to development options provided by each SDK, and is
-  essential for complex hybrid apps.
+  modifications for each platform. 
 
 When first starting out, it may be easiest to use the cross-platform
-workflow to create an app, as described in [The Command-Line 
Interface](../cli/index.html).
+workflow to create an app, as described in [Create your first app 
tutorial](../cli/index.html).
--- End diff --

Here too.


> Unclear windows phone documentation for icons and splash screens
> 
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on 
> physical windows phone device and on windows phone emulator. 
>Reporter: Rupert McKay
>Assignee: Nikhil Khandelwal
>Priority: Minor
>  Labels: Docs-6.x, triaged, windows
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to 
> mention the affect adding a .scale-100 or .scale-240 extension can have to 
> how source images get mapped to destination images. 
> The examples provided will all default to mapping onto .scale-100. 
> Recommend adding examples like the following:
> {code:xml}
> 
>  width="1152" height="1920" />
>  height="30" />
>  height="44" />
>  height="106" />
>  height="70" />
>  height="71" />
>  height="170" />
>  width="150" height="150" />
>  width="360" height="360" />
>  width="310" height="310" />
>  height="50" />
>  height="120" />
>  height="360" />
>  height="150" />
>  height="300" />
> 
> {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-10178) Unclear windows phone documentation for icons and splash screens

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10178:
-

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

https://github.com/apache/cordova-docs/pull/528#discussion_r54810855
  
--- Diff: www/docs/en/dev/guide/hybrid/plugins/index.md ---
@@ -93,30 +95,28 @@ the platform-specific `config.xml` file to make the 
platform aware of
 the additional code library.  The `header-file` and `source-file` tags
 specify the path to the library's component files.
 
-## Validating a Plugin
+## Validating a Plugin using Plugman
 
 You can use the `plugman` utility to check whether the plugin installs
 correctly for each platform.  Install `plugman` with the following
 [node](http://nodejs.org/) command:
 
-$ npm install -g plugman
+```bash
+$ npm install -g plugman
+```
 
 You need an valid app source directory, such as the top-level `www`
 directory included in a default CLI-generated project as described in
-[The Command-Line Interface](../../cli/index.html).  Make sure the app's 
`index.html` home
-page reference the name of the plugin's JavaScript interface, as if it
-were in the same source directory:
-
-
+[Create your first app guide](../../cli/index.html).  
--- End diff --

Remove 'guide' as part of the link.


> Unclear windows phone documentation for icons and splash screens
> 
>
> Key: CB-10178
> URL: https://issues.apache.org/jira/browse/CB-10178
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: Docs
>Affects Versions: 5.4.0
> Environment: Phonegap CLI, building to Windows platform. Testing on 
> physical windows phone device and on windows phone emulator. 
>Reporter: Rupert McKay
>Assignee: Nikhil Khandelwal
>Priority: Minor
>  Labels: Docs-6.x, triaged, windows
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> https://github.com/apache/cordova-docs/blob/master/www/docs/en/dev/config_ref/images.md
> In the section 'Configuring Icons in the CLI' the windows sections neglect to 
> mention the affect adding a .scale-100 or .scale-240 extension can have to 
> how source images get mapped to destination images. 
> The examples provided will all default to mapping onto .scale-100. 
> Recommend adding examples like the following:
> {code:xml}
> 
>  width="1152" height="1920" />
>  height="30" />
>  height="44" />
>  height="106" />
>  height="70" />
>  height="71" />
>  height="170" />
>  width="150" height="150" />
>  width="360" height="360" />
>  width="310" height="310" />
>  height="50" />
>  height="120" />
>  height="360" />
>  height="150" />
>  height="300" />
> 
> {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-10693) Cordova-iOS Platform Release February 24th, 2016

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10693:
-

Github user asfgit closed the pull request at:

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


> Cordova-iOS Platform Release February 24th, 2016
> 
>
> Key: CB-10693
> URL: https://issues.apache.org/jira/browse/CB-10693
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

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



[jira] [Commented] (CB-10693) Cordova-iOS Platform Release February 24th, 2016

2016-03-02 Thread ASF subversion and git services (JIRA)

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

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

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

CB-10693 added ios 4.1.0 release blog post


> Cordova-iOS Platform Release February 24th, 2016
> 
>
> Key: CB-10693
> URL: https://issues.apache.org/jira/browse/CB-10693
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

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



[jira] [Commented] (CB-10693) Cordova-iOS Platform Release February 24th, 2016

2016-03-02 Thread ASF subversion and git services (JIRA)

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

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

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

Merge branch 'CB-10693'


> Cordova-iOS Platform Release February 24th, 2016
> 
>
> Key: CB-10693
> URL: https://issues.apache.org/jira/browse/CB-10693
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

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



[jira] [Commented] (CB-10687) Cordova-Android Platform Release February 24th, 2016

2016-03-02 Thread ASF subversion and git services (JIRA)

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

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

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

CB-10687 added android 5.1.1 release blog post


> Cordova-Android Platform Release February 24th, 2016
> 
>
> Key: CB-10687
> URL: https://issues.apache.org/jira/browse/CB-10687
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Android
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

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



[jira] [Commented] (CB-10687) Cordova-Android Platform Release February 24th, 2016

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10687:
-

Github user asfgit closed the pull request at:

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


> Cordova-Android Platform Release February 24th, 2016
> 
>
> Key: CB-10687
> URL: https://issues.apache.org/jira/browse/CB-10687
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Android
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

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



[jira] [Commented] (CB-10414) [WP8.1] Preview freezes when you leave the app

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10414:
-

GitHub user rakatyal opened a pull request:

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

CB-10414: Adding focus handler to resume video when user comes back o…

…n leaving the app while preview was running

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

$ git pull https://github.com/MSOpenTech/cordova-plugin-camera 
raghav-preview

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

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


commit 9c906b2ab7e7bee031abd85be13910a2a67754ca
Author: Raghav Katyal 
Date:   2016-03-02T22:15:01Z

CB-10414: Adding focus handler to resume video when user comes back on 
leaving the app while preview was running




> [WP8.1] Preview freezes when you leave the app
> --
>
> Key: CB-10414
> URL: https://issues.apache.org/jira/browse/CB-10414
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 5.4.1
> Environment: Windows Phone 8.1, Windows Phone 10
>Reporter: Davide
>Assignee: Raghav Katyal
>  Labels: Windows, triaged, wp8.1
>
> Devices tested with:
> Lumia 520
> Lumia 640
> Steps to reproduce:
> 1. Start the capture activity.
> 2. When on the preview screen, tap the home button (or return to home screen)
> 3. Return to the app. The camera preview is frozen.
> Problem 2, steps to reproduce
> 1. Start the camera activity to the photolibrary
> 2. When on the photoalbum screen, tap the home button (or return to home 
> screen)
> 3. Return to the app. The promise will never return because it will endlessly 
> wait for a reject or resolve.



--
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-10760) config.xml reference does not document plugin element

2016-03-02 Thread ASF subversion and git services (JIRA)

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

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

Commit 0db344327cf1ad9bf755a5c96eaf0ddebc079719 in 
cordova-plugin-inappbrowser's branch refs/heads/master from riknoll
[ 
https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-inappbrowser.git;h=0db3443
 ]

CB-10760: Fixing README for display on Cordova website

This closes #153


> config.xml reference does not document plugin element
> -
>
> Key: CB-10760
> URL: https://issues.apache.org/jira/browse/CB-10760
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Docs
>Reporter: Richard B Knoll
>  Labels: Docs-6.x, triaged
>
> The example config.xml on the bottom of the page actually uses this tag, but 
> I also believe the example is incorrect. The {{version}} attribute should be 
> {{spec}}. See 
> http://cordova.apache.org/docs/en/dev/config_ref/index.html#sample-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] [Commented] (CB-10720) Review plugin docs for display on website

2016-03-02 Thread ASF subversion and git services (JIRA)

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

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

Commit cca41620d4e1370a1c81f60cf3172916f6772b2f in cordova-plugin-media's 
branch refs/heads/master from riknoll
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-media.git;h=cca4162 ]

CB-10720: Fixing README for display on Cordova website

This closes #84


> Review plugin docs for display on website
> -
>
> Key: CB-10720
> URL: https://issues.apache.org/jira/browse/CB-10720
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Dmitry Blotsky
>Assignee: Dmitry Blotsky
>Priority: Minor
>




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

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



[jira] [Updated] (CB-10720) Review plugin docs for display on website

2016-03-02 Thread Richard B Knoll (JIRA)

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

Richard B Knoll updated CB-10720:
-
Summary: Review plugin docs for display on website  (was: Review plugin 
docs: camera, battery status, and console)

> Review plugin docs for display on website
> -
>
> Key: CB-10720
> URL: https://issues.apache.org/jira/browse/CB-10720
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Docs
>Reporter: Dmitry Blotsky
>Assignee: Dmitry Blotsky
>Priority: Minor
>




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

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



[jira] [Resolved] (CB-5656) config.xml: preference android-installLocation doesn't works

2016-03-02 Thread Joe Bowser (JIRA)

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

Joe Bowser resolved CB-5656.

Resolution: Duplicate

CB-5920 covers this

> config.xml: preference android-installLocation doesn't works
> 
>
> Key: CB-5656
> URL: https://issues.apache.org/jira/browse/CB-5656
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: Android
>Affects Versions: 3.2.0
> Environment: Windows 7
>Reporter: Stefano Storti
>Priority: Minor
>
> Using CLI, building from a www/config.xml with
> 
> doesn't copy the installLocation="auto" to AndroidManifest.xml.
> So after launched the app to device with the install command, the "Move to SD 
> Card" button in Android Installed Apps is disabled.



--
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-10761) cordova prepare does not restore saved plugins with no version

2016-03-02 Thread Richard B Knoll (JIRA)
Richard B Knoll created CB-10761:


 Summary: cordova prepare does not restore saved plugins with no 
version
 Key: CB-10761
 URL: https://issues.apache.org/jira/browse/CB-10761
 Project: Apache Cordova
  Issue Type: Bug
  Components: CordovaLib
Reporter: Richard B Knoll


If you give a plugin element in config.xml but do not give the {{spec}} 
attribute like so:
{code}

{code}
Then when you run {{cordova prepare}} the CLI will not install the plugin but 
will print out a message saying that it is installing it.
{code}
$ cordova prepare
  Discovered plugin "cordova-plugin-inappbrowser" in config.xml. Installing to 
the project
{code}

Giving the {{spec}} attribute causes the same message but the plugin will 
actually be installed. I'm not sure what the intended behavior is, but we need 
to fix it and add some test cases.



--
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-10414) [WP8.1] Preview freezes when you leave the app

2016-03-02 Thread Raghav Katyal (JIRA)

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

Raghav Katyal commented on CB-10414:


I tested again on few Windows 10 devices but didn't find this issue. On Windows 
8.1 I was able to reproduce the 1st scenario consistently and not the 2nd 
scenario. Will be making the needed changes to fix it.

> [WP8.1] Preview freezes when you leave the app
> --
>
> Key: CB-10414
> URL: https://issues.apache.org/jira/browse/CB-10414
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 5.4.1
> Environment: Windows Phone 8.1, Windows Phone 10
>Reporter: Davide
>Assignee: Raghav Katyal
>  Labels: Windows, triaged, wp8.1
>
> Devices tested with:
> Lumia 520
> Lumia 640
> Steps to reproduce:
> 1. Start the capture activity.
> 2. When on the preview screen, tap the home button (or return to home screen)
> 3. Return to the app. The camera preview is frozen.
> Problem 2, steps to reproduce
> 1. Start the camera activity to the photolibrary
> 2. When on the photoalbum screen, tap the home button (or return to home 
> screen)
> 3. Return to the app. The promise will never return because it will endlessly 
> wait for a reject or resolve.



--
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-10760) config.xml reference does not document plugin element

2016-03-02 Thread Richard B Knoll (JIRA)
Richard B Knoll created CB-10760:


 Summary: config.xml reference does not document plugin element
 Key: CB-10760
 URL: https://issues.apache.org/jira/browse/CB-10760
 Project: Apache Cordova
  Issue Type: Bug
  Components: Docs
Reporter: Richard B Knoll


The example config.xml on the bottom of the page actually uses this tag, but I 
also believe the example is incorrect. The {{version}} attribute should be 
{{spec}}. See 
http://cordova.apache.org/docs/en/dev/config_ref/index.html#sample-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] [Updated] (CB-10554) Media Capture: Null reference in low memory conditions

2016-03-02 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-10554:
---
Assignee: Richard B Knoll

> Media Capture: Null reference in low memory conditions
> --
>
> Key: CB-10554
> URL: https://issues.apache.org/jira/browse/CB-10554
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media Capture
> Environment: android
>Reporter: Adam Duren
>Assignee: Richard B Knoll
>Priority: Critical
>  Labels: PR, android, pendingPR, triaged
>
> I have been testing my app in low memory conditions by setting the android 
> developer setting of "Don't keep Activities" which simulates low memory 
> conditions. Every time I use the capture plugin for video when returning from 
> the capture activity the app crashes. It appears that the state is not saved 
> and on resume there are now null references such as the callbackContext and 
> results array. It is fixed by using the onRestoreStateForActivityResult and 
> onSaveInstanceState methods.
> *Related Exception* 
> {quote}
> 7 14:30:31.181 23432-24842/com.ionicframework.alto442183 E/AndroidRuntime: 
> FATAL EXCEPTION: pool-3-thread-2
>   
>  Process: com.ionicframework.alto442183, PID: 23432
>   
>  java.lang.NullPointerException: Attempt to invoke virtual method 'void 
> org.apache.cordova.CallbackContext.sendPluginResult(org.apache.cordova.PluginResult)'
>  on a null object reference
>   
>  at org.apache.cordova.mediacapture.Capture$3.run(Capture.java:396)
>   
>  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
>   
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
>   
>  at java.lang.Thread.run(Thread.java:818)
> {quote}



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

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



[jira] [Closed] (CB-10575) --searchpath sometimes fails to find plugin repositories

2016-03-02 Thread Richard B Knoll (JIRA)

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

Richard B Knoll closed CB-10575.

Resolution: Not A Problem

> --searchpath sometimes fails to find plugin repositories
> 
>
> Key: CB-10575
> URL: https://issues.apache.org/jira/browse/CB-10575
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Richard B Knoll
>  Labels: triaged
>
> This was affecting mobilespec so that it occasionally would fetch plugins 
> from npm instead of using local repos.



--
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-9802) Android Marshmallow Audio uses FILE permission

2016-03-02 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal commented on CB-9802:
---

[~bowserj] Is this still actionable? I believe we resolved this issue - correct?

> Android Marshmallow Audio uses FILE permission
> --
>
> Key: CB-9802
> URL: https://issues.apache.org/jira/browse/CB-9802
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
> Environment: Android
>Reporter: Joe Bowser
>  Labels: Android
>
> This is probably going to be a duplicate.



--
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-10120) Camera permission entry in Andorid manifest causes SecurityException when taking a picture

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10120:
-

Github user okonon commented on the pull request:


https://github.com/apache/cordova-plugin-camera/pull/179#issuecomment-191394465
  
@riknoll what in particular the ICLA for this PR? For the fact that 
@MatthewBooth rebased someone else's commits? If yes, can someone more 
responsive create a new PR and fill out ICLA for that?


> Camera permission entry in Andorid manifest causes SecurityException when 
> taking a picture
> --
>
> Key: CB-10120
> URL: https://issues.apache.org/jira/browse/CB-10120
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
> Environment: Android 6.0, cordova-plugin-camera 2.0.0
>Reporter: Richard B Knoll
>Assignee: Richard B Knoll
>Priority: Critical
>  Labels: android, mustfix, reproduced, triaged
>
> See [this stackoverflow 
> thread|http://stackoverflow.com/questions/32789027/android-m-camera-intent-permission-bug].
>  Apparently, if you declare the CAMERA permission in your manifest and then 
> send out the take picture intent, you get a SecurityException. We do not 
> declare that permission ourselves, but a third party plugin or a user could 
> conceivably insert it into the manifest.



--
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-10247) Media Plugin - Android - Sound is not played completely when screen is locked

2016-03-02 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-10247:
---
Labels: Android triaged  (was: triaged)

> Media Plugin - Android - Sound is not played completely when screen is locked
> -
>
> Key: CB-10247
> URL: https://issues.apache.org/jira/browse/CB-10247
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
>Reporter: Victor
>Priority: Minor
>  Labels: Android, triaged
>
> Hello!
> The problem is the audio file is not played completely when phone screen is 
> locked (turned off).
> The device is Sony Xperia Z3, Android 5.0.2.
> Audio - mp3 file, length: 60 seconds.
> Sound is stopped on ~40 second.
> When screen is not locked and not turned off the audio played normally.
> ==
> The same code works fine under Nexus7 Android 4.4.3. The sound file is played 
> correctly even if the screen is locked and turned off.
> I use VS 2015.
> Plugin:
> - cordova-plugin-media
> -  "version": "1.0.1",
> - "https://github.com/apache/cordova-plugin-media";
> What am I doing wrong?
> Thanks!



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

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



[jira] [Updated] (CB-10232) Media Plugin - IOS: Can't play files using file system URL (file:///var/modile/...)

2016-03-02 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal updated CB-10232:
---
Priority: Critical  (was: Major)

> Media Plugin - IOS: Can't play files using file system URL 
> (file:///var/modile/...)
> ---
>
> Key: CB-10232
> URL: https://issues.apache.org/jira/browse/CB-10232
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Media
> Environment: iOS
>Reporter: Mestre Muten
>Priority: Critical
>  Labels: file, ios, media, url
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Can't play files using file system URL, same returned by FileEntry.toURL().
> Plugin returns error:
> {code}Cannot use audio file from resource file:///var/mobile/...{code}
> Tested on iOS 7.1.2 and 9.0.2
> {code}
> Cordova iOS version:  3.9.2
> Plugin versions:
> cordova-plugin-file 3.0.0 "File"
> cordova-plugin-media 1.0.1 "Media"
> {code}
> Plugin works well with full absolute path and cdvfile path btw.



--
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-10530) App freezes sometimes directly after starting on iOS

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10530:
-

Github user mix3d commented on the pull request:

https://github.com/apache/cordova-ios/pull/193#issuecomment-191390888
  
Thanks @stevengill - I've been checking it daily for almost the last week. 
Eyes are well peeled.


> App freezes sometimes directly after starting on iOS
> 
>
> Key: CB-10530
> URL: https://issues.apache.org/jira/browse/CB-10530
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0
> Environment: OSX El Capitan 10.11.3, XCODE (7.2.1), iOS 9.2.1, 
> cordova 6.0.0, ionic 1.7.14
>Reporter: Florian Krüger
>Assignee: Steve Gill
>Priority: Critical
>  Labels: cordova-ios-4.1.0, triaged
> Attachments: Instruments.trace.zip, Screen Shot 2016-02-23 at 3.20.37 
> PM.png, Screen Shot 2016-02-23 at 3.21.55 PM.png
>
>
> * Installed the "ionic start myApp sidemenu" example application
> * Start XCODE (7.2.1)
> * Start the app by clicking the run button from  xCODE
> * The app probably starts as expected.
> * Repeat the start process until the app freezes.
> The app sometimes freezes completely. If this happens you cannot do anything 
> with the app (you need to push the home button and close the app via task 
> manager). I had the same issue for another more complex app.
> The CPU stays at around 99% workload.
> I made a snapshot of the profiler (Instruments)
>  



--
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-10759) Add History in inappbrowser

2016-03-02 Thread Stanislav Iegorov (JIRA)
Stanislav Iegorov created CB-10759:
--

 Summary: Add History in inappbrowser
 Key: CB-10759
 URL: https://issues.apache.org/jira/browse/CB-10759
 Project: Apache Cordova
  Issue Type: New Feature
  Components: Plugin InAppBrowser
Reporter: Stanislav Iegorov


Hi,

it would be great to have History in inappbrowser.

For example, to save, say, 10 last visited pages internally and have a way to 
start the browser (via cordova.InAppBrowser.open) with last page (or any of 10 
last visited pages) and navigate back and forward through navigation stack.

Thanks.



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

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



[jira] [Commented] (CB-10530) App freezes sometimes directly after starting on iOS

2016-03-02 Thread Michael Stanford (JIRA)

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

Michael Stanford commented on CB-10530:
---

Steven - did you check the validity of Torsten Freyhall's point above? 
>>"Did you read my comment above about the root cause of the timer firing being 
>>CDVUIWebViewPlugin being synchronous? I think that might need to be addressed 
>>as well to prevent future issues, even if the javascript patch solves the 
>>reported issue."

> App freezes sometimes directly after starting on iOS
> 
>
> Key: CB-10530
> URL: https://issues.apache.org/jira/browse/CB-10530
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Affects Versions: 6.0.0
> Environment: OSX El Capitan 10.11.3, XCODE (7.2.1), iOS 9.2.1, 
> cordova 6.0.0, ionic 1.7.14
>Reporter: Florian Krüger
>Assignee: Steve Gill
>Priority: Critical
>  Labels: cordova-ios-4.1.0, triaged
> Attachments: Instruments.trace.zip, Screen Shot 2016-02-23 at 3.20.37 
> PM.png, Screen Shot 2016-02-23 at 3.21.55 PM.png
>
>
> * Installed the "ionic start myApp sidemenu" example application
> * Start XCODE (7.2.1)
> * Start the app by clicking the run button from  xCODE
> * The app probably starts as expected.
> * Repeat the start process until the app freezes.
> The app sometimes freezes completely. If this happens you cannot do anything 
> with the app (you need to push the home button and close the app via task 
> manager). I had the same issue for another more complex app.
> The CPU stays at around 99% workload.
> I made a snapshot of the profiler (Instruments)
>  



--
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-10608) iOS - update to recommended project settings warning

2016-03-02 Thread Carlos Santana (JIRA)

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

Carlos Santana commented on CB-10608:
-

We should not change the $(PRODUCT_BUNDLE_IDENTIFIER) related to [CB-10186 | 
https://issues.apache.org/jira/browse/CB-10186] because it will brake things.

But we should fix the other warnings for main app.

It looks like [CB-10185 | https://issues.apache.org/jira/browse/CB-10185| only 
covered CordovaLib project not main app.

Build Phases:
Target 'HelloCordova' - Remove Unnecessary Build Files
The HelloCordova target may contain unnecessary build files, such as xcconfig 
files and info plist files. This will remove files from the target build phases

Build Settings
Project 'HelloCordova' - Turn on "Enable Testability" When Debugging
This will turn on "Enable Testability" for the "Debug - configuration"



> iOS - update to recommended project settings warning
> 
>
> Key: CB-10608
> URL: https://issues.apache.org/jira/browse/CB-10608
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: iOS
>Reporter: Edna Morales
>  Labels: cordova-ios-4.0.1, triaged
> Attachments: screenshot-1.png
>
>
> With a cordova-ios@4.0.1 project, Xcode throws an 'Update to recommended 
> project Settings' Warning



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

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



[jira] [Resolved] (CB-10427) npmconf and npm Deprecation warning

2016-03-02 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal resolved CB-10427.

Resolution: Duplicate

> npmconf and npm Deprecation warning
> ---
>
> Key: CB-10427
> URL: https://issues.apache.org/jira/browse/CB-10427
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: CordovaLib
>Affects Versions: 5.4.1
> Environment: - Microsoft Windows 10 x64
> - Microsoft Visual Studio 2015
> - Nodejs: 5.0.0 32-bit
> - npm 3.3.7 installed globally
>Reporter: Miha Svalina
>
> Application created using Visual Studio Cordova project.
> My package.json content:
> {code}
> {
>   "name": "TestCordovaApp",
>   "version": "1.0.0",
>   "private": true,
>   "dependencies": {   
> "cordova-lib": "5.4.1",
> "cordova": "5.4.1"
>   }
> }
> {code}
> Other packages are not included, this is just for test. After running {{npm 
> install}} command in my project root directory the first two lines are:
> {code}
> X:\androidApp>npm install
> npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into 
> npm and is now out of date with respect to npm
> npm WARN prefer global npm@2.14.16 should be installed with -g
> TestCordovaApp@1.0.0 X:\androidApp
> ├─┬ cordova@5.4.1
> │ ├── ansi@0.3.1
> │ ├─┬ nopt@3.0.1
> │ │ └── abbrev@1.0.7
> │ ├── q@1.0.1
> │ ├── underscore@1.7.0
> │ └─┬ update-notifier@0.5.0
> │   ├─┬ chalk@1.1.1
> │   │ ├── ansi-styles@2.1.0
> │   │ ├── escape-string-regexp@1.0.4
> │   │ ├─┬ has-ansi@2.0.0
> │   │ │ └── ansi-regex@2.0.0
> │   │ ├── strip-ansi@3.0.0
> │   │ └── supports-color@2.0.0
> │   ├─┬ configstore@1.4.0
> │   │ ├── graceful-fs@4.1.2{code}
> I copied the whole cmd output to notepad++ and searched for string npmconf. 
> It turns out that cordova-lib 5.4.1 depends on npm 2.14.16.
> {code}
> ├─┬ cordova-lib@5.4.1
> │ ├─┬ npm@2.14.16
> |│ ├─┬ npmconf@2.1.2
> {code}
> I thought that if you are running npm > 2 that this won't be an issue. Or 
> maybe I have missed something to avoid seeing deprecation warning.



--
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-10687) Cordova-Android Platform Release February 24th, 2016

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10687:
-

Github user nikhilkh commented on the pull request:

https://github.com/apache/cordova-docs/pull/529#issuecomment-191360892
  
LGTM. 


> Cordova-Android Platform Release February 24th, 2016
> 
>
> Key: CB-10687
> URL: https://issues.apache.org/jira/browse/CB-10687
> Project: Apache Cordova
>  Issue Type: Task
>  Components: Android
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

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



[jira] [Commented] (CB-10693) Cordova-iOS Platform Release February 24th, 2016

2016-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CB-10693:
-

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

https://github.com/apache/cordova-docs/pull/530#discussion_r54767182
  
--- Diff: www/_posts/2016-03-02-ios-4.1.0.md ---
@@ -0,0 +1,47 @@
+---
+layout: post
+author:
+name: Steve Gill
+url: https://twitter.com/stevesgill
+title:  "Cordova iOS 4.1.0"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova iOS 4.1.0` has been released!
--- End diff --

Perhaps we should highlight CB-10530 and one of the fixes is that this 
improves stability significantly. There were lots of reports about this one.


> Cordova-iOS Platform Release February 24th, 2016
> 
>
> Key: CB-10693
> URL: https://issues.apache.org/jira/browse/CB-10693
> Project: Apache Cordova
>  Issue Type: Task
>  Components: iOS
>Reporter: Steve Gill
>Assignee: Steve Gill
>
> "Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md";



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

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



[jira] [Comment Edited] (CB-10721) getPicture takes at least 20 seconds to get me back to my app

2016-03-02 Thread Nikhil Khandelwal (JIRA)

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

Nikhil Khandelwal edited comment on CB-10721 at 3/2/16 6:19 PM:


We will need to establish a repro. Is there an isolated repro that you can 
share? Does it repro on other devices too or only on Samsung Galaxy S6?


was (Author: nikhilkh):
We will need to establish a repro. Is there an isolated repro that you can 
share? Does it repro on other devices too or only on Samsung Galaxy S6?

> getPicture takes at least 20 seconds to get me back to my app
> -
>
> Key: CB-10721
> URL: https://issues.apache.org/jira/browse/CB-10721
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Plugin Camera
>Affects Versions: 2.1.0
> Environment: Android 5.1.0
>Reporter: Gregor
>  Labels: Android, triaged
>
> Using Cordova Camera plugin with function getPicture() takes a picture 
> without any problem (when source is CAMERA). Default camera app opens, I take 
> a photo, confirm it, then a black screen shows for around 20 seconds before 
> I'm thrown back to my app with success callback.
> Picking photo from library doesn't have this issue.
> Samsung Galaxy S6 with Android 5.1.0.



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

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



  1   2   >