Re: get config.xml data from js

2014-02-28 Thread Andrew Grieve
to get that going. On Fri, Feb 28, 2014 at 3:39 PM, Andrew Grieve agri...@chromium.org wrote: Certainly a reasonable thing to want to do, but there's no way currently short of writing a custom plugin, or a post-prepare hook. On Fri, Feb 28, 2014 at 3:34 PM, Axel Nennker

Re: Pull Requests and Re-writing History

2014-02-28 Thread Andrew Grieve
Without --signoff, you already get set as the committer, while the author is maintained. You can verify this by running coho last-week and see that it separates commits you wrote vs commits that you did from pull requests. That said, adding --signoff couldn't hurt. Squishing fixing up does

Re: get config.xml data from js

2014-02-28 Thread Andrew Grieve
PM, Andrew Grieve agri...@chromium.org wrote: config.xml isn't in the www/ on all platforms. On Fri, Feb 28, 2014 at 4:15 PM, Jesse purplecabb...@gmail.com wrote: function readConfig() { var xhr = new XMLHttpRequest

[Vote] Plugins Release

2014-02-28 Thread Andrew Grieve
Please review and vote on the release of this plugins release. Release issue: https://issues.apache.org/jira/browse/CB-6114 The plugins have been published to dist/dev: https://dist.apache.org/repos/dist/dev/cordova/CB-6114/ The packages were published from their corresponding git tags:

Updates to Plugins/Tools Release Guides

2014-02-28 Thread Andrew Grieve
https://wiki.apache.org/cordova/StepsForPluginRelease https://wiki.apache.org/cordova/StepsForToolsRelease Added steps for voting for uploading to dist/

Re: callback success STATUS OK

2014-02-27 Thread Andrew Grieve
Sounds fine to me. Would be a bit strange if people were relying on that. On Thu, Feb 27, 2014 at 6:42 AM, Erik Jan de Wit ede...@redhat.com wrote: +1 for removing this This behaviour is also not the same on all platforms I’ve noticed that on iOS “OK” is passed, but not on android On 27

Blog post review for tools release:

2014-02-27 Thread Andrew Grieve
Note: all CB- will be linkified. --- layout: post author: name: Andrew Grieve url: https://twitter.com/GrieveAndrew title: Tools Release: Feb 28, 2014 categories: news tags: release tools --- New versions of `plugman` and `cordova` are now live! * [plugman@0.20.0](https

[Vote] cordova@3.4.0-0.1.1 plugman@0.20.0

2014-02-27 Thread Andrew Grieve
Please review and vote on the release of cordova@3.4.0-0.1.1 and plugman@0.20.0 to NPM. Release issue: https://issues.apache.org/jira/browse/CB-6115 Both cordova and plugman have been uploaded to npm with the rc tag: npm install -g cordova@rcnpm install -g plugman@rc The packages were

Re: [Vote] cordova@3.4.0-0.1.1 plugman@0.20.0

2014-02-27 Thread Andrew Grieve
My understanding from all of the discussion from what Joe pointed out is that we do need to vote. It's not hard to put a copy on dist/ as well. On Thu, Feb 27, 2014 at 12:03 PM, Joe Schaefer joe_schae...@yahoo.comwrote: I don't doubt there is some impedance mismatch between the different

Re: Blog post review for tools release:

2014-02-27 Thread Andrew Grieve
On Thu, Feb 27, 2014 at 11:56 AM, Josh Soref jso...@blackberry.com wrote: Andrew Grieve wrote: * CB-5299 Speed up prepare by using plugman's new `reapply_global_munge()` * CB-6088 FFOS: Look for `config.xml` in www_dir and in project_dir * Win8/WP: Added SDKReference support via `lib

Re: [Vote] cordova@3.4.0-0.1.1 plugman@0.20.0

2014-02-27 Thread Andrew Grieve
isn't really to vote. It to verify sha's on /dist is an action of the PMC. Though indeed voting seems kind of silly when you put in that perspective since computers can (and probably should) do that soft of job. On Thu, Feb 27, 2014 at 10:08 AM, Andrew Grieve agri...@chromium.org wrote: My

Re: Blog post review for tools release:

2014-02-27 Thread Andrew Grieve
) Andrew Grieve wrote: Not sure what your suggestion is here. Adding ``s and s assuming that the things are actually tags in some xml file. Why are some things labeled w/ a CB- and some w/ Win8/WP? I¹d rather things have a consistent prefix and a logical sorting. They are based

Re: Blog post review for tools release:

2014-02-27 Thread Andrew Grieve
as content - it should be a framework/reference * Win8/WP: Added ability to add+remove ref to .winmd files On Thu, Feb 27, 2014 at 3:22 PM, Andrew Grieve agri...@chromium.org wrote: Gotcha. Updated: ## cordova * Speed up prepare by using plugman's new reapply_global_munge() (CB-5299) * Make

