RE: Lisf to iPhone and iPad modelos

2016-01-04 Thread Horn, Julian C
Here's a useful URL: http://www.everyi.com/by-identifier/ipod-iphone-ipad-specs-by-model-identifier.html This claims to list the model string for every Apple device. For example, the model string for an iPhone 6s Plus is "iPhone8,2". -Original Message- From: Sergio Nader da Cunha

RE: Scoped package names for npm?

2015-04-21 Thread Horn, Julian C
I am also against another rename. These name changes are very costly and disruptive. There is code in several places that assumes that you can enumerate the plugins selected by a project by enumerating the subdirectories of plugins. If you allow a plugin root folder to be more than a single

RE: Plugins to NPM (Phase 1)

2015-03-25 Thread Horn, Julian C
I'd like to add some more questions to what Leo asked. Can anyone explain how the hundreds of plugins that are published in git repos are supposed to transition to CLI 5 (and beyond)? It seems like the answer is that they don't change anything. What if they want to (or already do) publish

RE: Introduction for Julian Horn

2015-03-16 Thread Horn, Julian C
, Horn, Julian C julian.c.h...@intel.com wrote: Hello! I am Julian Horn. I'm a software engineer in the Intel XDK team. I am the team lead for the Device Emulator component, our derivative of the Ripple emulator. I have signed and sent in an individual contributor agreement, and my

RE: Introduction for Julian Horn

2015-03-16 Thread Horn, Julian C
1:36 PM To: dev@cordova.apache.org Subject: Re: Introduction for Julian Horn On Mon, Mar 16, 2015 at 6:40 AM Horn, Julian C julian.c.h...@intel.com wrote: The fix certainly does not require a large chunk of time! Here's the entire fix; you put this up near the top of cordova.js, inside

Introduction for Julian Horn

2015-03-13 Thread Horn, Julian C
Hello! I am Julian Horn. I'm a software engineer in the Intel XDK team. I am the team lead for the Device Emulator component, our derivative of the Ripple emulator. I have signed and sent in an individual contributor agreement, and my company has a corporate contributor agreement signed. I

RE: Plugin Install Hooks

2015-02-10 Thread Horn, Julian C
did discuss this, and we rejected: 1. Having a prompt 2. Sandboxing Check out the discussion, for reasons: http://markmail.org/message/alknczhqdghaurrw On Mon, Feb 9, 2015 at 8:28 AM, Horn, Julian C julian.c.h...@intel.com wrote: We have identified a security issue with the recently added feature

RE: Does this plugin support the current platform?

2015-02-10 Thread Horn, Julian C
The natural way to determine whether some functionality is available is to use the feature detection pattern. That is, if you want to call some function normally found at myobj.myfunc, you write code like this: If (myobj (typeof myobj.myfunc === 'function')) ... For this to work you must

RE: Plugin Install Hooks

2015-02-10 Thread Horn, Julian C
a stab at a PR. -Michal On Tue, Feb 10, 2015 at 10:02 AM, Horn, Julian C julian.c.h...@intel.com wrote: Thanks for the pointer Shazron. I read through all of this interesting discussion. I agree that sandboxing is hard and prompting is problematic. But there's still an issue here

RE: Does this plugin support the current platform?

2015-02-10 Thread Horn, Julian C
I like it! -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Tuesday, February 10, 2015 3:52 PM To: dev Subject: Re: Does this plugin support the current platform? Strawman: If plugin.xml has *any* platforms, then only apply global

RE: Summarizing thoughts on cordova-browser vs Ripple

2014-11-18 Thread Horn, Julian C
I'd like to answer some of the concerns that have flown by in this thread. Let me work from most recent to older. First, in reply to Jesse's question, yes, this is how Ripple works today: it can run code prepared for any platform. That is, when you start to emulate a Cordova 3 project,

RE: Summarizing thoughts on cordova-browser vs Ripple

2014-11-14 Thread Horn, Julian C
. var div = ... createUI; ripple.registerPluginUi(div) Still also seems powerful though, to have Ripple be able to add UI for plugins that don't provide their own. On Mon, Nov 10, 2014 at 3:48 PM, Michal Mocny mmo...@chromium.org wrote: On Thu, Nov 6, 2014 at 6:52 PM, Horn, Julian C

RE: Questions re: plugin variables

2014-11-13 Thread Horn, Julian C
%20Specification On Fri, Nov 7, 2014 at 7:18 AM, Horn, Julian C julian.c.h...@intel.com wrote: Leo's question really hasn't been answered yet. Let me try to make this more concrete and see if anyone can explain whether the current behavior of the CLI is correct or not. The plugin.xml

RE: Questions re: plugin variables

2014-11-07 Thread Horn, Julian C
Leo's question really hasn't been answered yet. Let me try to make this more concrete and see if anyone can explain whether the current behavior of the CLI is correct or not. The plugin.xml in the StatusBar plugin contains the following content: ... platform name=ios config-file

RE: Summarizing thoughts on cordova-browser vs Ripple

2014-11-06 Thread Horn, Julian C
I'd like to introduce myself and put in my two cents here. My name is Julian Horn. I work for Intel on the XDK, an integrated development environment for cross-platform HTML5 applications. I am the team lead for the Device Emulator component, which is our Ripple derivative. My background is

[Discuss] Ripple as a platform

2014-08-08 Thread Horn, Julian C
I'd like to get feedback from the mailing list about the basic concept of Ripple as a platform, not just on the prototype described in earlier mail from Parashuram Narasimhan (MS OPEN TECH). For information about the prototype, see his mail of 7/22/2014 titled RE: [Discuss] The Future of