Re: [DISCUSS] cordova-android 13.0.0 Release

2024-05-19 Thread julio cesar sanchez
Unless something changed last minute, I think the gradle version used required JDK 17, which has been bundled with Android Studio for around 1 year El El dom, 19 may 2024 a las 21:17, Niklas Merz escribió: > Which version of Java is required for this release? Is 11 from the docs > still up-to

Re: [DISCUSS] cordova-plugin-device 3.0.0 Release

2024-05-13 Thread julio cesar sanchez
I’ve merged my two breaking PRs. We could also merge https://github.com/apache/cordova-plugin-device/pull/62 It would require to set engines to cordova-android >= 7, which is very old anyway El lunes, 13 de mayo de 2024, Bryan Ellis escribió: > Does anyone have any reason to delay a release

Re: [DISCUSS] cordova-plugin-device 2.2.0 Release

2024-05-07 Thread julio cesar sanchez
changes? If it isn't necessary, I might not > find any reasons to object to proceeding with a major release. > > > > On Tue, May 7, 2024 at 7:01 PM julio cesar sanchez > > wrote: > > > I have two pending PRs, but they are breaking (removing deprecated > > pl

Re: [DISCUSS] cordova-plugin-device 2.2.0 Release

2024-05-07 Thread julio cesar sanchez
I have two pending PRs, but they are breaking (removing deprecated platforms and unused code), so if they get merged, the release would be 3.0.0. not 2.2.0 El mar, 7 may 2024 a las 7:17, Bryan Ellis () escribió: > Does anyone have any reason to delay a release for cordova-plugin-device? > > *

Re: [DISCUSS] Cordova InAppBrowser Plugin Release

2023-11-04 Thread julio cesar sanchez
I’ve just sent two PRs, one is breaking as it removes the deprecated platforms. Another that removes deprecated/unneeded code for iOS. If we merge the breaking one, we could also update the eslint config that would also be breaking and we could bump the engines to require a newer cordova-android.

Re: [DISCUSS] cordova-plugin-geolocation Release

2023-09-16 Thread julio cesar sanchez
I’ve read the blog post and it mentions “The JavaScript of the plugin has been upgraded to use ES6 features, such as `let` and `const`.”. But the plugin engines still support cordova-android 6+. Should we bump the engines to require latest cordova-android? Those new ES6 features won’t work on

Re: [DISCUSS] cordova-android 12.0.0 Release

2023-05-16 Thread julio cesar sanchez
ext major when we preparing to > target API 34. > > On 2023-05-16 11:20 a.m., julio cesar sanchez wrote: > > I sent a PR for using gradle 8, but not sure if that’s something we want > or > > we prefer to wait as is a big breaking change and plugins with complex > > gra

Re: [DISCUSS] cordova-android 12.0.0 Release

2023-05-16 Thread julio cesar sanchez
I sent a PR for using gradle 8, but not sure if that’s something we want or we prefer to wait as is a big breaking change and plugins with complex gradle files might break if using features that were removed. El El mar, 16 may 2023 a las 5:02, Bryan Ellis escribió: > Does anyone have any reason

Re: [DISCUSS] iOS Minimum Deployment Target

2023-05-03 Thread julio cesar sanchez
I don’t have any iOS 11 or 12 devices to test, so I would gladly go with iOS 13. There are no official stats from Apple since they group old iOS versions as “other”, but according to data from January of 2022, iOS 13+14 were 93% on iPhone and 88% on iPad. Then according to data from May of 2022,

Re: [DISCUSS] cordova-ios patch release

2023-04-12 Thread julio cesar sanchez
This fix should also be included https://github.com/apache/cordova-ios/pull/1255 And since it's going to be a minor release, we should probably include all the features too. I, as a user, would find it very confusing that issues that have been marked as "fixed" years ago, are not included in the

Re: [DISCUSS] cordova-ios patch release

2023-04-11 Thread julio cesar sanchez
Can’t we do a major release? Last release was over two years ago and I think we have a lot more fixes and features than just the inspector fix, that would benefit users. If not, it should be a minor release, not a patch release, since the inspector fix is actually a feature. El martes, 11 de

Re: Testing a new Plugin "Module" authoring method

2023-03-30 Thread julio cesar sanchez
libraries that **has** to be bundled at the > application level, would be interesting to know, but in those cases I think > the existing directive > could be used to support that kind of use case. > > On 2023-03-30 11:57 a.m., julio cesar sanchez wrote: > >> I had similar th

Re: Testing a new Plugin "Module" authoring method

