Re: Better discussion forum?

2018-07-31 Thread Terence M. Bandoian
+1 On 7/31/2018 12:57 PM, Darryl Pogue wrote: To expand on this a bit more, annoying as the mailing list might be, I think the project would be better for having a more active mailing list and not having discussions spread across lists and multiple GitHub repos and Slack and JIRA and various Go

Re: Stepping Back

2018-06-23 Thread Terence M. Bandoian
Sorry to see you leave the project. You provided strong technical leadership and I think are one of the main reasons Cordova is usable. I hope you'll at least keep a watch from a distance and be willing to provide guidance and insight from time to time. Thanks for all your efforts. -Terenc

Re: [DISCUSS] Android & iOS release

2018-04-18 Thread Terence M. Bandoian
Is this related to the difference between targets in config.xml and plugin.xml? In config.xml, target attribute values are relative to the base platform directory. In plugin.xml, they are relative to app/src/main in the base platform directory. Would it be useful to document this? -Teren

Re: Fixed Locations for Build Artifacts?

2018-03-19 Thread Terence M. Bandoian
p.m., "Terence M. Bandoian" wrote: Would it make sense to copy build artifacts to fixed locations, with fixed names, and to publicize those locations and names for the use of downstream tools? This would help avoid unnecessary breakages when the build tools used or the project struct

Re: Fixed Locations for Build Artifacts?

2018-03-15 Thread Terence M. Bandoian
p.m., "Terence M. Bandoian" wrote: Would it make sense to copy build artifacts to fixed locations, with fixed names, and to publicize those locations and names for the use of downstream tools? This would help avoid unnecessary breakages when the build tools used or the project struct

Fixed Locations for Build Artifacts?

2018-03-11 Thread Terence M. Bandoian
Would it make sense to copy build artifacts to fixed locations, with fixed names, and to publicize those locations and names for the use of downstream tools? This would help avoid unnecessary breakages when the build tools used or the project structures generated by Cordova are modified. -Te

Re: [DISCUSS] Cordova-Windows 6.0.0

2018-02-13 Thread Terence M. Bandoian
There is also: It apparently has the same meaning as Windows.Universal-MinVersion but sets the value in the jsproj file vs the appxmanifest file. Is there any reason a user would want different values in those two files? -Terence On 2/9/2018 7:01 PM, Terence M. Bandoian wrote: I&#

Re: [DISCUSS] Cordova-Windows 6.0.0

2018-02-09 Thread Terence M. Bandoian
I'm not sure they're what you're looking for but there are three version-related Windows preferences that seem to be supported in config.xml: value="10.0.14393.0" /> value="10.0.16299.125" /> Does one or more of these resolve this? -Terence On 2/9/2018 6:41 PM, Jes

Re: Transparent Splash Screen Background - Windows 10

2018-01-18 Thread Terence M. Bandoian
So should we go ahead and merge the PR before it becomes conflicted? -Terence On 1/11/2018 5:58 AM, Jan Piotrowski wrote: Sounds like a very useful change that will improve Cordova apps on Windows. +1 2018-01-11 11:56 GMT+01:00 Terence M. Bandoian : Julio suggested I bring this up for

Transparent Splash Screen Background - Windows 10

2018-01-11 Thread Terence M. Bandoian
Julio suggested I bring this up for discussion so... related to: CB-13641 - https://issues.apache.org/jira/browse/CB-13641 and https://github.com/apache/cordova-windows/pull/245 I'd like to find out if there is any support for or objections to allowing transparent splash screen backgrou

[DISCUSS] Plugins release

2017-12-27 Thread Terence M. Bandoian
Does the splash screen plugin include the Windows splash screen or is that completely in cordova-windows? I recently submitted a pull request (CB-13641) to support transparent splash screen backgrounds on Windows and it would be nice to be able to get that from the official repository. It's b

Re: [DISCUSS] cordova@8 & tools release

2017-12-16 Thread Terence M. Bandoian
I just tested on Cordova 7.0.0 and was able to successfully add local plugins with and without the --no-fetch option. Seems to have been fixed. -Terence On 12/13/2017 11:08 PM, Darryl Pogue wrote: On Wed, Dec 13, 2017 at 6:15 PM, Terence M. Bandoian wrote: Does removing '--no-fetch&#

