[GitHub] cordova-plugman pull request: Add platform support for tizen

2014-03-27 Thread gabrielschulhof
Github user gabrielschulhof commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/67#discussion_r11013640 --- Diff: package.json --- @@ -34,6 +34,7 @@ "request": "2.22.0" }, "devDependencies": { +"temp": "0.6.x", -

[GitHub] cordova-plugin-file-transfer pull request: Remove updateBytesRead ...

2014-03-27 Thread superwoou
Github user superwoou closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/9 --- 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

[GitHub] cordova-plugin-dialogs pull request: (Android) Applied theme to di...

2014-03-27 Thread csrakowski
GitHub user csrakowski opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/18 (Android) Applied theme to dialog builder calls When you don't specify a theme the platform defaults back to gingerbread styling. By applying the device default theme it will chang

[GitHub] cordova-plugin-file pull request: fixed setMetadata() to use the f...

2014-03-27 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/33#issuecomment-38797238 See [CB-6351](https://issues.apache.org/jira/browse/CB-6351) as well -- this was also reported on JIRA while still on the dev branch. --- If your project is

[GitHub] cordova-plugman pull request: Add platform support for tizen

2014-03-27 Thread imhotep
Github user imhotep commented on the pull request: https://github.com/apache/cordova-plugman/pull/67#issuecomment-38799304 @gabrielschulhof your PR is merged. However your tests don't reflect your latest additions. source-file, etcneed to be tested. When you get a chance please up

[GitHub] cordova-plugman pull request: Add platform support for tizen

2014-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugman/pull/67 --- 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 feature

[GitHub] cordova-cli pull request: CB-6331 Fixed (potentially confusing) ty...

2014-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/147 --- 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 feature is

Re: [DISCUSS] Serial API

2014-03-27 Thread Marcel Kinard
On Mar 20, 2014, at 7:54 PM, Brian LeRoux wrote: > http://whatwg.github.io/serial/ This would seem to be quite a way down the priority list, compared to other standards. https://code.google.com/p/android-serialport-api/wiki/android_to_rs232_guideline Perhaps what we could do is first have an

[GitHub] cordova-plugin-file-transfer pull request: Update CDVFileTransfer....

2014-03-27 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/24#issuecomment-38811807 I've incorporated your code into my local repository, but it looks like FileTransfer.abort() is no longer working correctly. There are three mobile

[GitHub] cordova-docs pull request: fix semantic for title and 3 first sect...

2014-03-27 Thread ldeluca
Github user ldeluca commented on the pull request: https://github.com/apache/cordova-docs/pull/196#issuecomment-38813865 @sahch this is not the way we handle updates to the translated documentation. Please make the changes directly in our crowdin project for the specific language. h

[GitHub] cordova-blackberry pull request: CB-6346 - Add node_modules to sou...

2014-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/152 --- 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 fea

Re: [DISCUSS] Serial API

2014-03-27 Thread David Kemp
I have been looking at a serial plugin for a personal project. In my case I am looking at a chrome apicompatible version, which is specifically for chatting with an Arduino using USB. The Arduino incorporates the the FTDI or prolific usb-serial interface, s

[GitHub] cordova-plugin-file-transfer pull request: Update CDVFileTransfer....

2014-03-27 Thread torrmal
Github user torrmal commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/24#issuecomment-38818105 Hi Ian, My apologies, I a very sorry about this. how do I run the tests? I think I found where the error is, when aboirt is cal

[GitHub] cordova-plugin-file-transfer pull request: Update CDVFileTransfer....

2014-03-27 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/24#issuecomment-38819465 We run all of the automated tests from the [Mobile Spec application](https://github.com/apache/cordova-mobile-spec/) -- it's a Cordova app that exe

[GitHub] cordova-plugin-file-transfer pull request: Update CDVFileTransfer....

2014-03-27 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/24#issuecomment-38820556 That last patch looks like it did the trick -- there is still one test failing (filetransfer.spec.9), but it appears to have been failing for a whil

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-27 Thread Axel Nennker
any comments on this method/implementation? Wishes for an alternative implementation? I know that not all like the "guessing" part... Axel maybe this is liked by more of you?: config.xml // iconpath=some/path and iconname=icon.png would lead to this pseudocode implementation on Android: for

Re: [DISCUSS] Serial API

2014-03-27 Thread Brian LeRoux
Marcel: agree we need to audit the plugins vs current standards. Priority tends to sort itself out in the wash here as we see w/ David's comment. I'm finding the convergence of robotics and the web pretty interesting these days so I like the idea of giving the serial plugin love and would totally s

[GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-27 Thread cmarcelk
Github user cmarcelk commented on the pull request: https://github.com/apache/cordova-cli/pull/126#issuecomment-38831161 In a broad sense this looks reasonable. In the config.xml, why is there width and height attributes when using cdv:platform="android" and cdv:density="mdpi"

Re: Get your test results here! Medic/CI viewing available

2014-03-27 Thread David Kemp
Hi folks, We thought this was fixed, but we continue to have trouble with the automated iOS deployment. It works fine for a while and then starts failing to run the app. It always deploys the app, just often fails to then start it and run the test. As a result, the iOS tests are often incorrectly i

[GitHub] cordova-plugin-file-transfer pull request: Update CDVFileTransfer....

2014-03-27 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/24#issuecomment-38834100 I've squashed the two commits together, and merged that into the dev branch now -- feel free to close this pull request if GitHub doesn't do it aut

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-27 Thread Axel Nennker
This pull request intentionally does not extend the w3c widget standard. There is no cdv:platform nor gap:platform nor any XML namespace used. Am 27.03.2014 18:01 schrieb "cmarcelk" : > Github user cmarcelk commented on the pull request: > > https://github.com/apache/cordova-cli/pull/126#issu

[GitHub] cordova-cli pull request: Fix errors from CB-6337 CB-6338

2014-03-27 Thread stevengill
Github user stevengill commented on the pull request: https://github.com/apache/cordova-cli/pull/150#issuecomment-38840114 Hey Josh, I will merge this in --- 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 pr

[GitHub] cordova-cli pull request: CB-5082 [CLI] BB10 add support in doPlat...

2014-03-27 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-cli/pull/152#issuecomment-38841084 Fixed: - No more tabs. - Brand misspelled - Included new line at the end. The cordova info command is used to get information from the dev envi

[GitHub] cordova-plugman pull request: Add platform support for tizen

2014-03-27 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-plugman/pull/67#discussion_r11038519 --- Diff: package.json --- @@ -34,6 +34,7 @@ "request": "2.22.0" }, "devDependencies": { +"temp": "0.6.x", --- End di

RE: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-27 Thread Sergey Grebnov (Akvelon)
Hi, I'm working on icons support for Windows 8 + WP8 [1] based Axel's branch. On Windows icons sizes have recommended/predefined sizes so approach where we have width and height as part of and which is used to determinate what image must be replaced looks reasonable and easy to use. As for sp

RE: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-27 Thread Axel Nennker
The icon in config.xml without width is used to specify a path in the predefined folder case where the folders are at . Am 27.03.2014 19:55 schrieb "Sergey Grebnov (Akvelon)" < v-seg...@microsoft.com>: > Hi, > > I'm working on icons support for Windows 8 + WP8 [1] based Axel's branch. > On Windows

RE: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-27 Thread Sergey Grebnov (Akvelon)
Got it, thx! -Original Message- From: Axel Nennker [mailto:ignisvul...@gmail.com] Sent: Thursday, March 27, 2014 10:59 PM To: dev Subject: RE: [GitHub] cordova-cli pull request: CB-2606 add icon support The icon in config.xml without width is used to specify a path in the predefined fol

Re: [DISCUSS] Release 3.5.0

2014-03-27 Thread Shazron
Should we start this now? On iOS it's painful for regular devs who need to keep patching things. We should get it out at least before ApacheCon I hope. On Mon, Mar 17, 2014 at 7:32 PM, Andrew Grieve wrote: > That's all it does right now, but I always figured we could use it to patch > other thi

Re: [DISCUSS] Release 3.5.0

2014-03-27 Thread Andrew Grieve
I don't think I'll have time before ApacheCon to help with this. Would be happy if it happened, but can't contribute myself. Things should clear up for me post ApacheCon though, and I'll start getting back at things. On Thu, Mar 27, 2014 at 12:25 PM, Shazron wrote: > Should we start this now? O

Re: [DISCUSS] Release 3.5.0

2014-03-27 Thread Joe Bowser
Since we haven't decided on whether to break out platforms, we should probably attempt to continue with the release cadence. How urgent is the iOS update? Could it be a 3.4.x release on its own? On Thu, Mar 27, 2014 at 12:30 PM, Andrew Grieve wrote: > I don't think I'll have time before ApacheCo

Re: [DISCUSS] Release 3.5.0

2014-03-27 Thread Shazron
I suppose we could do a 3.4.1 just for iOS, plus update Cordova CLI. That's looking more likely. On Thu, Mar 27, 2014 at 1:20 PM, Steven Gill wrote: > I also don't feel confident in being able to do this before Apachecon. > > Would it be possible to do just an iOS release and update the cordova

Re: [DISCUSS] Release 3.5.0

2014-03-27 Thread Steven Gill
I also don't feel confident in being able to do this before Apachecon. Would it be possible to do just an iOS release and update the cordova CLI to use the newer iOS version? On Thu, Mar 27, 2014 at 1:08 PM, Joe Bowser wrote: > Since we haven't decided on whether to break out platforms, we sh

Re: [DISCUSS] Release 3.5.0

2014-03-27 Thread Shazron
Urgent as in -- ppl using Xcode 5.1 can't compile without mucking about a lot in project settings, and I mean a lot of settings. And even then they might not get it right. But the more urgent issue is, on 64-bit platforms, the current iOS code will crash because of the requirement of explicit casti

[GitHub] cordova-plugin-file-transfer pull request: Update CDVFileTransfer....

2014-03-27 Thread torrmal
Github user torrmal commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/24#issuecomment-38857287 Thank you! --- 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

[GitHub] cordova-cli pull request: CB-6357 platform check - install each pl...

2014-03-27 Thread stevengill
Github user stevengill commented on the pull request: https://github.com/apache/cordova-cli/pull/153#issuecomment-38866049 I've merged this in. Hopefully this gets closed in a few minutes by asf script --- If your project is set up for it, you can reply to this email and have your re

[GitHub] cordova-cli pull request: Fix errors from CB-6337 CB-6338

2014-03-27 Thread stevengill
Github user stevengill commented on the pull request: https://github.com/apache/cordova-cli/pull/150#issuecomment-38865992 Merged in. I believe this will automatically get closed soon --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] cordova-cli pull request: Fix errors from CB-6337 CB-6338

2014-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/150 --- 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 feature is

[GitHub] cordova-cli pull request: CB-6357 platform check - install each pl...

2014-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-cli/pull/153 --- 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 feature is

Re: Many CLI tests failing

2014-03-27 Thread Steven Gill
All tests seem to be passing now. Medic is showing plugman tests failing after the tizen commits, but they are passing fine for me. On Wed, Mar 26, 2014 at 10:05 AM, Andrew Grieve wrote: > On Wed, Mar 26, 2014 at 9:05 AM, Josh Soref wrote: > > > https://github.com/blackberry/cordova-cli/tree/c

Re: ios-deploy issues

2014-03-27 Thread Shazron
ios-deploy 1.0.6 published to npm. https://github.com/phonegap/ios-deploy/releases/tag/1.0.6 Added non-interactive, port flags. Removed python wrapper. - Two flags added: (-p/--port) flag (port used for device debugging, default is 12345) (-I/--noninteractive) flag (start in non interactive mode

Re: Following platform guide for ubuntu 13.10 fails build

2014-03-27 Thread Steven Gill
Pinging Maxim On Fri, Mar 21, 2014 at 12:05 PM, Matthew Lenz wrote: > $ cordova build ubuntu > Generating config.xml from defaults for platform "ubuntu" > Compiling app on platform "ubuntu" via command > "/home/mlenz/project1/platforms/ubuntu/cordova/build" > Error: An error occurred while build

Re: [DISCUSS] Release 3.5.0

2014-03-27 Thread Steven Gill
Okay, I just chatted with Shaz. Since this is urgent, this is what we are thinking. * Shaz tags iOS 3.5.0 (Monday) * CLI cadence version will stay 3.4.0 but semver version will have a major bump. I know we have talked about removing the cadence version, but I'd like to give more notice to other to

Re: Releasing Platforms Independently

2014-03-27 Thread Steven Gill
I can look into doing this post apachecon. On Mon, Mar 17, 2014 at 8:49 PM, Andrew Grieve wrote: > Awesome to hear enthusiasm here! :) > > So... any volunteers to > a) Make a proposal to *how* to change the docs, and > b) Code up docs changes? > > > On Mon, Mar 17, 2014 at 11:38 PM, Michal Mocn

