Re: [PROPOSAL] Drop Android 4.4 Support

2020-01-28 Thread Jesse
+1 to drop everything before 5.1 > On Jan 28, 2020, at 7:53 AM, Chris Brody wrote: > > +1 to drop Android 4.4 support > >> Do we have a reason for 5.1 instead of 5.0 other than the low usage? >> >> Originally, I was thinking 5.0+, but after seeing low usage, I leaned >> over to 5.1. So low us

Re: Cordova plugin help

2016-04-05 Thread Jesse
You can also reach out on the cordova slack channel as many developers are lurking there. https://cordova.slack.com/ join: http://slack.cordova.io/ @purplecabbage risingj.com On Tue, Apr 5, 2016 at 1:23 PM, Raymond Camden wrote: > Hello Thomas, > > This list is for discussing Cordova as a who

Re: [VOTE] Cordova-windows 4.3.2 release

2016-04-06 Thread Jesse
+1 * Ran coho verify-archive * Ran coho audit-license-headers * Ran coho check-license * Created and ran blank app via cli @purplecabbage risingj.com On Wed, Apr 6, 2016 at 2:52 PM, Raghav Katyal wrote: > +1 > > * Tested blank app > * Tested compatibility with core plugins > * Ran mobilespec

Re: [VOTE] 4.1.1 iOS Release - Take 2

2016-04-06 Thread Jesse
+1 - Ran coho audit-license-headers - Ran coho check-license - Ran coho verify archive - Ran iOS native tests > Good signature from "Edna Morales" - Created and ran hello world iOS app with CLI @purplecabbage risingj.com On Tue, Apr 5, 2016 at 10:51 AM, Edna Y Morales wrote: > > > Please rev

Re: New Docs Look

2016-04-07 Thread Jesse
Yeah, looks great on an iPhone 6! @purplecabbage risingj.com On Thu, Apr 7, 2016 at 10:52 AM, Shazron wrote: > Nice! Thank you! > > On Wed, Apr 6, 2016 at 6:32 PM, Dmitry Blotsky > wrote: > > Check it out! http://cordova.apache.org/docs/ > > ---

Re: Why does the Dialogs plugin in inject itself into navigator and has no browser support?

2016-04-14 Thread Jesse
n strictly dialogs. The problem with alert on various platforms is it is not consistent. It does not even exist on windows, it displays a title of 'index.html' on iOS, ... The additions for browser are coming, or you could do it and send a pr ;) Cheers, Jesse @purplecabbage risingj

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-18 Thread Jesse
Vancouver would be awesome! Just not as soon as ApacheCon. @purplecabbage risingj.com On Mon, Apr 18, 2016 at 8:42 AM, Ryan J. Salva wrote: > Regrettably, Microsoft won't be attending ApacheCon this year either. > Without critical mass from the other Cordova contributors, it simply > doesn't m

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-18 Thread Jesse
t; Also, I would recommend an autumn date, where (presumably) everybody will > be available. Preferably at one of our contributor sites that hasn't hosted > before? > > We've had Google (Waterloo, ON) and Microsoft (Redmond, WA) previously. > > On Mon, Apr 18, 2016 at 1

Re: [DISCUSS] Faster incremental builds

2016-04-19 Thread Jesse
This sounds great! Personally, I don't think this belongs behind a flag, why would anyone not want to build faster? I think we just need to test more to make sure it functions as expected everywhere, and then it should just make it's way in directly, without the overhead of addition flag code, or d

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-22 Thread Jesse
>> > >>> On Apr 21, 2016, at 9:09 AM, Homer, Tony wrote: > >>> > >>> FWIW, I checked into the possibility of having Intel host a F2F in Q3. > >>> However, my request was denied for this year :( > >>> > >&g

Plugin documentation translations

2016-04-22 Thread Jesse
README.md which are 'almost' identical. The important part here is the 'almost'. All of which finally brings me to my questions. How are these files created and updated? Why are they different? Where are they shown? Thanks in advance! Cheers, Jesse @purplecabbage risingj.com

Re: Dmitry changing email

2016-04-22 Thread Jesse
Wow, I thought you knew everything! ;) Happy growth to you! Cheers, Jesse @purplecabbage risingj.com On Fri, Apr 22, 2016 at 5:29 PM, Dmitry Blotsky wrote: > Hi folks, > > Today is my last day at Microsoft and I'll be returning to my university > to study some more. Mostl

Re: Plugin documentation translations

2016-04-22 Thread Jesse
index.md, I have no idea about the README.md. > > According to the mails on the list, Victor Sosa was the one taking care of > it but he didn't have enough time and Andrey Kurdumov took over, so maybe > he can shed some light. > > > > > 2016-04-23 0:30 GMT+02:00 Jes

Re: Plugin documentation translations

