RE: [DISCUSS] Plugins Release

2014-09-08 Thread Sergey Grebnov (Akvelon)
+1, sounds great! -Sergey -Original Message- From: purplecabbage [mailto:purplecabb...@gmail.com] Sent: Tuesday, September 9, 2014 6:29 AM To: dev@cordova.apache.org Subject: Re: [DISCUSS] Plugins Release Sounds good to me! Sent from my iPhone > On Sep 8, 2014, at 7:07 PM, Marcel Kinar

[GitHub] cordova-ios pull request: Add component.json

2014-09-08 Thread sankargorthi
GitHub user sankargorthi opened a pull request: https://github.com/apache/cordova-ios/pull/102 Add component.json - This allows cordova-ios to be compatible with `component(1)` and `duo(1)` You can merge this pull request into a Git repository by running: $ git pull https://git

[GitHub] cordova-ios pull request: Add component.json

2014-09-08 Thread sankargorthi
GitHub user sankargorthi opened a pull request: https://github.com/apache/cordova-ios/pull/101 Add component.json - This allows cordova-ios to be compatible with `component(1)` and `duo(1)` You can merge this pull request into a Git repository by running: $ git pull https://git

Re: [DISCUSS] Plugins Release

2014-09-08 Thread purplecabbage
Sounds good to me! Sent from my iPhone > On Sep 8, 2014, at 7:07 PM, Marcel Kinard wrote: > > The last plugins release was about a month ago. There have been a lot of > changes that have landed on master since then that fix bugs, especially > around file and file-transfer. And the unified Win

[DISCUSS] Plugins Release

2014-09-08 Thread Marcel Kinard
The last plugins release was about a month ago. There have been a lot of changes that have landed on master since then that fix bugs, especially around file and file-transfer. And the unified Windows platform is getting plugin fixes. How about doing a plugins release as soon as the 3.6.1 cadenc

Re: Sep 2014 Board Report

2014-09-08 Thread Marcel Kinard
Those numbers are really impressive. Thanks a lot for pulling that information together and communicating it so clearly. Looks like a vibrant community! On Sep 8, 2014, at 4:48 PM, Shazron wrote: > I've prepared the draft here: > https://github.com/cordova/apache-board-reports/blob/master/2014/

[GitHub] cordova-android pull request: custom_rules.xml breaks library refe...

2014-09-08 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/114#issuecomment-54914245 aha, that makes sense. Unfortunately, the renaming needs to happen for all sub-projects (plugins can include subprojects as well), not just for CordovaLi

Re: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-08 Thread Archana Naik
+1 for amazon-fireos verified new build and last bug(background color) seems to be fixed. Thanks marcel. Archana On Mon, Sep 8, 2014 at 12:40 PM, Marcel Kinard wrote: > Please review and vote on this 3.6.1 Cadence Release. > > (This includes fixes to cordova-lib to reference the 3.6.1 platforms

Re: What's Stopping us From Independent Platform Releases

2014-09-08 Thread Andrew Grieve
Splitting out the docs would be really tough for some things: - cross-cutting: "Platform support", "Icons & Splashscreens" - Generic in nature: "Privacy Guide", "Security Guide", etc Handling translations is also a pain the more we extract things out. Having CLI create pre-project docs is a neat

Re: Sep 2014 Board Report

2014-09-08 Thread Marcel Kinard
With my experience of the last few days walking in Steve's shoes, I don't think it is that simple. Granted, we have done a fair amount of thrashing on the voting process. But I also think the following are also at play: 1) the release process (getting the content ready for a vote) still takes a

Re: Platform cache issue with browser

2014-09-08 Thread Andrew Grieve
The npm-based download of platforms is still quite new, as is the need for platforms to have npm dependencies. Android and iOS have some checked in node_modules. I believe blackberry solved this using "bundleDependencies" when publishing to npm. On Mon, Sep 8, 2014 at 8:36 PM, Brian LeRoux wrote:

Fwd: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-08 Thread Marcel Kinard
And here is the draft blog post: https://github.com/cordova/apache-blog-posts/blob/master/2014-09-08-cordova-361.md Please add highlights for your platform. Thanks! Begin forwarded message: > From: Marcel Kinard > Subject: [Vote] 3.6.1 Cadence Release 3rd attempt > Date: September 8, 2014 at 3

Re: Andrew on Vacation

2014-09-08 Thread Brian LeRoux
WELL SIR next time you vacation in Vancouver we demand you eat sushi and drink beer with us. On Mon, Sep 8, 2014 at 5:29 PM, Andrew Grieve wrote: > Just spent 2 days in Vancouver, and Cordova St was en route to the > aquarium :) > > On Mon, Sep 8, 2014 at 4:40 PM, Joe Bowser wrote: > > Why did

Re: Platform cache issue with browser

2014-09-08 Thread Brian LeRoux
would be worth us exploring using npm to manage deps (like, vanilla npm) this is precisely the issue w/ maintaining this unnecessary logic ourselves On Mon, Sep 8, 2014 at 5:26 PM, Suraj Pindoria < suraj.pindo...@yahoo.com.invalid> wrote: > Hey, > > I am having an issue when trying to add the br

Re: Andrew on Vacation

2014-09-08 Thread Andrew Grieve
Just spent 2 days in Vancouver, and Cordova St was en route to the aquarium :) On Mon, Sep 8, 2014 at 4:40 PM, Joe Bowser wrote: > Why did you go to Strathcona? > > On Mon, Sep 8, 2014 at 12:29 PM, Andrew Grieve wrote: > >> Aaaand, I'm back! >> >> Here's the highlight from my trip :) >> http

Platform cache issue with browser

2014-09-08 Thread Suraj Pindoria
Hey, I am having an issue when trying to add the browser as a platform. It is downloading the browser module from the npm registry and saving into "~/.cordova/lib/npm_cache/" but it is installing the node_modules folder into a different folder than my source code. The source code is in "~/.c

[GitHub] cordova-plugin-geolocation pull request: [CB-7158] fix geolocation...

2014-09-08 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/21#issuecomment-54906754 Patched, thanks! Please close this PR. https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-geolocation.git;h=4102a33 --- If your project is

[GitHub] cordova-plugin-geolocation pull request: Adds new key to *-Info.pl...

2014-09-08 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/22#issuecomment-54906597 Hi, this is incorrect. It will create two keys (try it), one with "/*" as the key name, and one with the actual key. The correct usage is here

[GitHub] cordova-plugin-device pull request: Added basic Android support fo...

2014-09-08 Thread gdumitrescu
GitHub user gdumitrescu opened a pull request: https://github.com/apache/cordova-plugin-device/pull/23 Added basic Android support for hardware serial number Added basic support for hardware serial number for Android platform You can merge this pull request into a Git repository by

[GitHub] cordova-plugin-geolocation pull request: [CB-7158] fix geolocation...

2014-09-08 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-geolocation/pull/21#issuecomment-54903964 @weili-feedhenry thanks for the patch! Just confirming that this is you on the list for ppl that have submitted an iCLA: http://people.apache.org/comm

Re: Sep 2014 Board Report

2014-09-08 Thread Brian LeRoux
Not to diss on anyone's efforts / our slowdown is b/c we're spending weeks, sometimes months, trying to get the Vote thing right instead of just defaulting to shipping. Ideally we fix that and get back to modern software development. On Mon, Sep 8, 2014 at 2:14 PM, Brian LeRoux wrote: > pretty n

Re: Sep 2014 Board Report

2014-09-08 Thread Brian LeRoux
pretty normal. we were way faster last year. On Mon, Sep 8, 2014 at 2:04 PM, Michal Mocny wrote: > When was the last board report? Thats a staggering amount of activity. Is > it just that the range covered is large, or is that usual? > > On Mon, Sep 8, 2014 at 4:48 PM, Shazron wrote: > > > I'

Re: Sep 2014 Board Report

