[GitHub] cordova-plugin-globalization pull request: CB-7972 Add cordova-plu...

2014-11-25 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-plugin-globalization/pull/31#issuecomment-64323530 I'm fully agree that having a JS version would be much better, but those API are available in C# only unfortunately so we have to use winmd bridge.

[GitHub] cordova-plugin-test-framework pull request: CB-8070 MedicReporter ...

2014-11-25 Thread MariaBukharina
GitHub user MariaBukharina opened a pull request: https://github.com/apache/cordova-plugin-test-framework/pull/7 CB-8070 MedicReporter incompatible with medic couch db structure. https://issues.apache.org/jira/browse/CB-8070 You can merge this pull request into a Git repository by

Re: [Discuss] Plugins release

2014-11-25 Thread Ian Clelland
+1, I heartily support this. I'll take a look at the PRs and call out any that I think need extra consideration. (We here in Canada can spend some time on Thursday and Friday merging some of them in :) ) On Mon Nov 24 2014 at 5:28:51 PM Steven Gill stevengil...@gmail.com wrote: I want to do a

Re: Introduction

2014-11-25 Thread Ian Clelland
Welcome, Daniel! That's a really interesting project -- I'm looking forward to trying that out. How much work (if any) has gone in to the OSX or Linux components? Do you see this eventually becoming a first-class Cordova platform, or do you have different plans for it? Ian On Tue Nov 25 2014

AW: Introduction

2014-11-25 Thread Toplak Daniel
Hi, at the moment the only work was done on the windows component, but the amount should be less for OSX and Linux to get the core running. Chromium Embedded Framework is also available on OSX and Linux. And the core (JS-Bridge, Plugin Management, Preferences) are nearly platform independent.

Re: Firefox OS problem

2014-11-25 Thread Ian Clelland
What was the actual problem, John? (I'm worried that I may be a similar sort of user; I'm seeing almost exactly the same result trying to add the browser platform, even with the latest tools) On Mon Nov 24 2014 at 5:13:03 PM Michal Mocny mmo...@chromium.org wrote: [[Stupid User] Problem] or

[GitHub] cordova-lib pull request: CB-7736 Update dependencies to promote q...

2014-11-25 Thread kant2002
Github user kant2002 commented on the pull request: https://github.com/apache/cordova-lib/pull/113#issuecomment-64405011 I verify code in the repository, and looks like current codebase has updated dependencies. Thus this issue should be closed as fixed. --- If your project is set

[GitHub] cordova-windows pull request: Fixed regex used in getPackageFileIn...

2014-11-25 Thread mdudek
GitHub user mdudek opened a pull request: https://github.com/apache/cordova-windows/pull/52 Fixed regex used in getPackageFileInfo(). Match failed for version that contains more than one digit in any part (e.g. 1.1.1.99). You can merge this pull request into a Git repository by

[GitHub] cordova-lib pull request: CB-7736 Update dependencies to promote q...

2014-11-25 Thread kant2002
Github user kant2002 commented on the pull request: https://github.com/apache/cordova-lib/pull/113#issuecomment-64407129 Sorry for spamming, but everything except npm v 1.3.4 is up to date. I have to bump it to 1.4.27, which is lowest version of NPM which does not have qs

[GitHub] cordova-medic pull request: CB-8072 Adding tests for target key

2014-11-25 Thread MariaBukharina
GitHub user MariaBukharina opened a pull request: https://github.com/apache/cordova-medic/pull/21 CB-8072 Adding tests for target key https://issues.apache.org/jira/browse/CB-8072 You can merge this pull request into a Git repository by running: $ git pull

RE: [Discuss] Plugins release

2014-11-25 Thread Sergey Grebnov (Akvelon)
+1, fully support as well. If someone has a chance to take a look on the following PRs I will appreciate this! Thx https://github.com/apache/cordova-plugin-vibration/pull/25 https://github.com/apache/cordova-plugin-battery-status/pull/19

Re: Introduction

2014-11-25 Thread Brian LeRoux
wow really nice stuff Daniel. xplatform desktop plugins to an embedded chome browser is hella cool! [1] let us know how we can help you (first glance appears we could help by impl 'platform scripts' [2] which puts the project on the path to the cli and being an 'official' platform) [1]

AW: Introduction

2014-11-25 Thread Toplak Daniel
Thanks. I think the following steps will be useful: 1. Get a running prototype of OSX and Linux 2. Check the current core code for core features and add/fix missing features (f.e whitelist is missing, preferences via config.xml is implemented in an old way) 3. Add the CLI scripts. The 3rd step

[GitHub] cordova-plugin-vibration pull request: CB-7970 Add cordova-plugin-...

2014-11-25 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-vibration/pull/25#issuecomment-64450100 There are a few issues here. Strictly saying support is added for Windows Phone 8.1 will confuse users who probably don't know the major

Re: [Discuss] Plugins release

2014-11-25 Thread Jesse
+1 to getting the updates out. Sergey, I would like to hold off on those plugins until I can do a windows-universal refactor to get rid of all the extra csproj's that are being added. @purplecabbage risingj.com On Tue, Nov 25, 2014 at 7:43 AM, Sergey Grebnov (Akvelon) v-seg...@microsoft.com

Re: [All Platforms][CordovaJS] NO_RESULT handling

2014-11-25 Thread Andrew Grieve
My guess as to why NO_RESULT exists, is because on Android, plugin functions used to *have* to return a PluginResult. The only way to not have this reach JS was to set it to NO_RESULT. I don't actually see a use-case to ever send a NO_RESULT now... But, I think your pseudocode seems correct in

Re: Starting to work on cordova again - reintroduction