Re: plugman

2014-02-26 Thread Andrew Grieve
Anis would be the one with insight into publishing. On Wed, Feb 26, 2014 at 10:50 PM, Shazron shaz...@gmail.com wrote: Can someone that works on plugman shed light on this? I'm trying to publish a plugin and get this: $ plugman publish statusbar -d Plugin published fs: missing callback

Re: Engine confusion

2014-02-24 Thread Andrew Grieve
I think it makes the most sense to have: name=... -- this is the only thing that specifies the thing whose version you care about platform=... -- this specifies that you care about the version only on a subset of platforms. So, for an android platform: engine name=cordova-android version==3.0.0

Re: iOS plugin add on Windows

2014-02-24 Thread Andrew Grieve
Sounds like a great bug to fix. And yes, please create a JIRA issue for it. Likely the code is using path.join() where it should be using explicit '/' + foo + '/' + bar syntax. The problem will either be in the cordova-plugman repo, or in the node-xcode dependency (found in node_modules/xcode.

Re: Introduction

2014-02-24 Thread Andrew Grieve
Great! Thanks for helping out, and look forward to working with you :) On Mon, Feb 24, 2014 at 10:51 AM, Sebastien Blanc scm.bl...@gmail.comwrote: Hi, Just a short email to introduce myself : I'm Sébastien, working for the AeroGear project (aerogear.org) and have a lot of interest in

Re: [Input request] Rethinking Plugin docs

2014-02-24 Thread Andrew Grieve
My thoughts here: 1. - We may also want to include README.md files in the translations. - I like not having a subdir for en/ so as to differentiate it as the one the others are based off of - We don't need the version in the directory since we can use git tags to find old versions maybe:

Tools Plugins release

2014-02-24 Thread Andrew Grieve
I'd like to do a release Wednesday. Just wanted to send the heads up, and see if there's any reason to delay / if there are things people are trying to get in.

Re: [Input request] Rethinking Plugin docs

2014-02-24 Thread Andrew Grieve
On Mon, Feb 24, 2014 at 12:51 PM, Marcel Kinard cmarc...@gmail.com wrote: On Feb 24, 2014, at 12:32 PM, Andrew Grieve agri...@chromium.org wrote: - We may also want to include README.md files in the translations. doc/fr/index.md doc/fr/README.md What content do you forsee being

Re: Android: recreating plugins when loading url

2014-02-24 Thread Andrew Grieve
I think the history stack is reset when you use that API, so it somewhat does make sense to recreate the plugins. Not sure if there is a better answer than that... I added the overload to allow not resetting the plugins, because I think that is a useful thing to want to do as well. On Fri, Feb

Re: MessageQueue seems to stop sending messages to the webView

2014-02-24 Thread Andrew Grieve
James - have so far been unable to come up with a repro case for this. If there's a chance you could create one, that would be really helpful. On Tue, Feb 18, 2014 at 2:16 PM, Andrew Grieve agri...@chromium.org wrote: Hmm, might be same problem as https://issues.apache.org/jira/browse/CB-6047

Re: MessageQueue seems to stop sending messages to the webView

2014-02-24 Thread Andrew Grieve
On Mon, Feb 24, 2014 at 2:14 PM, Andrew Grieve agri...@chromium.org wrote: James - have so far been unable to come up with a repro case for this. If there's a chance you could create one, that would be really helpful. On Tue, Feb 18, 2014 at 2:16 PM, Andrew Grieve agri...@chromium.orgwrote

Re: MessageQueue seems to stop sending messages to the webView

2014-02-24 Thread Andrew Grieve
On Mon, Feb 24, 2014 at 2:14 PM, Andrew Grieve agri...@chromium.orgwrote: On Mon, Feb 24, 2014 at 2:14 PM, Andrew Grieve agri...@chromium.org wrote: James - have so far been unable to come up with a repro case for this. If there's a chance you could create one, that would be really helpful

Re: [Input request] Rethinking Plugin docs

2014-02-24 Thread Andrew Grieve
| *lisaseacat.com*http://www.lisaseacat.com/| [image: follow @LisaSeacat on twitter] http://www.twitter.com/LisaSeacat| [image: follow Lisa Seacat DeLuca on linkedin]http://www.linkedin.com/in/lisaseacat From:Andrew Grieve agri...@chromium.org To:dev dev@cordova.apache.org Date

Re: [Input request] Rethinking Plugin docs

2014-02-24 Thread Andrew Grieve
, etc) whereas documentation, inc translations, should be in a dedicated space as standard convention so we can tool it. (Something like this: `doc/[lang]/index.md `.) On Mon, Feb 24, 2014 at 11:26 AM, Andrew Grieve agri...@google.com wrote: That was basically the question in my head as I