2023-03-30 Thread julio cesar sanchez
I had similar thoughts in the past, but never had time to implement it myself. For reference, Joe already tried to convert the Android part of InAppBrowser plugin into a library project back in 2018 https://github.com/apache/cordova-plugin-inappbrowser/pull/242 Modules have some problems too,

Re: [DISCUSS] Android - New Minimum SDK?

2023-03-08 Thread julio cesar sanchez
cause > there was known issues regarding upgradeable webviews on some device > manufacturers with Android 5.0. > > FYI I skipped API 25 because there was a lack of data points. > > On 2023-03-07 7:55 p.m., julio cesar sanchez wrote: > > Any other opinions about it? > > > &

Re: [DISCUSS] Android - New Minimum SDK?

2023-03-07 Thread julio cesar sanchez
Any other opinions about it? El jueves, 8 de diciembre de 2022, julio cesar sanchez < jcesarmob...@gmail.com> escribió: > I was going to propose to bump the minSDK to 23 since we have been in 22 > for a few versions, but I think going to 27 is too much and would make > user

Re: statusbar styles decision

2023-01-08 Thread julio cesar sanchez
atform / system default > thing. > > Default on Android need not look like default on iOS > > > On Oct 25, 2022, at 8:01 AM, julio cesar sanchez > wrote: > > > > The funny thing is default is not the default value, the default value > is > > lightContent. It

Re: Error while running cordova

2023-01-05 Thread julio cesar sanchez
As Norman told you in your previous mail, this mailing is for discussions regarding the development of Cordova (CLI, platforms, plugins, etc.) only. For questions or support, please start a discussion inside GitHub at https://github.com/apache/cordova/discussions El El jue, 5 ene 2023 a las

Re: [DISCUSS] cordova-lib 11.1.0 Release

2022-12-21 Thread julio cesar sanchez
a specific version, they should supply it. > > "@". Similar to how npm works when adding a package > for > > the first time, fetching the latest. > > > > > > I am not sure if there is any reason we should not bump the pinning. > Since > > it is

Re: [DISCUSS] cordova-lib 11.1.0 Release

2022-12-13 Thread julio cesar sanchez
Shouldn’t we pin cordova-android 11? Or that requires a major bump that we don’t want to do at the moment? But cordova-android 11 is a requirement to publish apps on google play since November for existing apps and August for new apps. El El mar, 13 dic 2022 a las 5:05, Bryan Ellis escribió: >

Re: [DISCUSS] Android - New Minimum SDK?

2022-12-08 Thread julio cesar sanchez
I was going to propose to bump the minSDK to 23 since we have been in 22 for a few versions, but I think going to 27 is too much and would make users to not update or to move to something else. The truth is, with google support libraries we won't really be cleaning up that much code since the

Re: statusbar styles decision

2022-10-25 Thread julio cesar sanchez
. And if the user wants to match the system > theme, having styleSystem is think is a clear indication of that > behaviour, more > so than a styleDefault. > > So +1 for Option #2. > > On 2022-10-25 6:08 a.m., julio cesar sanchez wrote: > > The statusbar plugin has this styl

statusbar styles decision

2022-10-25 Thread julio cesar sanchez
The statusbar plugin has this styles: - *StatusBar.styleDefault*: Use the default statusbar (dark text, for light backgrounds) - *StatusBar.styleLightContent:* Use the lightContent statusbar (light text, for dark backgrounds). This was enough until iOS 13 came out, then Apple added

Re: Plugin Search

2022-10-21 Thread julio cesar sanchez
+1 to option #2 Niklas, option 2 already mentions having a link to the npm search with cordova ecosystem prefilled for easier searching of other 3rd party plugins El El vie, 21 oct 2022 a las 16:39, Niklas Merz escribió: > I'm +1 on #2, too. Making clear which plugins are Official and

Re: Interest in contributing to cordova-paramedic project

2022-07-30 Thread julio cesar sanchez
Hi, The Apache projects are public and require no permissions to contribute, you fork the project and send a pull request fixing the issue and the team will evaluate and merge if they consider it a good contribution. Then , if you keep contributing over time and your contributions are considered

Re: [DISCUSS] cordova-android 11.0.0 Release

2022-06-28 Thread julio cesar sanchez
The 11.0.0 planning board has two pending "To Do" . Also, I've sent two small PRs that could be included. El mar, 28 jun 2022 a las 14:19, Bryan Ellis () escribió: > Does anyone have any reason to delay a release for the following platform?

Re: Dependabot