2016-04-22 Thread Jesse
source code, but the > formatted and translated output that people should be reading is on the docs > website. > > Kindly, > Dmitry > > -----Original Message- > From: Jesse [mailto:purplecabb...@gmail.com] > Sent: Friday, April 22, 2016 5:45 PM > To: dev@cordova

Re: Plugin documentation translations

2016-04-25 Thread Jesse
> Dmitry > > > On Apr 22, 2016, at 6:24 PM, Jesse wrote: > > > > But people also read it at github.com and npmjs.org, at least the > English versions > > > >> On Apr 22, 2016, at 5:56 PM, Dmitry Blotsky > wrote: > >> > >> I think the

Re: help with "npm test" for cordova-lib

2016-04-25 Thread Jesse
Travis is running this: - git clone https://github.com/apache/cordova-js --depth 10 - cd cordova-lib - npm link ../cordova-js - npm link ../cordova-common - npm link ../cordova-serve - npm install - "(cd ../cordova-common && npm test)" - "npm run ci" There are a lot of different things that could

Re: [GitHub] cordova-windows pull request: TypeScript Error

2016-04-25 Thread Jesse
This is an issue where Visual Studio suddenly treats all js files like they are ts files and need to be transpiled. @purplecabbage risingj.com On Mon, Apr 25, 2016 at 9:48 AM, nikhilkh wrote: > Github user nikhilkh commented on a diff in the pull request: > > > https://github.com/apache/cordov

Re: Windows Phone, platform "Windows" and icon fonts

2016-04-25 Thread Jesse
cordova-wp8 platform uses IE10, regardless of what is on the phone. This is done internally via a compatibility layer in the sdk so that moving to a more recent device / OS does not break existing apps. Thank you for posting a sample, I will have a look at it and report back soon. @purplecabbage

Re: [GitHub] cordova-plugin-device-motion pull request: CB-10400 Added Appium t...

2016-04-25 Thread Jesse
Thanks @alsorokin! Can you include instructions on how to run the tests also? Please, please. @purplecabbage risingj.com On Mon, Apr 25, 2016 at 12:32 AM, alsorokin wrote: > Github user alsorokin commented on the pull request: > > > https://github.com/apache/cordova-plugin-device-motion/pull/3

Re: Windows Phone, platform "Windows" and icon fonts

2016-04-25 Thread Jesse
; well. > > -Original Message----- > From: Jesse [mailto:purplecabb...@gmail.com] > Sent: Monday, April 25, 2016 9:58 AM > To: dev@cordova.apache.org > Subject: Re: Windows Phone, platform "Windows" and icon fonts > > cordova-wp8 platform uses IE10, regardless

Re: Grunt build and install taking too long after adding cordova plugin

2016-04-28 Thread Jesse
This list is for the development of Cordova itself. For technical support questions, I recommend asking on Stack Overflow, or on the PhoneGap Google Group, you may get help more quickly. Although your issues sounds to be more about Oracle JET Hybrid Mobile than Cordova, are you sure you are in th

Re: Users mailing list

2016-04-28 Thread Jesse
Or slack, but slack is only searchable back the last 10k messages. @purplecabbage risingj.com On Thu, Apr 28, 2016 at 5:36 PM, Shazron wrote: > Perhaps it's time for a users mailing list. No dev is expected to answer > questions on it. > > Example: https://httpd.apache.org/userslist.html > > R

Re: [GitHub] cordova-cli pull request: Telemetry

2016-05-09 Thread Jesse
+1 @purplecabbage risingj.com On Mon, May 9, 2016 at 5:08 PM, stevengill wrote: > Github user stevengill commented on the pull request: > > https://github.com/apache/cordova-cli/pull/247#issuecomment-218025705 > > LGTM!! > > > --- > If your project is set up for it, you can reply to th

Re: [Android] Ending support for Ice Cream Sandwich?

2016-05-09 Thread Jesse
+1 to consensus! @purplecabbage risingj.com On Mon, May 9, 2016 at 4:51 PM, Shazron wrote: > Looks like we have consensus. Filed: > https://issues.apache.org/jira/browse/CB-11239 > > > On Sun, May 8, 2016 at 4:29 AM, Carlos Santana > wrote: > > > +1 > > > > I just double check and next releas

Re: proposal for new core plugin to control screen orientation

2016-05-11 Thread Jesse
More prior art here: https://github.com/purplecabbage/phonegap-plugin-orientation Windows support in mine. @purplecabbage risingj.com On Wed, May 11, 2016 at 11:23 AM, Raymond Camden wrote: > Agreed, +1. > > On Wed, May 11, 2016 at 12:22 PM, Nikhil Khandelwal > wrote: > > +1. This feels like

Re: Cordova Monthly Hangouts

2016-05-13 Thread Jesse
Here's a doodle for a hangout. Let me know if I should extend the hours past 8:00 AM - 7:00 PM Pacific. http://doodle.com/poll/xvifrwwnqci2fti3 @purplecabbage risingj.com On Fri, May 13, 2016 at 4:09 AM, julio cesar sanchez wrote: > +1 > > I'll be traveling the next two weeks (not pg day 😞), s

