Re: Cordova Face to Face Meeting

2015-10-02 Thread Homer, Tony
I think this would be a great way to spur discussion about shared concerns. It would be great if we could identify some opportunities to make changes that would be beneficial for downstream distributors. I can certainly provide a quick survey of what we do in Intel XDK. Tony On 10/2/15, 4:36

Re: [REVIEW] plugins release blog post for cordova-plugin-inappbrowser 1.1.1

2015-12-11 Thread Homer, Tony
LGTM On 12/10/15, 7:43 PM, "Shazron" wrote: >Please comment and review: >https://github.com/apache/cordova-docs/pull/439 > >- >To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org >For additional commands, e-mail: dev-h

Re: [DISCUSS] cordova-ios 4.0.1 release

2015-12-16 Thread Homer, Tony
I see the same thing as Carlos - version is still 4.0.0 in some places. [~]$ cordova create ios401test Creating a new cordova project. [~]$ cd ios401test/ [~/ios401test]$ cordova platform add https://git-wip-us.apache.org/repos/asf/cordova-ios.git#4.0.1 git cloning: https://git-wip-us.apache.org/

Re: [VOTE] 4.0.1 iOS Release (attempt 2)

2015-12-18 Thread Homer, Tony
+1 Confirmed sigs & hashes with `coho verify-archive` Verified hash matches tag with `coho verify-tags` Re-created archive with `coho create-archive`, verified contents match release candidate Created app w/ `cordova platform add https://github.com/apache/cordova-ios#4.0.1` Ran on device and

Re: Introduction

2016-01-04 Thread Homer, Tony
Hi Sean, FTFY: "ADD CAL 12-28-1999 Go all in on pets.com, retire in 2001!" WML/HDML, so last century! I didn't do anything with email APIs, but I worked on a project where we sent turn-by-turn directions as WBMPs for Blackberry pagers. Welcome to the list! Tony On 12

Re: Lisf to iPhone and iPad modelos

2016-01-05 Thread Homer, Tony
According to this gist[1], which is based on data from here[2], it is iPad6,7 for iPad Pro (WiFi) and iPad6,8 for iPad Pro (Cellular). [1] https://gist.github.com/Jaybles/1323251 [2] https://www.theiphonewiki.com/wiki/Models On 1/4/16, 6:25 PM, "Sergio Nader da Cunha Sardo" wrote: >ONe mor

Re: Doing some late night work, and I found this

2016-01-27 Thread Homer, Tony
Pretty exciting! Definitely seems like it would be cleaner. Do you think this would be a new bridge mode? I spent a couple minutes trying to find an example of how to use this, but didn't come up with anything outside of the docs. Looks like the relevant classes are WebMessage, WebMessagePort an

Re: help running android native tests

2016-01-29 Thread Homer, Tony
HtmlNotFoundTest fails for me too. Is it a problem that the CordovaActivity displays an error dialog? If it is, we could override displayError in MainTestActivity. Maybe it's simpler than that - should the test be setting an errorUrl and then asserting that the errorUrl has been loaded? If no er

Re: help running android native tests

2016-01-29 Thread Homer, Tony
sts and the >> original intent of this test was lost. >> >> So, yeah, this should have an intent provided to it, and this test should >> fail. The tests definitely need to be looked at again and their usefulness >> re-evaluated. >> >> On Fri, Jan 29, 2016

Re: Update Labels

2016-01-31 Thread Homer, Tony
Added. On 1/31/16, 7:43 PM, "seank@gmail.com on behalf of Sean Kelly" wrote: >I don't appear to have the permissions to update labels in JIRA > >could someone add the following labels to CB-7786? > >cordova inappbrowser android > >Thanks, > >Sean

Re: [DISCUSS] Core Plugins and Android API 23

2016-02-05 Thread Homer, Tony
I couldn't find any other discussion about this on the list and wondered why it was retained for media. Was this an oversight? Thanks! Tony On 1/15/16, 4:40 PM, "Simon MacDonald" wrote: >LGTM > >+1 > >Simon Mac Donald >http://hi.im/simonmacdonald > >On Fri,

Re: [DISCUSS] Core Plugins and Android API 23

2016-02-05 Thread Homer, Tony
It took me a while to find it, but I guess you mean CB-10455? On 2/5/16, 7:56 AM, "julio cesar sanchez" wrote: >I think we just forgot, somebody mentioned this on slack and there is an >issue open on JIRA. > >2016-02-05 13:52 GMT+01:00 Homer, Tony : > >> Earlier

