[GitHub] cordova-android pull request: CB-9343 Split the Content-Type to ob...

2015-07-22 Thread spirann
Github user spirann commented on the pull request: https://github.com/apache/cordova-android/pull/197#issuecomment-123995448 My ICLA has been filed. --- 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

Re: Docs Meeting Notes

2015-07-22 Thread Carlos Santana
I think it's the opposite the cross platform needs more updates. There are not enough details for cross platform. Too many details buried in platform centric workflow guides On Thu, Jul 23, 2015 at 1:27 AM Dmitry Blotsky wrote: > Hi folks, > > I met with Andrey Kurdyumov yesterday, and we’ve gott

Re: [DISCUSS] Plugin Docs Source Location

2015-07-22 Thread Carlos Santana
It was discuss in the past. And we decided to have the docs together with the code. Easier for contributors to find the doc affected by the code change. Easier to keep the doc corresponding to the correct version of the code. On Thu, Jul 23, 2015 at 1:37 AM Dmitry Blotsky wrote: > Hi folks, > >

[DISCUSS] Plugin Docs Source Location

2015-07-22 Thread Dmitry Blotsky
Hi folks, If we move core plugin docs to our main docs website, where would we like our plugin docs source (the Markdown files) to live? There are two options: 1. Keep the Markdown files in their respective plugin repos, and fetch them when the docs site is built 2. Keep the Markdown files in th

Docs Meeting Notes

2015-07-22 Thread Dmitry Blotsky
Hi folks, I met with Andrey Kurdyumov yesterday, and we’ve gotten a list of things figured out regarding the docs improvements. Our meeting notes are below: - Proofreead access for Andrey: - Viktor Sosa and Lisa DeLuca are the people who can do this - Merge website and doc repos: - Will

[GitHub] cordova-plugin-contacts pull request: Remove ops

2015-07-22 Thread manugb
GitHub user manugb opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/70 Remove ops I made an isolate project that only handles this plugin. And when I modify an existing contact and print the rows of cursor in line 272 I got like 1000 more rows.

[GitHub] cordova-plugin-contacts pull request: Close photo cursor

2015-07-22 Thread manugb
GitHub user manugb opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/69 Close photo cursor Need to close cursor if cursor is not null and can moveToFirst You can merge this pull request into a Git repository by running: $ git pull https://github.com/

[GitHub] cordova-plugin-contacts pull request: Return rawId

2015-07-22 Thread manugb
GitHub user manugb opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/68 Return rawId contactAccessor.getContactById() actually expects the contact rawId You can merge this pull request into a Git repository by running: $ git pull https://github.com/m

[GitHub] cordova-js pull request: CB-9129 [webOS] Add webOS platform to cor...

2015-07-22 Thread JayCanuck
Github user JayCanuck closed the pull request at: https://github.com/apache/cordova-js/pull/114 --- 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

Re: Make internal storage default on Android

2015-07-22 Thread Carlos Santana
ding ding ding we have a winner , Are the blackberry guys still around on this mailing list by the way? On Wed, Jul 22, 2015 at 10:00 PM Simon MacDonald wrote: > As near as I can tell Windows use internal private storage as well. > > Simon Mac Donald > http://hi.im/simonmacdonald > > On Wed, Jul

Re: Cordova Face to Face meeting

2015-07-22 Thread Carlos Santana
She is a school psychologist so her chances of finding this mailing is almost zero :-) On Wed, Jul 22, 2015 at 10:55 PM Dmitry Blotsky wrote: > This is a publicly-archived mailing list, so the element of surprise is > now lost. ;) > > > On Jul 22, 2015, at 4:00 PM, Carlos Santana > wrote: > > >

Re: Cordova Face to Face meeting

2015-07-22 Thread Dmitry Blotsky
This is a publicly-archived mailing list, so the element of surprise is now lost. ;) > On Jul 22, 2015, at 4:00 PM, Carlos Santana wrote: > > oh heck go to vacation there, and then surprise wife that a 2 day work > meeting just came up and happens to be there :-) coincidence? > > On Wed, Jul

Re: [DISCUSS] Website Repo

