Re: cordova-plugin-file - File/ArrayBuffer JS Api compliance

2024-12-10 Thread Norman Breau
For the File API: https://developer.mozilla.org/en-US/docs/Web/API/File#browser_compatibility There is support since Android Webview 37 (basically since Android 5.0 / API 21, assuming default AOSP packages) and iOS 9. Our minimum targets exceeds both of these. It will be an API change but we m

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

2021-07-16 Thread julio cesar sanchez
Also, I think the android.ndkVersion can be in the build.gradle of the plugin too, not needed to be on Cordova's gradle files (at least docs say it can be in a module build.gradle, but I could be wrong) If we put it in cordova's gradle and people don't have the ndk, would it error? But having it i

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

2021-07-16 Thread Norman Breau
My point is, how can Cordova fulfill the document requirements for something it doesn't require? The requirements will depend on the plugin that does uses NDK, and what NDK version it depends on. If a plugin requires NDK to be installed for it to work, then it should be up to the plugin to doc

Re: Cordova plugins

2021-07-16 Thread Norman Breau
Hi Vladyslav, This mailing list is only for development of the Cordova framework, not for support for building apps or plugins with Cordova. For support, I'd suggest try asking in our Slack community at http://slack.cordova.io/ Alternatively, you can also try asking on StackOverflow at https

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

2021-07-16 Thread @brodybits - Chris Brody
Thanks for the response. Yes I think none of the Apache Cordova maintained plugins would use C or C++ code with Android NDK, but there are some third-party plugins which do use at least C code with NDK and cordova-sqlite-storage from myself would be a major example. Setting ANDROID_NDK_HOME direct

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

2021-07-13 Thread Jesse
Got it. Thanks. > On Jul 13, 2021, at 7:11 AM, julio cesar sanchez > wrote: > > 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

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 for

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

2021-07-13 Thread Norman Breau
What Apache maintained plugin uses C/C++ code for android? On 2021-07-13 10:44 a.m., Jesse wrote: Cordova has plenty of native code, users just don’t need to write any. On Jul 13, 2021, at 5:27 AM, Norman Breau wrote: I don't think Cordova has any native code whatsoever, so I don't think t

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

2021-07-13 Thread Jesse
Cordova has plenty of native code, users just don’t need to write any. > On Jul 13, 2021, at 5:27 AM, Norman Breau wrote: > > I don't think Cordova has any native code whatsoever, so I don't think this > is really relevant to Cordova. > > This might be caused by a plugin that needs to compi

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

2021-07-13 Thread Norman Breau
I don't think Cordova has any native code whatsoever, so I don't think this is really relevant to Cordova. This might be caused by a plugin that needs to compile/import native code, in which case the solution seems to be to install version 21.0.6113669 instead of 22.1.7171670. If this is the c

Re: cordova

