[GitHub] cordova-medic pull request: added Firefox OS

2015-05-02 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-medic/pull/49#issuecomment-98319951 you will need to add the dependency to package.json also. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-windows pull request: Windows10

2015-05-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/73 --- 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-windows pull request: Deprec8

2015-05-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/72 --- 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-medic pull request: CB-8870 Medic test failure display and...

2015-05-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/51 --- 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-windows pull request: Windows10

2015-05-02 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-windows/pull/73 Windows10 Pulling in updates to master so we can merge easily later. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-windows pull request: Reverted change to version which add...

2015-05-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/71 --- 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: JIRA access

2015-05-02 Thread Shazron
Done. On Fri, May 1, 2015 at 9:16 AM, Rob Paveza rob.pav...@microsoft.com wrote: Is there any chance I could get JIRA assignment access? I'm starting to pick up bugs and crank on them. User name is robpaveza. Thanks! -Rob

Buildbot: buildslave cordova-blackberry-slave was lost

2015-05-02 Thread buildbot
The Buildbot working for 'ASF Buildbot' has noticed that the buildslave named cordova-blackberry-slave went away It last disconnected at Sat May 2 11:01:17 2015 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'None'. Sincerely, The Buildbot

Buildbot: buildslave cordova-common-slave was lost

2015-05-02 Thread buildbot
The Buildbot working for 'ASF Buildbot' has noticed that the buildslave named cordova-common-slave went away It last disconnected at Sat May 2 11:01:17 2015 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'None'. Sincerely, The Buildbot

Buildbot: buildslave cordova-android-slave was lost

2015-05-02 Thread buildbot
The Buildbot working for 'ASF Buildbot' has noticed that the buildslave named cordova-android-slave went away It last disconnected at Sat May 2 11:01:17 2015 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'None'. Sincerely, The Buildbot

Buildbot: buildslave cordova-win8-slave was lost

2015-05-02 Thread buildbot
The Buildbot working for 'ASF Buildbot' has noticed that the buildslave named cordova-win8-slave went away It last disconnected at Sat May 2 11:01:17 2015 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'None'. Sincerely, The Buildbot

RE: [Discuss] Plugins release

2015-05-02 Thread Parashuram N (MS OPEN TECH)
These changes will only impact Windows platform, and windows10 for that matter, right ? If that is the case, I think we should do a quick release. -Original Message- From: Rob Paveza [mailto:rob.pav...@microsoft.com] Sent: Friday, May 1, 2015 10:25 AM To: dev@cordova.apache.org

Re: Best place to browse plugins

2015-05-02 Thread Michael Brooks
The mirroring may not help for search, but my worry is that a lot of folks would still be on 4.3.0 and when cordova plugins registry becomes read only, they would not get bug fixes and other plugin updates. My experience is this: - A developer who is willing to upgrade a platform is also

Re: Apache Cordova/PhoneGap up-to-date usage stats?

2015-05-02 Thread Brian LeRoux
Hi Martin, absolute numbers are impossible given the open nature of the project and numerous downstream distributions (phonegap, xdk, sencha, chrome apps, etc) That said, you can infer reasonable guesses now that much of the work is primarily used via npm. Some samples to get you started

Re: [Proposal - New Feature] Add tag to config.xml to handle images

2015-05-02 Thread julio cesar sanchez
But you want it for native buttons? If not, you can just put the images on the www folder El viernes, 1 de mayo de 2015, Karen Tran ktop...@gmail.com escribió: I am looking for a way to be able to specify an image in the config.xml and have it be placed in the drawable directory. Under my

Apache Cordova/PhoneGap up-to-date usage stats?

2015-05-02 Thread Martin Georgiev
Hello Apache Cordova! Are there any up-to-date stats concerning: (1) how many times each version of the framework has been downloaded? (2) how many Android apps are built on top of the framework (across all versions)? (3) how many Android apps are built on top of each version of the framework?

Re: [Proposal - New Feature] Add tag to config.xml to handle images

2015-05-02 Thread Karen Tran
I am looking for a way to be able to specify an image in the config.xml and have it be placed in the drawable directory. Under my circumstances, I have to assume that when the user creates a cordova project, he/she only knows how to modify the config.xml, so that's why I'm pushing for a way to do

[GitHub] cordova-plugin-file-transfer pull request: Fix NoSuchMethodExcepti...

2015-05-02 Thread kevingrabher
Github user kevingrabher commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/68#issuecomment-98399487 +1 I can confirm this fix is working and should be added ASAP as it's a major issue --- If your project is set up for it, you can reply to

[GitHub] cordova-osx pull request: Fix OS X build

2015-05-02 Thread hypery2k
GitHub user hypery2k opened a pull request: https://github.com/apache/cordova-osx/pull/12 Fix OS X build You can merge this pull request into a Git repository by running: $ git pull https://github.com/hypery2k/cordova-osx master Alternatively you can review and apply these

[GitHub] cordova-osx pull request: Fix OS X, see CB-7143

2015-05-02 Thread hypery2k
Github user hypery2k commented on the pull request: https://github.com/apache/cordova-osx/pull/12#issuecomment-98408150 see discussion here: https://issues.apache.org/jira/browse/CB-7143 --- If your project is set up for it, you can reply to this email and have your reply appear on