2015-07-22 Thread Dmitry Blotsky
I will add an “edit-on-github” feature for the docs. > On Jul 22, 2015, at 3:45 PM, Carlos Santana wrote: > > encourage contributions, I don't care what org > > I know git submodules are a pain, but might worth looking into them to make > website a consolidation, and keeping the other repos cle

Re: Make internal storage default on Android

2015-07-22 Thread Simon MacDonald
As near as I can tell Windows use internal private storage as well. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 22, 2015 at 5:32 PM, Carlos Santana wrote: > I think cross platform web developers would expect all platforms to have > same default. What the default for windows? > > +1

[GitHub] cordova-docs pull request: CB-9398: Added documentation for Window...

2015-07-22 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/298#discussion_r35281287 --- Diff: docs/en/edge/guide/platforms/win8/index.md --- @@ -272,4 +272,18 @@ command-line tools or the SDK in your workflow. The Cordova CLI relies

[GitHub] cordova-js pull request: CB-9129 [webOS] Add webOS platform to cor...

2015-07-22 Thread stevengill
Github user stevengill commented on the pull request: https://github.com/apache/cordova-js/pull/114#issuecomment-123912133 Merged! It should autoclose. If not, please close it manually --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

RE: [iOS] proposed major whitelist change

2015-07-22 Thread Treggiari, Leo
I'm not completely certain of how the whitelist plugin is supposed to work after this discussion. To get the legacy whitelist plugin out of the way, if there are no entries, then the network web access is blocked, right? Which is why the pre-5.0 default 'HelloCordova' app added That main

Re: JSHint breaks the build again

2015-07-22 Thread Jesse
yes, typically it's "test": "npm run jshint && npm run jasmine" My team is hiring! @purplecabbage risingj.com On Wed, Jul 22, 2015 at 3:42 PM, Carlos Santana wrote: > do we have a git commit hook in all repos that run npm test-full, and npm > test-full includes all tests including the ones fo

Re: Huge performance gap between iOS SQLite and Android SQLite

2015-07-22 Thread Carlos Santana
We use sqlcipher (based on SQLite) here in IBM have not heard horrors stories. Like Jesse said you could be running Android 1.6 :-) if you don't provide something to replicate hard to tell also stackoverflow might provide wider audience for help Also hardware specs and if io type internal or SD c

Re: Cordova Face to Face meeting

2015-07-22 Thread Carlos Santana
oh heck go to vacation there, and then surprise wife that a 2 day work meeting just came up and happens to be there :-) coincidence? On Wed, Jul 22, 2015 at 6:58 PM Carlos Santana wrote: > Oct 2 - 20 if I get to go, that way I can take wife and kid :-) and stay > for a vacation > > On Wed, Jul

Re: Cordova Face to Face meeting

2015-07-22 Thread Carlos Santana
Oct 2 - 20 if I get to go, that way I can take wife and kid :-) and stay for a vacation On Wed, Jul 22, 2015 at 6:24 PM Steven Gill wrote: > Sounds reasonable. I'll further shorten it and suggest Oct 5-30th sometime. > Oct 12th is Canadian thanksgiving so that is something we should consider > w

Re: Make internal storage default on Android

2015-07-22 Thread Carlos Santana
That's what I meant the plugin cordova-plugin-file@2.1.0 bump up to 3.x On Wed, Jul 22, 2015 at 5:38 PM Joe Bowser wrote: > This would change the major version of the plugin, not the platform, since > this is a plugin API change and isn't actually a core-platform change. > > On Wed, Jul 22, 2015

Re: Plugin discussion: Feature detection

2015-07-22 Thread Carlos Santana
+1 cordova-js have the logic to handle this at bootstrap, it's a matter of staring for a few minutes to see what are the entry points that Jesse describe. For the plug and play scenario, where you plugin something way after deviceready/bootstrap then something dynamic to query for the capabilities

Re: [DISCUSS] Website Repo

2015-07-22 Thread Carlos Santana
encourage contributions, I don't care what org I know git submodules are a pain, but might worth looking into them to make website a consolidation, and keeping the other repos clean for easy contributions On Tue, Jul 21, 2015 at 3:12 PM Brian LeRoux wrote: > thumbs up! (idk what happened) > > O