2021-03-29 Thread Jesse
Hi Illias, This email list is for developers working on cordova, and not developers using cordova. For support, please ask your question either in our slack community ( http://slack.cordova.io/ ), or on stack-overflow ( https://stackoverflow .com/questions/tagged/cordova )where many questions are

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 any

Re: Cordova Committer Video Chat

2020-08-25 Thread Jesse
Okay, not sure if doodle notifies y'all but I closed it with the 8AM Thursday August 27 (PST) option. Thanks to Bryan Ellis for agreeing to sign on at midnight his time. I don't have a formal.agenda, I think it would be good to just connect, chat and catch up. If you like, please feel free to add

Re: Cordova Committer Video Chat

2020-08-24 Thread Niklas Merz
Thursday would be perfect for me. Another Doodle is fine too. August 24, 2020 8:18 AM, "Jesse" wrote: > So far the times where we have all 6 are: > > Tuesday Aug 25th > 8AM OR 9AM > Wednesday, Aug 26 > 9AM > Thursday, Aug 27 > 8AM, 9AM > > All times PDT > My preference would be for one of the

Re: Cordova Committer Video Chat

2020-08-23 Thread Jesse
So far the times where we have all 6 are: Tuesday Aug 25th 8AM OR 9AM Wednesday, Aug 26 9AM Thursday, Aug 27 8AM, 9AM All times PDT My preference would be for one of the Thursday slots, as my Wednesday is already filling up. Should I start another doodle with just the 5 dates that all 6 can atten

Re: Cordova Committer Video Chat

2020-08-17 Thread Jesse
Thanks Chris, Yes, that is the intent. All are welcome, but the agenda will be defined by pmc. I would like us to evolve this into a regular occurrence so we can show our work a little more widely. Cheers, Jesse On Mon, Aug 17, 2020 at 10:37 AM Chris Brody wrote: > My understanding from priv

Re: Cordova Committer Video Chat

2020-08-17 Thread Chris Brody
My understanding from private correspondence is that this is open for anyone to join or listen into (Jesse can you clarify?) and join the poll on Doodle, priority is of course a little higher for committers & PMC members. Thanks Jesse for organizing this, much needed! On Mon, Aug 17, 2020 at 1:15

Re: [Cordova dev] formal coding styles?

2020-03-23 Thread raphinesse
My suggestion would be to let @cordova/eslint-config be the single source of truth regarding JS code style. I do not like the idea of an additional document that duplicates this code style in prose. Instead, people should use the configured linting tools to check if their contribution matches our c

Re: [Cordova dev] formal coding styles?

2020-03-13 Thread Norman Breau
I was the one who asked the question. My main intent was a document something that I could point a non-PMC committer to, if I notice something in a review (and if there was any pushback). On 2020-03-12 9:22 p.m., Chris Brody wrote: I noticed a question on the PMC Slack channel if there were an

Re: Cordova dev discussions on GitHub

2020-02-19 Thread Chris Brody
Thanks for the feedback. I would definitely agree not increase the number of communication channels, just to evaluate possibly optimize what we have now. I would also hope to find ways to consolidate, rename, and/or remove some of these communication channels. The mailing list does seem good for di

Re: Cordova dev discussions on GitHub

2020-02-19 Thread raphinesse
I agree with Niklas that we should not increase the number of communication channels. Rather, we should try to better communicate the existence and the intended scopes of the ones we already have. Maybe even get rid of some of them. Niklas Merz schrieb am Mi., 19. Feb. 2020, 08:10: > I understa

Re: Cordova dev discussions on GitHub

2020-02-18 Thread Niklas Merz
I understand that it might be difficult for users to find the right place to discuss, ask things or get announcements. When I was new I did not follow the mailing list for some time, because mailing lists a concept many people are not familiar anymore I guess. I don't think adding another place

Re: Cordova support for Android 10

2020-02-11 Thread Chris Brody
Please raise this on cordova-docs, thanks. And please do feel free to follow up with us. I hope you will understand that maintainers seem to be a bit overloaded these days. On Tue, Feb 11, 2020 at 9:30 PM Roopmay Roy wrote: > Hi, > We have developed an application using Cordova and it has done w

Re: [Cordova dev] Use AndroidX by default on Android (?)

2020-01-08 Thread Darryl Pogue
I am definitely in favour, and this should be done as part of the next major version. If we're going to use GitHub for discussion, cordova-android is probably the best spot for it (although I think we already determined that there would be almost no changes in cordova-android itself). On Wed, Jan

Re: cordova-plugin-inappbrowser@4 major version bump - proposal

2019-12-31 Thread Niklas Merz
Thanks Bryan Ellis, that's the plan I would like to follow, too. If anyone else would like to see a PR in this minor, let us know or just add it to the 3.2.0 milestone on Github. Am 31. Dez. 2019, 03:17, um 03:17, Chris Brody schrieb: >+1 to wait for the minor release to be published and +1 on

Re: cordova-plugin-inappbrowser@4 major version bump - proposal

2019-12-30 Thread Chris Brody
+1 to wait for the minor release to be published and +1 on the background, thanks! I just wanted to announce something that I think should be in consideration for the near future, for reasons that are hopefully clear on GitHub. On Mon, Dec 30, 2019 at 8:57 PM Bryan Ellis wrote: > For some back

Re: cordova-plugin-inappbrowser@4 major version bump - proposal

2019-12-30 Thread Bryan Ellis
For some background information on the minor release, there are a lot of changes already merged into master and waiting for a release. Additionally, since Cordova iOS last minor introduced of the WKWebViewOnly feature, it would be nice if IAB can pair this supported in a minor release, and not a m

Re: cordova-plugin-inappbrowser@4 major version bump - proposal

2019-12-30 Thread Bryan Ellis
A minor release is currently in progress so we will not do a major version bump until the minor is finished. On Tue, Dec 31, 2019 at 10:29 AM Chris Brody wrote: > I would like to propose that we do this major version bump, review > https://github.com/apache/cordova-plugin-inappbrowser/pull/600 t

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 Studio to install the A

Re: cordova-android and java requirement

2019-12-09 Thread julio cesar sanchez
Just checked the docs and in the Android requirements we tell to install Android Studio to install the Android SDK Android SDK > Install Android Studio. Follow the instructions at the linked Android > Developer site to get started. Opening Android Studio for the first time > will guide you through

Re: cordova-android and java requirement

2019-12-09 Thread Norman Breau
Installing JDK yourself will probably be required if you just install the android SDK without installing android studio, so I don't think we should necessary **depend** on android studio, but I think Cordova could be smarter to look for a java install inside android studio. On 2019-12-09 12:01

Re: cordova-android and java requirement

2019-12-09 Thread Norman Breau
Not 100% if it is still required but this is probably a legacy requirement. Android Studio started including the 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-0

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 i

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 i

Re: [Cordova dev] info needed label

2019-07-30 Thread Jan Piotrowski
You created and merged https://github.com/apache/cordova-contribute/pull/32 which contains wrong information. Please undo it. One random example where the previously existing `question` label is missing as it was renamed to `info-needed` which does not match the >20 issues and PRs it was used befo

Re: [Cordova dev] info needed label

2019-07-30 Thread Chris Brody
I have changed the "query" labels back to "question". I continue to think we should avoid using the "question" label since I have seen it used for both real questions and cases where more information is needed from the OP. Here are the "question" issues on all of our repos: * https://github.com/a

Re: [Cordova dev] info needed label

2019-07-30 Thread Chris Brody
I am now changing the "query" labels back to "question", though under protest. I did already check that the new "info-needed" label is used where it looked appropriate. But I don't see what documentation changes have to be "undone". On Tue, Jul 30, 2019 at 5:57 AM Jan Piotrowski wrote: > > Chris,

Re: [Cordova dev] info needed label

2019-07-30 Thread Jan Piotrowski
Chris, it has been another week and I still see `query` issue labels that should be `question`, and I have to assume some are also still `info needed` and thus used in a conflicting way to their previous usage. Documentation changes are also not undone. Please finally undo this. -J Am Mi., 24. J

Re: [Cordova dev] info needed label

2019-07-23 Thread Jan Piotrowski
Chris, it has been over a week. What is the state of undoing the label and documentation changes? -J Am Mi., 17. Juli 2019 um 20:08 Uhr schrieb Jan Piotrowski : > > By renaming the label, you also renamed it for all existing issues. > Now many labels that were just questions of users (both open a

Re: [Cordova dev] info needed label

2019-07-17 Thread Jan Piotrowski
By renaming the label, you also renamed it for all existing issues. Now many labels that were just questions of users (both open and closed) indicate that info is needed - which might be true or not. Please undo all renaming of labels, both to `info-needed` and `query`. Please undo the changes to

Re: [Cordova dev] info needed label

2019-07-17 Thread Chris Brody
This work was not done 100% correctly, please accept my apologies. I will try to explain why it was not done 100% correctly so we can decide what we want to do next. In general, I have found the standard “question” label to be confusing since different repos in the wild, including Cordova repos,

Re: [Cordova dev] info needed label

2019-07-16 Thread Hazem Saleh
I think this is an Excellent idea. Thanks and Best Regards > On Jul 15, 2019, at 11: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 s

Re: [Cordova dev] info needed label

2019-07-16 Thread gandhi rajan
+1 Makes sense. On Tuesday, July 16, 2019, 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 > need to add this label to a nu

Re: [Cordova dev] info needed label

2019-07-16 Thread Bryan Ellis
+1 on Janpio comment, I feel that "query" can actually bring more confusion behind what it means. I think "question" is more preferred. I do not see how the two tags "question" and "info-needed" would create confusion between each other. A user asks a question will always get the "question" tag,

Re: [Cordova dev] info needed label

2019-07-16 Thread Jan Piotrowski
Yeah, that was wrong. - "question" classifies an issue into a category: bug, feature, enhancement, support, discussion, question - "info-needed" is just a tag similar to "invalid" or "has-pr" Please stop rolling this out to other repositories. Please revert the change to the "Default labels" list

Re: [Cordova dev] info needed label

2019-07-15 Thread Thomasntonya267
Looks good to me. > > On Jul 15, 2019 at 4:59 PM, mailto:chris.br...@gmail.com)> > wrote: > > > > So far I renamed question -> info needed in the following (if I recall > correctly): > > * apache/cordova > * cordova-common > * cordova-

Re: [Cordova dev] info needed label

2019-07-15 Thread Chris Brody
I will also rename question to query in cases whenever that label was used for Q&A. This *should* avoid confusion between Q&A and info-needed cases. On Mon, Jul 15, 2019 at 5:59 PM Chris Brody wrote: > > So far I renamed question -> info needed in the following (if I recall > correctly): > > * ap

Re: [Cordova dev] info needed label

2019-07-15 Thread Chris Brody
So far I renamed question -> info needed in the following (if I recall correctly): * apache/cordova * cordova-common * cordova-lib * cordova-android * cordova-ios and raised https://github.com/apache/cordova-contribute/pull/32 I will go through the other repos in https://github.com/apache/cordov

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 dev] info needed label

