Re: Introduction

2014-11-20 Thread Lorin Beer
welcome Tim! On Thu, Nov 20, 2014 at 11:16 AM, Shazron wrote: > Welcome aboard Tim! > > On Thu, Nov 20, 2014 at 11:13 AM, Tim Barham > wrote: > > > Hi all, > > > > My name is Tim Barham, and I'm on the Visual Studio team at Microsoft. I > > have been a part of the team that has been working on

Re: Stale branches in cordova-js (and others)

2014-10-22 Thread Lorin Beer
+1, merged feature branches should be deleted pinging the relevant committers so they can come rescue anything they want to save would be prudent for the 4. stale/abandoned branches. On Wed, Oct 22, 2014 at 10:14 AM, Joe Bowser wrote: > Agreed. We should delete feature branches once they're mer

Re: adding push notifications to core plugins

2014-10-16 Thread Lorin Beer
I've been asked about this from multiple sources over the last few weeks. Given how important push notifications are for mobile projects, a core push notification plugin would be a great addition and another argument for why you should use cordova. On Thu, Oct 16, 2014 at 11:58 AM, Brian LeRoux w

Re: continuous integration woze

2014-08-22 Thread Lorin Beer
+1 to fixing the test -1 to warnings warnings are either treated like errors, or ignored entirely. I'm for treating warnings like errors in the first place On Thu, Aug 21, 2014 at 1:53 PM, Marcel Kinard wrote: > I agree. My personal philosophy is generally to treat warnings as errors. > > On A

Re: Andrew on Vacation

2014-08-22 Thread Lorin Beer
enjoy! On Fri, Aug 22, 2014 at 1:54 AM, Ally Ogilvie wrote: > Enjoy! > > > On Fri, Aug 22, 2014 at 3:57 PM, Steven Gill > wrote: > > > Have a good one! > > > > On Thursday, August 21, 2014, Andrew Grieve wrote: > > > > > I'll be back Sept 8th :) > > > > > > > > > -- >

Re: CB-7312 Camera Plugin uri scheme

2014-08-21 Thread Lorin Beer
+1 for documenting how uri's should be treated as per Josh's suggestion -1 for documenting in Next Steps or File Plugin, it would make this information extremely hard to find. How about a "URI's, Cordova and You" document for the core Cordova docs? On Tue, Aug 19, 2014 at 12:13 PM, Marcel Kinard

Re: Hello Cordova!

2014-08-18 Thread Lorin Beer
Welcome Nikolai! On Sun, Aug 17, 2014 at 5:02 PM, tommy-carlos williams wrote: > Welcome! > > On 18 August 2014 at 8:59:55, Nikolai Kotchetkov (moto...@gmail.com) > wrote: > > Hello Cordova! > > My name is Nikolai, and I've been taking part in several Cordova projects > already mostly by writin

Re: Remove VERSION file from repos

2014-08-12 Thread Lorin Beer
>> On Aug 12, 2014 11:47 AM, "Shazron" wrote: > > >> > > >> > Yeah I value life and my sanity - I'll probably replace the bash > > >> > script with python > > >> > > > >> > On Tue, Aug 12, 2014 at 11:40 AM,

Re: Remove VERSION file from repos

2014-08-12 Thread Lorin Beer
one source for version information is better although parsing json with bash scripts seems janky On Tue, Aug 12, 2014 at 11:31 AM, Jesse wrote: > I think it still needs to exist in an output project ... which is not > (yet?) an npm project, and so does not have a package.json. > > The individu

Re: your blog feed has errors

2014-08-12 Thread Lorin Beer
Thanks for pointing this out Paul, looks to involve minor fixes, most of the generated errors are date/time formatting related On Tue, Aug 12, 2014 at 8:30 AM, Andrew Grieve wrote: > Thanks for pointing this out Paul. I've created an issue for it: > https://issues.apache.org/jira/browse/CB-729

Re: Chrome-axiom

2014-08-12 Thread Lorin Beer
OP Delivers! On Tue, Aug 12, 2014 at 8:58 AM, Andrew Grieve wrote: > But since I've piqued your interests now, that's an internal codename for > Chrome Dev Editor: https://github.com/dart-lang/chromedeveditor > > > > > On Tue, Aug 12, 2014 at 11:54 AM, Ray Camden wrote: > > > Do you have an ex

Re: Hello

2014-08-07 Thread Lorin Beer
Welcome Jason! On Thu, Aug 7, 2014 at 9:55 AM, Sebastian Mil wrote: > Hi Jason! > > > On Thu, Aug 7, 2014 at 9:50 AM, Carlos Santana > wrote: > > > Welcome Jason ! > > > > > > On Thu, Aug 7, 2014 at 10:19 AM, Jason Chase > wrote: > > > > > Hi all, > > > > > > I'm Jason Chase, and I just joine