Re: Android: recreating plugins when loading url

2014-02-24 Thread Andrew Grieve
the plugins, although none are coming to mind now. Archana On 2/24/14 11:13 AM, Andrew Grieve agri...@chromium.org wrote: I think the history stack is reset when you use that API, so it somewhat does make sense to recreate the plugins. Not sure if there is a better answer than

Re: [Vote] Cordova 3.4.0 release

2014-02-20 Thread Andrew Grieve
SCM == ? Do you mean the git tags? All of the repositories are tagged with the version number of the release. So, 3.4.0 is the tag. On Thu, Feb 20, 2014 at 9:02 AM, sebb seb...@gmail.com wrote: On 18 February 2014 23:26, Steven Gill stevengil...@gmail.com wrote: Please review and vote on

Re: Alignment with W3C specs

2014-02-20 Thread Andrew Grieve
My 2c - If the APIs differences are minor, then add deprecation warnings and new methods in-place. If the API differences are dramatic (e.g. FileTransfer - XHR2) then create a new plugin. Once the new plugin is ready, we can deprecate the old one as a whole. If the new API doesn't cover all of

Re: [Android] [CB-6033] Android 4.4 and SQLite deletion

2014-02-20 Thread Andrew Grieve
On Thu, Feb 20, 2014 at 6:15 PM, Joe Bowser bows...@gmail.com wrote: https://issues.apache.org/jira/browse/CB-6033 Hey I'm working on a work-around for SQLite deletion, and I've run into a couple issues with the code: 1. Why are we deprecating FileHelper? It would be helpful if we had a

File API Permissions on Android

2014-02-20 Thread Andrew Grieve
The File plugin adds: uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE / It'd be nice if it didn't add this when you've set the preference to store files on the internal storage. Likewise, for the file-system-roots plugin, it'd be nice if the permission was added only when

Re: git commit: use vfb to run chrome headless

2014-02-20 Thread Andrew Grieve
Just looking through diffs. I don't think the kill -9 will ever be called since the previous line does an exec. On Thu, Feb 20, 2014 at 2:52 PM, drk...@apache.org wrote: Repository: cordova-medic Updated Branches: refs/heads/master 90367aefe - dd5173036 use vfb to run chrome headless

Re: File API Permissions on Android

2014-02-20 Thread Andrew Grieve
plugin recently. I forgot which one, though. On Thu, Feb 20, 2014 at 5:22 PM, Andrew Grieve agri...@chromium.org wrote: The File plugin adds: uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE / It'd be nice if it didn't add this when you've set the preference

Re: [Vote] Cordova 3.4.0 release

2014-02-19 Thread Andrew Grieve
that was voted down. The right thing would be to make another 3.4.0 (and another if necessary) and vote on *that* one. Totally agree. Ian On Feb 18, 2014, at 6:16 PM, Andrew Grieve agri...@chromium.org wrote: -1 There's one iOS

Re: ApacheCon attendees and talks

2014-02-19 Thread Andrew Grieve
are the two I planned on presenting: Crowd Sourcing Translations - A Look at How Apache Cordova's Documentation is Available in Multiple Languages Using Modern Web Technologies to Rapid Develop an Apache Cordova Mobile App Last i saw on our mailing list attendees from our group are: Andrew Grieve

Re: [Vote] Cordova 3.4.0 release

2014-02-19 Thread Andrew Grieve
We've now worked through the issue I was worried about, and have determined that the fix is in plugins only. So... +1 on this release! On Wed, Feb 19, 2014 at 5:05 PM, Roy T. Fielding field...@gbiv.com wrote: On Feb 19, 2014, at 12:43 PM, Ross Gardler wrote: A note on best practice. Prior

Re: 3.4.0 blog post review

2014-02-19 Thread Andrew Grieve
-plugin-network-information: 0.2.7 * cordova-plugin-splashscreen: 0.2.7 * cordova-plugin-vibration: 0.3.7 On Wed, Feb 19, 2014 at 10:34 AM, Steven Gill stevengil...@gmail.com wrote: argh. I will see if I can remove it from the rss. On Wed, Feb 19, 2014 at 10:29 AM, Andrew Grieve agri

Re: MessageQueue seems to stop sending messages to the webView

2014-02-18 Thread Andrew Grieve
Hmm, might be same problem as https://issues.apache.org/jira/browse/CB-6047. Let's move this conversation to that bug. On Tue, Feb 18, 2014 at 2:10 AM, James Rivett-Carnac james.rivett.car...@gmail.com wrote: Hello, I'm uisng an embedded cordova webview and am seeing something where by the

Re: [Vote] Cordova 3.4.0 release

2014-02-18 Thread Andrew Grieve
-1 There's one iOS fix that I think we should put it (as is just being discussed on private ML). On Tue, Feb 18, 2014 at 8:57 PM, sebb seb...@gmail.com wrote: -1 The NOTICE file is incorrect. The date still says 2012; it should be updated The line This product includes software

