Re: CDVViewController.commandDelegate

2013-02-20 Thread Kevin Hawkins
based property"? I understand your twitch, but am curious if you > are trying to replace with another implementation? > > -Michal > > On Tue, Feb 19, 2013 at 7:59 PM, Kevin Hawkins < > kevin.hawkins.cord...@gmail.com > wrote: > > > Hi all, > > > > I&

Re: CDVViewController.commandDelegate

2013-02-20 Thread Kevin Hawkins
; > On Wed, Feb 20, 2013 at 11:17 AM, Kevin Hawkins < > kevin.hawkins.cord...@gmail.com> wrote: > > > Not beyond the twitch, no. :) The current de facto implementation works > for > > our uses. The latter (header) issue was honestly the first time I'd > &

Re: Jira issues to the mailing list

2013-02-20 Thread Kevin Hawkins
Ah, somehow I missed that step when I changed email accounts. Thanks Shaz! On Wednesday, February 20, 2013, Shazron wrote: > Isn't it refreshing? Subscribe to iss...@cordova.apache.org now. > > On Wednesday, February 20, 2013, Kevin Hawkins wrote: > > > Does anyone else n

Re: Jira issues to the mailing list

2013-02-21 Thread Kevin Hawkins
Ah, somehow I missed that step when I changed email accounts. Thanks Shaz! On Wednesday, February 20, 2013, Shazron wrote: > Isn't it refreshing? Subscribe to iss...@cordova.apache.org now. > > On Wednesday, February 20, 2013, Kevin Hawkins wrote: > > > Does anyone else n

iOS: The future of whitelisting

2013-04-10 Thread Kevin Hawkins
Hey all, Those of us who have been on the implementing and/or serious consumption side of whitelisting for iOS—I've been on both at one time or another—know how much work has gone into trying to make it a full-featured security subsystem for the iOS version of the framework. I want to share some

Re: iOS: The future of whitelisting

2013-04-11 Thread Kevin Hawkins
> like the Contact API moved into plugins. ie. You can be absolutely > >> certain > >> > that no JS code is accessing the device's contacts if you do not > include > >> > the native pieces of the Contact API. > >> > > >> > @purple

Re: iOS: The future of whitelisting

2013-04-15 Thread Kevin Hawkins
t; > > >> be > > > > >> (eventually...) controlled by installing those plugins. So you can > > > lean > > > > on > > > > >> the platform to block access to contacts as well. Even on > platforms > >

Re: iOS: The future of whitelisting