Re: NodeJS Hooks dependencies?

2014-08-05 Thread Lorin Beer
> Please let me know if any of that wasn’t clear. It is worth mentioning > that install scripts are generally considered an anti-pattern in the node > community (as it states in the docs > https://www.npmjs.org/doc/misc/npm-scripts.html). Clever concatenation > of bash scripts is

Re: NodeJS Hooks dependencies?

2014-08-05 Thread Lorin Beer
a suggestion: as part of the hook script, have it attempt an npm install iff the dependencies are not present. You can hide the require calls in a try/catch, if caught, then run an install script in the relevant hook directories. If admin privileges are required for the install, prompt for creden

Re: Contributawesome

2014-07-30 Thread Lorin Beer
Hi Adam, welcome to the list! On Wed, Jul 30, 2014 at 4:01 PM, Adam Cmiel wrote: > Dear Apache Cordova, > > I’m Adam and I’ve been working with Cordova for the past two years, and am > excited to join the contributorship. I have already signed the CLA and > submitted it to the Apache secretar

Re: Contributing to Cordova

2014-07-30 Thread Lorin Beer
Hi Sebastian, welcome! On Wed, Jul 30, 2014 at 1:47 PM, Sebastian Mil wrote: > Dear Apache Cordova, > > I am a student studying EECS at UC Berkeley and work at Famo.us. I am > interested in mobile development and developing my coding skills. > > During the past few weeks I created a few apps wi

Re: out

2014-07-30 Thread Lorin Beer
Just spitballin' here: http://www.businessinsider.com/how-to-get-out-of-jury-duty-2012-7?op=1 insist that you will educate your jury peers on 'jury nullification'. wear camo pants On Wed, Jul 30, 2014 at 2:36 PM, Jesse wrote: > 2 words, not guilty! > > @purplecabbage > risingj.com > > > On We

Re: Famo.us & cordova?

2014-07-08 Thread Lorin Beer
Brian and I have been speaking with Famo.us. So far, no technical specifics have been discussed or finalized. They do have a demoable wrapper for cordova, which I believe was developed as a proof of concept. Joe: I read that as (Adobe) (Cordova Team) I'll have more information to relay once I'm b

Re: Cordova hooks always verbose.

2014-06-13 Thread Lorin Beer
as someone who uses hooks, I think that's a good idea 1. non verbose mode should simply output something like "running X hooks" 2. verbose mode can output more details of the scripts being run On Fri, Jun 13, 2014 at 1:05 PM, Michal Mocny wrote: > https://issues.apache.org/jira/browse/CB-6942 >

Re: minor bump to cordova-lib

2014-06-09 Thread Lorin Beer
good. lord. On Mon, Jun 9, 2014 at 1:04 PM, Michal Mocny wrote: > We all wish! > > > On Mon, Jun 9, 2014 at 4:00 PM, Lorin Beer wrote: > >> Michal: the root package.json is being removed. I do want to perform >> an npm publish with a patch version increment, so

Re: minor bump to cordova-lib

2014-06-09 Thread Lorin Beer
that for urgent >> releases we can have a shorter vote period. >> >> Looking at your commit - there's now two package.json files with the same >> name. I don't think that's allowed by npm. >> >> Your goal was to make configparser its own package right? Doesn&

Re: minor bump to cordova-lib

2014-06-09 Thread Lorin Beer
gparser its own package right? Doesn't it need > its own package.json file to be its own package? > > > On Mon, Jun 9, 2014 at 2:50 PM, Lorin Beer wrote: > >> Minor bump to cordova-lib to expose a broken out package. >> >> history: >> https://git-wip-

minor bump to cordova-lib

2014-06-09 Thread Lorin Beer
Minor bump to cordova-lib to expose a broken out package. history: https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;a=shortlog;h=refs/heads/configparser_module squashed commit to master: https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;a=commit;h=3623a84eb391f41c5a32ddc67eea895

Re: wip on cordova-lib? pls let us know

2014-06-06 Thread Lorin Beer
Here's a wip for the breakout of the config parser module https://github.com/lorinbeer/cordova-lib/tree/configparser_module still need to tidy up the referencing but feedback welcome On Fri, Jun 6, 2014 at 11:03 AM, Anis KADRI wrote: > The goal is to have independent modules that can be consume

Re: Plugin release

2014-05-28 Thread Lorin Beer
I volunteer Steve! On Tue, May 27, 2014 at 5:05 PM, Steven Gill wrote: > Good idea. I need to merge some PRs in before we move forward. Any > volunteers for being the release master :P > > > On Tue, May 27, 2014 at 3:54 PM, Jesse wrote: > >> I think we have a bunch of plugin updates that need to

Re: Many CLI tests failing

2014-03-26 Thread Lorin Beer
Thanks Max, took a look, some tests for functionality that isn't implemented made it into master. I've reverted the offending change. As policy, I'm behind reverting any commit that fails tests or breaks functionality. It pollutes everyone's dev process with issues that should remain isolated. I

Re: Introduction

2014-03-17 Thread Lorin Beer
Hi Staci, welcome onboard! On Mon, Mar 17, 2014 at 11:00 AM, Staci Cooper wrote: > Hello all, > > I've been watching the dev list for a while, and now I'd like to introduce > myself. I've recently joined the Cordova team at IBM. As a long time user > and supporter of open source, I'm happy to s

minor cli upgrade

2014-03-17 Thread Lorin Beer
with the upgrade to promises some time ago, projects which rely on the Cordova CLI had to adjust how they interacted with the cdv cli api. I've come across several js libraries that support both and imho this would be a great addition to the cordova cli, and would provide a cleaner and more stable

Re: Release Managers

2014-03-17 Thread Lorin Beer
+1 + i On Mon, Mar 17, 2014 at 7:37 AM, Ian Clelland wrote: > +1, this is a good idea. > > > On Thu, Mar 13, 2014 at 12:44 PM, Michal Mocny > wrote: > > > +1, like the idea of putting your name into a hat. > > > > How about "coaching" the first time someone does a release? Do we prefer > > to

Re: 3.4.0-x.x.x inaccessible through 'npm install cordova'

2014-03-04 Thread Lorin Beer
ade a mistake, > but > > given everything, and that npm have been blogging about all sorts of > > quirks.. yes, blame canad^H^H^H^H^H npm. > > > > -Michal > > > > > > On Tue, Mar 4, 2014 at 2:00 PM, Lorin Beer > > wrote: > > > > > I&#

Re: 3.4.0-x.x.x inaccessible through 'npm install cordova'

2014-03-04 Thread Lorin Beer
mmand line interface tool', > > 'dist-tags': { latest: '3.4.0-0.1.0', rc: '3.4.0-0.1.2' }, > > > > > > > On Mon, Mar 3, 2014 at 6:11 PM, Lorin Beer > wrote: > > > Weird, that still isn't the latest version. > > > >

Re: [Vote] cordova@3.4.0-0.1.3 plugman@0.20.2

2014-03-04 Thread Lorin Beer
+1 On Tue, Mar 4, 2014 at 6:48 AM, Michal Mocny wrote: > +1 > > > On Tue, Mar 4, 2014 at 8:05 AM, Bryan Higgins >wrote: > > > +1 > > > > > > On Mon, Mar 3, 2014 at 9:48 PM, Ian Clelland > > wrote: > > > > > +1 > > > > > > Tested from dist.apache.org, verified code matching hashes, signature >

Re: 3.4.0-x.x.x inaccessible through 'npm install cordova'

2014-03-03 Thread Lorin Beer
Weird, that still isn't the latest version. what version of npm did you use? I'm running 1.4.4 On Mon, Mar 3, 2014 at 3:08 PM, Steven Gill wrote: > hmm, I just did a npm install cordova and got 3.4.0-0.1.0 > > > On Mon, Mar 3, 2014 at 2:56 PM, Lorin Beer > wrote: &

3.4.0-x.x.x inaccessible through 'npm install cordova'

2014-03-03 Thread Lorin Beer
Currently, the 3.4.0-rc.2 release currently resolves as 'higher' than the actual 3.4.0 releases: '3.4.0-0.1.0', '3.4.0-0.1.1', and '3.4.0-0.1.2', you can check this with: $ npm view cordova versions This means that $ npm install cordova installs rc2 instead of the latest 3.4.0 release. I sugges

Re: Voting on past releases

2014-02-25 Thread Lorin Beer
issing from the zip, then perhaps there was an > error creating the release. > For a past release, that is not an issue - but of course it may be > necessary to fix the process for the future. > > > > > > > On Tue, Feb 25, 2014 at 3:33 PM, Lorin Beer >wrote: &

Re: [VOTE] Cordova 3.3.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 1:49 PM, Joe Bowser wrote: > +1 > > On Tue, Feb 25, 2014 at 12:27 PM, Steven Gill > wrote: > > Please review and vote on our past release of Cordova 3.3.0. > > > > You can find the src + asc + md5 + sha at the following links: > > * http://archive.apache.org/dist/cor

Re: [VOTE] Cordova 3.2.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 1:44 PM, Joe Bowser wrote: > +1 > > (The notorious JAVA_HOME bug is in here. Damn you Maven!!! DAMN YOU!!!) > > On Tue, Feb 25, 2014 at 12:24 PM, Steven Gill > wrote: > > Please review and vote on our past release of Cordova 3.2.0. > > > > You can find the src + asc

Re: [VOTE] Cordova 3.1.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 1:37 PM, Joe Bowser wrote: > +1 > > On Tue, Feb 25, 2014 at 12:21 PM, Steven Gill > wrote: > > Please review and vote on our past release of Cordova 3.1.0. > > > > You can find the src + asc + md5 + sha at the following links: > > * http://archive.apache.org/dist/cor

Re: Voting on past releases

2014-02-25 Thread Lorin Beer
I've just submitted my +1 for a number of the past releases, and thought I'd document here what the steps I took were. Since these are past releases, some of which I helped tag and have already run, the checklist is slightly simplified: - download package - sanity check package for expected relea

Re: [VOTE] Cordova 3.0.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:17 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 3.0.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-3.0.0-src.zip > * http://archive.apache.org/dist/cordova/co

Re: [Vote] Cordova 2.9.1

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:14 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 2.9.1. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-2.9.1-src.zip > * http://archive.apache.org/dist/cordova/co

Re: [VOTE] Cordova 2.9.0

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:08 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 2.9.0. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-2.9.0-src.zip > * http://archive.apache.org/dist/cordova/co

Re: [VOTE] Cordova 2.8.1

2014-02-25 Thread Lorin Beer
+1 On Tue, Feb 25, 2014 at 12:03 PM, Steven Gill wrote: > Please review and vote on our past release of Cordova 2.8.1. > > You can find the src + asc + md5 + sha at the following links: > * http://archive.apache.org/dist/cordova/cordova-2.8.1-src.zip > * http://archive.apache.org/dist/cordova/co

Re: Dropping iOS 5.0 support

2014-02-07 Thread Lorin Beer
+1 On Fri, Feb 7, 2014 at 7:58 AM, Emil Marashliev wrote: > > On Feb 7, 2014, at 5:00 PM, James Jong wrote: > > > Ally, > > Have you seen this (iOS 5 %) in your other apps as well? Or more so for > the new releases? > > -James Jong > > > > On Feb 5, 2014, at 10:32 PM, Ally Ogilvie wrote: > >

Re: Introducing myself

2014-02-04 Thread Lorin Beer
Hi Martin, welcome! On Tue, Feb 4, 2014 at 12:52 PM, Brian LeRoux wrote: > Welcome Martin! Glad to have you here and feel free to bug the list for > help anytime. =) > > > On Tue, Feb 4, 2014 at 12:42 PM, Martin Gonzalez Glez < > martin.c.glez.g...@gmail.com> wrote: > > > Hi everyone! My name i