Re: Personal Introduction: Jerroyd Moore

2016-03-03 Thread Homer, Tony
Rancher and Crypt of the NecroDancer. All pretty hardcore stuff, amirite? ;) Not Steam, but I'm looking forward to picking up Twilight Princess HD for WiiU tomorrow! Tony On 3/3/16, 1:41 AM, "Steven Gill" wrote: >Welcome Jerroyd! > >Make sure to join us on slack! Sign

[Discussion]Replace dispatch queue with nsoperation queue in CDVCommandDelegateImpl.m

2018-11-12 Thread Tony Wang
Dear Cordova developers and maintainers, This is ECNU3D from GitHub. I want to propose a potential improvement for the CDVCommandDelegateImpl.m. I filed a Github issue here: https://github.com/apache/cordova-ios/issues/452 My primary concern is that currently Cordova doesn't have any control abou

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-15 Thread Homer, Tony
ar there is one Cordova session on the schedule (Advanced Apache Cordova - Hazem Saleh, IBM[1]). It would be nice to meet up again this year. [1]http://apachecon2016.sched.org/event/6OIr/advanced-apache-cordova-hazem-saleh-ibm Tony On 1/20/16, 1:48 AM, "Simon MacDonald" wrote: >

Re: Apache Con NA May 11-13 in Vancouver, BC

2016-04-21 Thread Homer, Tony
los >> > > @csantanapr >> > > >> > > > On Apr 15, 2016, at 4:13 PM, Simon MacDonald < >> > simon.macdon...@gmail.com> >> > > wrote: >> > > > >> > > > I decided not to go as ApacheCon is sandwiched between two

CVE-2015-5207 - Bypass of Access Restrictions in Apache Cordova iOS

2016-04-27 Thread Tony Homer
CVE-2015-5207 - Bypass of Access Restrictions in Apache Cordova iOS Severity: High Vendor: The Apache Software Foundation Versions Affected:cordova-ios 3.9.1 and below Description:Apache Cordova iOS contains 2 methods to bypass the URL access restrictions provided by the whitelist. An attacker can

CVE-2015-5208 - Arbitrary plugin execution issue in Apache Cordova iOS

2016-04-27 Thread Tony Homer
CVE-2015-5208 - Arbitrary plugin execution issue in Apache Cordova iOS Severity: High Vendor: The Apache Software Foundation Versions Affected: cordova-ios 3.9.1 and below Description: An arbitrary plugin can be executed when a user clicks on a link. Upgrade path: Developers who are concerned

CVE-2015-5207 - Bypass of Access Restrictions in Apache Cordova iOS

2016-04-27 Thread Tony Homer
CVE-2015-5207 - Bypass of Access Restrictions in Apache Cordova iOS Severity: High Vendor: The Apache Software Foundation Versions Affected: cordova-ios 3.9.1 and below Description: Apache Cordova iOS contains 2 methods to bypass the URL access restrictions provided by the whitelist. An attacke

proposal for new core plugin to control screen orientation

2016-05-10 Thread Homer, Tony
The proposal is to create a new core plugin that enables the user to dynamically control the orientation of their app. This plugin would be based on the W3C screen-orientation spec [1]. This was originally proposed via CB-9528 [2] (which currently has 10 votes and 16 watchers, indicating strong c

Re: [DISCUSS] Cordova-Android 5.2.0 Release

2016-05-25 Thread Homer, Tony
+1 Would like #307 to be merged in first On 5/25/16, 3:31 PM, "Carlos Santana" wrote: >+1 > >- Carlos >@csantanapr > >> On May 25, 2016, at 3:08 PM, Shazron wrote: >> >> +1 >> >> Release often >> >>> On Wed, May 25, 2016 at 10:33 AM, Joe Bowser wrote: >>> >>> Hey >>> >>> I know that we

re-write tests for new Android JUnit test framework

2016-05-26 Thread Homer, Tony
this on as a learning exercise. Tony On 5/25/16, 5:50 PM, "Joe Bowser" wrote: >On Wed, May 25, 2016 at 1:47 PM, Homer, Tony wrote: > >> +1 >> >> Would like #307 to be merged in first >> >> >Done! Yay for tests! > >BTW, We need to re-write th

<    1   2