Re: 3.4.0 blog post review

2014-02-18 Thread Andrew Grieve
Thanks for chugging along on this Steve! I see on the release bug that updating the docs is still pending. I can do that if you'd like. Here's a more curated list for android release notes (also update RELEASENOTES.md file): Android: 43 commits from 10 authors. Highlights include: * Removing

Re: [Android] Apps restart instead of resume when brought to focus by clicking app icon

2014-02-16 Thread Andrew Grieve
Sounds to me like singleTop is a better default for now. Apps can still change it if they add logic to handle intents. On Sat, Feb 15, 2014 at 8:42 AM, Michal Mocny mmo...@chromium.org wrote: CB-6048 On Sat, Feb 15, 2014 at 8:39 AM, Michal Mocny mmo...@chromium.org wrote: On Fri,

Re: XML Namespaces

2014-02-13 Thread Andrew Grieve
, 2014 at 8:13 AM, Jonathan Bond-Caron jbo...@gdesolutions.com wrote: On Wed Feb 12 05:00 PM, Andrew Grieve wrote: So... I'd like to: A: Remove xmlns=http://www.w3.org/ns/widgets; from our config.xml template B: Change xmlns:cdv=http://cordova.apache.org/ns/1.0; - xmlns= http

Re: XML Namespaces

2014-02-13 Thread Andrew Grieve
...@gdesolutions.com wrote: On Thu Feb 13 09:37 AM, Andrew Grieve wrote: Jonathan - I'm a fan of your rough work :) Thanks, lots of credit to Braden Mark around the plugman 'project' idea Note about xml vs. json config, Cordova could support both. Upstream distributions could choose to focus

Re: CB-5625 Outstanding GitHub Pull Requests

2014-02-13 Thread Andrew Grieve
Finally finished going through all non-tizen, non-WP, non-BB PRs. Highly encourage others to try this out. On Mon, Feb 10, 2014 at 4:33 PM, Andrew Grieve agri...@chromium.org wrote: Been using this Friday / today and am LOVING IT So much faster to discover process PRs. I've been going

Monthly Hangouts!

2014-02-13 Thread Andrew Grieve
Finally following up on my promise to organize something here: Notes recordings to be collected here: https://wiki.apache.org/cordova/Google%20Hangout%20Discussion%20Notes I've picked out mid-month Tuesdays and have alternated how early Tommy has to wake up to attend: Mar 4, 2014 (7pm EST) Apr

Re: Cordova 3.3.1-0.1.2 doesn't load javascript for plugins

2014-02-12 Thread Andrew Grieve
11:51 AM, Andrew Grieve agri...@chromium.org wrote: CLI is released on its own as well as when we do a platforms release. I believe this is a pretty minor bug though, since running prepare again fixes things (which happens when you run cordova build). On Fri, Dec 20, 2013 at 11:39 AM

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-12 Thread Andrew Grieve
way is to specify densities. - I would not use size because that is not w3c widget style. -- Axel 2014-02-11 20:22 GMT+01:00 Andrew Grieve agri...@chromium.org: Would love to move this along. Would like to get buy-in from others first though. The proposal in this PR

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-12 Thread Andrew Grieve
Another pull request came in last week: https://github.com/apache/cordova-cli/pull/29 It adds icons splashscreens to both iOS and Android, and even uses imagemagick to generate them if it's available. Still looking it over. On Wed, Feb 12, 2014 at 4:37 PM, Andrew Grieve agri...@chromium.org

XML Namespaces

2014-02-12 Thread Andrew Grieve
Maybe I'm crazy, but I can't stand them. I don't think they add any value, and are a cause of confusion. So... I'd like to: A: Remove xmlns=http://www.w3.org/ns/widgets; from our config.xml template B: Change xmlns:cdv=http://cordova.apache.org/ns/1.0; - xmlns= http://cordova.apache.org/ns/1.0;

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-12 Thread Andrew Grieve
Andrew Grieve agri...@chromium.org: On Tue, Feb 11, 2014 at 3:43 PM, Brian LeRoux b...@brian.io wrote: Given we are the only 'widget spec' impl in use today I'm ok with diverging and not adding namespace confusion. Def want config to be explicit and not have magical implicit mappings

Re: versionName versionCode analogues on other platforms

2014-02-12 Thread Andrew Grieve
bump On Mon, Jan 27, 2014 at 8:49 PM, Andrew Grieve agri...@chromium.org wrote: How about: Allow each value to be set explicitly via: widget id=org.apache.mobilespec version=0.0.1 android-versionCode=1 ios-bundleVersion=0.0.1 wp-projectVersion=0.0.1.0 Provide intelligent default values