2019-07-15 Thread Jesse
feature creep! On Mon, Jul 15, 2019 at 2:20 PM Tim Brust wrote: > Installing the Stale bot is probably not possible I guess? > > > On 15. Jul 2019, at 23:18, Darryl Pogue wrote: > > > > +1 > > > > Might also be worth proposing a rule that issues tagged “info needed” get > > closed after X days

Re: [Cordova dev] info needed label

2019-07-15 Thread Tim Brust
Installing the Stale bot is probably not possible I guess? > On 15. Jul 2019, at 23:18, Darryl Pogue wrote: > > +1 > > Might also be worth proposing a rule that issues tagged “info needed” get > closed after X days if there is no information provided. We have a bunch of > issues piling up that

Re: [Cordova dev] info needed label

2019-07-15 Thread Jan Piotrowski
The nice thing about missing process is that one can do whatever one wants ;) +1 Bonus points if you add it to https://github.com/apache/cordova-contribute/blob/master/github-labels.md#custom-labels and give it a nice vibrant color. Am Mo., 15. Juli 2019 um 23:18 Uhr schrieb Darryl Pogue : > > +

Re: [Cordova dev] info needed label

2019-07-15 Thread Darryl Pogue
+1 Might also be worth proposing a rule that issues tagged “info 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 wro

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 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 >

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 Up