Re: Extended LTS version

2016-05-13 Thread Jesse
... and platform updates that can break existing functionality, which come out every about every 3 months between our various devices/platforms. If people are willing to not update their devices or machines or software, and there are never any security exploits then everything will just work foreve

Re: [FYI] New list viewer

2016-05-24 Thread Jesse
I liked markmail way better. That frame scroll is so annoying Oh well, progress ... @purplecabbage risingj.com On Wed, May 25, 2016 at 12:45 AM, Steven Gill wrote: > Thanks Shaz! > > Looks nicer than markmail. Hope the search works well. > > On Tue, May 24, 2016 at 10:54 PM, Shazron wrot

Re: Introduction

2016-05-26 Thread Jesse
Welcome Caryn! @purplecabbage risingj.com On Thu, May 26, 2016 at 4:17 PM, Caryn Tran wrote: > Hello! My name is Caryn, a UCB senior who is interning with Adobe PhoneGap > this summer. Greatly looking forward to getting involved with the > Cordova/PhoneGap community! >

Re: Cordova Monthly Hangouts

2016-05-31 Thread Jesse
n agree on a time. Cheers, Jesse @purplecabbage risingj.com On Fri, May 13, 2016 at 10:52 AM, Kerri Shotts wrote: > Thanks for posting the doodle! I've put in my availability. > > *Kerri Shotts*, photoKandy Studios LLC • (312) 380–1035 • (618) 435–0823 > *(mobile)* &g

Re: Cordova Monthly Hangouts

2016-05-31 Thread Jesse
, Me, Edna, Joe, Michael, Simon, Dmitry, Vladimir and Tommy. But it unfortunately doesn't work for Parshu, or Kerri Anyone else want to respond? http://doodle.com/poll/xvifrwwnqci2fti3 Cheers, Jesse @purplecabbage risingj.com On Tue, May 31, 2016 at 1:03 PM, Jesse wrote: > Okay, my a

Re: [DISCUSS] CLI Templates

2016-05-31 Thread Jesse
`cordova create` is destructive by nature. Anything and everything required by the templated app should be part of what is copied. Our current blind folder copy needs to be more intelligent. I would prefer that template files be in a sub-dir, much like they are in each platform. Simon and I faced

Re: Cordova Monthly Hangouts

2016-06-01 Thread Jesse
ing on tomorrow, so I won’t know for sure > just yet, but I’m going to cross my fingers and think a lot of happy > thoughts. :-) > > > > > From: Jesse > Reply: dev@cordova.apache.org > > Date: May 31, 2016 at 5:15:00 PM > To: dev@cordova.apache.org > > Subj

Re: Proposal: Change Android Project Directory Structure to Android Studio style

2016-06-01 Thread Jesse
The newer version of push is here [1] and it would break also, we can discuss this more in the hangout. Also, note that it is not 20k references, but more like 2k ;) [1] https://github.com/phonegap/phonegap-plugin-push @purplecabbage risingj.com On Tue, May 31, 2016 at 2:56 PM, Frederico Galv

Hangout

2016-06-02 Thread Jesse
After a slight delay, we are live. https://www.youtube.com/watch?v=BdJCIsZ5OS0 @purplecabbage risingj.com

Re: [Vote] 4.3.4 Ubuntu Release

2016-06-03 Thread Jesse
+1 - verified archive sigs, and git tag - created project, added cordova-ubuntu, and added a plugin without issue ( on OSX ) @purplecabbage risingj.com On Fri, May 27, 2016 at 10:16 PM, Shazron wrote: > +1 > > - verified archive sigs, and git tag > - created the platform on ubuntu 16.04 > - b

Re: [DISCUSS] Cordova-windows release

2016-06-16 Thread Jesse
Sorry Vlad. I was away. @purplecabbage risingj.com On Fri, Jun 3, 2016 at 7:33 AM, Vladimir Kotikov (Akvelon) < v-vlk...@microsoft.com> wrote: > The release is done. Please review the blog post here: > https://github.com/apache/cordova-docs/pull/609 > > - > Best regards, Vladimir > > -Origi

Re: [Discuss] Why was device.name removed from the device-plugin?