Re: JSHint breaks the build again

2015-07-22 Thread Carlos Santana
do we have a git commit hook in all repos that run npm test-full, and npm test-full includes all tests including the ones for styles On Tue, Jul 21, 2015 at 2:55 PM Rob Paveza wrote: > I would be OK with a style warning as long as the warning checks the > contents of the string for a single-quot

Re: [DISCUSS] CI Hardware

2015-07-22 Thread Carlos Santana
I'm trying to get phones (windows10, android 5.1) I already have firefox, ios, and android4.4 phones and have my iMac at home connected with devices, once I have a all devices connected I will proceed with setting up Bot, hope that is easy to setup, maybe I can run it on a VM, can we create a VM (v

Re: [iOS] proposed major whitelist change

2015-07-22 Thread Carlos Santana
+1 CSP wins, otherwise we give false sense of security if not done consistently On Mon, Jul 20, 2015 at 9:32 PM Ian Clelland wrote: > +1 to CSP as the "right way to do it". > > This all sounds very similar to what we ended up doing with the Android > whitelist plugins: Default is (ugh) *, and th

Re: Supported Git version

2015-07-22 Thread Jesse
Yes, we absolutely need to be able to install plugins via github url and support branches/tags/commit-sha as part of the url. Also, sub-folders within github repos. The feature I removed was the 'git version checking bs' [1] Carlos, npm supports installing from github too[2]. I'm not sure why y

Re: Cordova Face to Face meeting

2015-07-22 Thread Steven Gill
Sounds reasonable. I'll further shorten it and suggest Oct 5-30th sometime. Oct 12th is Canadian thanksgiving so that is something we should consider when picking a date. On Wed, Jul 22, 2015 at 2:59 PM, Tim Barham wrote: > I'd love it if it could be between Sept 21 and Oct 30 - I'll be in Red

Re: Supported Git version

2015-07-22 Thread Darryl Pogue
Thanks for clarifying :) On 22 July 2015 at 14:53, Steven Gill wrote: > To clarify, we aren't removing installing from git. It is totally > important. > > Jesse fixed a problem with not being able to install from git when you > point to specific commit. This was do the --depth flag being used. H

Re: Cordova Face to Face meeting

2015-07-22 Thread Tim Barham
I'd love it if it could be between Sept 21 and Oct 30 - I'll be in Redmond over that period. From: Steven Gill Sent: Thursday, July 23, 2015 7:12 AM To: dev@cordova.apache.org Subject: Re: Cordova Face to Face meeting Redmond sounds good to me. Guess we

[VOTE] Cordova-android 4.1.0 release (Take 2)

2015-07-22 Thread Nikhil Khandelwal
Please review and vote on this 4.1.0 Android Release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-9394 The archive has been published to dist/dev: https://dist.apache.org/repos/dist/dev/cordova/CB-9394 Note

Re: Supported Git version

2015-07-22 Thread Steven Gill
To clarify, we aren't removing installing from git. It is totally important. Jesse fixed a problem with not being able to install from git when you point to specific commit. This was do the --depth flag being used. He recently removed the use of --depth and this may fix the git 1 vs 2 issues Victo

Re: I would like to become a Committer

2015-07-22 Thread Carlos Santana
+1 Julio, thanks for contributing to the community thru different forms, specially helping others On Wed, Jul 22, 2015 at 12:02 PM Steven Gill wrote: > Hey Julio! > > Thanks for letting us know your interest in becoming a committer! Great > news! > > Usually, the way to get committership is to r

[GitHub] cordova-plugman pull request: CB-9330 Adds notice about removed pl...

2015-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugman/pull/84 --- 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

Re: www.cordova.apache.org

2015-07-22 Thread Carlos Santana
Hi Bryan please send us this list, we really need your help at no cost. Call me any time this week to 1-800-hot-mama On Wed, Jul 22, 2015 at 1:12 PM Shazron wrote: > Hi, > Please don't spam us again, we do not require your services. > > (This never got through our moderation queue - must have be