2014-09-08 Thread Michal Mocny
Thanks Shaz. Thats fantastic. On Mon, Sep 8, 2014 at 5:07 PM, Shazron wrote: > Last one was 18 June 2014. Schedule and how the stats are calculated > https://github.com/cordova/apache-board-reports/blob/master/README.md > > > On Mon, Sep 8, 2014 at 2:04 PM, Michal Mocny wrote: > > > When was t

Re: Sep 2014 Board Report

2014-09-08 Thread Shazron
Last one was 18 June 2014. Schedule and how the stats are calculated https://github.com/cordova/apache-board-reports/blob/master/README.md On Mon, Sep 8, 2014 at 2:04 PM, Michal Mocny wrote: > When was the last board report? Thats a staggering amount of activity. Is > it just that the range c

Re: Sep 2014 Board Report

2014-09-08 Thread Michal Mocny
When was the last board report? Thats a staggering amount of activity. Is it just that the range covered is large, or is that usual? On Mon, Sep 8, 2014 at 4:48 PM, Shazron wrote: > I've prepared the draft here: > https://github.com/cordova/apache-board-reports/blob/master/2014/2014-09.md > >

Sep 2014 Board Report

2014-09-08 Thread Shazron
I've prepared the draft here: https://github.com/cordova/apache-board-reports/blob/master/2014/2014-09.md Let me know your comments, if any. This is due the next day or so. 3.6.x is left out since the vote closing date would have been after the reporting deadline. (ignore formatting issues, it's

Re: Andrew on Vacation

2014-09-08 Thread Joe Bowser
Why did you go to Strathcona? On Mon, Sep 8, 2014 at 12:29 PM, Andrew Grieve wrote: > Aaaand, I'm back! > > Here's the highlight from my trip :) > https://plus.google.com/117659366035020803272/posts/EqC8xgy72L8 > > On Fri, Aug 22, 2014 at 1:42 PM, Brian LeRoux wrote: > > me too! enjoy > > >

[Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-08 Thread Marcel Kinard
Please review and vote on this 3.6.1 Cadence Release. (This includes fixes to cordova-lib to reference the 3.6.1 platforms.) Release issue: https://issues.apache.org/jira/browse/CB-7383 Repos ready to be released have been published to dist/dev: https://dist.apache.org/repos/dist/dev/cordova/CB-

Re: Andrew on Vacation

2014-09-08 Thread Andrew Grieve
Aaaand, I'm back! Here's the highlight from my trip :) https://plus.google.com/117659366035020803272/posts/EqC8xgy72L8 On Fri, Aug 22, 2014 at 1:42 PM, Brian LeRoux wrote: > me too! enjoy > > (guessing you're not going to burning man?) > > > On Fri, Aug 22, 2014 at 9:40 AM, Kerri Shotts wro

Re: Reopen iOS bug CB-3071

2014-09-08 Thread Andrew Grieve
Thanks - I've re-opened the bug. On Fri, Sep 5, 2014 at 12:04 AM, Li, Jonathan wrote: > Hi, > > Due to bug https://issues.apache.org/jira/browse/CB-3071, the cached response > gets invalidated after each time restarting the iOS cordova app, the > suggested workaround is to use the open source S

[GitHub] cordova-lib pull request: Add support for plugin symbolic links

2014-09-08 Thread mbektchiev
Github user mbektchiev commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/78#discussion_r17245409 --- Diff: cordova-lib/src/plugman/uninstall.js --- @@ -104,7 +104,12 @@ module.exports.uninstallPlugin = function(id, plugins_dir, options) {

[GitHub] cordova-lib pull request: CB-7496 Fix --link option for plugman in...

2014-09-08 Thread mbektchiev
GitHub user mbektchiev opened a pull request: https://github.com/apache/cordova-lib/pull/85 CB-7496 Fix --link option for plugman install There is support for a --link option for the install command which instead of copying the plugin should make a symbolic link to its original loca

[GitHub] cordova-lib pull request: Add support for plugin symbolic links