2013-04-15 Thread Kevin Hawkins
st not cover your use-case? e.g. > gstatic.google.com/*.png > > It actually would be feasible to implement content filtering on a mime-type > basis on iOS & Android 3.0+, but I'm not about to volunteer :P > > > > On Mon, Apr 15, 2013 at 6:49 PM, Kevin Hawkins < > k

Re: [iOS] Xcode 6 requirement

2014-10-18 Thread Kevin Hawkins
Our biggest reason for not having solidly moved to Xcode 6 is that there are a number of really bad bugs in it. But Xcode 6.1 seems to have fixed a lot of those, so I have less reservations about the move now. Kevin On Friday, October 17, 2014, Shazron wrote: > Yosemite is here. I will add the

iOS: CDVViewController.startPage - Any thoughts/plans on allowing full URLs there?

2012-10-24 Thread Kevin Hawkins
We're building out frameworks based on Cordova that have feature parity between Android and iOS. We've come into a refactoring project in our frameworks where it would be very useful to be able to optionally jump straight from native to an HTTP(S) endpoint as our start page. Android can do thi

Re: iOS: CDVViewController.startPage - Any thoughts/plans on allowing full URLs there?

2012-10-24 Thread Kevin Hawkins
related bug here: > https://issues.apache.org/jira/browse/CB-1475 > > > On Wed, Oct 24, 2012 at 10:06 PM, Kevin Hawkins > wrote: > >> We're building out frameworks based on Cordova that have feature parity >> between Android and iOS. We've come i

iOS: Why does the cordova.js filename change?

2012-10-30 Thread Kevin Hawkins
Hi all, Apologies if/that I've missed this discussion previously. I'm not clear on why the cordova.js file name changes in the iOS repo, particularly given the fact that great lengths seem to have been taken everywhere to be agnostic about what the originating name is, opting to dynamically up

So long...from this address

2012-11-01 Thread Kevin Hawkins
Not that anyone notices down to the originating email address details, but I'm going to bail on the list from this (work) email account, since it seems to be overly aggressive in rejecting random emails to/from the list. I'm moved over to a Gmail account, which I assume will be much more permis

Re: Whitelist defaults

2012-11-01 Thread Kevin Hawkins
>From a security perspective, I'm partial to the iOS (nothing) default, recognizing of course that there are certain usability drawbacks to that approach. On Thu, Nov 1, 2012 at 4:34 PM, Filip Maj wrote: > Quick q: how come Android + BB's whitelists by default whitelist > everything (*), but iOS

Re: iOS: Why does the cordova.js filename change?

2012-11-02 Thread Kevin Hawkins
library and version, and for easy > > discovery. Don't know what the ideal situation can be here. > > > > On Tue, Oct 30, 2012 at 5:34 PM, Kevin Hawkins > > wrote: > > > Hi all, > > > > > > Apologies if/that I've missed this discussion pr

Re: Whitelist defaults

2012-11-05 Thread Kevin Hawkins
In our customizations of our Cordova app, that's exactly what we did. We created a Cordova-Debug.plist and Cordova-Release.plist, and synced them back to Cordova.plist as a Build Phase step. I don't know that it's the default behavior the Cordova community would want for template apps, but it is

Re: Whitelist defaults

2012-11-06 Thread Kevin Hawkins
Yeah, it's something we take care with in our implementation. Primarily, we use the separation to include things wholesale in Debug that we don't want in Release, such as TestFlight, and other performance gathering code that is disabled in release builds. On Tuesday, November 6, 2012, Andrew Griev

Re: iOS 4.3 support, do we need it?

2012-11-06 Thread Kevin Hawkins
If this metricis to be believed, 4.3.x installs account for well under 10% of all iOS installs at this point. Seems like 5.0 would be a safe bet, at least to me. On Tue, Nov 6

Re: iOS: Can we clean up the view lifecycle in 2.3?

2012-11-08 Thread Kevin Hawkins
Sorry, I realize after the fact that my email wasn't particularly helpful, without specifics. So here's an outline of my initial audit of the view/view controller/app delegate code. For the record, I'm working against HEAD of the repo, as far as what version of Cordova I'm considering. 1. Ap

Re: iOS: Can we clean up the view lifecycle in 2.3?

2012-11-08 Thread Kevin Hawkins
ned to file them as well, that will be great. > > > On Thu, Nov 8, 2012 at 11:47 AM, Kevin Hawkins < > kevin.hawkins.cord...@gmail.com> wrote: > > > Sorry, I realize after the fact that my email wasn't particularly > helpful, > > without specifics. So here&#

iOS: Cordova framework target

2017-01-17 Thread Kevin Hawkins
I've been long out of the day-to-day happenings of the Cordova project, so I apologize if this ground has been covered before; I searched back through my archive and didn't immediately see anything related. I'll see if I can keep this description as concise as possible. For our iOS SDK, we ship a

Re: iOS: Cordova framework target

2017-01-17 Thread Kevin Hawkins
I guess CB-12050 <https://issues.apache.org/jira/browse/CB-12050> would be related, as far as that goes. On Tue, Jan 17, 2017 at 3:13 PM, Kevin Hawkins < kevin.hawkins.cord...@gmail.com> wrote: > I've been long out of the day-to-day happenings of the Cordova project, so &

[jira] [Commented] (CB-1830) iOS: CDVViewController's wantsFullScreenLayout property should not be set

2012-11-09 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494378#comment-13494378 ] Kevin Hawkins commented on CB-1830: --- Pull request at https://github.com/apache/incub

[jira] [Commented] (CB-1831) iOS: App template should not manually configure forced rotation

2012-11-09 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494405#comment-13494405 ] Kevin Hawkins commented on CB-1831: --- Pull request at https://github.com/apache/incub

[jira] [Commented] (CB-1832) iOS: CDVCordovaView should not inherit from UIWebView

2012-11-09 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494414#comment-13494414 ] Kevin Hawkins commented on CB-1832: --- This one probably requires some discus

[jira] [Commented] (CB-1832) iOS: CDVCordovaView should not inherit from UIWebView

2012-11-09 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494426#comment-13494426 ] Kevin Hawkins commented on CB-1832: --- Looking back through the repo history, I see

[jira] [Commented] (CB-1833) iOS: Splash screen imageView's autoresizingMask is not configured properly

2012-11-09 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494446#comment-13494446 ] Kevin Hawkins commented on CB-1833: --- Pull request at https://github.com/apache/incub

[jira] [Created] (CB-1946) iOS: Switch JSON serialization to NSJSONSerialization

2012-11-28 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1946: - Summary: iOS: Switch JSON serialization to NSJSONSerialization Key: CB-1946 URL: https://issues.apache.org/jira/browse/CB-1946 Project: Apache Cordova Issue Type

[jira] [Created] (CB-2059) [iOS] CDVPlugin's viewController property should be CDVViewController

2012-12-13 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-2059: - Summary: [iOS] CDVPlugin's viewController property should be CDVViewController Key: CB-2059 URL: https://issues.apache.org/jira/browse/CB-2059 Project: Apache Co

[jira] [Commented] (CB-1465) WebView too small after closing of a ChildBrowser in landscape orientation

2012-12-17 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13534140#comment-13534140 ] Kevin Hawkins commented on CB-1465: --- The Cordova repos moved since then. You shoul

[jira] [Commented] (CB-1475) Allow Cleaver to use as a wwwFolderName an absolute path (eg. ~/Library)

2012-10-24 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483893#comment-13483893 ] Kevin Hawkins commented on CB-1475: --- I would second the desire to be able to specif

[jira] [Created] (CB-1755) iOS: Allow customization of whitelist rejection message

2012-10-30 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1755: - Summary: iOS: Allow customization of whitelist rejection message Key: CB-1755 URL: https://issues.apache.org/jira/browse/CB-1755 Project: Apache Cordova Issue

[jira] [Commented] (CB-1506) Implement InAppBrowser feature

2012-11-06 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491676#comment-13491676 ] Kevin Hawkins commented on CB-1506: --- I have thoughts on 1, as it's a requirement

[jira] [Commented] (CB-1506) Implement InAppBrowser feature

2012-11-06 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491750#comment-13491750 ] Kevin Hawkins commented on CB-1506: --- Incidentally, I'm excited to see ChildBro

[jira] [Commented] (CB-1822) Move cordova.ios.js to CordovaLib directory

2012-11-07 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492556#comment-13492556 ] Kevin Hawkins commented on CB-1822: --- What are the details around removing/moving VER

[jira] [Commented] (CB-1822) Move cordova.ios.js to CordovaLib directory

2012-11-07 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492578#comment-13492578 ] Kevin Hawkins commented on CB-1822: --- Great, thanks! That will work perfectly fo

[jira] [Created] (CB-1830) iOS: CDVViewController's wantsFullScreenLayout property should not be set

2012-11-09 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1830: - Summary: iOS: CDVViewController's wantsFullScreenLayout property should not be set Key: CB-1830 URL: https://issues.apache.org/jira/browse/CB-1830 Project: Apache Co

[jira] [Created] (CB-1831) iOS: App template should not manually configure forced rotation

2012-11-09 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1831: - Summary: iOS: App template should not manually configure forced rotation Key: CB-1831 URL: https://issues.apache.org/jira/browse/CB-1831 Project: Apache Cordova

[jira] [Created] (CB-1832) iOS: CDVCordovaView should not inherit from UIWebView

2012-11-09 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1832: - Summary: iOS: CDVCordovaView should not inherit from UIWebView Key: CB-1832 URL: https://issues.apache.org/jira/browse/CB-1832 Project: Apache Cordova Issue Type

[jira] [Created] (CB-1833) iOS: Splash screen imageView's autoresizingMask is not configured properly

2012-11-09 Thread Kevin Hawkins (JIRA)
Kevin Hawkins created CB-1833: - Summary: iOS: Splash screen imageView's autoresizingMask is not configured properly Key: CB-1833 URL: https://issues.apache.org/jira/browse/CB-1833 Project: Apache Co