Re: Cordova track at ApacheCon Vegas?

2019-06-07 Thread Pat Deegan
Greetings, Hopefully not off-topic but wanted to add something that might be of interest. I'm about to release a cross-platform app that's based on cordova, leverages a number of plugins (basic stuff like device and in-app-browser, but also bluetooth and serial port comms). Eventually, I'l

Re: Cordova track at ApacheCon Vegas?

2019-06-07 Thread Rich Bowen
This is amazing. Thank you so much. On 6/7/19 3:47 PM, Jesse wrote: If we are doing 7 talks, then I think it should probably look something like: * Apache Cordova In Action -Hazem Saleh * Enterprise Hybrid Mobile App Development - Mary Grygleski * Advanced Apache Cordova Development-Hazem S

Re: Cordova track at ApacheCon Vegas?

2019-06-07 Thread Jesse
If we are doing 7 talks, then I think it should probably look something like: * Apache Cordova In Action -Hazem Saleh * Enterprise Hybrid Mobile App Development - Mary Grygleski * Advanced Apache Cordova Development-Hazem Saleh * Apache Fineract CN Mobile 2.0 - Supporting Branchless banking an

Re: Cordova track at ApacheCon Vegas?

2019-06-06 Thread Rich Bowen
On 2019/06/06 14:29:24, Jesse wrote: > 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 >

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 Apach

Re: Cordova track at ApacheCon Vegas?