[DISCUSS] cordova@8 & tools release

2017-12-13 Thread Terence M. Bandoian
Does removing '--no-fetch' apply to adding plugins? I've recently had to use that option to get local plugins (file spec) added without hanging. -Terence Bandoian On 12/12/2017 12:52 PM, Steven Gill wrote: Working on getting out a tools release Doing cordova@8 because we are dropping suppor

Re: [Android] Oops...we screwed up in Cordova-Android 5.0.x

2015-11-30 Thread Terence M. Bandoian
Do it right. Damn the fallout. -Terence On 11/27/2015 4:51 PM, Joe Bowser wrote: Hey So, I just came back from Android Dev Summit, and it turns out that we didn't figure out how to use the method shouldShowRequestPermissionRationale(). Here's the use case that we didn't figure out: If a use

Re: Adding Telemetry information to Cordova

2015-11-03 Thread Terence M. Bandoian
Could be useful. What exactly would be collected? Would it be optional? Any user identifiable information? -Terence Bandoian On 11/3/2015 2:31 AM, julio cesar sanchez wrote: I think it's a good idea to add it and it will help understand how people use cordova and find common problems that

Re: Medic Report

2015-05-04 Thread Terence M. Bandoian
That looks really useful! Is there any way to change text/background colors? -Terence Bandoian On 5/2/2015 5:29 PM, Dmitry Blotsky wrote: Hi list, Here is this week’s report on test failures: Android OSX 14 Android Windows 16 iOS 21 Windows

Re: Cordova generated .apk file encrypt

2015-02-13 Thread Terence M. Bandoian
You might also want to consider the Google Closure Compiler. -Terence On 2/13/2015 4:39 PM, Carlos Santana wrote: Danish, Like Joe said you can't encrypt your web code (i.e. javascript), at the end of the day it needs to be parse by the webview in plain text. Most you can do is obfuscate b

Re: Automatically installing missing platforms from cli

2015-01-15 Thread Terence M. Bandoian
can happen is for this feature to be force pushed into `master` without a positive consensus. On Mon, Jan 12, 2015 at 9:02 AM, Andrew Grieve wrote: On Sun, Jan 11, 2015 at 11:40 PM, Terence M. Bandoian wrote: Creating directories and downloading and installing files is a lot of "mag

Re: Automatically installing missing platforms from cli

2015-01-11 Thread Terence M. Bandoian
git command. See 'git --help'. Did you mean one of these? clone log notes svn @purplecabbage risingj.com On Fri, Jan 9, 2015 at 4:53 PM, Terence M. Bandoian wrote: Seems to me that: cordova run ios should do just that. If the platform has not be

Automatically installing missing platforms from cli

2015-01-09 Thread Terence M. Bandoian
Seems to me that: cordova run ios should do just that. If the platform has not been added, I'd suggest that it fail with an informative message that could include the command to run to resolve the problem (similar to Git bash). At this level, deducing the user's intentions has the poten

Re: cordova 64-bit support

2014-11-09 Thread Terence M. Bandoian
It might make sense to consider dropping support for an iOS version when usage, as reported by Apple, drops below a certain level. -Terence Bandoian On 11/8/2014 5:13 PM, julio cesar sanchez wrote: iOS 5 support was removed on cordova 3.5, released on may 2014, I think it's too soon to remove

Re: Independent platform release summary

2014-10-09 Thread Terence M. Bandoian
t to me. Huge even. -Terence On 10/9/2014 4:32 PM, Steven Gill wrote: Unfortunately, that would cause more confusion. I am opposed to lowering the current version. It would cause havoc once the version worked it's way back up to 3. On Thursday, October 9, 2014, Terence M. Bandoian wrote: Ho

Re: Independent platform release summary

2014-10-09 Thread Terence M. Bandoian
How about 1.0.0 for the CLI version? -Terence On 10/9/2014 4:13 PM, Steven Gill wrote: I think vladimir fixed the bug. We just need to release now. Only thing holding back the release now is consensus on the version of the cli. It seemed like most people were leaning toward 10.0.0. Should I m