Re: Engine confusion

2014-02-12 Thread Andrew Grieve
On Wed, Feb 12, 2014 at 5:19 PM, Jonathan Bond-Caron jbo...@gdesolutions.com wrote: On Wed Feb 12 03:56 PM, Braden Shepherdson wrote: Do the check the same file? I thought they were different. They might check the same path in different platforms, but that script can return different

Re: Engine confusion

2014-02-12 Thread Andrew Grieve
On Wed, Feb 12, 2014 at 10:22 PM, Andrew Grieve agri...@chromium.orgwrote: On Wed, Feb 12, 2014 at 5:19 PM, Jonathan Bond-Caron jbo...@gdesolutions.com wrote: On Wed Feb 12 03:56 PM, Braden Shepherdson wrote: Do the check the same file? I thought they were different. They might check

Re: XML Namespaces

2014-02-12 Thread Andrew Grieve
Sounds good to leave them in then. Why I ask now is for the icon and splashscreen discussions / pull requests going on right now. We can call them: cdv:icon cdv:splashscreen And then start thinking about moving to JSON. On Wed, Feb 12, 2014 at 6:12 PM, Brian LeRoux b...@brian.io wrote: Ya I

Re: Using cordova in web workers

2014-02-12 Thread Andrew Grieve
into a refactor of cordova.js and will keep this in mind while I'm in there. Like Andrew says things are somewhat coupled at the moment but that doesn't mean it has to be. On Wed, Dec 11, 2013 at 12:17 PM, Andrew Grieve agri...@chromium.org wrote: It could be made to work, but would

Re: Plugins Release!

2014-02-11 Thread Andrew Grieve
will be able to see some outdated non-English documentation. Is that helpful? -Original Message- From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew Grieve Sent: Tuesday, 11 February 2014 2:35 PM To: dev Subject: Re: Plugins Release! Feedback definitely welcome

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-10 Thread Andrew Grieve
He Axel, thanks for spearheading this. Will have a look shortly. On Mon, Feb 10, 2014 at 9:07 AM, Axel Nennker ignisvul...@gmail.com wrote: Andrew, any comments to the current implementation? https://github.com/apache/cordova-cli/pull/126 Joe commented that the new class in

Re: CB-5625 Outstanding GitHub Pull Requests

2014-02-10 Thread Andrew Grieve
Been using this Friday / today and am LOVING IT So much faster to discover process PRs. I've been going through and merging things. I've ignored those on WP, Tizen, and BB. If someone could look at those, that would be great! On Sat, Feb 1, 2014 at 12:23 PM, Bas Bosman cord...@nazgul.nu

Re: Plugins Release!

2014-02-08 Thread Andrew Grieve
ship it. On Fri, Feb 7, 2014 at 7:35 PM, Steven Gill stevengil...@gmail.com wrote: ship it? On Fri, Feb 7, 2014 at 12:03 PM, Steven Gill stevengil...@gmail.com wrote: Thanks for the feedback Ian! Just waiting on the SHIP IT Updated blog below: --- layout: post author:

Re: Need to revert a CLI breaking change causing CB-5957

2014-02-08 Thread Andrew Grieve
a phone at PhoneGap Day? Were you too much of a “presenter” at the workshop to get one? ;) If I ever get around to getting set up for WP8 I will try and help test… will probably happen after I finish our Blackberry10 port. - tommy On 6 Feb 2014, at 9:00 am, Andrew Grieve agri

Re: Need to revert a CLI breaking change causing CB-5957

2014-02-07 Thread Andrew Grieve
and help test… will probably happen after I finish our Blackberry10 port. - tommy On 6 Feb 2014, at 9:00 am, Andrew Grieve agri...@chromium.org wrote: Just to be clear - it's not enough to test on windows, this breaks only for windows phone / win8 I think. That said, I've recently

Re: [Android] SecureToken/NoFrak feature addition

2014-02-07 Thread Andrew Grieve
Created a bug: https://issues.apache.org/jira/browse/CB-5988 Won't get to it today, but hopefully next week. On Wed, Feb 5, 2014 at 4:30 PM, Joe Bowser bows...@gmail.com wrote: On Fri, Jan 31, 2014 at 5:50 PM, Andrew Grieve agri...@chromium.org wrote: After thinking a bit more, I think

Re: CB-5974, or, Re-thinking broken-by-default (Was: Re: Plugins Release!)

2014-02-05 Thread Andrew Grieve
Joe - I appreciate your effort and your input, but I don't appreciate hostility on this list from anyone, including you. This is a public list, and I see nothing wrong with sebb's email in this thread. If you are at the point that you don't want to receive emails from sebb, then I would ask that

Re: input type=file broken on Android 4.4