2016-06-17 Thread Jesse
It makes sense as long as it is considered user meta, and nothing else. > On Jun 17, 2016, at 3:15 PM, Shazron wrote: > > I have no objection if the API property is unambiguous, unlike what it was > before (over 4 years ago!), and is supported by all the major platforms > (looks like it is, fro

Re: [DISCUSS] Use of nsp (node security cli) finds first vulnerable library that we use

2016-06-25 Thread Jesse
I would rather let bithound[1][2] handle that stuff, instead of adding a bunch of code to our tests for this. Here's a fix. [3] [1] https://www.bithound.io/github/purplecabbage/cordova-coho [2] https://www.bithound.io/github/apache/cordova-coho/ [3] https://github.com/apache/cordova-coho/pull/128

Re: Prevent Android only plugin from being installed in ios platform

2016-07-01 Thread Jesse
Have a look at https://github.com/apache/cordova-plugin-whitelist/blob/master/plugin.xml Android only. Essentially everything in the in the plugin's plugin.xml is added to the android project only include tags. @purplecabbage risingj.com On Fri, Jul 1, 2016 at 4:02 AM, Philipp Kursawe

Re: Regarding Pull request for cordova file-transfer-plugin

2016-07-05 Thread Jesse
Thanks Homen. We get notifications via github so you don't need to send an email. Thanks for contributing, we'll look at it soon. Cheers, Jesse > On Jul 4, 2016, at 11:07 PM, Homen Borgohain wrote: > > Hi, > I made a pull request for cordova file-transfer-plugin.Ple

Re: Finding a Bug fix Apache cordova

2016-07-07 Thread Jesse
Thanks, and Welcome Akila! What platforms are you most comfortable with? Android, Java, iOS, Obj-C, Windows, C#, js, ... One person's starter fix can be another person's blocker. Cheers, Jesse > On Jul 6, 2016, at 10:08 PM, Akila Wicky wrote: > > Hi everyone, I'm

Re: Finding a Bug fix Apache cordova

2016-07-07 Thread Jesse
Thu, Jul 7, 2016 at 9:59 PM, Jesse wrote: > >> Thanks, and Welcome Akila! >> >> What platforms are you most comfortable with? Android, Java, iOS, Obj-C, >> Windows, C#, js, ... >> >> One person's starter fix can be another person's blocker. >

Re: Finding a Bug fix Apache cordova

2016-07-11 Thread Jesse
you do the platform rm !!! Bonus points: add a test to prove the issue is fixed, and doesn't resurface. > On Jul 11, 2016, at 9:51 PM, Akila Wicky wrote: > > Jesse, > > Hi, Thanks for you help in finding a bug. Can you give me some way to work in > this bug? > >

Re: Finding a Bug fix Apache cordova

2016-07-12 Thread Jesse
gt; https://github.com/apache/cordova-android/pull/315 > > Can i have some solution for this. > >> On Tue, Jul 12, 2016 at 11:08 AM, Akila Wicky wrote: >> Hi >> >> Thank you Jesse, I accidently missed the dev list from the mail.. >> I'll go through with

Re: Finding a Bug fix Apache cordova

2016-07-13 Thread Jesse
Good work Akila! I have created a board in jira for issues that are tagged as 'easyfix' https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=129 These make a good starting point for anyone looking to get their feet wet. Cheers, Jesse @purplecabbage risingj.com On W

Re: Finding a Bug fix Apache cordova

2016-07-13 Thread Jesse
Oops ... the filter is private ... @purplecabbage risingj.com On Wed, Jul 13, 2016 at 4:02 PM, julio cesar sanchez wrote: > Jesse, I get this error message > > The requested board cannot be viewed because it either does not exist or > you do not have permission to view it. > &g

Re: Finding a Bug fix Apache cordova

2016-07-13 Thread Jesse
Here is the correct link, sorry for the confusion https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=131 @purplecabbage risingj.com On Wed, Jul 13, 2016 at 4:20 PM, Jesse wrote: > Oops ... the filter is private ... > > > @purplecabbage > risingj.com > > On W

Non-destructive platform update - discuss on cordova-discuss

2016-07-14 Thread Jesse
I formalized the non-destructive platform update proposal. We have spoken about it in the past, and I believe we are all in agreement, so I just nailed down some of my thinking so we can move forward. Please comment/discuss on github: https://github.com/cordova/cordova-discuss/issues/50 @purplec

Re: Starting Bug fixing Apache cordova

2016-07-14 Thread Jesse
You might want to pick an issue that is related to a platform that you have some knowledge of. If you don't have any cordova ubuntu background, I do not think this is a good first bug. @purplecabbage risingj.com On Tue, Jul 12, 2016 at 10:45 PM, sanjeewa kumara wrote: > Hi, > > I have searche

Re: Starting Bug fixing Apache cordova

2016-07-14 Thread Jesse
This is a good place to start, I will be adding more over the next while. https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=131 @purplecabbage risingj.com On Thu, Jul 14, 2016 at 5:42 PM, Jesse wrote: > You might want to pick an issue that is related to a platform that

Re: Resigning

2016-07-20 Thread Jesse
tname]-unsubscr...@apache.org" to any Apache wide lists that you are subscribed to. No matter what you decide, it has been a pleasure committing with you and you are always welcome back. Cheers, Jesse @purplecabbage risingj.com On Mon, Jul 18, 2016 at 9:11 PM, Joe Bowser wrote: > Hey >