2019-06-06 Thread Rich Bowen
On 2019/06/04 18:15:36, Rich Bowen wrote: > > > On 2019/06/04 18:11:15, Jesse wrote: > > 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. > > Awesome. Many thanks. How's this coming? Do you think you can hav

Re: Cordova track at ApacheCon Vegas?

2019-06-04 Thread Rich Bowen
On 2019/06/04 18:11:15, Jesse wrote: > 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. Awesome. Many thanks. - To unsubscribe, e-mail: dev-unsubs

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: > > > > > > > On 2019/06/04 17:3

Re: Cordova track at ApacheCon Vegas?

2019-06-04 Thread Hazem Saleh
Sure, I will talk with Jesse. On Tue, Jun 4, 2019 at 1:54 PM Rich Bowen wrote: > > > On 2019/06/04 17:38:54, Hazem Saleh wrote: > > Hi Rich Hi Jesse, > > > > Yes, I'm here. > > > > Yes, there is definitely some overlap between "Building iOS and Android > > Mobile App in 30 minutes!" and "Apache

Re: Cordova track at ApacheCon Vegas?

2019-06-04 Thread Rich Bowen
On 2019/06/04 17:38:54, Hazem Saleh wrote: > Hi Rich Hi Jesse, > > Yes, I'm here. > > Yes, there is definitely some overlap between "Building iOS and Android > Mobile App in 30 minutes!" and "Apache Cordova In Action" sessions (I can > merge them into one session if there are more talks in C

Re: Cordova track at ApacheCon Vegas?

2019-06-04 Thread Hazem Saleh
Hi Rich Hi Jesse, Yes, I'm here. Yes, there is definitely some overlap between "Building iOS and Android Mobile App in 30 minutes!" and "Apache Cordova In Action" sessions (I can merge them into one session if there are more talks in Cordova talk). Thanks On Tue, Jun 4, 2019 at 1:32 PM Rich Bow

Re: Cordova track at ApacheCon Vegas?

2019-06-04 Thread Sally Khudairi
Hazem has done the same in Vancouver. He's a professional 😊 - - - Vice President Marketing & Publicity Vice President Sponsor Relations The Apache Software Foundation Tel +1 617 921 8656 | s...@apache.org On Tue, Jun 4, 2019, at 10:24, Jesse wrote: > > Hi Rich, > > This looks pretty good to m

Re: Cordova track at ApacheCon Vegas?

2019-06-04 Thread Rich Bowen
On 2019/06/04 17:23:36, Jesse wrote: > Hi Rich, > > This looks pretty good to me. The only thing I would worry about is > whether Hazem is prepared to present 3 talks. > A lot of times when speakers submit, they have a core piece of material > that they can shape towards any of the multiple

Re: Cordova track at ApacheCon Vegas?

2019-06-04 Thread Jesse
Hi Rich, This looks pretty good to me. The only thing I would worry about is whether Hazem is prepared to present 3 talks. A lot of times when speakers submit, they have a core piece of material that they can shape towards any of the multiple talks they submitted, so he might have overlap. If you

Re: Cordova track at ApacheCon Vegas?

2019-06-04 Thread Rich Bowen
On 2019/05/21 13:38:15, Rich Bowen wrote: > Hi, folks, In perusing the CFP for ApacheCon North America, it looks like we have (at least) 5 Cordova/Mobile submissions for the event. Hi, folks, it's me again. Some space has opened up, and I'm considering running the following track: * Ente

Re: Cordova track at ApacheCon Vegas?

2019-05-21 Thread Jesse
Thanks for the chance Rich. I had a quick look at the talk proposals and it looked like there was quite a bit of overlap, although I am sure we could have worked with the presenters to build it out. Unfortunately I personally can't commit the time it would take to pull this off, and based by the

Re: Cordova track at ApacheCon Vegas?

2019-05-21 Thread Rich Bowen
On 2019/05/21 13:38:15, Rich Bowen wrote: > Hi, folks, > > In perusing the CFP for ApacheCon North America, it looks like we have > (at least) 5 Cordova/Mobile submissions for the event. So, following up, I have to let you know that another project beat you to it and claimed the open track

Re: cordova in appbrowser issue

2019-03-25 Thread Jesse
Hi Naresh, 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/ I suspect, as Gandhi pointed out, that you need to look at the file do

Re: cordova app fail on Android 8.1