2014-09-08 Thread mbektchiev
Github user mbektchiev commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/78#discussion_r17243247 --- Diff: cordova-lib/src/plugman/uninstall.js --- @@ -104,7 +104,12 @@ module.exports.uninstallPlugin = function(id, plugins_dir, options) {

[GitHub] cordova-windows pull request: CB-7493 Adds 'space-in-path' and 'un...

2014-09-08 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-windows/pull/43#issuecomment-54829957 Already fixed in https://github.com/apache/cordova-windows/pull/44 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-windows pull request: CB-7494 Fixes wrong replacements in ...

2014-09-08 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-windows/pull/44 CB-7494 Fixes wrong replacements in *.appxmanifest files Fix for https://issues.apache.org/jira/browse/CB-7494 Fixes cordova/build script failure when project's name contain

[GitHub] cordova-docs pull request: CB-7495 Docs. Add guide to embed Cordov...

2014-09-08 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-docs/pull/231 CB-7495 Docs. Add guide to embed CordovaView on WP8 https://issues.apache.org/jira/browse/CB-7495 Also updated links to Windows and Windows Phone 8 plugins development guides (to be

[GitHub] cordova-windows pull request: CB-7493 Adds 'space-in-path' and 'un...

2014-09-08 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-windows/pull/43#issuecomment-54827614 The test fails due to issue https://issues.apache.org/jira/browse/CB-7494. Will be fixed soon. --- If your project is set up for it, you can reply to th

[GitHub] cordova-wp8 pull request: CB-7493 Adds 'space-in-path' and 'unicod...

2014-09-08 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-wp8/pull/57 CB-7493 Adds 'space-in-path' and 'unicode in name' tests for CI Fix for https://issues.apache.org/jira/browse/CB-7493 You can merge this pull request into a Git repository by running:

[GitHub] cordova-windows pull request: CB-7493 Adds 'space-in-path' and 'un...

2014-09-08 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-windows/pull/43 CB-7493 Adds 'space-in-path' and 'unicode in name' tests for CI Fix for https://issues.apache.org/jira/browse/CB-7493 You can merge this pull request into a Git repository by runnin

Manual edit of Android platform class file.

2014-09-08 Thread sandeep bonkra
HI, I am using Apache Cordova to develop a mobile app. While I am developing this, I come across one issue. While restricting the orientation, I need to update Activity java Class file in Android platform. I do not want to edit anything in the platform as I am building using cordova only and do n

Re: [Vote] 3.6.0 Cadence Release 2nd attempt

2014-09-08 Thread Marcel Kinard
Argh, I discovered that cordova-lib/cordova-lib/src/cordova/platforms.js hadn't been updated to 3.6.1. I'll update the coho docs, update platforms.js, generate a new archive, and start a new vote thread with the updated tag/hash. And there is a typo in this subject line :-/ This vote thread is

[GitHub] cordova-lib pull request: Add support for plugin symbolic links

2014-09-08 Thread smistry-toushay
Github user smistry-toushay commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/78#discussion_r17233889 --- Diff: cordova-lib/src/plugman/uninstall.js --- @@ -104,7 +104,12 @@ module.exports.uninstallPlugin = function(id, plugins_dir, options) {

[GitHub] cordova-lib pull request: Add support for plugin symbolic links

2014-09-08 Thread mbektchiev
Github user mbektchiev commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/78#discussion_r17232882 --- Diff: cordova-lib/src/plugman/uninstall.js --- @@ -104,7 +104,12 @@ module.exports.uninstallPlugin = function(id, plugins_dir, options) {

RE: windows universal problems 3.6

2014-09-08 Thread Vladimir Kotikov (Akvelon)
Staci, about issues you've found: 1. Device plugin: https://issues.apache.org/jira/browse/CB-7262, PR https://github.com/apache/cordova-plugin-device/pull/19 - already merged into master 2. Media plugin and capability element: I can reproduce this issue only if I create an mobilespec app and th