Re: [DISCUSS] Platforms and tools releases

2016-07-20 Thread Jesse
Where are we with the tools release? CB-11023 has landed in cordova-lib master but has not been released yet. It would be great to get this out. @purplecabbage risingj.com On Mon, Jul 11, 2016 at 5:27 PM, Steven Gill wrote: > LGTM. > > Published the android 5.2.0 blog post. I published cordo

Re: [Android] Need a solution to config.xml and AndroidManifest.xml feature requests

2016-07-21 Thread Jesse
reated by the "cordova" cli > > > > > > > > > > > > > > > > > > > > > > > > > > Then if config.xml overrides something that one of > > > > > > > > > > > > &

Re: [DISCUSS] Android 5.2.2 release

2016-07-25 Thread Jesse
None that I see so far. We should merge this pr [1] and release docs as well, since this is platform+tools related. There is a jira issue with many linked pr's also [2] so we should make sure this all gets closed out together. [1] https://github.com/apache/cordova-docs/pull/614 [2] https://issues

Re: [DISCUSS] cordova-ios 4.2.1

2016-07-26 Thread Jesse
+1 @purplecabbage risingj.com On Tue, Jul 26, 2016 at 7:54 AM, Simon MacDonald wrote: > +1, no issue, do it > > Simon Mac Donald > http://hi.im/simonmacdonald > > On Mon, Jul 25, 2016 at 9:57 PM, Shazron wrote: > > > +1 > > > > On Tuesday, July 26, 2016, Steven Gill wrote: > > > > > Similar

Re: Cordova Screen orientation plugin

2016-07-26 Thread Jesse
I have updated the issue to include the w3c spec, and the fact that we need to add tests. I have also assigned it to you Vishal. @purplecabbage risingj.com On Tue, Jul 26, 2016 at 5:21 PM, Vishal Mishra wrote: > > Its CB-11628 > > On 7/26/16, 4:59 PM, "Shazron" wrote: > > >Vishal, which JIR

Re: [Android] API change: Where to put a utility method?

2016-08-02 Thread Jesse
This info is in config.xml isn't it? http://www.w3.org/ns/widgets"; xmlns:cdv="http://cordova.apache.org/ns/1.0";> MyAppHasAName ... Plugins are already expected to read their own preferences, unfortuately the CordovaPreferences.java file does not appear to be the right place, as this is no

Re: On vacation

2016-08-04 Thread Jesse
Yeah. Wow. Congratulations! Don't worry, we got this. Have fun. > On Aug 4, 2016, at 8:27 AM, Simon MacDonald wrote: > > Congratulations! > > > Simon Mac Donald > http://hi.im/simonmacdonald > > On Thu, Aug 4, 2016 at 6:17 AM, julio cesar sanchez > wrote: > >> Hello all, >> >> Tomorrow I'

Re: [NODE] Can we drop node 0.x support?

2016-08-12 Thread Jesse
+1 Please! > On Aug 12, 2016, at 5:43 PM, Shazron wrote: > > cordova-lib engine says we still do support 0.x: > https://github.com/apache/cordova-lib/blob/2a178662acfad9c779114fddd815e484fc1b6f1d/cordova-lib/package.json#L16 > > Can we drop support? Seems time. > > See: https://twitter.com/fer

Re: How to run a unit test for a plugin

2016-08-23 Thread Jesse
Bugfix pull requests that come with a test to prove they fix the defect are our absolute favorites! @purplecabbage risingj.com On Tue, Aug 23, 2016 at 7:54 AM, Deshan Kalupahana < deshankalupah...@gmail.com> wrote: > It worked. Thanks. > Can I change existing tests to support my bug fix or shou

Re: CB-9963 iOS uuid should remain even after uninstall

2016-08-23 Thread Jesse
Please do not add this to the cordova-plugin-device, if you want to create a new plugin to handle this, then go for it. Apple restricted the real uuid's use for a reason, and cordova should respect it. @purplecabbage risingj.com On Tue, Aug 23, 2016 at 12:05 PM, julio cesar sanchez < jcesarmob..

Re: [VOTE] Cordova-create@1.0.0 release

2016-08-26 Thread Jesse
I vote +1 * Verified archives using coho verify-archive * Ran coho check-license * Ensured tests are passing @purplecabbage risingj.com On Thu, Aug 25, 2016 at 11:32 PM, Shazron wrote: > I vote +1 > > * Verified archives using coho verify-archive > * Ran coho check-license > * Ensured tests a

Re: [Discuss] Cordova-Android 6.0.x

2016-09-02 Thread Jesse
https://github.com/apache/cordova-android/blob/master/.travis.yml#L9 @purplecabbage risingj.com On Thu, Sep 1, 2016 at 10:59 AM, Joe Bowser wrote: > BTW: The nougat update has been added, but this broke our CI > > https://travis-ci.org/apache/cordova-android/builds/156860827 > > Can we get and