2014-11-25 Thread Wargo, John
There's also a bug I logged where unpublish doesn't work. John M. Wargo On Nov 19, 2014, at 8:19 PM, Ally Ogilvie aogil...@wizcorp.jp wrote: Hey Josh, Welcome back. Gotta say I've been using Ionic recently and I think it's awesome! (Did you work on Ionic CLI wrap around Cordova?)

[GitHub] cordova-plugin-vibration pull request: CB-7970 Add cordova-plugin-...

2014-11-25 Thread daserge
Github user daserge commented on the pull request: https://github.com/apache/cordova-plugin-vibration/pull/25#issuecomment-64471333 Hello Jesse, Thanks for the review, I will update the docs. By restructuring do you mean [using csproj instead of

Re: [GitHub] cordova-plugin-vibration pull request: CB-7970 Add cordova-plugin-...

2014-11-25 Thread Jesse
What I meant is, just being able to add a single .js and .cs file instead of the overhead of dependent projects. You'll have to wait for the proof of concept though. @purplecabbage risingj.com On Tue, Nov 25, 2014 at 1:10 PM, daserge g...@git.apache.org wrote: Github user daserge commented on

[GitHub] cordova-plugin-media pull request: iOS play audio in background

2014-11-25 Thread fidoboy
Github user fidoboy commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-64478390 Any updates on this issue? --- 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

introduction

2014-11-25 Thread Lucas Gonze
Hi, I'm Lucas Gonze (http://gonze.com, https://github.com/lucasgonze). I have a bit of free time and want to make a contribution, so I'm poking around in Jira for useful projects that are within my abilities. The first thing I have done is a trivial bug, CB-8021. To fix that I added a line of

Re: introduction

2014-11-25 Thread Josh Soref
Lucas wrote: I have made the edit, and done git add and git commit. I haven't yet figured out how to push. If anybody can point me to documentation on the protocol for new committers to push, I'd be grateful. Welcome. Before you just jump to the answer, can you review your browser history

Re: introduction

2014-11-25 Thread Lucas Gonze
Hi Josh, Thanks for the quick reply. My path was via http://wiki.apache.org/cordova/ContributorWorkflow. I read that and hit all the links except for the one labeled Work on an issue”, which leads to http://wiki.apache.org/cordova/IssueWorkflow, which has the information I needed.  I didn’t

Re: introduction

2014-11-25 Thread Lucas Gonze
Thanks, Jesse! That's super nice. In my copious spare time I play music. On Tue, Nov 25, 2014 at 2:54 PM, Jesse purplecabb...@gmail.com wrote: Welcome Lucas! Your Deep River Blues is great! @purplecabbage risingj.com On Tue, Nov 25, 2014 at 2:45 PM, Josh Soref jso...@blackberry.com

[GitHub] cordova-lib pull request: Added identifier checking for app id, se...

2014-11-25 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-lib/pull/123 Added identifier checking for app id, searches for java+C# reserved word... ...s You can merge this pull request into a Git repository by running: $ git pull

Re: introduction

2014-11-25 Thread Michal Mocny
Great introduction, thanks for contributing. -Michal On Tue, Nov 25, 2014 at 6:00 PM, Lucas Gonze lu...@gonze.com wrote: Thanks, Jesse! That's super nice. In my copious spare time I play music. On Tue, Nov 25, 2014 at 2:54 PM, Jesse purplecabb...@gmail.com wrote: Welcome Lucas! Your

Re: introduction

2014-11-25 Thread Josh Soref
Lucas wrote: My path was via http://wiki.apache.org/cordova/ContributorWorkflow. I read that and hit all the links except for the one labeled Work on an issue”, which leads to http://wiki.apache.org/cordova/IssueWorkflow, which has the information I needed. Ouch. I didn’t hit that “Work…” link

[GitHub] cordova-plugin-dialogs pull request: [CB-7737] lower min height fo...

2014-11-25 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/44 [CB-7737] lower min height for alert You can merge this pull request into a Git repository by running: $ git pull https://github.com/purplecabbage/cordova-plugin-dialogs

[GitHub] cordova-plugin-file-transfer pull request: Fixes #CB-8021 - adds d...

2014-11-25 Thread lucasgonze
GitHub user lucasgonze opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/50 Fixes #CB-8021 - adds documentation for httpMethod to doc/index.md. Howe... ...ver, translations still need to be addressed. You can merge this pull request into a Git

Re: introduction

2014-11-25 Thread Lucas Gonze
I attempted to clear my memory and revisited the page. From that POV the link title worked for me. Following the instructions at IssueWorkflow for submitting a patch, I forked https://github.com/apache/cordova-plugin-file-transfer , made the edit, and submitted a pull request. Per those

Re: introduction

2014-11-25 Thread Josh Soref
Lucas wrote: The instructions at IssueWorkflow say I should fork dev, not master, but the dev branch of that plugin says that it is obsolete and master should be used instead. Oops, removed. Thanks Translations are covered in: https://wiki.apache.org/cordova/CordovaTranslations Let us know

Re: Firefox OS problem

2014-11-25 Thread Wargo, John
Nodejs.org password. I hate autocorrect, John M. Wargo On Nov 25, 2014, at 8:43 PM, Wargo, John john.wa...@sap.com wrote: I was just being stupid, I'd changed my nodes.org password and forgot that I did. I wasn't expecting cordova platform add to use my credentials, but it was. As soon

[GitHub] cordova-android pull request: CB-8079 use application package name...

2014-11-25 Thread cnsdato
GitHub user cnsdato opened a pull request: https://github.com/apache/cordova-android/pull/135 CB-8079 use application package name instead of activity package name, b... CB-8079 use application package name instead of activity package name, because the application package name