RE: Independent platform release summary

2014-10-07 Thread Terence M. Bandoian
Getting close. -Terence On 10/7/2014 10:15 AM, Treggiari, Leo wrote: I think (d) is moving in the right direction but would like to put forth some additional suggestions. I do not have the same level of history and experience with Cordova (usage and implementation) that many of you do, and

Re: OnDeviceReady with unstable behaviour

2014-08-13 Thread Terence M. Bandoian
cribing to the events, it should actually run right away if the event was already fired. This is definitely a regression in cordova.js, or a design change I didn't catch. Both are possible. On Aug 13, 2014 5:59 PM, "Terence M. Bandoian" wrote: Same on http://cordova.apache.org/docs

Re: OnDeviceReady with unstable behaviour

2014-08-13 Thread Terence M. Bandoian
Same on http://cordova.apache.org/docs/en/3.5.0/cordova_events_events.md.html#deviceready. -Terence On 8/13/2014 7:51 PM, Terence M. Bandoian wrote: From the phonegap 3.5.0 docs: Device Ready Example <tt>src="cordova.js"> // Wait for device AP

Re: OnDeviceReady with unstable behaviour

2014-08-13 Thread Terence M. Bandoian
From the phonegap 3.5.0 docs: Device Ready Example src="cordova.js"> // Wait for device API libraries to load // function onLoad() { document.addEventListener("deviceready", onDeviceReady, false); } // device APIs are available // func

Re: Experimenting with JSCS + JSHint in cordova-lib

Nicely done. Seems reasonable, well-organized and easy to understand. -Terence Bandoian On 8/1/2014 3:15 PM, Mark Koudritsky wrote: With and empty config file JSCS would emit no errors whatsoever. As more options are added, the more of a style JSCS enforces. Let's try it this way, I'll split

Re: Proposal: remove platform versions from platfroms.js

If I understand the terminology: - CLI refers to a collection of utilities to download and install OS-specific application frameworks and plugins and build applications using those frameworks and plugins - platforms refers to OS-specific software frameworks If that's true, I would think that

[GitHub] cordova-docs pull request: CB-3571: update the docs for the splash...

iOS 6 and iOS 7 have different splash screen sizes. -Terence On 7/15/2014 1:08 AM, sgrebnov wrote: Github user sgrebnov commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/220#discussion_r14918639 --- Diff: docs/en/edge/config_ref/images.md ---

Re: adding platforms to npm for dependency sanity

owser/tree/master/src On Wed, Jun 4, 2014 at 5:32 PM, Terence M. Bandoian wrote: Why is having different versions of platforms a recipe for disaster? -Terence On 6/4/2014 4:29 PM, Brian LeRoux wrote: As discussed: having different versions of platforms and plugins is a recipe for dis

Re: adding platforms to npm for dependency sanity

ordova as a platform should be using flexbile and clear on what is doing, so "user space" can customize on top of it. On Wed, Jun 4, 2014 at 12:44 PM, Terence M. Bandoian < tere...@tmbsw.com> wrote: This is helpful. Thank you for posting this, Carlos. I have a couple of

Re: adding platforms to npm for dependency sanity

n be put a dev repo, and reproduce by another developer very easy both getting same resulting project. git clone https://github.com/myuser/cordovapp && cd cordovapp && npm install && cordova run android On Tue, Jun 3, 2014 at 6:35 PM, Terence M. Bandoian wrote: I still

Re: adding platforms to npm for dependency sanity

ithin a project… I have a local version of cordova installed into ./node_modules for each project and use Grunt to call ./node_modules/.bin/cordova rather than the global cordova cli. On 4 June 2014 at 9:46:29, Terence M. Bandoian (tere...@tmbsw.com) wrote: Forgetting about plugins for a second, what

Re: adding platforms to npm for dependency sanity

, 2014 at 1:12 PM, Terence M. Bandoian wrote: A typical use case might be: -project1 -project1-ios -project1-android -project1-windows ... -projectN -projectN-ios -projectN-android -projectN-windows with a different platform version for each sub-project. Would CLI be installed globally