2022-06-07 Thread julio cesar sanchez
In this case the package-lock was out of sync with the package.json (it had v6.x.x while package.json had 7.x.x), so if we have more packages with the same problem we should fix them. But if the package-lock is ok, then I think we can just merge the dependabot PRs, what’s the advantage of having

Re: Good and less good ways to handle grumpy GitHub comments

2022-05-14 Thread julio cesar sanchez
Being grumpy causes more grumpiness. You can start by not being grumpy to unpaid volunteers that are dedicating a considerable amount of their spare time to maintain the tools you use for free. I see Norman’s comment totally correct, we make breaking changes every year on every major version. If

Re: [VOTE] Deprecate cordova-osx platform

2022-03-12 Thread julio cesar sanchez
I vote +1 El El sáb, 12 mar 2022 a las 10:24, Niklas Merz escribió: > As discussed for the latest release of osx and a few times before [1], > we could officially deprecate the osx platform. It seems it does not > have many users anymore and we can offer good alternatives with Catalyst > in

Re: [VOTE] Statusbar Plugin 3.0.0 Release

2021-11-19 Thread julio cesar sanchez
I vote -1 Just noticed the engines are not correctly set in the package.json and that will prevent people from installing the plugin: "3.0.0": { "cordova": ">100" } Will send a pull request fixing it as soon as github is back online. El vie, 19 nov 2021 a las 17:09, Niklas Merz ()

Re: [DISCUSS] cordova-plugin-statusbar 3.0.0 Major Release

2021-11-18 Thread julio cesar sanchez
No objections, you can release it. El martes, 12 de octubre de 2021, Bryan Ellis escribió: > Does anyone have any reason to delay a cordova-plugin-statusbar major > release (3.0.0)? > > Any additional outstanding changes to land? > > == Changes == > >

Re: [DISCUSS] cordova-plugin-camera 5.0.3 Patch Release

2021-08-03 Thread julio cesar sanchez
Ship it! I mean, you can start the release process. El mié, 28 jul 2021 a las 7:40, Bryan Ellis () escribió: > Does anyone have any reason to delay a cordova-plugin-camera patch release > (5.0.3)? > > Any additional outstanding changes to land? > > If not, I will start the release process

Re: [DISCUSS] cordova-android 10.0.1 Patch Release

2021-07-26 Thread julio cesar sanchez
There are some changes that say that it requires Java Development Kit (JDK) 11 But my changes allowed any JDK, didn’t require 11 Unless we did more changes later that require JDK 11 and I missed them. El El lun, 26 jul 2021 a las 15:39, Norman Breau escribió: > I'd like to see

Re: [Cordova dev] Task :app:stripDebugDebugSymbols / No version of NDK matched [...]

2021-07-16 Thread julio cesar sanchez
r someone between NDK, Cordova, and a plugin such as > > cordova-sqlite-storage. > > > > Should we consider simply fixing this in the documentation for now? > > > > > > On Tue, Jul 13, 2021 at 11:38 AM Jesse wrote: > > > >> Got it. Thanks.

Re: [Cordova dev] Task :app:stripDebugDebugSymbols / No version of NDK matched [...]

2021-07-13 Thread julio cesar sanchez
Jesse, Norman means NDK code, which is considered native (stands for Native Development Kit). We don't have any of those. We have plenty of java code, but that's not affected by the NDK. El mar, 13 jul 2021 a las 16:00, Norman Breau () escribió: > What Apache maintained plugin uses C/C++ code

Re: [DISCUSS] Moving forward with the WebView on AndroidX and cordova-android 10

2021-04-27 Thread julio cesar sanchez
he file scheme to allow users to avoid data loss, I >> think a config.xml flag can be introduced that users can manually set if >> they are willing to accept the potential security risks that exist with >> it. And it could allow them to move over whenever they decide. >> >> &

Re: [DISCUSS] Moving forward with the WebView on AndroidX and cordova-android 10

2021-04-27 Thread julio cesar sanchez
I would vote for defaulting to WebViewAssetLoader but still allow using file:// from a config.xml preference for the people that are not ready to move on. But on cordova-ios 6 I think we ended up defaulting to file:// and use the schemes only as opt-in. About migrating data, I don't think that's

Re: [DISCUSS] deprecate cordova-plugin-whitelist

2021-04-16 Thread julio cesar sanchez
I don’t think we need a vote for deprecating the plugin since the integration was voted back on 2017. The deprecation is part of the integration, so the same vote should be enough. El El mar, 13 abr 2021 a las 12:49, Bryan Ellis escribió: > I would like to start the process of deprecating the

Re: [DISCUSS] cordova-android 9.1.0 Minor Release