Re: JAVA_HOME

2013-12-02 Thread Lorin Beer
run java -version, thats it ;) > > commit 2f66ec60db8749bc442095560d5713b7bb718527 > Author: Mark Koudritsky > Date: Wed Nov 27 16:59:20 2013 -0500 > > > > On Mon, Dec 2, 2013 at 11:09 PM, Lorin Beer >wrote: > > > Comment out the call to check_java, and the CLI can

Re: JAVA_HOME

2013-12-02 Thread Lorin Beer
Comment out the call to check_java, and the CLI can successfully compile, and install the app to device or emulator successfully. So for what functionality is JAVA_HOME necessary for? On Mon, Dec 2, 2013 at 6:33 PM, Brian LeRoux wrote: > I'm trying to understand why we are doing this and how

Re: 3.3.0?

2013-12-02 Thread Lorin Beer
I'm not so pumped on cramming a new release right as the team will be leaving for Christmas holidays. How about a 3.2.1 release with the updated support of Android? I think a minor version bump would be a lot more tractable given the timeframe, and I don't know that the other platforms have enough

Re: iOS Camera asking for Location

2013-12-02 Thread Lorin Beer
looks like we have reached consensus, but just to reiterate: inclusion of the exif data including location was a desired feature: -1 to ripping it out. The current approach is to provide users the ability to turn it off: +1 On Sun, Dec 1, 2013 at 6:06 AM, James Jong wrote: > +1 to make it an