2014-02-05 Thread Andrew Grieve
. -James Jong On Nov 14, 2013, at 2:10 PM, Brian LeRoux b...@brian.io wrote: Ugly indeed but that is what we do! =) Probably just a docs issue doing what you describe. On Thu, Nov 14, 2013 at 10:57 AM, Andrew Grieve agri...@chromium.org wrote: I'll ask around and see

Re: Need to revert a CLI breaking change causing CB-5957

2014-02-05 Thread Andrew Grieve
Just to be clear - it's not enough to test on windows, this breaks only for windows phone / win8 I think. That said, I've recently got set up with VMs and modern.ie. Is that enough to test out Hello World on a WP emulator? On Wed, Feb 5, 2014 at 4:03 PM, Michal Mocny mmo...@chromium.org wrote:

Re: Plugins Release!

2014-02-04 Thread Andrew Grieve
Sounds good! On Tue, Feb 4, 2014 at 2:19 PM, Steven Gill stevengil...@gmail.com wrote: I am going to take the silence as lazy consensus. I will make sure to include the new file plugin as well. I will make sure to have a blog post of changes to review before I publish. -Steve On Mon,

Re: Android/amazon-fireos: web view callbacks

2014-02-04 Thread Andrew Grieve
I think both would be fine to add. onCreateWindow is a bit tougher though because you don't know the URL upfront. It'd be hard to multiplex it... we might just say that plugins can register to receive the next call to window.open() though. Did you have any ideas about how this would look? On

Re: Introducing myself

2014-02-04 Thread Andrew Grieve
Welcome Martin! On Tue, Feb 4, 2014 at 4:31 PM, Lorin Beer lorin.beer@gmail.com wrote: Hi Martin, welcome! On Tue, Feb 4, 2014 at 12:52 PM, Brian LeRoux b...@brian.io wrote: Welcome Martin! Glad to have you here and feel free to bug the list for help anytime. =) On Tue, Feb

Re: Fw: Help us make ApacheCon a huge success

2014-02-03 Thread Andrew Grieve
I ended up submitting: talk: The Cordova Development Lifecycle (how we manage 50 repos and not go insane) lightning talk: Cordova's Sweet Spot (e.g. what kind of apps are good fits for hybrid) On Sat, Feb 1, 2014 at 5:41 PM, Steven Gill stevengil...@gmail.com wrote: Nice Don! I submitted my

Re: New release of the cordova-plugin-file

2014-02-03 Thread Andrew Grieve
Ian's off today, but I'm definitely in support of doing a plugins release this week with it included. On Mon, Feb 3, 2014 at 9:41 AM, Maxim Ermilov maxim.ermi...@canonical.comwrote: Hey guys, I noticed the cordova-plugin-file was released 3 months ago. Could we plan for a new release soon?

Re: serving extra css

2014-02-03 Thread Andrew Grieve
Want to clarify the scenario here: - This is for users that point their BB10 web browser at cordova serve? - This adds a link to include a font file that exists on the BB device already? - This is *not* for pointing a desktop browser at it - This is *not* for pointing your content tag at it? At

Re: Review Request 17662: Update help.txt about the change from --source to --copy-from

2014-02-03 Thread Andrew Grieve
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17662/#review33540 --- Ship it! Merged. - Andrew Grieve On Feb. 3, 2014, 5:19 p.m

Re: 3.4.0 Release schedule

2014-02-01 Thread Andrew Grieve
was the issue with it? @purplecabbage risingj.com On Fri, Jan 31, 2014 at 8:58 PM, Anis KADRI anis.ka...@gmail.com wrote: On Fri, Jan 31, 2014 at 6:24 PM, Andrew Grieve agri...@chromium.org wrote: Great news! So did the couchdb move happen then? Yes it did

Re: [Android] SecureToken/NoFrak feature addition

2014-01-31 Thread Andrew Grieve
On Fri, Jan 31, 2014 at 8:57 AM, Joe Bowser bows...@gmail.com wrote: On Fri, Jan 31, 2014 at 5:14 AM, Ian Clelland iclell...@chromium.org wrote: On Thu, Jan 30, 2014 at 6:16 PM, Joe Bowser bows...@gmail.com wrote: Anyway, I propose we do the following: * Drop support for Android 2.3.x

Re: Looking forward to contribute | Introducing myself

2014-01-31 Thread Andrew Grieve
Cool plugin! It'd be great to have you help out! Anything in-particular you're interested in working on? On Thu, Jan 30, 2014 at 11:27 PM, Asanka Nissanka asankanissa...@gmail.comwrote: Hi I was observing this mailing list for some time and I think it's the right time to jump in. So I'll

Re: Wrong year in CLI releasnotes

2014-01-31 Thread Andrew Grieve
lol On Fri, Jan 31, 2014 at 7:28 AM, Bas Bosman cord...@nazgul.nu wrote: As far as I know it's still 2014. :) JIRA: https://issues.apache.org/jira/browse/CB-5952 Pull: https://github.com/apache/cordova-cli/pull/123 Bas