2021-03-31 Thread julio cesar sanchez
I've seen that Bryant sent a few PRs reverting gradle related dependencies. I only meant gradle wrapper, not everything else, and it's because Android Studio automatically updates to 6.5 instead of updating to the latest version. In Capacitor we have had problems when users have updated the

Re: [DISCUSS] cordova-android 9.1.0 Minor Release

2021-03-30 Thread julio cesar sanchez
pported: > > https://developer.android.com/studio/releases/gradle-plugin > > > > Because we were already on >= 6.5, I think this is still okay for > release. > > > > On 2021-03-30 2:37 p.m., julio cesar sanchez wrote: > > > I'm a little concerned about &g

Re: [DISCUSS] cordova-android 9.1.0 Minor Release

2021-03-30 Thread julio cesar sanchez
I'm a little concerned about https://github.com/apache/cordova-android/pull/1174 and the previous one that also bumped the gradle version to 6.6.1. If you open the project on latest Android Studio, Android Studio recommends using Gradle 6.5, so not sure how safe it is to use the latest bleeding

Re: Cordova plan to adopt LivePerson Messaging SDK?

2021-03-03 Thread julio cesar sanchez
We don't create apache plugins for 3rd party SDKs, you can build it yourself or contact Liveperson and ask them about a plugin. El mié, 3 mar 2021 a las 10:08, Manisha Bardiya () escribió: > Hi Team, > > We are looking at Cordova as an option for our mobile app, can you confirm > if you have

Re: [VOTE] Deprecate cordova-plugin-wkwebview-engine

2021-02-06 Thread julio cesar sanchez
+1 El sábado, 6 de febrero de 2021, Niklas Apache escribió: > +1 > > On February 6, 2021, "dpogue.ca" wrote: > > +1 > > > > On Fri, Feb 5, 2021 at 8:54 PM Bryan Ellis wrote: > > > > > > +1 > > > > > > On Sat, Feb 6, 2021 at 1:21 PM Jesse > > wrote: > > > > > > > +1 > > > > > > > > > On Feb

Re: [DISCUSS] Cordova Plugin Geolocation 4.1.0 Release

2020-11-09 Thread julio cesar sanchez
Variables have always required to uninstall and reinstall to change them. El lunes, 9 de noviembre de 2020, Bryan Ellis escribió: > I also agree that this issue is not related to the plugin and should not be > a blocker for the release. > > With little digging into this issue, I want to say it

Re: Proxy for CORS/ITP issues built into cordova-ios

2020-11-05 Thread julio cesar sanchez
I don't think the proxy belongs to cordova-ios, I think it should be a separate plugin, but not a webview plugin, I think cordova-ios should allow one this two: a) cordova-ios should allow plugins/users to set their own WKURLSchemeHandler. This can be problematic since there can only be one for

Re: [DISCUSS] Cordova Plugin Geolocation 4.0.3 Release

2020-11-05 Thread julio cesar sanchez
It should be 4.1.0 One of the changes adds a new install variable, that's a feature. El jue., 5 nov. 2020 a las 17:14, Bryan Ellis () escribió: > Does anyone have any reason to delay a cordova-plugin-geolocation release > 4.0.3? > > Any additional outstanding changes to land? > > If not, I will

Re: Minimum Target SDK

2020-10-18 Thread julio cesar sanchez
this settings must indeed be based on the supported > cordova (-android) version of that plugin. It must indeed be able to run on > the defaultMinSdkVersion for the supported cordova-android versions. > > > > Kind regards > > Pieter Van Poyer > > > > -Oorspronkelijk b

Re: Minimum Target SDK

2020-10-14 Thread julio cesar sanchez
Despite we allow users to configure the target SDK, I don’t think we should allow other than the default on latest cordova-android. By allow I mean on issues, users are free to use whatever they want, but if they don’t use latest they should take care of possible problems themselves. With that

Re: Greenfield for cordova-plugin-network-information + release version 3.0.0

2020-09-06 Thread julio cesar sanchez
It would be good that instead of just saying what you would like to see changed, you also say why you would like it (benefits, reasoning, etc.) El lunes, 7 de septiembre de 2020, Niklas Merz escribió: > Hi Pieter > > At first a warm welcome to the list. > > If you would like to open a proposal

Re: PhoneGap Plugins?

2020-09-03 Thread julio cesar sanchez
The push plugin is already forked and got a few code updates, so if you could point to it in the phonegap one would be good. Will have a different name, so people will have to replace it. For the barcode, the aar used on android is 4 year old and it’s built from a zxing app that was abandoned 2