Re: adding platforms to npm for dependency sanity

have disparate versions of platforms. Plugins negate this potential fantasy. You want version locked deps. You want to use package.json to do that b/c that is what the runtime we use has standardized itself on. On Tue, Jun 3, 2014 at 1:12 PM, Terence M. Bandoian wrote: A typical use case mig

Re: adding platforms to npm for dependency sanity

ipts instead of subshelling: I think this is tangental to the debate of how to fetch the platform. In regards to using "npm install" directly when using the plugman workflow: Sounds good to me. On Mon, Jun 2, 2014 at 6:05 PM, Brian LeRoux wrote: Eventually, yes. (Sort

Re: adding platforms to npm for dependency sanity

Can multiple versions of a platform be installed side-by-side? -Terence On 6/2/2014 3:04 PM, Michal Mocny wrote: >From original email: "Ideal future CLI uses platforms just like other deps. We lose lazy loading but network and disk is cheap so it wasn't really important anyhow." Made me think

Re: Android Plugin API

- invoke applies overriding which is probably a wash - invoke returns an object which would have to be handled correctly Quite a bit to consider. -Terence Bandoian On 5/29/2014 11:44 PM, Joe Bowser wrote: On Thu, May 29, 2014 at 9:26 PM, Terence M. Bandoian wrote: Please correct me if I'm wron

Re: Android Plugin API

Please correct me if I'm wrong but, as I understand it, the vulnerability stems from injecting a Java object into the WebView which, in API levels 16 and below, exposed all of the public methods of the object (small 'o') including the methods inherited from the Object class. -Terence Bandoian

Re: First stab at Next Steps article

From a relative newcomer's point of view, should some distinction be made between plugins officially maintained by Apache Cordova and those that are not? -Terence On 4/30/2014 4:40 PM, Andrew Grieve wrote: On Wed, Apr 30, 2014 at 5:28 PM, Josh Soref wrote: Ray Camden wrote: I had 3 hours

Re: Some pain points from our users :'(

For what it's worth, the biggest problem I've had in upgrading is with 'phonegap plugin add '. The native code gets copied but cordova_plugins.js doesn't get updated and the plugin JS isn't wrapped in a call to cordova.define. In a couple of Stack Overflow posts, running 'phonegap build ' aft

Re: Hangout on 4/15 @ 4:00 EST

Duh. Works for me as well. Thanks. -Terence On 4/17/2014 5:36 PM, Michal Mocny wrote: The link is attached to the email you replied to: http://youtu.be/5lR1a8V_po0 (works for me, at least.) On Thu, Apr 17, 2014 at 6:07 PM, Terence M. Bandoian wrote: On 4/15/2014 3:07 PM, Andrew Grieve

Hangout on 4/15 @ 4:00 EST

On 4/15/2014 3:07 PM, Andrew Grieve wrote: View-only: http://youtu.be/5lR1a8V_po0 On Tue, Apr 15, 2014 at 12:01 PM, Andrew Grieve wrote: Link to join if you want to talk: https://plus.google.com/hangouts/_/hoaevent/AP36tYciQ2qhQzBbNbvbX-G0tKN9YleIV754KNT2CULwdybs72KN9w?authuser=0&hl=en-GB Vie

Re: support on phonegap/cordova?

One nice thing about a mailing list is that it is delivered. The digest form provides an uncluttered, passive means to stay aware of issues and contribute when appropriate. I'm still new to this list but would like to listen in to the hangout if that's possible. How would I find it on Google

Re: Introduction and Possible Contribution

nds like a smart improvement. Would definitely welcome a patch for this. :) Found there's a similar sounding pull request here: https://github.com/apache/cordova-plugin-splashscreen/pull/13. Not sure how much they overlap. Andrew On Fri, Mar 14, 2014 at 5:29 PM, Terence M. Bandoian wrote:

Introduction and Possible Contribution

First, thanks for all the great work. I'm fairly new to Cordova but have quite a bit of experience otherwise and have so far found it to be an excellent framework for mobile app development. In a recent iPad project, I added a section of code to the updateImage method of the splash screen plu