Re: Introductory Email

2013-12-02 Thread Lorin Beer
glad to have you contributing Josh! On Mon, Dec 2, 2013 at 8:11 AM, Josh Soref wrote: > Hello, > > As people have probably noticed, I’m one of the BlackBerry developers > working on Cordova / cordova-blackberry as part of the WebWorks team. We > just released our WebWorks 2.0 Beta [1] last week.

Re: question

2013-12-02 Thread Lorin Beer
Hi Zuma, the dev list may not be the best place to get an answer. This list handles discussions and issues around developing Cordova itself, not developing *with *Cordova. That having been said, you can take a look at UIWebViewDelegate

Cordova CLI minor update

2013-11-27 Thread Lorin Beer
Michael and I released another version of the Cordova CLI this morning. This is a minor version bump, and includes a commit to fix a blocking issue for projects that consume the Cordova CLI as a library. This was tested on OSX and Windows before the release, and should not affect the Cordova CLI

Re: CLI testing

2013-11-27 Thread Lorin Beer
+1 on reverting these out. Pushing large commits that causes widespread failing tests on one or more platforms should be reverted out. They should not be pushed up to master in the first place. On Wed, Nov 27, 2013 at 1:16 PM, Steven Gill wrote: > I think we should revert these out and put them

Re: [For discussion] windows8 and run/emulate commands meaning