2019-03-24 Thread Jesse
Hi Rajeswar, Sorry, but 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/ You will probably need to share some log info, and expla

Re: cordova in appbrowser issue

2019-03-21 Thread gandhi rajan
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 plugin. Regards, Gandhi On Thursday, March 21, 2019, Naresh Raju Upendram < naresh.upend...@compugain.com> wrote: > Hi Dev Team, > > > I am opening an URL in inappbr

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: Cordova Issue

2018-12-14 Thread Sooraj K S
So please provide the reply. On Thu, 13 Dec 2018 at 15:38, Sooraj K S wrote: > I am a cordova user and I have some issue related with installation. > Here I have installed the JDK and set the path.But the message is like > that "JDK is not installed".Like that also Android SDK. > There is no sui

Re: Cordova Installation Problem

2018-12-13 Thread julio cesar sanchez
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/ El jue., 13 dic. 2018 a las 15:18, Keerthana KS (< lenvica.keerth...@gmail.com>) escribió: > I am a cordova user and i have some issues related to the i

Re: cordova-mobile-spec / Mobile Spec

2018-11-26 Thread Chris Brody
I will go through the proposals. Thanks @janpio for your efforts. On Mon, Nov 26, 2018 at 9:39 AM Jan Piotrowski wrote: > > After some more time with it and creating the PRs, I think this is an > appropriate description of cordova-mobile-spec: > > > This `cordova-mobile-spec` repository can be use

Re: cordova-mobile-spec / Mobile Spec

2018-11-26 Thread Jan Piotrowski
After some more time with it and creating the PRs, I think this is an appropriate description of cordova-mobile-spec: > This `cordova-mobile-spec` repository can be used to create a Cordova app > that provides a set of manual tests to verify Cordova core functionality. > It also provides access t

Re: cordova-mobile-spec / Mobile Spec