Re: About CB-10036 bug fix

2016-09-05 Thread Jesse
This is just the help that is output on the command line when some types 'cordova help plugin'. THis is not intended to be the actual documentation for how to use the feature. @purplecabbage risingj.com On Fri, Sep 2, 2016 at 2:00 PM, sanjeewa kumara wrote: > Initially it was to add save comma

Re: Error when processing doap file http://svn.apache.org/repos/asf/cordova/site/public/infra/doap_Cordova.rdf:

2016-09-05 Thread Jesse
Ack. Please rest assured that this is at the top of the list. Cheers, Jesse @purplecabbage risingj.com On Mon, Sep 5, 2016 at 3:43 AM, sebb wrote: > Please fix this: > > https://issues.apache.org/jira/browse/CB-11058 > > -- Forwarded message -- > From: P

Re: optimizing ios inappbrowser plugin's open and openInSystem method s

2016-09-08 Thread Jesse
Second call steals the callbackID of the first. On it. Thanks! > On Sep 7, 2016, at 6:34 AM, Li, Jonathan wrote: > > Hi, > > The problem with > self.callbackId = command.callbackId; > is it causes the current inappbrowser stopping work properly after user > clicks a link to open mobile safari

Re: [DISCUSS] Not requiring an iCLA for contributions

2016-09-13 Thread Jesse
+1 @purplecabbage risingj.com On Tue, Sep 13, 2016 at 10:27 AM, Shazron wrote: > Bump. There can't be lazy consensus on this. Before I potentially waste > time on drafting a proposal, trying to feel the temperature on this change. > > On Fri, Sep 9, 2016 at 3:34 PM, Shazron wrote: > > > It's

Re: [DISCUSS] Not requiring an iCLA for contributions

2016-09-13 Thread Jesse
You decide per pr if you think it is trivial. @purplecabbage risingj.com On Tue, Sep 13, 2016 at 10:36 AM, Joe Bowser wrote: > I'll agree to this, since I don't know what the definition of trivial is > w.r.t. Apache. > > +1 > > On Tue, Sep 13, 2016 at 10:3

Re: [DISCUSS] Not requiring an iCLA for contributions

2016-09-13 Thread Jesse
thor, since that's more useful and easy > than determining whether it's trivial. I mean, isn't sending a PR through > GitHub already clear intent? > > On Tue, Sep 13, 2016 at 10:41 AM, Jesse wrote: > > > You decide per pr if you think it is trivial. > > >

Re: Regarding Cordova and Gamepad

2016-09-13 Thread Jesse
Yes, it is possible to implement this in cordova. However there are several synchronous apis that make this difficult. Also, FYI - windows universal supports the game pad api out of the box, no need to do anything. Cheers, Jesse @purplecabbage risingj.com On Tue, Sep 13, 2016 at 7:56 AM

Re: [VOTE] Plugins Release

2016-09-14 Thread Jesse
+1 * Ran coho audit-license-headers over the relevant repos (all ok) * Ran coho verify-archive on all the archives (all verified) @purplecabbage risingj.com On Wed, Sep 14, 2016 at 11:07 AM, Shazron wrote: > I vote +1: > * Ran coho audit-license-headers over the relevant repos (all ok) > * Ra

Re: Xcode 8 packaging changes

2016-09-15 Thread Jesse
+1 to dropping 6 and moving towards 8 What is apple's required version of xcode for submitting apps to the app store? Does it make sense to always build with the developer cert unless the dev specified otherwise? I think there might be cases where I would want to run the release build on my own d

Re: [VOTE] cordova-plugin-geolocation@2.4.0 Release

2016-09-29 Thread Jesse
I vote +1: * Ran coho audit-license-headers over the relevant repos * Ran coho check-license to ensure all dependencies and subdependencies have Apache-compatible licenses * Ran coho verify-archive on the package * Ran npm install && npm test @purplecabbage risingj.com On Thu, Sep 29, 2016 at 2

Re: [Vote] Cordova-common@1.5.0 Release

2016-10-07 Thread Jesse
I vote +1: * Ran coho audit-license-headers * Ran coho check-license * Ran npm test @purplecabbage risingj.com On Fri, Oct 7, 2016 at 12:38 AM, Shazron wrote: > I vote +1: > * Ran coho audit-license-headers over the relevant repos > * Ran coho check-license to ensure all dependencies and > sub

Re: [Android] onPause and onResume in the background on WebViews

2016-10-11 Thread Jesse
So if we add PauseOnBackground as a new feature, the default value is whatever happens now? Meaning no one has to care if they don't care? @purplecabbage risingj.com On Tue, Oct 4, 2016 at 10:47 AM, Joe Bowser wrote: > Yeah, I think we shouldn't break users. That said, I do think > PauseOnBac