2013-11-27 Thread Lorin Beer
+1, we want the cli commands to mean the exact same thing regardless of platform targeted. 'Conjugating' the command based on platform breaks this design. Better to fail noisily with the commands that are not supported, and document everything along the way. On Tue, Nov 26, 2013 at 5:13 PM, Jess

Re: [FxOS] Special needs for contact plugin

2013-11-27 Thread Lorin Beer
traditionally, we have had a per platform quirks section in the relevant api's documentation. Search for quirks in the contacts api and you should find sections for Android, BlackBerry, iOS and WP 7 and 8. Just add

Re: Intro email

2013-11-27 Thread Lorin Beer
Hi Kyle, welcome to the list! On Wed, Nov 27, 2013 at 9:01 AM, James Jong wrote: > Welcome Kyle! > -James Jong > > On Nov 27, 2013, at 10:41 AM, Kyle Nitzsche > wrote: > > > Hi, > > > > I am Kyle Nitzsche, and I work for Canonical on Ubuntu. > > > > I will be providing the docs for the Ubuntu

Re: amazon-fireos pull requests

2013-11-18 Thread Lorin Beer
I've been looking at the fireos cli pull request. It passes all manual and auto tests, but no fireos target is available. Once I determine the problem, I'll push it up. On Mon, Nov 18, 2013 at 3:42 PM, Steven Gill wrote: > In comparison, I just tried merging ubuntu code into cordova-ubuntu. No

Re: [proposal] Deprecate WP7 as a target platform

2013-11-18 Thread Lorin Beer
+1 On Mon, Nov 18, 2013 at 12:43 PM, Sergey Grebnov (Akvelon) < v-seg...@microsoft.com> wrote: > +1 > > Some interesting usage statistics: > http://blog.adduplex.com/2013/09/adduplex-windows-phone-statistics.html > > -Sergey > -Original Message- > From: Steven Gill [mailto:stevengil...@g

Re: cordova-js commits on master but not on 3.2.x branch

2013-11-08 Thread Lorin Beer
the blank permissions element for a while now. I did not > experience any issues with plugins when I tagged earlier this week. > > On Friday, November 8, 2013, Lorin Beer wrote: > > BB has been retagged, fixed an issue which blocked plugin installation. > > Core is ready, but t

Re: cordova-js commits on master but not on 3.2.x branch

2013-11-08 Thread Lorin Beer
BB has been retagged, fixed an issue which blocked plugin installation. Core is ready, but there are major issues with multiple plugins. On Fri, Nov 8, 2013 at 2:10 PM, Lorin Beer wrote: > currently testing BB, should be retagged in about 10 minutes > > > On Thu, Nov 7, 201

Re: cordova-js commits on master but not on 3.2.x branch

2013-11-08 Thread Lorin Beer
currently testing BB, should be retagged in about 10 minutes On Thu, Nov 7, 2013 at 8:59 PM, purplecabbage wrote: > And the js commits for blackberry did not change the js for other > platforms! Win win. > > Sent from my iPhone > > > On Nov 7, 2013, at 6:56 PM, Carlos Santana wrote: > > > > Than

Re: Refactoring the CLI tests

2013-11-08 Thread Lorin Beer
>What we're aiming for here is that we mock as little as is practical, I think that kind of defeats the idea of unit tests in the first place, I like the clean delineation between unit tests and integration tests, and it sounds like both need to be improved. Mocking things at the boundary of the C

Re: Refactoring the CLI tests

2013-11-07 Thread Lorin Beer
This reiterates some of the conclusions Braden and Mark have already reached, but generally testing should be split into two categories: unit tests and integration tests. There's debate about whether things like the file system should be mocked or not, but I think it's wrong to call our current te

Re: Medic/CI