Ionic

2014-01-31 Thread Andrew Grieve
Mentioned this during the hangout but couldn't remember the name of it: http://ionicframework.com/

Re: [Android] SecureToken/NoFrak feature addition

2014-01-31 Thread Andrew Grieve
On Fri, Jan 31, 2014 at 1:32 PM, Joe Bowser bows...@gmail.com wrote: On Fri, Jan 31, 2014 at 8:57 AM, Bas Bosman m...@nazgul.nu wrote: LocalStorage leverages the browser's same origin policy to ensure that content from other origins cannot read the token and thus cannot access the

Re: [Android] SecureToken/NoFrak feature addition

2014-01-31 Thread Andrew Grieve
cordova.js goes in you head. I don't see how an iframe could get loaded before it. On Fri, Jan 31, 2014 at 2:08 PM, Martin Georgiev mgeorg...@utexas.eduwrote: On Fri, Jan 31, 2014 at 1:01 PM, Andrew Grieve agri...@chromium.org wrote: I don't think there's a chicken and egg problem: State

Re: Review Request 17417: Change to --link-to and --copy-from instead of --src and --link

2014-01-31 Thread Andrew Grieve
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17417/#review33343 --- Ship it! Ship It! - Andrew Grieve On Jan. 31, 2014, 4:12 p.m

Re: Review Request 17417: Change to --link-to and --copy-from instead of --src and --link

2014-01-31 Thread Andrew Grieve
merged. On Fri, Jan 31, 2014 at 11:12 AM, Mark Koudritsky kam...@gmail.com wrote: --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17417/

Re: 3.4.0 Release schedule

2014-01-31 Thread Andrew Grieve
with the latest changes and we post that? -Steve On Jan 30, 2014 7:40 PM, Andrew Grieve agri...@chromium.org wrote: Steve - Although we generally don't do a 72-hour official vote for npm releases, waiting more than an hour would have been nice (at least I couldn't see any indication on the ML

Re: Fw: Help us make ApacheCon a huge success

2014-01-31 Thread Andrew Grieve
We've (Google team) been discussing whether we should attend over the past few days, and I think it would actually be a good idea. Probably only one or two of us will come, but it would be great to learn more about how the greater Apache org works. I was thinking I could give a short talk on Why

Re: [Android] SecureToken/NoFrak feature addition

2014-01-31 Thread Andrew Grieve
On Fri, Jan 31, 2014 at 3:05 PM, Martin Georgiev mgeorg...@utexas.eduwrote: On Fri, Jan 31, 2014 at 1:22 PM, Andrew Grieve agri...@chromium.org wrote: cordova.js goes in you head. I don't see how an iframe could get loaded before it. An iframe can load an independent modified cordova.js

Re: 3.4.0 Release schedule

2014-01-31 Thread Andrew Grieve
Is the plugins repo back in a healthy state? Probably no point of releasing plugins if it's not up. On Fri, Jan 31, 2014 at 3:20 PM, Steven Gill stevengil...@gmail.com wrote: On Fri, Jan 31, 2014 at 11:32 AM, Andrew Grieve agri...@chromium.org wrote: On Fri, Jan 31, 2014 at 11:55 AM

Re: [Android] SecureToken/NoFrak feature addition

2014-01-31 Thread Andrew Grieve
On Fri, Jan 31, 2014 at 3:17 PM, Martin Georgiev mgeorg...@utexas.eduwrote: On Fri, Jan 31, 2014 at 2:14 PM, Andrew Grieve agri...@chromium.org wrote: On Fri, Jan 31, 2014 at 3:05 PM, Martin Georgiev mgeorg...@utexas.edu wrote: On Fri, Jan 31, 2014 at 1:22 PM, Andrew Grieve agri

Blog post review for tools release (plz review)

2014-01-31 Thread Andrew Grieve
Mostly the same as my failed blog post last time, but with updated release notes --- layout: post author: name: Andrew Grieve url: https://twitter.com/GrieveAndrew title: Tools Release: Jan 31, 2014 categories: news tags: release tools --- It's been a long time since our last tools

Point release for CLI

2014-01-31 Thread Andrew Grieve
cordova-3.3.1-0.3.0 has been up for only a day, and so I'm going to do another release of it today that just adds one commit: 6dedf20 (CB-4153) - changing --src and --link to --copy-from and --link-to. It leaves --src as an alias to --copy-from, but I think these new flag names are much clearer.

Re: [Android] SecureToken/NoFrak feature addition