Re: Cordova as a monorepo - ??

2020-08-27 Thread julio cesar sanchez
Maybe it makes more sense for the tooling packages, common, cli, lib, etc, as they get less issues reported and it's usually more confusing for users (and me) to report in the proper place as a bug in one of those modules can be caused by another module. But I would keep platforms and plugins in

Re: [DISCUSS] Unarchive & Un-deprecate cordova-plugin-device-orientation

2020-08-19 Thread julio cesar sanchez
I guess you mean this issue https://github.com/apache/cordova-plugin-device-orientation/issues/52 To be clear, the web API still works on iOS 13, but it requires to request a permission first with DeviceMotionEvent.requestPermission(); But the permission request has a few issues that I have

Re: plugin engines

2020-07-14 Thread julio cesar sanchez
> > And I would also like to remove the "protective" engine all plugins have > that points the next major version to cordova >= 100 > > +1. I never really understood the rationale behind this. I think it's > safe to assume that a next plugin major will continue to support the > cordova cli that

Re: Formally deprecate cordova-plugin-wkwebview-engine?

2020-07-03 Thread julio cesar sanchez
Yeah, I think we can deprecate it since cordova-ios 6 works the same way by default, but as Darryl said, we should do a last release with the engines properly configured to not install in cordova-ios 6. El El vie, 3 jul 2020 a las 20:04, Darryl Pogue escribió: > I don't know that we want to go

Re: [DISCUSS] cordova-lib 10.0.0 Major Release

2020-07-03 Thread julio cesar sanchez
t; we can follow up and deprecate the outdated cordova-osx & cordova-windows > platforms in the near future. > > > On Fri, Jul 3, 2020 at 7:24 AM julio cesar sanchez > > wrote: > > > Does the CLI/lib has something to do with platform deprecation? I mean, > do >

Re: [DISCUSS] cordova-lib 10.0.0 Major Release

2020-07-03 Thread julio cesar sanchez
Does the CLI/lib has something to do with platform deprecation? I mean, do we add warnings or something when adding them? As far as I know you can always add any platform as long as it implements the required API, whether is official and maintained or official and deprecated or a 3rd party

Re: Question about WKWebView Audio

2020-06-26 Thread julio cesar sanchez
This list is for talking about the development of Apache cordova project, not for asking questions. But FYI, it’s a WKWebView bug, supposedly fixed, but unclear if released https://bugs.webkit.org/show_bug.cgi?id=203293 El viernes, 26 de junio de 2020, Oliver Deng escribió: > Hi Team, > > >

Re: June board report

2020-06-10 Thread julio cesar sanchez
How is this calculated? Issue close rate of 57%: - 300 issues opened on GitHub, past quarter - 311 issues closed on GitHub, past quarter 311 closed for 300 opened is more than 100% El El jue, 11 jun 2020 a las 0:29, Jesse escribió: > Sorry for the short notice, the June Board Report is

Re: Modernize cordova-android build?

2020-06-08 Thread julio cesar sanchez
There is a PR to allow any jdk version, we mistakenly thought java 8 was required for android development, but looks like we were wrong. https://github.com/apache/cordova-android/pull/928 El lunes, 8 de junio de 2020, Darryl Pogue escribió: > On Sun, Jun 7, 2020 at 7:49 PM Chris Brody wrote:

Re: [DISCUSS] cordova-ios 6.0.0 Major Release

2020-06-05 Thread julio cesar sanchez
The podspec issue is not breaking, we can publish on next patch or minor release. El El vie, 5 jun 2020 a las 22:00, Chris Brody escribió: > Looks like we missed breaking PR #795: > https://github.com/apache/cordova-ios/pull/795 > > I just put #795 into new 7.0.0 milestone, along with the

Re: [DISCUSS] InAppBrowser 4.0.0 major release

2020-06-04 Thread julio cesar sanchez
As far as I know, the versions are the minimum required to work, not the minimum supported by the plugin. But yeah, ideally we could set all of them to recent versions to make sure people don't use them in very old versions. For the record, not all plugins have engines or some have but not for

Re: Strongly deprecating the FileTransfer plugin

2020-06-03 Thread julio cesar sanchez
> > > > > On Wed, Jun 3, 2020 at 7:29 PM Norman Breau > > wrote: > > > > > +1 on archiving/adding [DEPRECATED] text in the description. > > > > > > On 2020-06-03 4:25 p.m., julio cesar sanchez wrote: > > > > This happens with all th

Re: Strongly deprecating the FileTransfer plugin