Re: Make internal storage default on Android

2015-07-22 Thread Joe Bowser
This would change the major version of the plugin, not the platform, since this is a plugin API change and isn't actually a core-platform change. On Wed, Jul 22, 2015 at 2:33 PM Carlos Santana wrote: > I think cross platform web developers would expect all platforms to have > same default. What

Re: Make internal storage default on Android

2015-07-22 Thread Carlos Santana
I think cross platform web developers would expect all platforms to have same default. What the default for windows? +1 make default internal at least will have iOS and android with same expectations We need to change the Major number (sever) for the version, it feels like is changing an API I l

Re: Supported Git version

2015-07-22 Thread Darryl Pogue
Support for installing from git URLs for plugins is a pretty important requirement for us as end users. On 22 July 2015 at 14:21, Carlos Santana wrote: > +1 only npm id or local path should be supported > On Wed, Jul 22, 2015 at 5:16 PM Victor Sosa > wrote: > > > Wait a minute, Jesse? what you

Re: [iOS] away

2015-07-22 Thread Carlos Santana
Enjoy the time off !! On Wed, Jul 22, 2015 at 4:34 PM Brian LeRoux wrote: > have a great break Shaz! > > On Wed, Jul 22, 2015 at 12:48 PM, Shazron wrote: > > > i'll be away for 2 weeks (vacation) so you might see silence from me > > besides private@ issues. After that I will be GMT+8 working hou

Re: Cordova Face to Face meeting

2015-07-22 Thread Carlos Santana
+1 Redmon would be awesome, as always need to know dates in advance to go thru corporate travel request to see if I get approval to send someone from IBM. I agree with Shaz Waterloo meetup was good I left with a good feeling of brotherhood and more close collaboration happened. I'm allergic to co

Re: Supported Git version

2015-07-22 Thread Carlos Santana
+1 only npm id or local path should be supported On Wed, Jul 22, 2015 at 5:16 PM Victor Sosa wrote: > Wait a minute, Jesse? what you mean by "I removed this 'feature'"? What > feature are you referring to? > > On Wed, Jul 22, 2015 at 3:50 PM Jesse wrote: > > > No idea, but, I just removed this '

[GitHub] cordova-blackberry pull request: Icons outside www

2015-07-22 Thread timwindsor
GitHub user timwindsor opened a pull request: https://github.com/apache/cordova-blackberry/pull/188 Icons outside www Fixes CB-6768 You can merge this pull request into a Git repository by running: $ git pull https://github.com/blackberry/cordova-blackberry icons_outside_www

Re: Supported Git version

2015-07-22 Thread Victor Sosa
Wait a minute, Jesse? what you mean by "I removed this 'feature'"? What feature are you referring to? On Wed, Jul 22, 2015 at 3:50 PM Jesse wrote: > No idea, but, I just removed this 'feature' as there were errors with > checking out a particular tag or commit. > > > > > On Jul 22, 2015, at 1:29

Re: Cordova Face to Face meeting

2015-07-22 Thread Dmitry Blotsky
:O You were at Google Waterloo? > On Jul 22, 2015, at 12:50 PM, Shazron wrote: > > +1 Redmond. > Our last F2F at Google Waterloo I thought was useful. > > On Wednesday, July 22, 2015, Parashuram N wrote: > >> Hey, >> >> I had brought up this idea during the recent hangout meeting. The idea w

Re: Cordova Face to Face meeting

2015-07-22 Thread Steven Gill
Redmond sounds good to me. Guess we need to figure out timing next. On Wed, Jul 22, 2015 at 1:37 PM, Brian LeRoux wrote: > would love to visit redmond! > > On Wed, Jul 22, 2015 at 12:50 PM, Shazron wrote: > > > +1 Redmond. > > Our last F2F at Google Waterloo I thought was useful. > > > > On Wed

Re: [VOTE] cordova-android 4.1.0 release

2015-07-22 Thread Nikhil Khandelwal
I’m going to shortly start another VOTE thread with a new 4.1.0 tgz. -Nikhil On 7/21/15, 6:56 PM, "Steven Gill" wrote: >If it isn't on npm, then no problem >On Jul 21, 2015 6:54 PM, "Tim Barham" wrote: > >> Doesn't look like Nikhil has published this to npm, so that shouldn't be a >> prob