2014-01-31 Thread Andrew Grieve
On Fri, Jan 31, 2014 at 4:13 PM, Martin Georgiev mgeorg...@utexas.eduwrote: On Fri, Jan 31, 2014 at 2:58 PM, Andrew Grieve agri...@chromium.org wrote: Ha! Well that's pretty clear. :) I don't think having JS generate it is a good idea then. It is not. You as an app developer do

Re: [Android] SecureToken/NoFrak feature addition

2014-01-31 Thread Andrew Grieve
On Fri, Jan 31, 2014 at 4:34 PM, Martin Georgiev mgeorg...@utexas.eduwrote: On Fri, Jan 31, 2014 at 3:27 PM, Andrew Grieve agri...@chromium.org wrote: Why is loadUrl insecure? (hopefully something less horrible than addJsInterface pre JB... :P) Think about the usecase where a benign

Re: [Android] SecureToken/NoFrak feature addition

2014-01-31 Thread Andrew Grieve
Certificate Pinning discussion! On Fri, Jan 31, 2014 at 1:43 PM, Andrew Grieve agri...@chromium.org wrote: On Fri, Jan 31, 2014 at 4:34 PM, Martin Georgiev mgeorg...@utexas.edu wrote: On Fri, Jan 31, 2014 at 3:27 PM, Andrew Grieve agri...@chromium.org wrote: Why is loadUrl insecure

Re: [Android] SecureToken/NoFrak feature addition

2014-01-31 Thread Andrew Grieve
, Jan 31, 2014 at 4:43 PM, Andrew Grieve agri...@chromium.org wrote: On Fri, Jan 31, 2014 at 4:34 PM, Martin Georgiev mgeorg...@utexas.eduwrote: On Fri, Jan 31, 2014 at 3:27 PM, Andrew Grieve agri...@chromium.org wrote: Why is loadUrl insecure? (hopefully something less horrible than

Re: 3.4.0 Release schedule

2014-01-31 Thread Andrew Grieve
debugging the current plugin site and fixed the offending view. Site should be working well again. Woohoo! Will look into publishing plugins on Monday! Have a good weekend everyone! On Fri, Jan 31, 2014 at 12:22 PM, Andrew Grieve agri...@chromium.org wrote: Is the plugins repo back

Re: Blog post review for tools release (plz review)

2014-01-31 Thread Andrew Grieve
enough to highlight? -Michal On Fri, Jan 31, 2014 at 4:46 PM, Steven Gill stevengil...@gmail.com wrote: ship it! On Fri, Jan 31, 2014 at 1:15 PM, Andrew Grieve agri...@chromium.org wrote: Mostly the same as my failed blog post last time

Re: Introducing myself

2014-01-30 Thread Andrew Grieve
Bas, do you have wiki edit access? If not, let me know your wiki username and I'll add you. On Wed, Jan 29, 2014 at 4:39 PM, Bas Bosman cord...@nazgul.nu wrote: Thanks for the tip. It's quite obvious if you think about it as people can do a plugin add from the repository and you don't want

Re: Introducing myself

2014-01-30 Thread Andrew Grieve
Done! On Thu, Jan 30, 2014 at 11:22 AM, Bas Bosman cord...@nazgul.nu wrote: Andrew, it appears I don't have edit access yet. My account is BasBosman. Bas, do you have wiki edit access? If not, let me know your wiki username and I'll add you.

Re: 3.4.0 Release schedule

2014-01-30 Thread Andrew Grieve
auto-tests pass on iOS using cordova-mobile-spec 3.4.0rc1. Updating release notes and tagging. On Wed, Jan 29, 2014 at 8:39 AM, Andrew Grieve agri...@chromium.org wrote: There are over a month worth of changes for CLI

Re: Introducing myself

2014-01-29 Thread Andrew Grieve
Bas - Thanks for jumping into Cordova development! I've just given you JIRA perms to assign issues close them. You should get an email response from secretary@apache when they process your CLA, and then your name will show up here: https://people.apache.org/committer-index.html#unlistedclas.

Re: 3.4.0 Release schedule

2014-01-29 Thread Andrew Grieve
There are over a month worth of changes for CLI, so I'd like to do a release of it before we bump it to 3.4.0. WDYT of just publishing to cordova-alt on NPM until our package gets fixed? On Tue, Jan 28, 2014 at 5:16 PM, Steven Gill stevengil...@gmail.com wrote: Sounds great Shaz! I am

Re: Hangout?

2014-01-29 Thread Andrew Grieve
Come on in! https://plus.google.com/hangouts/_/hoaevent/AP36tYf6UPXu7iH0JI5udIQwnbLx1JBdZw7XFq7Mdb3-BkZ3gvKh8A?authuser=0hl=en-GB On Wed, Jan 29, 2014 at 12:25 PM, Ken Wallis kwal...@blackberry.com wrote: Yup, Steve is just getting setup Sent from my BlackBerry 10 smartphone. Original

<    4   5   6   7   8   9   10   11   12   13   >