2020-06-03 Thread julio cesar sanchez
This happens with all the deprecated plugins we have, people keeps reporting issues on them. I proposed long ago to archive them, but some people was against it, but I think archiving is the way to go when something is deprecated. El miércoles, 3 de junio de 2020, Jesse escribió: > +1 The

Re: the future of cordova-plugin-wkwebview-engine

2020-05-21 Thread julio cesar sanchez
in.com/company/vinsuite/> >> You sell wine. We make it easier. >> Top 5 Tasting Room Survey Takeaways - Watch Now! < >> https://go.vinsuite.com/watch-CellarPass-webinar> >> >> On 5/21/20, 9:18 AM, "julio cesar sanchez" >> wrote: >> >

the future of cordova-plugin-wkwebview-engine

2020-05-21 Thread julio cesar sanchez
we should discuss about what's going to happen with cordova-plugin-wkwebview-engine cordova-ios 6 is coming soon and it uses WKWebView, but it uses a custom scheme to serve the app content instead of serving from file protocol. some people prefers file over the custom scheme, but

Re: Request to add to dev mailing list

2020-05-13 Thread julio cesar sanchez
All the cordova mail lists and instructions about how to subscribe can be found at https://cordova.apache.org/contact/ El El mié, 13 may 2020 a las 21:09, Jesse escribió: > Welcome Devendra, > > If you would like more info on contributing, there is a ton of info here: >

Re: [Discuss] Cordova plugin camera release 4.2.0

2020-05-08 Thread julio cesar sanchez
I've just noticed that https://github.com/apache/cordova-plugin-camera/pull/588 totally breaks camera plugin, so we can't release 4.2.0. My bad as I accepted it without testing on a real device as it looked like a harmless change. El jue., 7 may. 2020 a las 22:13, Jesse () escribió: > I have

Re: vote: PR merge convention

2020-05-02 Thread julio cesar sanchez
; on another list. > >>> > >>> See: > https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories#id-.asf.yamlfeaturesforgitrepositories-Mergebuttons > >>> > >>> Should we roll this out to all repos? > >>> &g

Re: vote: PR merge convention

2020-05-02 Thread julio cesar sanchez
ving the commits separate and doing an actual merge to group them > > together in the global history. > > > > Am Fr., 4. Okt. 2019 um 17:03 Uhr schrieb julio cesar sanchez < > > jcesarmob...@gmail.com>: > > > > > Sorry if it wasn't clear, I said I was l

Re: [PROPOSAL] Enable Probot Apps to Improve Issue Tracker

2020-04-17 Thread julio cesar sanchez
I'm -1 for the stale bot, I've seen in other repos and it just ends closing valid issues and PRs because the maintainers didn't have time to look into them, but that's maintainers "fault" and I think it "punish" users. I'm +1 for the other ones. El vie., 17 abr. 2020 a las 12:43, Bryan Ellis ()

Re: Frustration with Cordova documentation

2020-04-01 Thread julio cesar sanchez
Maybe we should add the error code on the blog entry (*ITMS-90809*), that way people can end up on the blog when searching about. Right now first entry is the ionic blog, I checked 5 pages and didn’t find anything cordova specific. El miércoles, 1 de abril de 2020, Niklas Merz escribió: > I

Re: UiwebView deprecated issue for my App

2020-04-01 Thread julio cesar sanchez
There is also an entry about it on the Apache cordova blog https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html But as Chris said, doesn’t look like you did any research, if you google “ *ITMS-90809”* (the error you get when you submit the app), the first result is the ionic blog post

Re: Statusbar Plugin Release?

2020-03-20 Thread julio cesar sanchez
;merged soon. > > > > > >We do have discussions of deprecating plugins but I think they are not > > >really solid plans yet. > > > > > > > > >On Fri, Mar 20, 2020 at 11:42 AM julio cesar sanchez > > > > > >wrote: > > > >

Re: Statusbar Plugin Release?

2020-03-20 Thread julio cesar sanchez
The idea was to integrate it into the platforms, but we can probably leave that out for next major releases (next year releases). The plugin would need a major release because we removed the deprecated platforms. There are a few pending PRs that should be merged before doing the release. El

Re: Looking for guidance to contribute Cordova

2020-02-15 Thread julio cesar sanchez
Hello, Welcome to the cordova dev list. I don’t think any Cordova PMC applied to GSOC to be a mentor, so if Apache appears as organization is probably from other projects. Not sure if people from other projects can be mentors for Cordova. But you don’t need to be on GSOC to contribute to

Re: [PROPOSAL] Update Cordova iOS Platform Xcode Compatibility