2013-11-07 Thread Lorin Beer
great work, thanks David! On Thu, Nov 7, 2013 at 11:04 AM, Sergey Grebnov (Akvelon) < v-seg...@microsoft.com> wrote: > Great news David, thank you! > > -Sergey > -Original Message- > From: drk...@google.com [mailto:drk...@google.com] On Behalf Of David Kemp > Sent: Thursday, November 7,

Re: Review Request 15286: Cordova 2.9.1 release blog post

2013-11-06 Thread Lorin Beer
. On line 11, the '!?' should be '?!' as it is a question which is emphasized, not a questionable emphasization. On line 15 "but highly" should be "but we highly" that is all. - Lorin Beer O

Re: CommandProxy and misbehaving plugins

2013-10-29 Thread Lorin Beer
of using this. > > > On Tue, Oct 29, 2013 at 1:35 PM, Lorin Beer >wrote: > > > Hey Gord, > > > > handling Vibrate behind the exec layer was attempted, but unfortunately > > exec calls occur in a separate webview, and the call to vibrate isn't > > execut

Re: CommandProxy and misbehaving plugins

2013-10-29 Thread Lorin Beer
Hey Gord, handling Vibrate behind the exec layer was attempted, but unfortunately exec calls occur in a separate webview, and the call to vibrate isn't executed. We've talked about a few ways around this, and a jira ticket would be appreciated. - Lorin On Tue, Oct 29, 2013 at 12:20 AM, Jesse w

Re: Medic tests results consolidation

2013-10-25 Thread Lorin Beer
> > > > Currently we are just storing it locally and waiting to share... > > > > > > On Fri, Oct 25, 2013 at 4:40 PM, Sergey Grebnov (Akvelon) < > > v-seg...@microsoft.com> wrote: > > > > > Thank you for the info Lorin! Looking forward... > >

Re: Medic tests results consolidation

2013-10-25 Thread Lorin Beer
Currently, we are setting up Adobe's Device Wall, as it was dismantled and shipped down to SF from the Vancouver office. After we have working setup in SF, plans are to address federation of the CI systems each organization has setup, and aggregate the results in a single place. This should be hap

Re: Should we add platform info in commit message?

2013-10-18 Thread Lorin Beer
seems like a small change which would greatly increase the readability of plugin history, and enable us to quickly generate platform specific changelogs. +1 On Thu, Oct 17, 2013 at 7:41 PM, lmnbeyond wrote: > Hi guys, > > Since plugin-related code are all grouped into its own repo, should

Re: Medic / Buildbot / cordova-medic

2013-10-17 Thread Lorin Beer
great to see this hit Apache, thanks David! On Wed, Oct 16, 2013 at 7:11 AM, David Kemp wrote: > I have pushed the current state of the buildbot CI to the cordova-medic > repo. > > The history generally makes sense and provides flow from the medic state in > April to the current state. > > Thos

Re: Medic status and plans

2013-10-10 Thread Lorin Beer
and I do not believe there is any common history between the apache medic repo and David's bb-test repo On Thu, Oct 10, 2013 at 3:07 PM, Anis KADRI wrote: > You can't force push to apache :-/ > > On Thu, Oct 10, 2013 at 1:40 PM, Brian LeRoux wrote: > > Kind of a chicken/egg problem. Will this

Medic development effort consolidation

2013-10-10 Thread Lorin Beer
Hey folks, Adobe's device testing monolith, the Device Wall, has arrived from Vancouver and we are setting up our continuous integration and testing system in SF. I think its time to formalize a plan for running CI testing nodes, and aggregating the results. Currently, I believe Adobe, Google,

Re: Want to contribute

2013-09-19 Thread Lorin Beer
you've taken the first step by emailing de-subscr...@cordova.apache.org. The second step should be to sign the CLA. You can read about it and the contributor workflow here: http://wiki.apache.org/cordova/ContributorWorkflow Once you've signed

Re: 3.1 Release

2013-09-19 Thread Lorin Beer
I was away a good chunk of yesterday due to a sick wife, getting BB tagged today. Sorry for the delay. On Thu, Sep 19, 2013 at 9:59 AM, Shazron wrote: > Sorry for the iOS release guys I'm getting it out today > > > On Thu, Sep 19, 2013 at 8:00 AM, Michal Mocny wrote: > > > Specifically, I thin

Re: Proposal: Change JIRA to have bugs as "unassigned" by default

2013-09-19 Thread Lorin Beer
apology already posted, but I'll reiterate that 12 hours for a process change that affects all assignees is way to short, especially on a project with contributors across the globe. On Thu, Sep 19, 2013 at 9:29 AM, Andrew Grieve wrote: > Sorry for jumping the gun - figured this would be an easy

Re: [Android] Adding init() to the template and decoupling from loadUrl

