[GitHub] cordova-medic pull request: [INFRA-8588] Improving Medic config ro...

2015-02-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/31 --- 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-medic pull request: CB-8452 Set apk path for gradle build

2015-02-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/30 --- 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-medic pull request: [INFRA-8588] Improving Medic config ro...

2015-02-18 Thread dmitriy-barkalov
Github user dmitriy-barkalov commented on the pull request: https://github.com/apache/cordova-medic/pull/31#issuecomment-74846070 LGTM --- 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

[GitHub] cordova-android pull request: current code requires android api le...

2015-02-18 Thread pellekrogholt
GitHub user pellekrogholt opened a pull request: https://github.com/apache/cordova-android/pull/156 current code requires android api level 21 using 19 raised: ... [javac] public boolean onShowFileChooser(WebView webView, final ValueCallbackUri[]

prepare --browserify fails to find referenced modules

2015-02-18 Thread Christian G. Warden
When using the --browserify option to `cordova prepare`, I'm running into a problem with a plugin that refers requires other javascript modules defined in a plugin, either within the same plugin or another one. Here's an example: $ cordova create CordovaBrowserifyTest $ cd CordovaBrowserifyTest $

RE: Adding unit tests to travis for Android/iOS

2015-02-18 Thread Murat Sutunc
Looks like some code in Android was checked-in without running jshint :) Please, please, please run tests locally (in case you have to checkin really fast) or just make a PR and let travis do the job. Once master is failing, all the PRs made against master fail too and it makes CR really hard.

[GitHub] cordova-android pull request: fix jshint errors

2015-02-18 Thread muratsu
GitHub user muratsu opened a pull request: https://github.com/apache/cordova-android/pull/157 fix jshint errors Looks like previous change (https://github.com/apache/cordova-android/commit/db18e1480ee26f47c6cbb6763627d60b735c0167) had some jshint issues.. You can merge this

[GitHub] cordova-docs pull request: Fix for Issue 8476

2015-02-18 Thread iamvoid13
GitHub user iamvoid13 opened a pull request: https://github.com/apache/cordova-docs/pull/268 Fix for Issue 8476 Fixed minor documentation issues for bug #8476 https://issues.apache.org/jira/browse/CB-8476 You can merge this pull request into a Git repository by running: $ git

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

2015-02-18 Thread joshbuchea
Github user joshbuchea commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-74946526 +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 this

[GitHub] cordova-plugin-media pull request: Fixed the problem with multiple...

2015-02-18 Thread joshbuchea
Github user joshbuchea commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/33#issuecomment-74946976 +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 this

Re: jquery plugins move to npm

2015-02-18 Thread Michal Mocny
Indeed. May be worth discussing how they are doing a migration (Anyone have a contact at jQuery foundation?), though I believe their registry only supported manual downloads and they didn't have a cli tool or dependencies to worry about (am I right?). -Michal On Wed, Feb 18, 2015 at 3:40 PM,

RE: jquery plugins move to npm

2015-02-18 Thread Murat Sutunc
Oh wow, this is big news. I would have expected them to move to bower but npm works just fine. -Original Message- From: Steven Gill [mailto:stevengil...@gmail.com] Sent: Wednesday, February 18, 2015 12:14 PM To: dev@cordova.apache.org Subject: jquery plugins move to npm Relevant to

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

2015-02-18 Thread milica
Github user milica commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-74949609 +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 this feature

jquery plugins move to npm

2015-02-18 Thread Steven Gill
Relevant to us! http://blog.npmjs.org/post/111385956875/welcome-jquery-developers http://plugins.jquery.com/

[GitHub] cordova-firefoxos pull request: CB-7567 Don't use adm-zip because ...

2015-02-18 Thread jbuck
GitHub user jbuck opened a pull request: https://github.com/apache/cordova-firefoxos/pull/22 CB-7567 Don't use adm-zip because it creates invalid zip files This patch is a fix for [CB-7567](https://issues.apache.org/jira/browse/CB-7567) where the current build step using [adm-zip

RE: jquery plugins move to npm

2015-02-18 Thread Murat Sutunc
Seems like it. According to their docs (http://blog.jquery.com/2013/01/16/announcing-the-jquery-plugin-registry/) the only way to install plugins was to download from the website. -Original Message- From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal Mocny Sent:

Re: prepare --browserify fails to find referenced modules

2015-02-18 Thread Christian G. Warden
On Wed, Feb 18, 2015 at 10:51:29AM -0800, Christian G. Warden wrote: When using the --browserify option to `cordova prepare`, I'm running into a problem with a plugin that refers requires other javascript modules defined in a plugin, either within the same plugin or another one. Here's an

[GitHub] cordova-plugin-file pull request: CB-8423 Corrected usage of done(...

2015-02-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/98 --- 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

Re: CB-8471: Impossible to resume FileTransfer

2015-02-18 Thread Shazron
The best way is to create a new plugin that is based off file transfer and just implement it. We could consider pulling it into the core plugin in the future. Please file an issue at: http://issues.apache.org/jira/browse/CB ... so it can be tracked and evaluated by the devs, and you can be