2020-02-10 Thread julio cesar sanchez
+1 note that maybe it's not clear, but we would remove Xcode 10 support as using the Xcode 11 structure will make apps incompatible with previous Xcode versions. Dropping Xcode 10 support can also simplify some plugins code that have additional code macros to work on Xcode 10 at the moment. El

Re: [PROPOSAL] Drop Android 4.4 Support

2020-01-28 Thread julio cesar sanchez
I like the "we officially support SDK 22, SDK 21 might work", I'm +1 on SDK 22 then But for ES6, I think that's a bigger problem. Android 5+ is supposed to have the updatable webview, but that's not always true, some vendors didn't implement it for some reason. Also, even if implemented, users

Re: [PROPOSAL] Drop Android 4.4 Support

2020-01-28 Thread julio cesar sanchez
+1 for dropping Android 4.4 since it doesn't have updatable webview and it's a pain to maintain such old chromium version Do we have a reason for 5.1 instead of 5.0 other than the low usage? El mar., 28 ene. 2020 a las 16:13, Norman Breau () escribió: > +1 to drop Android 4.4 - 5.0. > +1 to

Re: Automatic Cordova cleanup command

2020-01-22 Thread julio cesar sanchez
There is a cordova clean command, not sure if it does what you want, I've never used it. El mié., 22 ene. 2020 a las 9:20, Tim Brust () escribió: > Isn't rm -r platform plugins enough? > > On Wed, Jan 22, 2020 at 2:00 AM Chris Brody wrote: > > > We can see from issues like > >

Re: Questions about cordova-coho

2020-01-01 Thread julio cesar sanchez
I have GitHub set to use 2FA but I always use https, you just need to add a token or something (I just did it a few weeks ago and already forgot how I did it) El El mié, 1 ene 2020 a las 19:01, Niklas Merz escribió: > Oops forgott to past the links > > [1]

Re: [DISCUSS] cordova-windows 2.0.1 patch release

2019-12-29 Thread julio cesar sanchez
7.0.1, not 2.0.1 El El dom, 29 dic 2019 a las 19:46, Chris Brody escribió: > Does anyone have any reason to delay a cordova-windows 2.0.1 patch release? > > Any outstanding patches to land? > > If not, I will start the release tomorrow. > > Purpose is to resolve an issue with WinJS which seems

Re: cordova-android and java requirement

2019-12-09 Thread julio cesar sanchez
Looks like gradlew commands try to run java internally, so I think we are good requiring Java 8. El lun., 9 dic. 2019 a las 18:21, julio cesar sanchez (< jcesarmob...@gmail.com>) escribió: > Just checked the docs and in the Android requirements we tell to install > Android Studi

Re: cordova-android and java requirement

2019-12-09 Thread julio cesar sanchez
e JDK in AS 2.2, which > > was released in 2016. > > > > I just checked my android studio install for linux, and I have a java > > install location at /jre/ and it is version 1.8.0_152 > > > > On 2019-12-09 10:43 a.m., julio cesar sanchez wrote: > >> Do an

cordova-android and java requirement

2019-12-09 Thread julio cesar sanchez
Do anybody know why we still require java for cordova-android? Just did a clean install on my computer and after installing cordova and trying to run it's complaining about java not installed. We not just require Java, we require Java 8, while latest is 13. I know Java 8 is required for Android

Re: [DISCUSS] Cordova-iOS 5.1.1 Patch Release

2019-12-01 Thread julio cesar sanchez
That should be a separate discussion. But basically that preference is for people not using UIWebView, if they or their plugins are using it it won’t work, that’s expected. In plugins I would rather remove the whole UIWebView code than adding the conditional compile option, I already sent a pr

Re: [VOTE] Cordova-iOS 5.1.1 Release

2019-11-30 Thread julio cesar sanchez
I vote +1 ran npm test ran npm audit created an app with the new preference and ran it without problems El sáb., 30 nov. 2019 a las 17:47, Jesse () escribió: > +1 > > - ci is green > - coho verify-archive > - ran tests locally, npm audit > > On Thu, Nov 28, 2019 at 11:46 PM Niklas Merz >

Re: Preparing Platforms for Next Major

2019-11-05 Thread julio cesar sanchez
For iOS we have been talking about releasing the conditional compile time UIWebView removal in a minor release. https://github.com/apache/cordova-discuss/pull/110 But was not decided and current PR doesn’t apply changes to already added platforms, so it needs to remove and add again, which is not

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