Re: Brief introduction Octavio Bokel

2016-10-14 Thread Jesse
Welcome Octavio! I believe this is the pr: https://github.com/apache/cordova-plugin-camera/pull/239 @purplecabbage risingj.com On Thu, Oct 13, 2016 at 12:20 PM, Joe Bowser wrote: > Hey > > Can you send me a link to the PR so I can check the fix and make sure it's > not directly related to some

Re: [VOTE] cordova-common@1.5.1

2016-10-14 Thread Jesse
+1 * Ran coho audit-license-headers * Ran coho check-license * Ran coho verify-archive @purplecabbage risingj.com On Thu, Oct 13, 2016 at 11:48 AM, Shazron wrote: > I vote +1: > * Ran coho audit-license-headers over the relevant repos > * Ran coho check-license to ensure all dependencies and

Re: [DISCUSS] Cordova-Windows Release

2016-10-19 Thread Jesse
Ship it! @purplecabbage risingj.com On Wed, Oct 19, 2016 at 3:33 PM, Steven Gill wrote: > Do it! > > On Tue, Oct 18, 2016 at 7:19 AM, Sergey Shakhnazarov (Akvelon) < > v-ses...@microsoft.com> wrote: > > > Does anyone have any reason to delay a cordova-windows platform release? > > Any outstand

Re: [Vote] 4.4.3 Windows Release

2016-10-24 Thread Jesse
I vote +1 * Ran coho verify-archive * Ran coho audit-license-headers * Ran coho check-license * Ensured continuous build was green when repo was tagged * ran npm install && npm run cover * created a test app, added platform and ran it successfully @purplecabbage risingj.com On Mon, Oct 24, 201

Re: [REVIEW] iOS 4.3.0 Release Blog Post

2016-10-24 Thread Jesse
Are we featuring developers in each release now? I love it! iOS 4.3.1 - featuring Kerri Shotts! :shipit: +1 @purplecabbage risingj.com On Mon, Oct 24, 2016 at 5:11 PM, Shazron wrote: > Please review: > https://github.com/apache/cordova-docs/pull/655 > > Kerri, I didn't highlight your feature

Re: [Vote] Tools Release

2016-10-25 Thread Jesse
+1 - coho audit-license-headers - coho verify-archive - coho check-license @purplecabbage risingj.com On Mon, Oct 24, 2016 at 1:10 PM, Shazron wrote: > I vote +1: > * Ran coho audit-license-headers over the relevant repos > * Ran coho check-license to ensure all dependencies and > subdepend

Re: [DISCUSS] Cordova-Windows Release

2016-10-25 Thread Jesse
4.4.3 @purplecabbage risingj.com On Thu, Oct 20, 2016 at 6:02 PM, Steven Gill wrote: > What version? 4.5.0? > > On Wed, Oct 19, 2016 at 4:46 PM, Jesse wrote: > > > Ship it! > > > > > > @purplecabbage > > risingj.com > > > > O

Re: [DISCUSS] Schedule to drop iOS 8 support in cordova-ios@5.x

2016-11-04 Thread Jesse
Sooner would be better, but I'll take it. @purplecabbage risingj.com On Fri, Nov 4, 2016 at 2:20 PM, Shazron wrote: > We've always only supported the currently released iOS, and the previous > iOS release because of test device OS constraints. Currently our support is > for iOS 10 and iOS 9. i

Re: [DISCUSS] Split cordova-lib modules into their own repos

2016-11-23 Thread Jesse
+1 Doit! @purplecabbage risingj.com On Wed, Nov 23, 2016 at 7:40 AM, wrote: > A huge +1 from me! > > Sent from my phone. > > > On Nov 22, 2016, at 19:30, Steven Gill wrote: > > > > Right now, cordova-lib git repo [1] has cordova-serve, cordova-common, > > cordova-fetch & cordova-lib modules.

Re: Windows platform refactoring

2016-11-24 Thread Jesse
Sorry for the late reply, missed this email in the spam folder. These changes look great, thanks! Cheers, Jesse @purplecabbage risingj.com On Thu, Nov 17, 2016 at 6:30 AM, Vladimir Kotikov (Akvelon) < v-vlk...@microsoft.com> wrote: > Hey all > > Just FUI, we're done s

Re: Hello again!

2016-11-28 Thread Jesse
Welcome back! @purplecabbage risingj.com On Mon, Nov 28, 2016 at 11:50 AM, Simon MacDonald wrote: > Never heard of this guy. > Simon Mac Donald > http://simonmacdonald.com > > > On Mon, Nov 28, 2016 at 2:48 PM, Filip Maj wrote: > > Hi everyone! > > > > Just wanted to (re)introduce myself afte

Re: [Vote] 4.3.1 iOS Release