2013-09-12 Thread Lorin Beer
reviewing the issue, I don't see any problem with this fix. Sounds reasonable to me. On Wed, Sep 11, 2013 at 1:24 PM, Joe Bowser wrote: > This is in response to CB-4620: > > This bug only happens if you are switching between pages faster than > the app can draw the URI. I don't even know how t

Re: Introduction

2013-08-27 Thread Lorin Beer
welcome, Mark! On Tue, Aug 27, 2013 at 9:25 AM, Brian LeRoux wrote: > Welcome to the battle Mark! > > > On Tue, Aug 27, 2013 at 7:52 AM, Filip Maj wrote: > > > Welcome Mark! > > On 2013-08-27 7:49 AM, "Mark Koudritsky" wrote: > > > > > Hi All, > > > > > > I just wanted to introduce myself. I'

Re: Post 3.0 release committer and community meeting

2013-08-21 Thread Lorin Beer
Congrats! On Wed, Aug 21, 2013 at 1:12 PM, Michael Brooks wrote: > Congrats Lucas! > > > On Wed, Aug 21, 2013 at 11:07 AM, Tommy Williams > wrote: > > > Congrats!! > > On 21 Aug 2013 23:56, "Lucas Holmquist" wrote: > > > > > I want to say sorry, i was signed up and didn't attend. My wife was

Re: PROPOSAL: node.js all the script things

2013-08-12 Thread Lorin Beer
this conversation has been continuing on and offline around the watercooler. +1 for Jesse's concern. There is absolutely no value in throwing out working bat scripts and rewriting them in node. It's makework. For BB10, the scripts were written in node in the first place, and bash/bat scripts inv

Re: Versioning in a 3.0 world

2013-08-12 Thread Lorin Beer
1&2 don't agree, if I understand correctly While strict semver is fine for more homogenous projects, I feel the versioning system in Cordova must reflect more. For one thing, linking the different platforms together in terms of compatibility and supported features. Otherwise, things seem far too fr

Re: Post 3.0 release committer and community meeting

2013-08-07 Thread Lorin Beer
agrieve, co-location=Google Waterloo mmocny, co-location=Google Waterloo maxw, co-location=Google Waterloo aharding, co-location=Adobe Vancouver filmaj, co-location=Adobe Vancouver stevegill, co-location=Adobe Vancouver bhiggins, co-location=BlackBerry Toronto jheifetz, co-location=BlackBerry Toron

Re: PROPOSAL: node.js all the script things

2013-08-07 Thread Lorin Beer
+1 for Android/BB would be majorly helpful on those platforms On Wed, Aug 7, 2013 at 9:15 AM, Filip Maj wrote: > I agree with you, Andrew. > > Bryan, judging by this thread, it doesn't look like we'll be switching > over to node.js for all platforms, just for android/bb. > > On 8/7/13 7:38 AM,

Re: [plugins] Proper handling of subsequant calls in Media plugin

2013-08-02 Thread Lorin Beer
I ran into this sometime ago on the android media API. The relevant conversation is likely deeply buried, and we should consider documenting the appropriate behavior somewhere permanent. My opinion is that appropriate behavior is dependent on the function being called and the current state. A FSM

Re: Questions regrading Contribution to the Project

2013-07-24 Thread Lorin Beer
> > > > On 7/23/13 11:20 AM, "Sharif Ahmed" wrote: > > > > >Thank you so much to both Andrew and Lorin. I will go ahead with the > > >CLA and also proceed with the jira issues. > > > > > >Thanks again. > > > > > >On 7/23/13

Re: cordova-app-harness and the App Store

2013-07-23 Thread Lorin Beer
I agree with your breakdown of options in order of sanity, Braden :) Ideally this should be owned by the organization that owns the code: the Apache Cordova Project. While an acceptable second would be for the Adobe Cordova Team to publish it, I think there is a precedent for an Apache project own

Re: cordova-playbook 'deprecation'

2013-07-23 Thread Lorin Beer
is what Lorin meant. > > > > On Tue, Jul 23, 2013 at 11:07 AM, Anis KADRI > wrote: > > > "Remove" ? No! Just leave the source in there. Somebody might be > > interested > > > in it. We can stop shipping it though if we are still doing it. > >

Re: cordova-playbook 'deprecation'

2013-07-23 Thread Lorin Beer
t. > > On Tue, Jul 23, 2013 at 11:07 AM, Anis KADRI wrote: > > "Remove" ? No! Just leave the source in there. Somebody might be > interested > > in it. We can stop shipping it though if we are still doing it. > > > > > > On Tue, Jul 23, 2013 at 8:04

cordova-playbook 'deprecation'