Re: Supported Git version

2015-07-22 Thread Jesse
No idea, but, I just removed this 'feature' as there were errors with checking out a particular tag or commit. > On Jul 22, 2015, at 1:29 PM, Victor Sosa wrote: > > Hello community. > > I've been playing a little with Cordova on simple scenarios, and noticed > that when using Git 2.x I get

Re: Cordova Face to Face meeting

2015-07-22 Thread Brian LeRoux
would love to visit redmond! On Wed, Jul 22, 2015 at 12:50 PM, Shazron wrote: > +1 Redmond. > Our last F2F at Google Waterloo I thought was useful. > > On Wednesday, July 22, 2015, Parashuram N wrote: > > > Hey, > > > > I had brought up this idea during the recent hangout meeting. The idea > wa

Re: [iOS] away

2015-07-22 Thread Brian LeRoux
have a great break Shaz! On Wed, Jul 22, 2015 at 12:48 PM, Shazron wrote: > i'll be away for 2 weeks (vacation) so you might see silence from me > besides private@ issues. After that I will be GMT+8 working hours for 2 > weeks. >

[GitHub] cordova-blackberry pull request: CB-8941 - Adds support for subdom...

2015-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/187 --- 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

Supported Git version

2015-07-22 Thread Victor Sosa
Hello community. I've been playing a little with Cordova on simple scenarios, and noticed that when using Git 2.x I get this error when installing a plugin from a Git repo from GitHub https://github.com/apache/cordova-plugin-contacts.git The error is: *Error: git: Command failed with exit code 12

[GitHub] cordova-blackberry pull request: CB-9010 Adds Requirements command

2015-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/186 --- 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

[GitHub] cordova-windows pull request: CB-8866: add Windows platforms "Mixe...

2015-07-22 Thread brodybits
Github user brodybits closed the pull request at: https://github.com/apache/cordova-windows/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 feat

[GitHub] cordova-windows pull request: CB-8866: add Windows platforms "Mixe...

2015-07-22 Thread brodybits
Github user brodybits commented on the pull request: https://github.com/apache/cordova-windows/pull/67#issuecomment-123846880 > Have you been unblocked by using the --archs parameter? Yes. I think this should be documented very clearly (I will document this in my own plugin wh

Re: Make internal storage default on Android

2015-07-22 Thread Darryl Pogue
+1 because saving to the SD Card has added problems with other apps (such as photo and music apps) picking up files that they shouldn't. Nothing more annoying than accidentally unleashing 200 logos and icons into the photos app of unsuspecting users. On 22 July 2015 at 12:47, Simon MacDonald wro

[GitHub] cordova-plugin-geolocation pull request: CB-8826 [iOS 8+] Request ...

2015-07-22 Thread msokk
GitHub user msokk opened a pull request: https://github.com/apache/cordova-plugin-geolocation/pull/46 CB-8826 [iOS 8+] Request WhenInUse permission before Always permission First reported here: https://issues.apache.org/jira/browse/CB-8826 Currently the plugin asks for backg

Re: Cordova Face to Face meeting

2015-07-22 Thread Shazron
+1 Redmond. Our last F2F at Google Waterloo I thought was useful. On Wednesday, July 22, 2015, Parashuram N wrote: > Hey, > > I had brought up this idea during the recent hangout meeting. The idea was > to have a face to face meeting with various members of the Cordova > community. This could be

[iOS] away

2015-07-22 Thread Shazron
i'll be away for 2 weeks (vacation) so you might see silence from me besides private@ issues. After that I will be GMT+8 working hours for 2 weeks.

Make internal storage default on Android

2015-07-22 Thread Simon MacDonald
*TL;DR Summary* We should switch the default for the Cordova Android File System to be on internal storage, not the SD Card (or emulated SD card). *Long Version* Currently in Cordova Android when you use this code "window. requestFileSystem(PERSISTENT, 0, win, fail);" the root file system path