2016-11-30 Thread Jesse
This should be in a discuss thread. @purplecabbage risingj.com On Wed, Nov 30, 2016 at 8:24 PM, Steven Gill wrote: > We don't update the deps every release. It is more just a reminder to check > them, make sure bundled deps match wanted. If releaser is feeling > ambitious, they can update the

Re: [DISCUSSION] Windows tag, what should it be doing?

2016-12-01 Thread Jesse
Hi Karen, I am not sure which is the best approach, but I agree that this is an issue. We need to keep the copy functionality. I'll think more and come back. Hopefully more people weigh in to ... Cheers, Jesse @purplecabbage risingj.com On Tue, Nov 29, 2016 at 9:06 AM, Karen Tran

Re: [Vote] 4.3.1 iOS Release

2016-12-02 Thread Jesse
I vote +1: * Ran coho audit-license-headers * Ran coho check-license * Ran coho verify-archive * created a new cordova project and added ios@4.3.1 and ran it successfully @purplecabbage risingj.com On Fri, Dec 2, 2016 at 4:53 PM, Filip Maj wrote: > I vote +1 > > I ran the following tests again

Re: [DISCUSS] Plugins Release

2016-12-08 Thread Jesse
We can either drop it from the release and publish it after a fix, or just go ahead with the release and do it again next week. Either way, I believe the rest of the vote can proceed, and this should not affect the overall release vote. I personally lean towards letting it go out, and re-releasin

Re: [DISCUSS] Plugins Release

2016-12-08 Thread Jesse
rowserify tag. > > Does this affect any downstream distributions, ie Visual Studio? > IMO: > If it does, I cancel the vote, put out a new vote without the > battery-status plugin included. > If it doesn't, we can re-release just battery-status with the fix. > > On Thu,

Re: [BLOG POST] Dec 07 2016 Plugins Release

2016-12-12 Thread Jesse
+1 @purplecabbage risingj.com On Mon, Dec 12, 2016 at 10:50 AM, Shazron wrote: > Edited to remove cordova-plugin-screen-orientation, it is moved to > https://issues.apache.org/jira/browse/CB-12237 > > On Sun, Dec 11, 2016 at 3:17 PM, Shazron wrote: > > > https://github.com/apache/cordova-docs

Re: [DISCUSS] EOL cordova-medic

2016-12-12 Thread Jesse
What would be the added responsibilities for cordova-paramedic? I am all about deleting code, but if we are simply reshuffling responsibilities then we are really not gaining/losing anything. Originally, and metaphorically ... 'medic' was the hospital and 'paramedic' was the ambulance. To elaborat

Re: (CB-12241) Cordova Device plugin: device.serial value does not match the phone's serial number

2016-12-14 Thread Jesse
I am replying on the issue in JIRA, because there is no way to know if the issue creator is on the dev list, and these replies don't seem to make it back. @purplecabbage risingj.com On Wed, Dec 14, 2016 at 8:13 PM, Kerri Shotts wrote: > Please see https://issues.apache.org/jira/browse/CB-1224

Re: DISCUSS: cordova-serve 1.0.1 release

2016-12-21 Thread Jesse
+1 do what you need to, I'll try to make time to review and vote. > On Dec 21, 2016, at 2:39 PM, Tim Barham wrote: > > I'd like to do a cordova-serve 1.0.1 release that just cherry picks a single > commit > (https://github.com/apache/cordova-lib/commit/84fa8e39b22252381ed4baa6868ff6f22b7a48e2

Re: Naming: cordova-2.8.0.js --> cordova.js

2013-05-01 Thread Jesse MacFadyen
Interesting journey, Jeffery. What if instead of linking from www/index.html to www/cordova.js, we put the js in the app root above www? Or:

Re: Unified config.xml

2013-05-17 Thread Jesse MacFadyen
eparate so for absolute clarity, I think we should. This will simplify the use-case where a plugin works for 8, but not 7. Presumably we will see more and more of these. Cheers, Jesse Sent from my iPhone5 On 2013-05-16, at 6:33 PM, Gorkem Ercan wrote: Without knowing much about wp plugins, w

Re: CORDOVA_JS_BUILD_LABEL

2013-05-23 Thread Jesse MacFadyen
Thanks Ian. I got as far as tag+commits and was able to get there. I was searching for the hash not knowing about the silent g, makes perfect sense now. Cheers, Jesse Sent from my iPhone5 On 2013-05-23, at 7:06 PM, Ian Clelland wrote: On Thu, May 23, 2013 at 5:09 PM, Jesse wrote

Re: Cordova CLI merge, new branch, INFRA ticket

2013-05-29 Thread Jesse MacFadyen
I am liking option 2 now. Seems easy enough. Cheers, Jesse Sent from my iPhone5 On 2013-05-29, at 9:06 AM, Michal Mocny wrote: For the record, I don't mind a reclone, so long as there are no negative repercussions, ie, (1) its not called master2 and (2) there is no way for anyone to

<    8   9   10   11   12   13   14   15   >