2019-10-22 Thread julio cesar sanchez
t;> 4. Yes, developers should be aware of this. > >> 5. This is not 'repacking a website' you are missing the point, this is: > >> 'making a purpose built web-app that you can make minor tweaks to > without > >> having to submit to app stores repeatedly, and to do some hea

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

2019-10-22 Thread julio cesar sanchez
The content tag is also used for pointing to local development servers and benefit from live reloading, so how do you plan to deprecate it only for remote urls? El mar., 22 oct. 2019 a las 17:46, Norman Breau () escribió: > This is an extension of the issue I raised for adding warnings to the >

Re: [DISCUSS] Cordova Plugin In-App-Browser release

2019-10-21 Thread julio cesar sanchez
my understanding that we should get a few more PRs reviewed and > merged before making the release. > > Niklas please feel free to ping us if you don't hear back anytime soon. > > On Tue, Oct 15, 2019 at 2:39 PM julio cesar sanchez > wrote: > > > > +1 > > >

Re: [DISCUSS] Cordova Plugin In-App-Browser release

2019-10-15 Thread julio cesar sanchez
+1 The release process is documented here https://github.com/apache/cordova-coho/blob/master/docs/plugins-release-process.md But I've never tried, so not sure if everything is up to date. El mar., 15 oct. 2019 a las 19:51, Niklas Merz () escribió: > Hi everyone, > > I just wanted to start a

Re: vote: PR merge convention

2019-10-04 Thread julio cesar sanchez
er. > > > > > > > > My issue with "rebase and merge" is that the commit history would not > > > > show the PR number. > > > > > > > > I think that having the commits show the PR number would make it a > > > > little easier fo

vote: PR merge convention

2019-10-01 Thread julio cesar sanchez
Last year, Jan started a thread with different topics and one of them was to have a merge convention. I copy the text: > 3. Merge Conventions / Protected Branch: > Connected to all that is my suggestion to protect the `master` branch so that by default nobody can commit there - all changes have

Re: Sponsorship of maintenance work on Cordova?

2019-09-26 Thread julio cesar sanchez
nks and best regards, > > Chris Brody > > https://www.linkedin.com/in/chrisbrody/ > > https://chrisbrody.com/ > > On Thu, May 23, 2019 at 12:06 PM julio cesar sanchez < > jcesarmob...@gmail.com> > wrote: > > > Maybe you/they can apply here https://gith

Re: UIWebView/WKWebView Migration Strategy for Cordova iOS

2019-09-18 Thread julio cesar sanchez
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 digging into this more this week > and I will reply in

Re: Cordova App crashes in iOS 12.4

2019-09-10 Thread julio cesar sanchez
Sorry, this mail list is not to help people with bugs or problems, it's to discuss the Cordova project development. By the look of it, it's crashing when showing a modal view, so think on plugins or other parts of your app that present a native modal view and try to narrow it down, otherwise the

Re: [DISCUSS] Dropping support for Node 8

2019-09-09 Thread julio cesar sanchez
This was discussed already and I think everybody agreed to drop it. Some people agreed, but said we should wait until December. I've checked telemetry and node 8 is ~18% of users, but going down. El lun., 9 sept. 2019 a las 16:38, Darryl Pogue () escribió: > +1 from me > > > On Mon, Sep 9,

Re: Cordova 9.X - minimal supported Android API-Levels / Android version?

2019-08-19 Thread julio cesar sanchez
Please, don’t use the mail list to ask questions, the list is to talk about the development of the Apache cordova project. But answering your question, the supported Android versions don’t depend on the Cordova (CLI) version, but on the cordova-android (platform) version. Latest cordova-android

Re: [DISCUSS] [Github Issues] Issue and PR template + Merge Conventions / Protected Branch

2019-08-13 Thread julio cesar sanchez
> > I just noticed we actually _do_ have an issue template in use in the > > > > cordovs-docs repository: > > > > > > > > https://github.com/apache/cordova-docs/blob/master/.github/ISSUE_TEMPLATE.md > > > > > > > > J > >

Re: [Cordova dev] info needed label

2019-07-15 Thread julio cesar sanchez
For JIRA I think we agreed to close after 2 weeks with no response. Users can reopen if they provide the info later. El El lun, 15 jul 2019 a las 23:18, Darryl Pogue escribió: > +1 > > Might also be worth proposing a rule that issues tagged “info needed” get > closed after X days if there is no

Re: Cordova ios with multiple targets

2019-06-17 Thread julio cesar sanchez
It’s a bug https://github.com/apache/cordova-ios/issues/538 El lunes, 17 de junio de 2019, Jesse escribió: > 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 >

  1   2   3   4   5   6   >