2018-11-24 Thread Jan Piotrowski
After spending some time with it, I think I have a rough idea: `Mobile Spec` has 3 parts: 1. The main folder is a Cordova app "template" (`config.xml` and `www`) that includes implementations of various functionalities that Cordova supports (battery, events, keyboard, lazyloadjs, splashscreens, s

Re: cordova-mobile-spec / Mobile Spec

2018-11-23 Thread Jan Piotrowski
Some historical context: https://phonegap.com/blog/2009/11/04/mobile-spec-is-here/ (original at http://web.archive.org/web/20120428171918/http://blogs.nitobi.com/fil/2009/11/04/mobile-spec-is-here/) https://www.youtube.com/watch?v=Vb1oU41mDS0 http://web.archive.org/web/20160304042105/http://www.fe

Re: cordova-android@7.1.3 patch release?

2018-11-15 Thread Chris Brody
On hold for now. I will start a new thread if I am ready to pick this up again. On Thu, Nov 15, 2018 at 9:03 AM Jan Piotrowski wrote: > > #555 links to PRs and issues randomly - I have no idea what is going on there. > Please update the PR description to link to the Pull Requests whose > changes a

Re: cordova-android@7.1.3 patch release?

2018-11-15 Thread Jan Piotrowski
#555 links to PRs and issues randomly - I have no idea what is going on there. Please update the PR description to link to the Pull Requests whose changes are included in this PR (and optionally the issue those are solving). -J Am Do., 15. Nov. 2018 um 14:00 Uhr schrieb Chris Brody : > > Changes a

Re: [cordova-tizen] support cordova-tizen

2018-10-22 Thread Piotr Kosko
Thanks for all suggestions! I will check mentioned code - probably it will be very helpful. Best regards, Piotr Kosko On 10/19/2018 04:17 PM, julio cesar sanchez wrote: > For now I would start by forking and updating the existing one, or create a > totally new one > This is the minimum a platfo

Re: [cordova-tizen] support cordova-tizen

2018-10-19 Thread julio cesar sanchez
For now I would start by forking and updating the existing one, or create a totally new one This is the minimum a platform needs https://github.com/apache/cordova-test-platform You can add any platform to your project even if not listed in cordova-lib, so that wouldn't need to change for now. You

Re: [cordova-tizen] support cordova-tizen

2018-10-19 Thread Oliver Salzburg
Hi Piotr, some of the more seasoned contributors can probably be of more help, but I would recommend joining the Cordova Slack http://slack.cordova.io/ for faster information exchange. I recommend the #dev channel ;) Cheers, Oliver On 2018-10-19 15:11, Piotr Kosko wrote: Hello, I am Tiz

Re: cordova 8 send silent sms

2018-09-23 Thread Jesse
Hi Rubi, This list is for developer who are developing cordova. If you have usage questions, please use stack overflow, or the slack channel. I’ll answer your question on SO, but in a nutshell, you can’t do that because of security restrictions. Think of the implications of sending a sms to yo

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread Jesse
Here's a similar discussion on the relative merits of shrinkwrap from 2014. https://markmail.org/thread/osbvx53d3l5s6fsj @purplecabbage risingj.com On Fri, Sep 14, 2018 at 2:04 PM Chris Brody wrote: > A quick try of #6 worked for me, you can see the results in my > cordova-cli WIP PR at: ht

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread Chris Brody
A quick try of #6 worked for me, you can see the results in my cordova-cli WIP PR at: https://github.com/apache/cordova-cli/pull/326 It is probably not the best: I simply edited npm-shrinkwrap.json by hand, then npm install would update it further. Resolves npm audit issues, runs on Node.js 4, do

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread raphinesse
I'd really like to try #6. If that does not work as expected, we can still go with #2. Jan Piotrowski schrieb am Fr., 14. Sep. 2018, 21:47: > #2 sounds absolutely fine to me as this dependency is in cordova-cli > which is only used on developer machines, not included in any deployed > packages.

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread Jan Piotrowski
#2 sounds absolutely fine to me as this dependency is in cordova-cli which is only used on developer machines, not included in any deployed packages. Besides: Cordova has been shipping software with `npm audit` like issues for ages and I don't think there has been a "totally unacceptable in all ca

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread raphinesse
6. Use manually edited npm-shrinkwrap.json to force a more recent version of `inquirer` ourselves. Little work, no audit warnings for the users. I could do that when the branch is ready. However, we should test the whole thing with a alpha suffix or something like that first. Am Fr., 14. Sep. 2018

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread Chris Brody
Unfortunately I spotted a catch-22 situation while working on CLI 8.1.x WIP in https://github.com/apache/cordova-cli/pull/326: * insight@0.8 (0.8.4) has the audit issue * newer insight starting with 0.9 uses inquirer@5 which does not support Node.js 4. I can think of the following alternatives: 1

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread raphinesse
Am Fr., 14. Sep. 2018 um 14:15 Uhr schrieb Chris Brody < chris.br...@gmail.com>: > Thanks Raphael for the reminder about insight, which I overlooked. I > personally do not like the idea of an extra reminder message before the > next major release. I would like to consider this over the weekend >

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread Chris Brody
Thanks Raphael for reviewing the PR 4 hours ago. Sorry I missed it. On Fri, Sep 14, 2018, 8:19 AM Jan Piotrowski wrote: > What PR needs another review? Raphael reviewed the only one you linked > in this thread 4 hours ago. > > 2018-09-14 14:15 GMT+02:00 Chris Brody : > > Thanks guys for the feed

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread Jan Piotrowski
What PR needs another review? Raphael reviewed the only one you linked in this thread 4 hours ago. 2018-09-14 14:15 GMT+02:00 Chris Brody : > Thanks guys for the feedback. I would also appreciate a review of the PR on > GitHub (from a PMC member). > > Thanks Raphael for the reminder about insight,

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread Chris Brody
Thanks guys for the feedback. I would also appreciate a review of the PR on GitHub (from a PMC member). Thanks Raphael for the reminder about insight, which I overlooked. I personally do not like the idea of an extra reminder message before the next major release. I would like to consider this ove

Re: Cordova 8.1.0 (minor release) proposal

2018-09-14 Thread Oliver Salzburg
I feel like this would help move things forward. So I'm in favor. On 2018-09-14 08:24, Chris Brody wrote: I would like to propose making 8.1.0 minor release, which would consist of: * new cordova-lib@8.1.0 minor release * new cordova-cli@8.1.0 minor release to accomplish the following: * resol

  1   2   3   4   5   6   7   8   9   10   >