Re: Cordova Face to Face meeting

2015-07-22 Thread Joe Bowser
This would be interesting to attend. +1 to this. On Wed, Jul 22, 2015 at 12:38 PM Simon MacDonald wrote: > I would be interested in this as well. It would be great to meet the folks > I'm working with at MS that are helping out with the PushPlugin. > > Simon Mac Donald > http://hi.im/simonmacdo

[GitHub] cordova-windows pull request: CB-8965 Copy cordova-js-src director...

2015-07-22 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/94#issuecomment-123840044 this is still valid. The src must be available for browserify and the exec/platform js code is tied to the template platform version. --- If your project

Re: Cordova Face to Face meeting

2015-07-22 Thread Simon MacDonald
I would be interested in this as well. It would be great to meet the folks I'm working with at MS that are helping out with the PushPlugin. Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jul 22, 2015 at 2:53 PM, Jesse wrote: > Redmond would be great! I miss the Pacific North West. > Maybe

[GitHub] cordova-blackberry pull request: CB-8941 - Adds support for subdom...

2015-07-22 Thread timwindsor
GitHub user timwindsor opened a pull request: https://github.com/apache/cordova-blackberry/pull/187 CB-8941 - Adds support for subdomain whitelisting like other platforms Finds //*. in access origins and creates access objects with the base domain and subdomains set true You can me

[GitHub] cordova-blackberry pull request: CB-9010 Adds Requirements command

2015-07-22 Thread timwindsor
GitHub user timwindsor opened a pull request: https://github.com/apache/cordova-blackberry/pull/186 CB-9010 Adds Requirements command *Note that updating the download page to list bb-tools.zip is still in process by the web team. You can merge this pull request into a Git repositor

[GitHub] cordova-windows pull request: CB-8965 Copy cordova-js-src director...

2015-07-22 Thread robpaveza
Github user robpaveza commented on the pull request: https://github.com/apache/cordova-windows/pull/94#issuecomment-123831922 Hey @surajpindoria - is this still a valid task? It seems like cordova-lib is responsible for synthesizing cordova-js into a final file upon create. What adv

[GitHub] cordova-windows pull request: CB-8866: add Windows platforms "Mixe...

2015-07-22 Thread robpaveza
Github user robpaveza commented on the pull request: https://github.com/apache/cordova-windows/pull/67#issuecomment-123830935 @brodybits: Have you been unblocked by using the `--archs` parameter? In my experience, building Windows apps using a "Mixed Platforms" solution plat

Re: Cordova Face to Face meeting

2015-07-22 Thread Jesse
Redmond would be great! I miss the Pacific North West. Maybe it would be good to work thru some of the CI testing / nightlies stuff when a bunch of us are together too. My team is hiring! @purplecabbage risingj.com On Wed, Jul 22, 2015 at 11:43 AM, Parashuram N wrote: > Hey, > > I had brought

Cordova Face to Face meeting

2015-07-22 Thread Parashuram N
Hey, I had brought up this idea during the recent hangout meeting. The idea was to have a face to face meeting with various members of the Cordova community. This could be a one day meeting where we could talk about - Discuss the roadmap of Cordova - Talk about various steps

[GitHub] cordova-android pull request: CB-9185 Fixed an issue when unsigned...

2015-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/202 --- 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 featur

[GitHub] cordova-blackberry pull request: Fixes CB-9072

2015-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/184 --- 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

WebBluetooth is a thing in Chrome OS M45

2015-07-22 Thread Joe Bowser
This is definitely interesting. https://developers.google.com/web/updates/2015/07/interact-with-ble-devices-on-the-web

Re: [CI] iOS build breaking

