[GitHub] cordova-plugin-statusbar pull request: CB-8001

2014-12-17 Thread IvanKarpan
Github user IvanKarpan commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/19#issuecomment-67294315 Can we please merge this one? Issue creator confirmed this solves the issue. Thank you. --- If your project is set up for it, you can reply to this

Advanced logging feature

2014-12-17 Thread Vladimir Kotikov (Akvelon)
Hi guys. Could anyone pls. review implementation for Advanced logging feature for platform scripts. *Details*: This feature allows to user to specify logging level for platform scripts via -verbose and -silent switches Since cordova-cli doesn't pass unknown flags to platform scripts, it is

RE: [DISCUSS] Cordova-WP8 Release

2014-12-17 Thread Sergey Grebnov (Akvelon)
Thank you Jesse, I can help and do the release. -Sergey -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Tuesday, December 16, 2014 12:12 PM To: dev@cordova.apache.org Subject: Re: [DISCUSS] Cordova-WP8 Release I have merged the pull request. I too would like to see

[GitHub] cordova-browser pull request: --user-data-dir working on windows

2014-12-17 Thread peutetre
Github user peutetre closed the pull request at: https://github.com/apache/cordova-browser/pull/3 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-docs pull request: 3.4.x

2014-12-17 Thread sosahvictor
Github user sosahvictor commented on the pull request: https://github.com/apache/cordova-docs/pull/230#issuecomment-67329208 Hi @Watabe08 As the translated docs are also part of the Apache Cordova community, yes, it is highly recommended you sign the ICLA to avoid further

[GitHub] cordova-lib pull request: CB-7863 Fixed broken test run on Windows...

2014-12-17 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-lib/pull/132 CB-7863 Fixed broken test run on Windows 8.1 Alternative fix for https://issues.apache.org/jira/browse/CB-7863 Seems the cause of fatal error under Windows was in synchronous calls

[GitHub] cordova-plugin-file-transfer pull request: CB-8125 Reorganised and...

2014-12-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/55 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

Re: Advanced logging feature

2014-12-17 Thread Shazron
Some of the bash scripts in iOS have been converted as needed to node. Feel free to convert any scripts to node, that is the path we are going to anyway. On Wed, Dec 17, 2014 at 6:25 AM, Vladimir Kotikov (Akvelon) v-vlk...@microsoft.com wrote: Hi guys. Could anyone pls. review implementation for

RE: Advanced logging feature

2014-12-17 Thread Chuck Lantz
+1 to converting iOS scripts to node - right now if developers have the iOS platform in source control and check it out on Windows (or another team member moves it there manually) the execute bit is lost once it hits the NTFS filesystem and the platform breaks if you check it in or move it

RE: --list argument for CLI

2014-12-17 Thread Murat Sutunc
Thanks everyone for the warm welcome! I've the initial work available as pull requests here: cordova-cli: https://github.com/apache/cordova-cli/pull/199 cordova-android: https://github.com/apache/cordova-android/pull/139 cordova-ios: https://github.com/apache/cordova-ios/pull/122 If anyone has

Re: Browserify JS is in

2014-12-17 Thread Darryl Pogue
On 11 December 2014 at 11:37, Steven Gill stevengil...@gmail.com wrote: I also would like to see this shipped! If you have questions about it, LMK I was trying this out today, and overall I love the idea. I found one issue though when building for multiple platforms: cordova platform add ios

Re: How to handle CSP for XHR in Cordova 4.0

2014-12-17 Thread Ian Clelland
I think that access tags (and the widget spec generally) were never a good fit for the top-level-navigation case. Widgets, as far as I know, were always intended to be single page apps, and the access tag wouldn't have any affect on that at all. We've used it for nav in the past, though, so the

[GitHub] cordova-lib pull request: CB-8114 specify a cache-min-time

2014-12-17 Thread muratsu
GitHub user muratsu opened a pull request: https://github.com/apache/cordova-lib/pull/133 CB-8114 specify a cache-min-time Currently there's no caching for plugins while platforms are cached for 1 day. The idea here is to match platform capabilities by setting min-cache property

[GitHub] cordova-plugin-camera pull request: CB-8113 cordova-plugin-camera ...

2014-12-17 Thread sosahvictor
GitHub user sosahvictor opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/59 CB-8113 cordova-plugin-camera documentation translation CB-8113 cordova-plugin-camera documentation translation: cordova-plugin-camera You can merge this pull request into a Git

RE: How to handle CSP for XHR in Cordova 4.0

2014-12-17 Thread Chuck Lantz
Yeah, I also am thinking about upgrade situations where someone takes an existing app and moves it to Android Cordova 4.0. It strikes me there we'd either want the existing behavior to be preserved (flaws aside) or move it to the top level nav behavior. Did I read correctly the current

Re: Browserify JS is in

2014-12-17 Thread Steven Gill
Sounds like a bug. Can you file an issue for it? On Wed, Dec 17, 2014 at 12:53 PM, Darryl Pogue dvpdin...@gmail.com wrote: On 11 December 2014 at 11:37, Steven Gill stevengil...@gmail.com wrote: I also would like to see this shipped! If you have questions about it, LMK I was trying this

[GitHub] cordova-plugin-statusbar pull request: CB-8001

2014-12-17 Thread Nathan-Smith
Github user Nathan-Smith commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/19#issuecomment-67420106 +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

Re: Browserify JS is in

2014-12-17 Thread Darryl Pogue
On 17 December 2014 at 15:26, Steven Gill stevengil...@gmail.com wrote: Sounds like a bug. Can you file an issue for it? https://issues.apache.org/jira/browse/CB-8183 - To unsubscribe, e-mail:

[GitHub] cordova-plugin-globalization pull request: Remove annoying log

2014-12-17 Thread oNaiPs
GitHub user oNaiPs opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/32 Remove annoying log You can merge this pull request into a Git repository by running: $ git pull https://github.com/oNaiPs/cordova-plugin-globalization patch-1

[GitHub] cordova-docs pull request: 3.4.x

2014-12-17 Thread Watabe08
Github user Watabe08 commented on the pull request: https://github.com/apache/cordova-docs/pull/230#issuecomment-67442711 Victor, Thanks for your advice. I just talked with my boss and found that we already have a CLA of a sort with u guys under the name of Monaca

[GitHub] cordova-android pull request: Make JUnit tests to test pluggable w...

2014-12-17 Thread fujunwei
Github user fujunwei commented on the pull request: https://github.com/apache/cordova-android/pull/140#issuecomment-67446387 Could someone help me to review this PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

crosswalk plugin wait for release

2014-12-17 Thread Fu, Junwei
Hi, The time Cordova4.0 final release in January 2015 is approaching, but the crosswalk plugin still exist some problems need to confirm. 1. JUnit tests Because crosswalk plugin is a pluggable web view, we want reuse Cordova upstream JUnit tests to test the plugin, so I request a PR