Re: Commit package-lock.json in next major Cordova release or not?

2018-09-14 Thread Jesse
m-shrinkwrap.json. Then I think any other npm > > install updates would update npm-shrinkwrap.json instead of > > package-lock.json. Could be more predictable and easier to understand. > > > > This was already discussed in 2014 [1], thanks to Jesse for the link in > >

Re: Commit package-lock.json in next major Cordova release or not?

2018-09-14 Thread Jesse
is > exactly the intended use_. And it comes at no cost other than having to run > `npm shrinkwrap` right before the release. > > Plus, it allows us to override transitive dependency versions for a release > if absolutely necessary. > > Am Sa., 15. Sep. 2018 um 00:16 Uhr schr

Re: [VOTE] cordova-fetch@1.3.1 patch release

2018-09-18 Thread Jesse
I vote +1 - ran tests - verified CI was green - ran coho verify-archive @purplecabbage risingj.com On Tue, Sep 18, 2018 at 4:04 AM wrote: > I vote +1: > * Ran cordova-lib tests using cordova-fetch from the release archive > > Am Di., 18. Sep. 2018 um 02:18 Uhr schrieb Chris Brody < > chris.b

Re: [VOTE] cordova-lib@8.1.0 minor tools release

2018-09-19 Thread Jesse
+1 - coho verify-archive - coho audit-license-headers - coho check-license - npm test on tagged version - CI was green with tagged version @purplecabbage risingj.com On Mon, Sep 17, 2018 at 7:31 PM Chris Brody wrote: > Please review and vote on this Tools Release by replying to this email > (a

Re: [ann] phonegap-native-demo (experimental wip)

2018-09-21 Thread Jesse
Why did you create a github user called 'phonegap-native-demo'? That seems like a very odd use of the PhoneGap trademark. Adobe has allowed developers to name their products ( plugins usually ) with phonegap in their name to indicate that they work 'with' PhoneGap, but it always needs to be clear

Re: cordova 8 send silent sms

2018-09-23 Thread Jesse
your contacts without you knowing Cheers, Jesse > On Sep 22, 2018, at 7:57 AM, Rubi Jihantoro wrote: > > i use this plugin https://github.com/rampicos/Cordova-SMS-Plugin for > sending sms silently (send a secret key), but the plugin says, your > application must be default

Re: [VOTE] cordova-cli@8.1.0 tools release (minor patch release)

2018-09-25 Thread Jesse
+1 - coho verify-archive - checked out tagged version, npm audit looks good! - ran tests @purplecabbage risingj.com On Tue, Sep 25, 2018 at 3:08 AM wrote: > I vote +1: > * Installed archive from dist/dev and successfully ran some routine tasks > > Am Mo., 24. Sep. 2018 um 23:23 Uhr schrieb C

Re: vote duration discrepancy

2018-09-28 Thread Jesse
and this formality can be a barrier to moving forwards. Maybe newer committers need clearer guidelines and I have just been around too long to be objective, that is a possibility too. Cheers, Jesse [1] https://www.apache.org/foundation/votinhttps://www.apache.org/foundation/voting.html#ReleaseVo

Re: iOS and fireDocumentEvent

2018-10-04 Thread Jesse
setTimeout is for async interfaces that really aren't, and ensuring a clear stack frame before calling the callback. Having the success callback called before the developer has handed control to the library could break the developer's code. ex. let num; // undefined let cbSuccess = function() {

Re: [DISCUSS] Windows experts badly needed

2018-10-04 Thread Jesse
Is this an attempt to shame MS into coming back? I am not sure how this helps. Maybe try some twitter outreach or something that might be heard. On Sun, Sep 16, 2018 at 4:12 PM Chris Brody wrote: > I think it is self-evident from the stalled cordova-windows@6.0.1 > patch vote that we do not

Re: [VOTE] cordova-windows@6.0.1 patch release (subject fixed)

2018-10-04 Thread Jesse
I vote +1 - ran coho verify-archive on release artifacts - checked out the branch and ran `npm test` - continuous build was green when repo was tagged - created a project with latest released cordova tooling, added cordova-windows#6.0.1, ran on desktop and phone ``` npm i -g cordova cordova cre

Re: [VOTE] cordova-lib@8.1.1 tools patch release

2018-10-04 Thread Jesse
+1 - coho verify-archive - CI is green - checkout tag and ran tests @purplecabbage risingj.com On Wed, Oct 3, 2018 at 4:10 PM Jan Piotrowski wrote: > I vote +1: > > - Ran `coho verify-tags -g` with the tag string from above > - Confirmed sigs & hashes with `coho verify-archive` > - Checked th

Re: [VOTE] cordova-cli@8.1.2 patch release

2018-10-05 Thread Jesse
I vote +1 - coho verify-archive - checked out tag, ran tests - CI green @purplecabbage risingj.com On Fri, Oct 5, 2018 at 1:50 PM wrote: > I vote +1: > - Successfully installed archive from dist/dev > - Successfully ran some routine tasks including `cordova platform ios` > > Am Fr., 5. Okt. 2

Re: Facing issue in testing release process of Cordova platforms

2018-10-25 Thread Jesse
more with you. Cheers, Jesse @purplecabbage risingj.com On Tue, Oct 23, 2018 at 10:22 PM gandhi rajan wrote: > Hi All, > > I was trying to understand the release process for Cordova platforms as > mentioned in the following link - > > https://github.com/apache/cordova-coh

Re: Facing issue in testing release process of Cordova platforms

2018-10-25 Thread Jesse
Nice Raphael! Thanks. On Thu, Oct 25, 2018 at 1:30 AM wrote: > I already updated cordova-js to use more modern tooling some time ago in > https://github.com/apache/cordova-js/pull/176. I just had not gotten > around to merging it yet. I did so just now. > > Jesse schrieb

Re: [DISCUSS] cordova-android 7.1.2 patch release

2018-10-29 Thread Jesse
Okay, back from sabbatical and catching up. Which outstanding PRs still need to be merged? Is anyone on this already? On Fri, Oct 26, 2018 at 7:46 AM gandhi rajan wrote: > Thanks a lot Chris. Will get in touch with you. > > On Friday, October 26, 2018, Chris Brody wrote: > > > I should be able

Re: [proposal] Remove tool generated docs from camera plugin?

2018-10-30 Thread Jesse
+1 to a hand written readme! @purplecabbage risingj.com On Tue, Oct 30, 2018 at 5:18 PM julio cesar sanchez wrote: > Bumping this old thread again as I accidentally "undid" some manual changes > Jan did on cordova-plugin-camera README. > > Part of the cordova-plugin-camera README is generated

Re: [VOTE] cordova-common 3.0.0 release

2018-11-04 Thread Jesse
+1 - coho verify-archive - checked out tag, verified commit-sha and history, ran tests - ran tests in cordova-lib with cordova-common linked - CI green @purplecabbage risingj.com On Sun, Nov 4, 2018 at 3:22 AM Bryan Ellis wrote: > +1 > > > * Confirmed signatures & hashes with `coho verify-ar

Re: [VOTE] Cordova Android 7.1.2 Release

2018-11-05 Thread Jesse
+1 - coho verify-archive - CI green - created a project, added cordova-android@7.1.2 ( via tagged repo ), ran without issue On Mon, Nov 5, 2018 at 1:18 PM Chris Brody wrote: > +1 > > - > > https://github.com/apache/cordova-android/commit/725e75fa0dc35a1b9bbc56c8621121e6dbc4fbdf > (cordova-an

Re: Contributing to Cordova open source

2018-11-15 Thread Jesse
Welcome Kalana! @purplecabbage risingj.com On Mon, Nov 12, 2018 at 2:24 AM Gearóid M wrote: > Hi Kalana, > > Welcome! It's always great to have new contributors to Cordova. If you're > not sure where to get started, take a look at the Contributor Guide at > https://cordova.apache.org/contribut

Re: [VOTE] cordova-android 7.1.3 patch release

2018-11-19 Thread Jesse
+1 - npm audit all good - ran coho verify-archive over release artifacts - created a new cordova project, and added cordova-android platform ( from filesystem ) and build+ran on emulator @purplecabbage risingj.com On Mon, Nov 19, 2018 at 2:17 PM Chris Brody wrote: > Please review and vote on

Re: [DISCUSS] cordova-android@7.1.3 patch release, any objections?

2018-11-20 Thread Jesse
There is a reported error in the output, the android template app includes the whitelist plugin, but the plugin itself only supports older versions of Cordova-android. The message is something like ‘failed to install plugin ... moving on’. Ultimately not an issue other than the appearance that

Re: [DISCUSS] cordova-android@7.1.3 patch release, any objections?

2018-11-20 Thread Jesse
I will post once I am in the office. > On Nov 20, 2018, at 9:37 AM, gandhi rajan wrote: > > Ya Jesse. While creating hello world app as mentioned in > https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#2-hello-world-app-with-cordova-cli >

Re: [DISCUSS] cordova-android@7.1.3 patch release, any objections?

2018-11-20 Thread Jesse
8 PM gandhi rajan > wrote: > >> Ya Jesse. While creating hello world app as mentioned in >> >> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#2-hello-world-app-with-cordova-cli >> I got the error regarding plugin installation

Re: [DISCUSS] cordova-android@7.1.3 patch release, any objections?

2018-11-20 Thread Jesse
gt; confusing, but what it says it's the opposite of what Jesse said, it says > "This plugin is only applicable for versions of > cordova-android greater than 4.0", which is the case, and installs fine on > my computer. > > El mar., 20 nov. 2018 a las 18:59

Re: [DISCUSS] cordova-android@7.1.3 patch release, any objections?

2018-11-20 Thread Jesse
. > > While not a major blocker it would be nice to get this fixed, if possible. > > On Tue, Nov 20, 2018 at 2:25 PM Jesse wrote: > > > Installing "cordova-plugin-whitelist" for android > > > > cordova-android version check failed > > ("/Users/jessem

Re: Ionic2 - Application Memory Leak during EXEC function

2018-11-26 Thread Jesse
issue at https://github.com/apache/cordova-android/issues Cheers, Jesse [1] https://stackoverflow.com/questions/tagged/cordova [2] https://slack-cordova-io.herokuapp.com/ On Mon, Nov 26, 2018 at 11:05 PM Sajith Jith wrote: > Hello Team, we are really in need of your help. We have

Re: [Discussion]Replace dispatch queue with nsoperation queue in CDVCommandDelegateImpl.m

2018-11-26 Thread Jesse
Hi Tony, I just dug this email out of the 'moderate' list. I have replied to your pr directly on github, lets continue the discussion there. Cheers, Jesse @purplecabbage On Mon, Nov 12, 2018 at 2:28 AM Tony Wang wrote: > Dear Cordova developers and maintainers, > >

Re: Mass PR creation support

2018-12-07 Thread Jesse
I have done this in the past. I did it the hard way[1], and it took about 30 minutes. The easy way[2] would take a minimum of several hours. In cases where we are not significantly impacting code and or dependencies, I think it is okay to just do the work commit it and push to master [1] just doi

Re: Nomination for a new chair for Apache Cordova

2018-12-10 Thread Jesse
Abdullah >> (shazron) to the office of Vice President, Apache Cordova, and >> >> WHEREAS, the Board of Directors is in receipt of the resignation >> of Shazron Abdullah from the office of Vice President, Apache Cordova, >> and >> >> WHEREAS

Re: Nomination for a new chair for Apache Cordova

2018-12-11 Thread Jesse
ectors is in receipt of the resignation >> of Shazron Abdullah from the office of Vice President, Apache Cordova, >> and >> >> WHEREAS, the Project Management Committee of the Apache Cordova >> project has chosen by vote to recommend Jesse Mac

Re: Windows Cordova Platform for Desktop Application!!

2018-12-14 Thread Jesse
Soon you will be able to target windows/mac desktop apps using electron. No word on exactly when this will be ready for mainstream use, but it is in progress. @purplecabbage risingj.com On Wed, Dec 12, 2018 at 10:32 PM Shazron wrote: > Sorry looks like Windows Store only > > On Thu, Dec 13,

Re: Cordova Issue

2018-12-14 Thread Jesse
Sorry, but this is not a support mail list. You can try asking on http://stackoverflow.com/questions/tagged/cordova or http://slack.cordova.io/ @purplecabbage risingj.com On Fri, Dec 14, 2018 at 11:03 AM Sooraj K S wrote: > So please provide the reply. > > On Thu, 13 Dec 2018 at 15:38, Sooraj

Re: [VOTE] cordova-common@3.1.0 tools release

2019-01-02 Thread Jesse
+1 - ran coho verify-archive - reviewed CI - Checked out tag and ran tests: Executed 251 of 253 specs INCOMPLETE (2 PENDING) in 3 secs. @purplecabbage risingj.com On Wed, Jan 2, 2019 at 6:32 PM Shazron wrote: > +1 > > On Tue, Dec 25, 2018 at 2:47 AM Chris Brody wrote: > > > > Please revi

Re: Status of WebviewEngine Bridge Plugin

2019-01-11 Thread Jesse
Previous discussion leading up to that blog post is here: https://markmail.org/message/fxe6q6nnernvr6h6 @purplecabbage risingj.com On Fri, Jan 11, 2019 at 6:05 AM Niklas Merz wrote: > I have looked around in cordova-ios and found a way to switch the webview > at runtime. As far as I understo

Re: [dev] some bad press

2019-01-25 Thread Jesse
Don't be discouraged. We've aways had some negativity. I think this is just part of being the OG. Data analysis is a science, and personally, I don't have a ton of faith in the science of this post. On Fri, Jan 25, 2019 at 12:30 AM Oliver Salzburg wrote: > Why do you feel the need to be compe

Re: A brief introduction and project proposal

2019-01-31 Thread Jesse
Prior art here: https://github.com/phonegap/phonegap-plugin-template Let me know how I can help you Animesh. Cheers, Jesse > On Jan 30, 2019, at 9:00 AM, julio cesar sanchez > wrote: > > Welcome! > > We have a similar thing called cordova-plugman. > The main p

Re: [VOTE] Cordova-Browser 6.0.0 Release

2019-02-03 Thread Jesse
+1 Ken just beat me to it ... - coho verify-archive OK - CI is green @purplecabbage risingj.com On Sun, Feb 3, 2019 at 5:22 PM Ken Naito wrote: > +1 > > * coho verify-archive OK > * coho verify-tags OK > * The last commit is green. > > > > On 2019/02/01 13:51, Bryan Ellis wrote: > > Please r

Re: [VOTE] Cordova-OSX 5.0.0 Release

2019-02-03 Thread Jesse
+1 - coho verify-archive OK - CI is green @purplecabbage risingj.com On Sun, Feb 3, 2019 at 5:22 PM Ken Naito wrote: > +1 > > * coho verify-archive OK > * coho verify-tags OK > * The last commit is green. > > > On 2019/02/01 16:12, Bryan Ellis wrote: > > Please review and vote on this OSX Rel

Re: [VOTE] Cordova-iOS 5.0.0 Release

2019-02-07 Thread Jesse
+1 - CI green - verified Erisu's signature via `cohoo verify-archive` - npm audit on commit 7c1c99713f - npm test on commit 7c1c99713f @purplecabbage risingj.com On Wed, Feb 6, 2019 at 8:53 PM Bryan Ellis wrote: > Please review and vote on this iOS Release v5.0.0 > by replying to this email (

Re: [VOTE] Cordova-Electron 1.0.0 Release

2019-02-25 Thread Jesse
+1 * coho verify-archive * CI green * npm test * npm audit * coho check-license @purplecabbage risingj.com On Sun, Feb 24, 2019 at 11:37 PM Bryan Ellis wrote: > Please review and vote on this Electron Release v1.0.0 > by replying to this email (and keep discussion on the DISCUSS thread) > > Re

Re: [Proposal] Supporting Proper DATA_URL for Camera plugin

2019-02-27 Thread Jesse
I think I am okay with the breaking change, as long as we update major My only reservation is that it is a questionable api imho, converting binary to text just to pass it through the bridge is computationally expensive and ram intensive and better cameras continue to make it worse. > On Feb 2

Re: [Proposal] Supporting Proper DATA_URL for Camera plugin

2019-03-01 Thread Jesse
t; > > > Regarding this, I think we can generally recommend in the documentation > to > > use the base64 API option in case of small images (and it is up to the > app > > developers to decide based on the problem that they are trying to solve). > > > > What do you think?

Re: [VOTE] Cordova-Windows 7.0.0 Release

2019-03-05 Thread Jesse
+1 - Ran coho verify-archive - CI was green @purplecabbage risingj.com On Mon, Mar 4, 2019 at 11:54 PM Bryan Ellis wrote: > Please review and vote on this Windows Release v7.0.0 > by replying to this email (and keep discussion on the DISCUSS thread) > > Release issue: https://github.com/apac

Re: [VOTE] Cordova-Electron 1.0.1 Patch Release

2019-03-05 Thread Jesse
+1 * coho verify-archive OK * ci is green @purplecabbage risingj.com On Mon, Mar 4, 2019 at 10:14 PM Ken Naito wrote: > +1 > > * coho verify-archive OK > * coho verify-tags OK (except for confirming signature owner) > * The last commit 8649e607d605f8c705b983d7042aa73ba7da1c4f passes CI tests

Re: Contributor Introduction

2019-03-06 Thread Jesse
Welcome Gedas! Cheers, Jesse @purplecabbage On Wed, Mar 6, 2019 at 10:51 PM Gedas Gardauskas wrote: > Hello, > > My name is Gedas Gardauskas. Currently, I am working at Monaca as a > Software Engineer. For the past few months, I have been actively > contributing to the Co

[BOARD REPORT DRAFT] March 2019 Cordova Board Report

2019-03-11 Thread Jesse
Please review and comment. https://github.com/apache/cordova-apache-board-reports/blob/master/2019/2019-03.md Cheers, Jesse

Re: [BOARD REPORT DRAFT] March 2019 Cordova Board Report

2019-03-11 Thread Jesse
2, 2019 at 5:42 AM Chris Brody wrote: >> >> I thought Ken was added after Bryan, may be mistaken though. >> >>> On Mon, Mar 11, 2019 at 5:34 PM Jesse wrote: >>> >>> Please review and comment. >>> >>> >> https://github.co

Re: [DISCUSS] Cordova Lib 9.0.0 Release

2019-03-15 Thread Jesse
The pr appears to be a minor change, correct me if I am wrong. If it means we do a 9.0.1 or even a 9.1 in a week or 2, that is fine. I would only wait if it was to avoid another sudden major bump. If everything here is correct, I say we keep moving forward. Also, thank you Erisan for your work to

Re: [VOTE] Cordova-Lib 9.0.0 Release

2019-03-15 Thread Jesse
+1 - coho verify-archive on dist/dev release - npm audit + npm test - ci green @purplecabbage risingj.com On Fri, Mar 15, 2019 at 2:09 AM Bryan Ellis wrote: > Please review and vote on this Cordova Lib Release v9.0.0 > by replying to this email (and keep discussion on the DISCUSS thread) > >

Re: [VOTE] Cordova-Electron 1.0.2 Release

2019-03-15 Thread Jesse
+1 - coho verify-archive - ci green - npm audi + npm test @purplecabbage risingj.com On Thu, Mar 14, 2019 at 10:40 PM Bryan Ellis wrote: > Please review and vote on this Electron Release v1.0.2 > by replying to this email (and keep discussion on the DISCUSS thread) > > Release issue: https:/

Re: cordova app fail on Android 8.1

2019-03-24 Thread Jesse
explain what jarsigner+zipalign are too .. Cheers, Jesse On Sat, Mar 23, 2019 at 9:54 PM Rajeswar Mohanty wrote: > Dear Sir > > Simple application Hell World with no plugin , it work fine in in Android > 8.1 without jarsigner & zipalign.. > > but fail after jarsigner &

Re: cordova in appbrowser issue

2019-03-25 Thread Jesse
download plugin. https://www.npmjs.com/package/cordova-plugin-file-transfer Cheers, Jesse On Thu, Mar 21, 2019 at 8:24 PM gandhi rajan wrote: > As far as I know, inapp browser plugin is for rendering links within the > app. For file download, you may have to use file download

Re: browserify support

2019-03-30 Thread Jesse
atever you want ... you can webpack/parcel/browserify the whole thing, you just need to be sure of serving the right cordova-exec to the right platform, and make sure the plugins match the native plugins. Cheers, Jesse @purplecabbage risingj.com On Thu, Mar 28, 2019 at 5:19 PM Dan Polivy wrote

Re: [DISCUSS] Node 6.x & 8.x Deprecation & Node 12.x Support

2019-04-10 Thread Jesse
There is an issue with the language in the blog post. Deprecation means that support will be removed in the future, we should deprecate now, and remove support somewhere down the road. The sooner the better for Node 6.x imho On Wed, Apr 10, 2019 at 8:17 PM Gedas Gardauskas wrote: > +1 > > I be

Re: UI landing page cordova

2019-04-22 Thread Jesse
as it appears to be a simple css grid issue. Cheers, Jesse [1] https://github.com/apache/cordova-docs/issues On Sun, Apr 21, 2019 at 5:14 AM wrote: > Thank you for reporting this. I can't see the screenshot you attached > though. > > Please open an issue at https://github.c

Re: Native (C#, C++) UI plugins for Cordova Windows?

2019-05-01 Thread Jesse
C# or C++ based application, with a native webview container in which to render, then everything is possible. This is a long risky road though ... everything from the cordova.js and the bridge would have to change, and every plugin would need to be rewritten. Cheers, Jesse @purplecabbage

Re: Native (C#, C++) UI plugins for Cordova Windows?

2019-05-01 Thread Jesse
we should consider dropping formal Windows > support in favor of Electron? (And same for "osx" platform?) > > On Wed, May 1, 2019 at 5:12 PM Jan Piotrowski > wrote: > > > > Thanks for the confirmation what I suspected. > > > > -J > > > > Am Mi., 1.

Re: What is in a platform?

2019-05-02 Thread Jesse
Implementing a platform requires that you come and ask this list. It happens infrequently enough that I think an extensive guide would probably be a waste of time. Looking at test platform repo is a good starting point because it implements the bare minimum. Reading that readme also has links

Re: [DISCUSS] non-global Cordova installs

2019-05-09 Thread Jesse
Hello Dmitry, In my mind, cordova-cli is intended to be installed globally, in situations where that is not is possible we could *maybe* recommend that users use npx, but I don't think it's a great experience. btw, npx needs to be globally installed ... so ok!? This is really just a symptom of a

Re: [DISCUSS] non-global Cordova installs

2019-05-10 Thread Jesse
myNewCordovaApp npm i cordova --save-dev npx cordova platform add android npx cordova run android ``` I believe we may also find some issues around cordova-lib having expectations of number of args and how it outputs some error messages, but hopefully tests will reveal those. Cheers, Jesse On Fri

Re: [DISCUSS] Remove all documentation translations

2019-05-15 Thread Jesse
+1 @purplecabbage risingj.com On Wed, May 15, 2019 at 1:33 AM Hazem Saleh wrote: > +1 on not maintaining these translated docs anymore. > > Thanks and Best Regards > > > On May 15, 2019, at 4:26 AM, Tim Brust > > > wrote: > > > > +1 for removing them > > > > Personally I've got the feeling t

Re: [DISCUSS] non-global Cordova installs

2019-05-15 Thread Jesse
> >> On Fri, May 10, 2019 at 3:05 PM Oliver Salzburg > > >> wrote: > > >>> > > >>> I have already started working on a PR to make the necessary changes > to > > >>> the documentation, as I was under the impression that consensus >

Re: [DISCUSS] non-global Cordova installs

2019-05-15 Thread Jesse
pretty convenient, and don’t incur the > security penalties of npx. > > > > Dmitry > > > >> On May 15, 2019, at 02:15, Jesse wrote: > >> > >> Given how contentious this has become, I think our best approach would > be > >> to con

Re: [DISCUSS] coho: Change the default folder it works on

2019-05-16 Thread Jesse
#237 Seems sufficient to me. Remember that coho has very limited use and is not really intended for wide adoption. It is for developers working with the collection of cordova repos, and managing the multitude of repos that we have. Personally, I don't see a ton of value in changing it. On Thu,

Re: Plugins and Node.js versions

2019-05-16 Thread Jesse
Sounds good to me. Faster CI is better CI On Thu, May 16, 2019 at 2:16 PM Jan Piotrowski wrote: > None of the plugins have a `hooks` directory or anything else that > looks similar. > > Is anyone aware of any script in the plugin repositories that is > executed on the developer side? > > Otherw

Re: Cordova track at ApacheCon Vegas?

2019-05-21 Thread Jesse
y the number of replies you got, we are all pretty busy. Maybe next year, or maybe Berlin! (4 days left to submit) Cheers, Jesse On Tue, May 21, 2019 at 10:43 AM Rich Bowen wrote: > > > On 2019/05/21 13:38:15, Rich Bowen wrote: > > Hi, folks, > > > > In peru

Re: [DISCUSS] non-global Cordova installs

2019-05-27 Thread Jesse
quot; introduces major failure modes. > > Dmitry > >> On May 15, 2019, at 11:32 PM, Jesse wrote: >> >> I think there is a disconnect on the actual proposal here. >> >> Here's the pr again ( keep the discussion here please ) >> https://github.com/apa

Re: Cordova track at ApacheCon Vegas?

2019-06-04 Thread Jesse
you decide to go with this, I can probably pull together 1-2 talks to help fill it out, and offer some cover. I will also solicit my network for more talks, but it won't be within 24 hours ... Cheers, Jesse On Tue, Jun 4, 2019 at 8:26 AM Rich Bowen wrote: > > > On 2019/05/21

Re: Cordova track at ApacheCon Vegas?

2019-06-04 Thread Jesse
Sounds great! I think we can just go ahead and say that we will figure it out, and you can prepare your press release Rich. On Tue, Jun 4, 2019 at 10:58 AM Hazem Saleh wrote: > Sure, I will talk with Jesse. > > On Tue, Jun 4, 2019 at 1:54 PM Rich Bowen wrote: > > > > &

Re: Cordova track at ApacheCon Vegas?

2019-06-06 Thread Jesse
Yeah, what level of detail do you need? Hazem will do 2 talks, and I will do 2 Apache Cordova In Action -Hazem Saleh Advanced Apache Cordova Development-Hazem Saleh The power of Plugins - developing plugins for Apache Cordova - Jesse MacFadyen Tips and Tricks - Getting the most out of

Re: Cordova track at ApacheCon Vegas?

2019-06-07 Thread Jesse
and promoting financial inclusion in the fragile states - Rajan Maurya * The power of Plugins - developing plugins for Apache Cordova - Jesse MacFadyen * OpenWhisk and Kubernetes based Mobile Backend as a Service - Marek Sadowski * Tips and Tricks - Getting the most out of Apache Cordova - Jesse

[BOARD REPORT DRAFT] June 2019 Cordova Board Report

2019-06-10 Thread Jesse
Please review and comment. https://github.com/apache/cordova-apache-board-reports /blob/master/2019/2019-06.md <https://github.com/apache/cordova-apache-board-reports/blob/master/2019/2019-03.md> Cheers, Jesse @purplecabbage risingj.com

Re: [BOARD REPORT DRAFT] June 2019 Cordova Board Report

2019-06-10 Thread Jesse
Brust since Bryan > Ellis. > >> On Mon, Jun 10, 2019 at 11:30 PM Jesse wrote: >> >> Please review and comment. >> https://github.com/apache/cordova-apache-board-reports >> /blob/master/2019/2019-06.md >> < >> https://github.com/apache/cordova

Re: [DISCUSS] cordova-common tools release

2019-06-11 Thread Jesse
+1 ship it > On Jun 11, 2019, at 9:14 PM, Darryl Pogue wrote: > > +1 > I've merged the plist formatting PR, and no other concerns from me about > this release. > > I will note that our highest priority issue as a project is probably the > bug with config munging[1][2][3] in cordova-common, but

Re: Cordova ios with multiple targets

2019-06-16 Thread Jesse
Hello Madhu, This is a channel for the development of Apache Cordova, and not a support mailing list. You can try asking on http://stackoverflow.com/questions/tagged/cordova or in our slack community at http://slack.cordova.io/ Cheers, Jesse On Sun, Jun 16, 2019 at 10:55 PM Madhusudhana rao

Re: Apache Cordova Performance Best Practices

2019-06-28 Thread Jesse
Xcode tools are available for debugging and perf profiling. You will need to build for iOS, and then open the workspace in Xcode. For js, use iOS simulator, and safari debug tools. > On Jun 28, 2019, at 1:35 PM, Hazem Saleh wrote: > > I think to answer this question, it really depends on the

Re: [VOTE] Plugins (minor) releases

2019-07-08 Thread Jesse
+1 - CI is green - reviewed changes - coho verify-archive On Sun, Jul 7, 2019 at 11:20 AM Tim Brust wrote: > I vote +1 *for each:* > * CI is green > * coho verify-archive ✅ > * coho check-license ✅ > * npm audit ✅ > * npm test ✅ > > > On Fri, Jun 28, 2019 at 2:50 PM Jan Piotrowski > wrote: >

Re: [Cordova dev] info needed label

2019-07-15 Thread Jesse
+1 I don't think you'll see any objections. On Mon, Jul 15, 2019 at 2:07 PM Chris Brody wrote: > We receive a number of support issues where I think we need an > explicit label such as “info needed”, to make it clear that more > information is needed before we can provide any support. I think we

Re: [Cordova dev] info needed label

2019-07-15 Thread Jesse
needed” get > > closed after X days if there is no information provided. We have a bunch > of > > issues piling up that are all waiting for info, and we have no process > that > > allows us to close those. > > > > On Mon, Jul 15, 2019 at 2:11 PM Jesse wrote: &g

Re: [VOTE] cordova-plugin-wkwebview-engine Bugfix Release

2019-07-22 Thread Jesse
+1 - coho verfify-archive - check out tag ... and ran tests - CI is green On Mon, Jul 22, 2019 at 2:50 AM Bryan Ellis wrote: > +1 > > * Confirmed signature & hashes with `coho verify-archive` > * Verified SHA match tags with `coho verify-tags` > * Re-created archives to ensure contents match re

Re: UIWebView/WKWebView Migration Strategy for Cordova iOS

2019-09-04 Thread Jesse
Thanks for starting this Darryl. I will be digging into this more this week and I will reply in the pr. On Tue, Sep 3, 2019 at 4:56 PM Darryl Pogue wrote: > Background: As of August 2019, Apple is now showing a deprecation > warning when uploading apps to the App Store that include > UIWebView-r

[BOARD REPORT DRAFT] September 2019 Cordova Board Report

2019-09-11 Thread Jesse
Please review and comment here. https://github.com/apache/cordova-apache-board-reports/blob/master/2019/2019-09.md Sorry for the lateness of this email, the report is due today. Cheers, Jesse

Re: [VOTE] Cordova-Android 8.1.0 Release

2019-09-12 Thread Jesse
+1 - coho verify-archive - ci is green On Thu, Sep 12, 2019 at 8:51 PM Ken Naito wrote: > +1 > > * coho verify-archive OK > * coho verify-tags OK > * The last commit 7e8b47d0121fe49bd3ddde39dd29e669e3fd9519 in > cordova-android passes all CI tests on github. > > > Ken > > On 2019/09/11 17:26, B

Re: [ANNOUNCEMENT] Cordova Android 8.1.0 Release

2019-09-17 Thread Jesse
📣 On Tue, Sep 17, 2019 at 2:22 AM Bryan Ellis wrote: > We have just released an update to our android platform! > - cordova-android@8.1.0 > > You can view the release blog post at > > https://cordova.apache.org/announcements/2019/09/17/cordova-android-release-8.1.0.html >

Re: UIWebView/WKWebView Migration Strategy for Cordova iOS

2019-09-18 Thread Jesse
wrote: > So Jesse, did you get a chance to look into this? > > I think the pr has plenty of information and 2 clear options, should we now > vote on them? > > El mié., 4 sept. 2019 a las 21:33, Jesse () > escribió: > > > Thanks for starting this Darryl. I will be digg

Re: vote: PR merge convention

2019-10-01 Thread Jesse
-1 for protected master branches, we are a small group of committers and don't need rules to keep us honest. Protecting master would involve infra, as we cannot manage the minutia in github. I think we all do this anyway except for rare occasions. +1 for squash and merge, as long as the meaningfu

Re: [DISCUSS] Deprecation of allowing remote urls in config's

2019-10-22 Thread Jesse
This is a crucial feature for development tools, and a valid production use case. 1. This is NOT breaking TOS with Apple, unless the developer decides to significantly change their app, which is bad practice anyway. 2. Care should be taken in what you deliver to your app, this is not cordova's con

Re: [DISCUSS] Deprecation of allowing remote urls in config's

2019-10-22 Thread Jesse
Also, please keep in mind that there are other ways to distribute apps. A company/developer with an enterprise license can build apps for company/employee use and distribute them as they see fit. On Tue, Oct 22, 2019 at 9:20 AM Jesse wrote: > This is a crucial feature for development to

Re: [DISCUSS] Deprecation of allowing remote urls in config's

2019-10-22 Thread Jesse
use a remote html page for > >> their app index page and still avoid a blank page due to the device not > >> having a data connection. > >> > >> So for these reasons, I think it still should be documented as bad > >> practice for production apps

Re: [DISCUSS] Deprecation of allowing remote urls in config's

2019-10-22 Thread Jesse
own AppStore, even though it was strictly for development. There are still many apps in the Apple app store that do this. On Tue, Oct 22, 2019 at 11:26 AM Jesse wrote: > Yes, it can be risky in an app store, but to date, there have been no > reports to cordova or phonegap of apps being re

Re: [VOTE] Cordova-ESLint 1.0.0 Release

2019-11-07 Thread Jesse
+1 - coho verify archive - ran tests On Thu, Nov 7, 2019 at 3:25 AM wrote: > I vote +1: > * `npm test` passes (Lints itself) > * I manually tested it on cordova-create > > Am Do., 7. Nov. 2019 um 12:07 Uhr schrieb Bryan Ellis : > > > Please review and vote on this Cordova ESLint Major Release v

Re: [VOTE] Cordova-iOS 5.1.0 Release

2019-11-24 Thread Jesse
+1 - CI is green for the tag - coho verify-archive - checked out tagged commit and ran tests - created a new project and added the platform without issue On Sun, Nov 24, 2019 at 9:03 AM Tim Brust wrote: > I vote +1: > > ✅ CI is green for the tag > ✅ coho verify-archive > ✅ changes make sense >

CVE-2019-0219: Apache Cordova InAppBrowser Privilege Escalation (Android)

2019-11-27 Thread Jesse
CVE-2019-0219: Apache Cordova InAppBrowser Privilege Escalation (Android) === Severity: Medium Vendor: The Apache Software Foundation Versions Affected: Cordova Android applications using the InAppBrowser plugin ( cordova-plugin-inappbrowser version 3.0.0 and below ) Description: A website runn

Re: [VOTE] Cordova-iOS 5.1.1 Release

2019-11-30 Thread Jesse
+1 - ci is green - coho verify-archive - ran tests locally, npm audit On Thu, Nov 28, 2019 at 11:46 PM Niklas Merz wrote: > I vote +1 (non-binding) > * CI is greeen for tag > * Confirmed sigs & hashes with `coho verify-archive` [1] > * Verified sha1s match tags with `coho@nightly verify-tags` >

[BOARD REPORT DRAFT] December 2019 Cordova Board Report

2019-12-11 Thread Jesse
Please review and comment here. https://github.com/apache/cordova-apache-board-reports/blob/master/2019/2019-12.md Cheers, Jesse

Re: [VOTE] cordova-windows@7.1.0 release

2019-12-18 Thread Jesse
+1 - coho verify-archive - CI is green - reviewed changes On Sun, Dec 15, 2019 at 7:12 PM Chris Brody wrote: > Please review and vote on this cordova-windows@7.1.0 release by > replying to this email (and keep discussion on the DISCUSS thread) > > The archive has been published to dist/dev: > h

Re: [VOTE] cordova-node-xcode@2.1.0 tools release

2019-12-18 Thread Jesse
+1 - coho verify-archive - reviewed changes - CI is green (OK:1583 Assertions!) On Thu, Dec 12, 2019 at 5:09 PM Chris Brody wrote: > Please review and vote on this Tools Release by replying to this email > (and keep discussion on the DISCUSS thread) > > Proposed tools release has been published

Re: [VOTE] cordova-node-xcode@2.1.0 tools release

2019-12-24 Thread Jesse
The vote has now closed. The results are: Positive Binding Votes: 3 * Chris Brody * Jesse MacFadyen * Niklas Merz Negative Binding Votes: 0 The vote has passed. Thanks everyone! On Wed, Dec 18, 2019 at 11:02 PM Niklas Merz wrote: > +1 (non-binding) > > - coho verify-archive > -

Re: [VOTE] cordova-windows 7.0.1 patch release

2020-01-05 Thread Jesse
+1 - coho verify-archive + verify-tags - ci green - reviewed commits On Wed, Jan 1, 2020 at 11:48 AM Niklas Merz wrote: > (sending again because of formatting issues, Thunderbird can be hard to > use) > > +1 > > * Confirmed sigs & hashes with `coho verify-archive` > * Verified sha1s match tags

<    7   8   9   10   11   12   13   14   15   >