2015-07-22 Thread Dmitry Blotsky
That’s good to hear; then it’s not too bad. Any ideas on CB-8993? This seems like it was fixed, but now is breaking again. Kindly, Dmitry > On Jul 21, 2015, at 4:12 PM, Shazron wrote: > > This is not true -- the v1.2.0 (latest) version of the camera plugin builds > with cordova-ios 3.8.0 (rele

Re: www.cordova.apache.org

2015-07-22 Thread Shazron
Hi, Please don't spam us again, we do not require your services. (This never got through our moderation queue - must have been an active subscription) On Wednesday, July 22, 2015, Bryan S Washington < bryanwashington.se...@gmail.com> wrote: > > > Hello, > > My name is Bryan, I work as a Search S

[GitHub] cordova-docs pull request: CB-9398: Added documentation for Window...

2015-07-22 Thread robpaveza
GitHub user robpaveza opened a pull request: https://github.com/apache/cordova-docs/pull/298 CB-9398: Added documentation for WindowsToastCapable to the Windows ...docs. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/

www.cordova.apache.org

2015-07-22 Thread Bryan S Washington
Hello, My name is Bryan, I work as a Search Specialist for a Marketing Company in New York, anyway I came across your site while doing some research in your industry. Cut a long story short I think I can help your website rank on Search Engines a lot easier. I have compiled a 17 page website a

[GitHub] cordova-lib pull request:

2015-07-22 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/commit/d8f491b0e47f47e44e41697e5fd9781fdd1b29b7#commitcomment-12302459 :+1: :+1: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

Buildbot: buildslave cordova-windows-slave was lost

2015-07-22 Thread buildbot
The Buildbot working for 'ASF Buildbot' has noticed that the buildslave named cordova-windows-slave went away It last disconnected at Wed Jul 22 16:33:02 2015 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'Dmitry Blotsky '. Sincerely, The Buildbot htt

Re: I would like to become a Committer

2015-07-22 Thread Steven Gill
Hey Julio! Thanks for letting us know your interest in becoming a committer! Great news! Usually, the way to get committership is to reach out to an existing committer and ask them to sponsor you as a committer. Usually this is a committer you have worked with. The sponsoring commiter will then

[GitHub] cordova-android pull request: CB-9185 Fixed an issue when unsigned...

2015-07-22 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-android/pull/202 CB-9185 Fixed an issue when unsigned apks couldn't be found https://issues.apache.org/jira/browse/CB-9185 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-android pull request: CB-9397 Fixes minor issues with `cor...

2015-07-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/201 --- 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 featur

[GitHub] cordova-android pull request: CB-9397 Fixes minor issues with `cor...

2015-07-22 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-android/pull/201#issuecomment-123728406 LGTM :+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 f

[GitHub] cordova-android pull request: CB-9397 Fixes minor issues with `cor...

2015-07-22 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-android/pull/201 CB-9397 Fixes minor issues with `cordova requirements android` You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cord

[GitHub] cordova-windows pull request: CB-9235 Adds more checks based on th...

2015-07-22 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-windows/pull/92#issuecomment-123712167 > When I run this branch on my local, I get an npm test failure for check_reqs.spec.js, failing to find config.xml in cordova-windows root. Sorr

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-22 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/266#discussion_r35200762 --- Diff: cordova-lib/src/util/promise-util.js --- @@ -33,4 +33,21 @@ function Q_chainmap(args, func) { }); } +// Behaves

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-22 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/266#discussion_r35200567 --- Diff: cordova-lib/src/cordova/restore-util.js --- @@ -56,24 +57,23 @@ function installPlatformsFromConfigXML(platforms) { if (!targe

[GitHub] cordova-lib pull request: CB-9278: BugFix: Restoring multiple plat...

2015-07-22 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-lib/pull/266#issuecomment-123661743 LGTM. I would also avoid unnecessary whitespace and formatting changes. --- If your project is set up for it, you can reply to this email and have your rep

Buildbot: buildslave cordova-windows-slave was lost

2015-07-22 Thread buildbot
The Buildbot working for 'ASF Buildbot' has noticed that the buildslave named cordova-windows-slave went away It last disconnected at Wed Jul 22 10:22:08 2015 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'Dmitry Blotsky '. Sincerely, The Buildbot htt

I would like to become a Committer

2015-07-22 Thread julio cesar sanchez
Hi all. I've been contributing to cordova in different ways for a long time and I would like to become a Committer. Things I've done to contribute: - I've opened some issues on the JIRA page and told users to open issues when they publish a question that it's clearly a bug. - I've closed some iss