Re: [DISCUSS] Keep or Remove Disqus from Blog

2024-11-02 Thread kevin
Hey Team! If you did want to fix it, I’d be happy to monitor it (providing I get notifications) and then prompt people to redirect bug reports to GitHub. It’ll show other devs thinking of using Cordova that the project is still actively monitored and developed. Let me know! On 2 Nov 2024 at 09

Re: Moving on

2013-08-30 Thread Kevin Whinnery
t;>> > >>>>>>>> > >>>>>>>> On Fri, Aug 30, 2013 at 2:33 PM, Lucas Holmquist < > >>>>> lholm...@redhat.com > >>>>>>>>> wrote: > >>>>>>>> > >>

Re: CDVViewController.commandDelegate

2013-02-20 Thread Kevin Hawkins
eople upgrading their existing projects. Cheers, Kevin On Wednesday, February 20, 2013, Michal Mocny wrote: > Thanks for mentioning this. Would you like to file that bug and/or submit > a pull request? > > Also, do you have some motivating reason for moving to a "more > protocol-

Re: CDVViewController.commandDelegate

2013-02-20 Thread Kevin Hawkins
Thanks guys. I'll file a bug, and should have a pull request shortly. Andrew, for the record, I didn't see anything particular in Jira around public symbols maintenance, from a cursory search. Cheers, Kevin On Wed, Feb 20, 2013 at 8:42 AM, Andrew Grieve wrote: > Would definit

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
ordova 3.0, I personally feel that it needs to be revisited. I'd be interested to hear thoughts from others on their usage patterns, and responses to my concerns. Cheers, Kevin

Re: iOS: The future of whitelisting

2013-04-11 Thread Kevin Hawkins
le to get it included in iOS 7. ;-) Cheers, Kevin On Wed, Apr 10, 2013 at 5:29 PM, Shazron wrote: > Also the whitelist might be important for plugins. Specifically, people > that need to install plugins have a promise of what external locations are > being accessed. > >

Re: iOS: The future of whitelisting

2013-04-15 Thread Kevin Hawkins
ken image links, etc.), or no Cordova version of the apps at all (because we can't budge on the pieces that absolutely have to be secured). Cheers, Kevin On Mon, Apr 15, 2013 at 1:52 PM, Shazron wrote: > For the overlay thing, at least for iOS if we have a new window option for > &qu

Re: iOS: The future of whitelisting

2013-04-15 Thread Kevin Hawkins
Thanks Andrew. Content filtering may be a way to go, if that's possible. Is granular pattern-based whitelisting available in iOS? I thought it only went down to the host pattern level. Cheers, Kevin On Mon, Apr 15, 2013 at 4:52 PM, Andrew Grieve wrote: > Sounds like CSP (content

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

RE: Cordova: Comment on Deleting hidekeyboard and showkeyboard Events

2014-11-06 Thread Kevin Nuss
network status do not cause violations. I have not tested other plugins. Kevin Nuss From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal Mocny Sent: Wednesday, November 05, 2014 10:50 To: dev Cc: Andrew Grieve; Kevin Nuss Subject: Re: Cordova: Comment on Deleting hidekeyboard

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

2012-10-24 Thread Kevin Hawkins
that not being available in iOS. Cheers, Kevin

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

2012-10-24 Thread Kevin Hawkins
Thanks Andrew. I'll start poking around with it, and see how it goes. Shaz will probably have thoughts too. :) Cheers, Kevin On Oct 24, 2012, at 7:21 PM, "Andrew Grieve" wrote: > It's probably something that's just not been gotten to yet. Going straight >

iOS: Why does the cordova.js filename change?

2012-10-30 Thread Kevin Hawkins
ems unnecessary. Thanks, Kevin

So long...from this address

2012-11-01 Thread Kevin Hawkins
much more permissive. That is all. Carry on. :) Cheers, Kevin

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
follow. I generally agree with Shaz: cordova.js is pretty tightly coupled with CordovaLib updates/versioning, so it probably makes sense to be a resource somewhere in that path. My $0.02, Kevin On Fri, Nov 2, 2012 at 2:49 PM, Andrew Grieve wrote: > It actually does bother me a little bit

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
ingNone. That's all for now. :) Cheers, Kevin On Tue, Nov 6, 2012 at 12:39 PM, Shazron wrote: > I can create a native application in iOS today using Apple's most basic > > > template, create a UIViewController subclass from there, programmatically > > manage my UIView

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

2012-11-08 Thread Kevin Hawkins
I'll add the corresponding JIRA tasks, and put some pull requests together. Not a lot of code changes involved. Thanks, Kevin On Thu, Nov 8, 2012 at 12:50 PM, Shazron wrote: > Thanks Kevin, this is great :) Once I have time I can put these into JIRA > tasks or if you are incli

Cordova http request

2016-02-15 Thread Kevin Palmer
tools, the plugin etc. Can you help? Please and thank you. Kevin. The url is www.ucg.org/api/v1.0

[GitHub] cordova-android pull request #379: CB-12802: (android) When multiple APKs bu...

2017-05-11 Thread kevin-lot
GitHub user kevin-lot opened a pull request: https://github.com/apache/cordova-android/pull/379 CB-12802: (android) When multiple APKs build is enable, you cannot sign and the build crashes. When 'cdvBuildMultipleApks' is true, 'task.name' can have 'valida

iOS: Cordova framework target

2017-01-17 Thread Kevin Hawkins
rovide the additional target in the CordovaLib project. It's something we could probably take a look at contributing, but I wanted to float the idea to the list first, to get a sense of any reservations. Thanks! Kevin

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