Re: Consolidating the Distribution of Platforms & Plugins

2014-03-27 Thread Steven Gill
Interesting points about plugins. IMO It would be a good amount of work to move plugins over to npm. Definitely worth it for us to continue discussing the feasibility of it. As for platforms, most people seem to be in agreement about moving them over to npm and setting them as dependencies for the

Re: Consolidating the Distribution of Platforms & Plugins

2014-03-27 Thread Brian LeRoux
+1 On Thu, Mar 27, 2014 at 7:36 PM, Steven Gill wrote: > Interesting points about plugins. IMO It would be a good amount of work to > move plugins over to npm. Definitely worth it for us to continue discussing > the feasibility of it. > > As for platforms, most people seem to be in agreement ab

Re: [DISCUSS] Release 3.5.0

2014-03-27 Thread Michal Mocny
Before I even try to grok the other questions, why can't we just tag iOS as 3.4.1? On Thu, Mar 27, 2014 at 8:23 PM, Steven Gill wrote: > Okay, I just chatted with Shaz. > > Since this is urgent, this is what we are thinking. > * Shaz tags iOS 3.5.0 (Monday) > * CLI cadence version will stay 3.4

Re: [DISCUSS] Release 3.5.0

2014-03-27 Thread Marcel Kinard
It feels like trying to tag only iOS as 3.5.0 before the other platforms is going to create a mess when it comes time to release the other platforms, especially if there are subsequent changes to cordova-js and/or cordova-ios. I don't like moving tags. So +1 to Michal's question. On Mar 27, 201

[GitHub] cordova-mobile-spec pull request: CB-6369:Update the descriptions ...

2014-03-27 Thread lmnbeyond
GitHub user lmnbeyond opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/53 CB-6369:Update the descriptions of expected results for InAppBrowser ope... ...nWithScript tests. You can merge this pull request into a Git repository by running: $ git pull http

RE: [DISCUSS] Serial API

2014-03-27 Thread Sergey Grebnov (Akvelon)
+ 1 for supporting Serial Api, I will help with Windows platforms (already have core functionality implemented[1]). I've created a JS wrapper [2] around Lego EV3 Bluetooth transport protocol for Apache Cordova and we will host NASA Space App Challenge competition[3] here in Russia where stud