2013-07-23 Thread Lorin Beer
Scare-quotes due to playbook never being an officially supported platform. After discussing playbook with Bryan and Jeff from BlackBerry, a few points came up: 1. BB10 won't be coming to the PlayBook platform 2. The work required to bring it up to 3.0 spec is not justified by interest or number o

Re: blackberry10 build

2013-07-23 Thread Lorin Beer
Great write up, Matt. Thanks for the feedback! On Tue, Jul 23, 2013 at 6:56 AM, Matt Lantz wrote: > Thanks Bryan and Ken, I'm going to be writing a tutorial or two and > sending them to Alex Kinsella. > > > Cheers, > > Matt Lantz > Professional Software Developer / Consultant > http://mattlantz

Re: Questions regrading Contribution to the Project

2013-07-23 Thread Lorin Beer
and discuss workflow and procedure! Thanks for the interest! - Lorin Beer On Mon, Jul 22, 2013 at 10:29 PM, Sharif Ahmed wrote: > Hi, > > I am Sharif Ahmed. I want to contribute to the project. I am interested in > Android and Docs section. I have checked out the jira issues for these tw

Re: 3.0.0 Final

2013-07-18 Thread Lorin Beer
rock On Thu, Jul 18, 2013 at 12:20 PM, Steven Gill wrote: > Lets do the final tag for 3.0.0. Issue at > https://issues.apache.org/jira/browse/CB-4294 >

Re: Documenting Plugin Spec

2013-07-16 Thread Lorin Beer
+1 On Tue, Jul 16, 2013 at 11:03 AM, Shazron wrote: > +1 > > On Tuesday, July 16, 2013, Anis KADRI wrote: > > > Yes please! > > > > > > On Tue, Jul 16, 2013 at 10:53 AM, Filip Maj > > > wrote: > > > > > Currently exists in the plugman repo. > > > > > > Should we set up a sub guide under cordova

Re: Converting scripts to node

2013-07-12 Thread Lorin Beer
The primary benefit I see in moving to node based scripts is quality: it's a lot easier to write and maintain complex scripts with good tests in js than it is in bash. Even with the reliance on exiting command line tools like adb. It also makes contributing to the scripting side far less intimidat

Re: Jake woes

2013-06-21 Thread Lorin Beer
HORRIBLE On Fri, Jun 21, 2013 at 2:43 PM, Jesse wrote: > Punishable by death or bunga-bunga, your choice. > > @purplecabbage > risingj.com > > > On Fri, Jun 21, 2013 at 2:09 PM, Filip Maj wrote: > > > noo > > > > On 6/21/13 2:01 PM, "Patrick Mueller" wrote: > > > > >It appears you

Re: Apache VM for Medic's CouchDB

2013-06-19 Thread Lorin Beer
that would be fantastic! On Wed, Jun 19, 2013 at 9:59 AM, Filip Maj wrote: > Would love to see this, thanks for taking the initiative on this Mike! > > On 6/19/13 7:19 AM, "Andrew Grieve" wrote: > > >Sounds great! > > > > > >On Wed, Jun 19, 2013 at 9:39 AM, Mike Billau > >wrote: > > > >> Hell

Re: Release Bugs

2013-06-18 Thread Lorin Beer
cloning the issue is a good solution, but I suggest updating the script to reflect Andrew's changes to the release issues. On Tue, Jun 18, 2013 at 10:08 AM, Andrew Grieve wrote: > New release bug: https://issues.apache.org/jira/browse/CB-3906 > > > On Tue, Jun 18, 2013 at 1:02 PM, Andrew Grieve

Re: 2.9.0rc1 this coming monday??

2013-06-13 Thread Lorin Beer
but > there hasn't been any with me being away at WWDC this week, but if that's > where the wind blows I am but a feather. Will try to get more issues > resolved by rc2. > > > On Thu, Jun 13, 2013 at 9:27 AM, Lorin Beer >wrote: > > > +1, let's tackle this e

Re: 2.9.0rc1 this coming monday??

2013-06-13 Thread Lorin Beer
+1, let's tackle this early On Wed, Jun 12, 2013 at 4:06 PM, Jesse wrote: > meh > > @purplecabbage > risingj.com > > > On Wed, Jun 12, 2013 at 4:03 PM, Filip Maj wrote: > > > Huge +1! > > > > On 6/12/13 3:56 PM, "Joe Bowser" wrote: > > > > >Hey > > > > > >I know this is pretty soon, but how d

Re: issues.apache.org is down

2013-06-11 Thread Lorin Beer
gt;Looks like: > > > >https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=summary > > > >Is down for me too. > > > >Simon Mac Donald > >http://hi.im/simonmacdonald > > > > > >On Tue, Jun 11, 2013 at 11:02 AM, Lorin Beer > >wrote: &

  1   2   3   >