Re: Making WebView's WebSQL work on Android 3.0+

2013-04-17 Thread Michael Brooks
as replacing the HTTP stack on iOS now, too) Ian On Wed, Apr 17, 2013 at 1:34 PM, Michal Mocny mmo...@chromium.org wrote: Ian has been running into some issues with CORS while working on porting an app, I'll let him comment on specifics. On Wed, Apr 17, 2013 at 12:27 PM, Michael

Re: Spam control in the Wiki

2013-04-16 Thread Michael Brooks
Yep I can edit, thanks Shaz! On Tue, Apr 16, 2013 at 3:14 PM, Brian LeRoux b...@brian.io wrote: ya no kidding On Tue, Apr 16, 2013 at 2:46 PM, Anis KADRI anis.ka...@gmail.com wrote: That's cool! I was getting tired of googling every apache conference since 1970. On Tue, Apr 16,

Re: Platform-level command line scripts ;)

2013-04-09 Thread Michael Brooks
...@adobe.com wrote: FYI issues for all of these scripts have been filed. On 3/28/13 1:31 PM, Michael Brooks mich...@michaelbrooks.ca wrote: Fil, great work on the wiki document. Below are some feedback points. `build` ... What happens when a user specifies both

Re: New directory structure in cordova-cli's future branch

2013-04-09 Thread Michael Brooks
I'm still not sold on the new directory structure, but I would need to review the previous thread on why we are interested in adopting it. A minor concern on my part is the placement of `config.xml`. The path to `index.html` must be referenced relative to `config.xml` [1]. Since `config.xml` is

Use of Google Docs for Planning / Specifications / etc

2013-04-05 Thread Michael Brooks
Hey guys, I know this has been on the minds of a number of contributors and I want to bring it up on the list. I think we need to stop using Google Docs for drafting our plans, specifications, and such. For myself, this is a little disappointing because I like Google Docs and I think it's easy

Re: Use of Google Docs for Planning / Specifications / etc

2013-04-05 Thread Michael Brooks
Maj f...@adobe.com wrote: +1, it's a bad excuse on my side but the extra step in opening the link is sometimes enough to discourage me from even looking at proposals :P On 4/5/13 10:18 AM, Michael Brooks mich...@michaelbrooks.ca wrote: Hey guys, I know this has been

Re: App-Harness Description

2013-04-03 Thread Michael Brooks
suggested, I'll +1 harness. Fil will just have to wait for a project named WebKeg. On Mon, Apr 1, 2013 at 9:05 AM, Michael Brooks mich...@michaelbrooks.cawrote: You also get a Google app based on Cordova's Harness app. Open source! :) The general consensus seems

Re: App-Harness Description

2013-04-01 Thread Michael Brooks
at 2:45 PM, Andrew Grieve agri...@chromium.org wrote: I don't think we need to decide on an App Store name yet. Repo name sounds good though. On Thu, Mar 28, 2013 at 4:40 PM, Michael Brooks mich...@michaelbrooks.cawrote: Alright, I want to get this project started

Re: Work on the VHS api

2013-04-01 Thread Michael Brooks
Apache Cordova can only be considered a success when we have complete support for uploading cat videos to online video services. On Mon, Apr 1, 2013 at 11:38 AM, Shazron shaz...@gmail.com wrote: I think it's appropriate for HTML6 On Mon, Apr 1, 2013 at 11:32 AM, Joe Bowser bows...@gmail.com

Re: Platform-level command line scripts ;)

2013-03-28 Thread Michael Brooks
, Michael Brooks mich...@michaelbrooks.ca wrote: To be absolutely clear, the above is NOT the motivation for changing this stuff around. Cordova-cli needs consistency across platforms. This is the motivation. Yep, as long as we can guarantee that each script follows a predictable

Re: App-Harness Description

2013-03-28 Thread Michael Brooks
Alright, I want to get this project started and we need to settle on a name. No one has made a compelling argument against calling the app Cordova. Proposed name: - App Store name: Cordova - Repository name: cordova-app Here are my reasons: 1. We naturally refer to it as The Cordova App in

Re: [cordova-cli] Merges Directory

2013-03-26 Thread Michael Brooks
of platforms—might get a little cumbersome. On Mon, Mar 25, 2013 at 5:34 PM, Michael Brooks mich...@michaelbrooks.ca wrote: Just like to provide an alternative suggestion to the merges/ directory and here everyone's thoughts. While doing client work at Nitobi, each of our build scripts had

Re: App-Harness Description

2013-03-26 Thread Michael Brooks
Hey Andrew, This is exactly what I had planned as well. It's as if we read each other's minds. I'll go through the document a second time and add some comments. Do you mind if I edit the document? What is this thing going to be called? cordova-app-harness sounds kinky. For naming, my stance

Re: Welcome to our new committers!

2013-03-26 Thread Michael Brooks
Welcome to the team! On Tue, Mar 26, 2013 at 9:41 AM, Andrew Grieve agri...@chromium.org wrote: Yes! Awesome to have you all on the team! http://www.youtube.com/watch?v=KMU0tzLwhbE On Tue, Mar 26, 2013 at 12:31 PM, Braden Shepherdson bra...@chromium.org wrote: Congratulations! On

Re: App-Harness Description

2013-03-26 Thread Michael Brooks
:39 AM, Andrew Grieve agri...@chromium.org wrote: Awesome! Yep - it's editable so that you can edit it :) I like Cordova DX, or maybe Cordova DevTool On Tue, Mar 26, 2013 at 12:10 PM, Michael Brooks mich...@michaelbrooks.ca wrote: Hey Andrew

Re: [cordova-cli] versioning

2013-03-26 Thread Michael Brooks
.) Fil: can you backlog this? I think it should come AFTER we finish fixing up plugman/jsinstall and at least one plugin xplatform done. On Mon, Mar 25, 2013 at 3:26 PM, Michael Brooks mich...@michaelbrooks.ca wrote: With respect to the lazy-loading suggestion, I know Brian has raised

Re: [cordova-cli] - what does the plugins folder do?

2013-03-25 Thread Michael Brooks
+1 for ./platforms becoming a build artifact. I totally support this goal Braden. When we make the platforms/ a build artifact, I'd like to move the platforms directory to: /my-app/.cordova/platform/ Michael On Fri, Mar 22, 2013 at 3:07 PM, Michael Wolf michael.w...@cynergy.comwrote:

Re: Platform-level command line scripts ;)

2013-03-25 Thread Michael Brooks
To be absolutely clear, the above is NOT the motivation for changing this stuff around. Cordova-cli needs consistency across platforms. This is the motivation. Yep, as long as we can guarantee that each script follows a predictable input and output, I don't care how we implement it. If you

Re: [cordova-cli] - what does the plugins folder do?

2013-03-25 Thread Michael Brooks
One of the other goals here is to make the tools magically convenient without becoming voodoo. That's the fundamental goal behind turning platforms/ into a build artifact: then the answer to what files in here can I edit, and which ones get updated when I run some command? is an easy,

Re: docs commit: [CB-2305] Add documntation for InAppBrowser.executeScript and InAppBrowser.insertCSS APIs

2013-03-25 Thread Michael Brooks
/40eb8ded Branch: refs/heads/master Commit: 40eb8dedd117cc91b692944a5f933b086d770a4f Parents: a897edd Author: Ian Clelland iclell...@chromium.org Authored: Mon Mar 18 12:06:41 2013 -0400 Committer: Michael Brooks mich...@michaelbrooks.ca Committed: Mon Mar 25 08:36:23 2013 -0700

[cordova-cli] Merges Directory

2013-03-25 Thread Michael Brooks
Just like to provide an alternative suggestion to the merges/ directory and here everyone's thoughts. While doing client work at Nitobi, each of our build scripts had similar functionality to merging platform-specific web assets. Below, I'll describe what I've experienced and make a suggestion on

Re: [cordova-cli] versioning

2013-03-25 Thread Michael Brooks
project as it needs a package.json at the top-level. On 3/25/13 11:06 AM, Michael Brooks mich...@michaelbrooks.ca wrote: +1 to locking the CLI to a version +1 to the Grunt vision However, I'd like to propose a different approach to the CLI versioning and it can also solve the `create

Re: Plugin Repos Created!

2013-03-25 Thread Michael Brooks
Would it make sense to add these new repos to the list on http://cordova.apache.org? The intent is to encourage contributions. I'd be fine to do that, but wanted to get a sanity check on that first. I think that makes sense. Originally, we tried to keep platforms on the left column and

Re: PhoneGap Plugins - Provide Versioning Advice

2013-03-19 Thread Michael Brooks
Hey Ally, good to hear from you and awesome feedback! Your thread came at a good time because Anis and Braden are starting to tackle these issues in a sane way. As Anis mentioned, a discussion thread should be jumping up today. You can also track the plugin progress through the plugman code (no

Re: [Plugins] Plugin versioning

2013-03-19 Thread Michael Brooks
However, It's expensive to clone down the repository just to check if the plugin works or not. Good point Anis, it would be expensive to clone down a plugin simply to disc I believe we should store some sort of mapping on our discovery server. Such as: { cordova_version:

Re: plugman apache repository

2013-03-18 Thread Michael Brooks
Awesome! To avoid confusion (and extra work on your part), I'd recommend retiring github.com/imhotep/plugman/. Simply delete everything but the README.md. Then update the README.md to redirect developers to the Apache repository. You can then fork the Apache repository (when it's mirrored) and

Re: archiving older platforms

2013-03-17 Thread Michael Brooks
As far as bb 6 and 7, I am sure the majority of devices out there are BB 6 and 7. BB10 just came out so there can't be that many yet. Developers don't seem to be interested in those platform though and I think the focus should be on BB10. It would probably be more accurate to say BlackBerry

Re: who is James

2013-03-14 Thread Michael Brooks
Welcome James and thanks for the intro! I was wondering who you were :) On Tue, Mar 12, 2013 at 2:36 PM, Gord Tanner gtan...@gmail.com wrote: Welcome! Sent from my iPhone On 2013-03-12, at 5:26 PM, Lorin Beer lorin.beer@gmail.com wrote: Hi James, thanks for the intro! On Tue,

Re: Shravan - Intro + InAppBrowser Feature addition

2013-03-14 Thread Michael Brooks
Welcome Shravan. That's a pretty rad intern role. We have a similar intern, Benn Mapes, at Adobe Vancouver who we unleash on whatever peaks his interest. On Wed, Mar 13, 2013 at 3:04 PM, Brian LeRoux b...@brian.io wrote: /me highfives all around On Wed, Mar 13, 2013 at 2:33 PM, James Jong

Re: Decreasing the Deprecation Time

2013-03-14 Thread Michael Brooks
+1 for switching the deprecation window from time to release. Michal summed it up perfectly. It's worth reflecting on Tommy and Simon's input. The deprecation window is there to give users adequate warning that breakage is impending. However, it's just make-work for us, if our user's don't care

Re: New doc with new git workflows

2013-03-14 Thread Michael Brooks
Reads very well, nice work Braden! I was going to mention adding the creation of a topic branch for completeness, but Ian, Max, and you have already hashed that out. I would vote to create a Contributor section under Guides. If Marcel feels there's importance in defining roles, then that's where

Re: cordova.io domain name

2013-03-11 Thread Michael Brooks
On Thu, Feb 14, 2013 at 6:44 PM, Michael Brooks mich...@michaelbrooks.cawrote: Update from my IRC #asfinfra chat: Apache has a strong stance that the domain must be project.apache.org[1]. Custom domains can be used but must redirect to the original domain and cannot mask the original domain

Re: [ALL PLATFORMS] icon element support in config.xml

2013-03-05 Thread Michael Brooks
It's worth pointing out that the same problems will apply to the splash screens. Since this is a compile-time property, how would we go about supporting it across all platforms? I'm thinking either a) need to add logic into each platform's CLI scripts to parse the contents of config.xml,

Re: [plugins] Static or Dynamic Libraries

2013-03-05 Thread Michael Brooks
trying to think of a simple way for folks to provide for pay plugins. Simon Mac Donald http://hi.im/simonmacdonald On Mon, Mar 4, 2013 at 5:41 PM, Michael Brooks mich...@michaelbrooks.ca wrote: Again, thanks for the feedback guys! The original proposal said that pre-compiled Can

Re: [ALL PLATFORMS] icon element support in config.xml

2013-03-05 Thread Michael Brooks
into the round hole, we're going to have to make the hole bigger, and fill in the parts after the fact. On Tue, Mar 5, 2013 at 3:14 PM, Michael Brooks mich...@michaelbrooks.ca wrote: It's worth pointing out that the same problems will apply to the splash screens. Since

Re: [plugins] Static or Dynamic Libraries

2013-03-04 Thread Michael Brooks
cut it. Luckily since most Cordova plugins will do their UI in HTML the likelihood of the plugin needing to access the res folder is very low. Simon Mac Donald http://hi.im/simonmacdonald On Fri, Feb 22, 2013 at 7:33 PM, Michael Brooks mich

Re: Cordova Documentation version based urls make for poor web search targets

2013-03-04 Thread Michael Brooks
Created the issue here: https://issues.apache.org/jira/browse/CB-2619 On Mon, Mar 4, 2013 at 3:40 PM, Michael Brooks mich...@michaelbrooks.cawrote: When I google for cordova documentation, I'm usually taken to an old version (say, 2.1.0). This has also been a problem with the PhoneGap

Re: Jasmine Tests failing with the most recent multipart changes

2013-02-26 Thread Michael Brooks
Yep, I agree with you Andrew. Lets ride out the current next/master Git workflow for the 2.5.0 release. Afterwards, we can kick up a retrospective thread to discuss the pros / cons / improvements. On Monday, February 25, 2013, Andrew Grieve wrote: Do the changes you'd like to see cherry-picked

Re: tag 2.5.0 soon?

2013-02-26 Thread Michael Brooks
+1 I'm in favour of moving along unless someone points out a reason to hold back. On Mon, Feb 25, 2013 at 4:25 PM, Brian LeRoux b...@brian.io wrote: +1. lets get this over with so we can put some serious goodness into 2.6 On Mon, Feb 25, 2013 at 1:44 PM, Filip Maj f...@adobe.com wrote:

Re: Testing MobileSpecTest

2013-02-26 Thread Michael Brooks
Cool, since I see a conditional for Android and iOS, it would be nice to have WP7 or BB test this and ensure it works there as well. On Tue, Feb 26, 2013 at 11:53 AM, Michal Mocny mmo...@chromium.org wrote: Thanks for heads up. -Michal On Tue, Feb 26, 2013 at 2:40 PM, Michael Brooks mich

Re: Proposition to split cordova-blackberry into two separate plugins

2013-02-22 Thread Michael Brooks
Agree with Brian and Jesse. Windows currently has three repositories: Windows, WP7, and WP8. From a user's perspective, it would make more sense to have only two repositories: Windows and WP. This is how the Apple environment works: iOS and Mac. As Jesse mentioned, it is conceivable to merge

Re: Tag 2.5.0rc1?

2013-02-22 Thread Michael Brooks
I'll deploy the latest docs the the website shortly. SVN isn't the quickest. On Fri, Feb 22, 2013 at 1:05 PM, Filip Maj f...@adobe.com wrote: Thanks Steve! On 2/22/13 12:59 PM, Steven Gill stevengil...@gmail.com wrote: Hey all, 2.5.0RC1 can be downloaded at

Re: [plugins] Static or Dynamic Libraries

2013-02-22 Thread Michael Brooks
Great responses everyone. We've now got a decent overall of the iOS and WP landscape, not to mention use-cases of other projects such Google Maps. tl;dr: IMHO, those three things listed above is where we should put our effort to make plugins easier, then see where that gets us. I think it will

[website] Documentation Linkage

2013-02-22 Thread Michael Brooks
Hi all, TLDR; Please avoid drive-by updates without documentation and/or discussion. I feel like a nitpicker, but this is what leads to broken links and low-quality user-facing resources. 1. Recently, there was a commit that reworded Documentation to Cordova Documentation - I feel that

Re: Tag 2.5.0rc1?

2013-02-22 Thread Michael Brooks
Docs are up: http://cordova.apache.org/docs/en/2.5.0rc1/ Great work on the release and have a good weekend everyone! On Fri, Feb 22, 2013 at 1:14 PM, Michael Brooks mich...@michaelbrooks.cawrote: I'll deploy the latest docs the the website shortly. SVN isn't the quickest. On Fri, Feb 22

Re: [plugins] Static or Dynamic Libraries

2013-02-22 Thread Michael Brooks
some assurance that the plugin does only what they think it does. Joe On Fri, Feb 22, 2013 at 1:30 PM, Michael Brooks mich...@michaelbrooks.ca wrote: Great responses everyone. We've now got a decent overall of the iOS and WP landscape, not to mention use-cases of other projects

Re: git question

2013-02-21 Thread Michael Brooks
289 files changed, 19759 insertions(+), 132 deletions(-) All rhe 2.5.0rc1 files were added, and most if not all of the edge files had 2 or more line changes each. That doesn't look right to me, so I did not do the git push apache master. I wanted to stop and ask for advice before I did any

Re: git question

2013-02-21 Thread Michael Brooks
Could/Should we write a pre-push-hook, s.t. when pushing 'next' to check that it has been merged into master, at least locally? I think we should avoid adding more architecture management code for now. I've got a few opinions and suggestions on the current git workflow, but I want to hold my

Re: docs question: master/next

2013-02-21 Thread Michael Brooks
TLDR; Yes My understanding is that any commits that you want to appear in the next release, then put them into next. All commits into next will eventually be merged into master as well for the future releases. Michael On Thu, Feb 21, 2013 at 4:27 PM, Shazron shaz...@gmail.com wrote: Should

Re: docs question: master/next

2013-02-21 Thread Michael Brooks
at 4:53 PM, Michael Brooks mich...@michaelbrooks.ca wrote: TLDR; Yes My understanding is that any commits that you want to appear in the next release, then put them into next. All commits into next will eventually be merged into master as well for the future releases. Michael

Re: Symbol Mapping in Cordova

2013-02-20 Thread Michael Brooks
Agreed. Please take responsibility and test your code on devices (ideally not simulators). If your change impacts multiple platforms, have it tested on those before pushing to master. On Wed, Feb 20, 2013 at 12:42 PM, Filip Maj f...@adobe.com wrote: Andrew did you test it on a device? Don't

Re: Symbol Mapping in Cordova

2013-02-20 Thread Michael Brooks
' changes when necessary. We do this when processing pull requests from external devs, so why not do this for each other? On Wed, Feb 20, 2013 at 3:47 PM, Michael Brooks mich...@michaelbrooks.ca wrote: Agreed. Please take responsibility and test your code on devices (ideally not simulators

Re: Symbol Mapping in Cordova

2013-02-20 Thread Michael Brooks
of stuff to JIRA (and bringing back to list when necessary) makes a lot of sense. On 2/20/13 1:27 PM, Michael Brooks mich...@michaelbrooks.ca wrote: If the can you guys test my changes answer is no, then it'd be great to hear a no instead of 8 days of silence. That said

Re: docs on cordova.apache.org

2013-02-19 Thread Michael Brooks
Yay! Board Report another objective complete! On Tue, Feb 19, 2013 at 4:54 PM, Brian LeRoux b...@brian.io wrote: Sweet. I'll update the board report. =) On Tue, Feb 19, 2013 at 4:38 PM, Michael Brooks mich...@michaelbrooks.ca wrote: Update: Short-term goal [1] is now complete

Re: docs on cordova.apache.org

2013-02-19 Thread Michael Brooks
Yay! Board Report another objective complete! Or better said: Yay! Another board report objective complete! On Tue, Feb 19, 2013 at 4:56 PM, Michael Brooks mich...@michaelbrooks.cawrote: Yay! Board Report another objective complete! On Tue, Feb 19, 2013 at 4:54 PM, Brian LeRoux b

Re: docs on cordova.apache.org

2013-02-19 Thread Michael Brooks
Documentation (nearly identical) at http://docs.phonegap.com/ Michael On Tue, Feb 19, 2013 at 4:57 PM, Michael Brooks mich...@michaelbrooks.cawrote: Yay! Board Report another objective complete! Or better said: Yay! Another board report objective complete! On Tue, Feb 19, 2013 at 4:56 PM, Michael

Re: cordova.io domain name

2013-02-14 Thread Michael Brooks
Yea, I'll jump into the IRC channel today. I thought I'd check here in case anyone has some magical wiki links about it. On Thu, Feb 14, 2013 at 9:39 AM, Filip Maj f...@adobe.com wrote: Ask infra? I'm afraid of what they'll say but probably have to do it. On 2/13/13 10:32 PM, Michael Brooks

cordova.io domain name

2013-02-13 Thread Michael Brooks
Hi all, The domain renewal for cordova.io is due in March 2013. How do other Apache projects manage custom domains? I've searched around apache.org without much luck. During our incubation period, there was a brief discussion about the domain name, but little progress was made. For myself,

Re: docs on cordova.apache.org

2013-02-07 Thread Michael Brooks
at? Is there anything I can do to help? -- Marcel Kinard On Jan 17, 2013, at 12:19 PM, Michael Brooks mich...@michaelbrooks.ca wrote: I've got Jenkins running locally, pulling from cordova-docs, polling daily, and generating the docs. But the SVN Publisher doesn't seem to work: https

Re: refactoring mobile spec (was: Creating repos for core plugins)

2013-02-07 Thread Michael Brooks
Yes, each plugin should be responsible for its own tests. This is something that we should practice with the core plugins and encourage with third-party plugins. I'm still playing catch up, but this is something that must be added to the plugin spec IMO. Michael On Thu, Feb 7, 2013 at 12:48 PM,

Re: cordova-cli documentation in cordova-docs

2013-02-07 Thread Michael Brooks
I would vote for it to be included in the Cordova documentation ( docs.cordova.io). Michael On Thu, Feb 7, 2013 at 3:10 PM, Anis KADRI anis.ka...@gmail.com wrote: I don't know about getting started but I vote for it being part of docs.cordova.io On Thu, Feb 7, 2013 at 3:04 PM, Filip Maj

[jira] [Commented] (CB-2374) Tag Docs

2013-02-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13571450#comment-13571450 ] Michael Brooks commented on CB-2374: Tag 2.4.0 as commit [8778e5|https://git-wip

[jira] [Resolved] (CB-2374) Tag Docs

2013-02-05 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks resolved CB-2374. Resolution: Fixed Tag Docs Key: CB-2374 URL: https

[jira] [Commented] (CB-2351) Tag Hello World App

2013-02-04 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13570658#comment-13570658 ] Michael Brooks commented on CB-2351: Tag 2.4.0 as commit [355cb8|https://git-wip

[jira] [Resolved] (CB-2351) Tag Hello World App

2013-02-04 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks resolved CB-2351. Resolution: Fixed Tag Hello World App --- Key: CB-2351

[jira] [Commented] (CB-1365) Need to document config.xml

2013-01-31 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568448#comment-13568448 ] Michael Brooks commented on CB-1365: Yup, I'll look into it. Need

Re: All platforms: config.xml documentation

2013-01-30 Thread Michael Brooks
Sounds good Fil! On Tue, Jan 29, 2013 at 12:42 PM, Andrew Grieve agri...@chromium.orgwrote: Sounds great! On Tue, Jan 29, 2013 at 3:18 PM, Filip Maj f...@adobe.com wrote: Reference issue: https://issues.apache.org/jira/browse/CB-1365 More and more work is going into support for

Re: Cordova CLI (and by proxy, platform) requirements

2013-01-29 Thread Michael Brooks
About a year and a half ago, I started to refactor the BlackBerry bin/ (ANT) script. My goal was the following: 1. Use SDK path if explicitly stated in the config file (project.properties) 2. Otherwise search the PATH and use the SDK found 3. Otherwise fail noisily Back during our client work

Re: Cordova for Firefox OS

2013-01-28 Thread Michael Brooks
I'm in favor of just using Cordova-FirefoxOS since it is an explicitly clear name that makes it easy to find. I agree with Herm on using Cordova-FirefoxOS (cordova-firefoxos) for the same reasons. Matching the official name is important for ease of use. While we wait for Infra to create the

Re: ship 2.4 monday

2013-01-28 Thread Michael Brooks
I haven't heard any major blockers, so Monday Feb 4th seems good. Michael On Mon, Jan 28, 2013 at 11:31 AM, Filip Maj f...@adobe.com wrote: Monday Feb 4th or w/e! Next week! On 1/28/13 11:25 AM, Becky Gibson gibson.be...@gmail.com wrote: -1 if you mean Monday as in today? I'd like to

Re: Cordova for Firefox OS

2013-01-27 Thread Michael Brooks
Nice work Gord! I believe Herm Wong has been working on a Cordova Firefox OS implementation as well. He's spent a number of days at Mozilla and has helped guide some of their CLI work. Hopefully Herm can chime in on this thread and add some more detail. Before we rush a create a repo, we should

Re: Getting Started

2013-01-23 Thread Michael Brooks
Welcome to the community Matt, it's awesome to hear from you again! I imagine Becky would be excited to have your support. Feel free to chime in on the thread. Michael On Wed, Jan 23, 2013 at 11:04 AM, Matt Lantz mattla...@gmail.com wrote: Hey all, Sorry I've yet to introduce myself, I'm

Re: too long to package a release?

2013-01-23 Thread Michael Brooks
Before we move forward, I have a few questions about the no master approach. There is *no* master branch, so that community-driven pull requests will be forced to think about which branch to request against. - Andrew, can you cite other projects that do not use a master branch? - On Github,

Re: Can we talk about large features before they arrive in master?

2013-01-22 Thread Michael Brooks
Here's a draft for a new Committing Your Own Changes: section on http://wiki.apache.org/cordova/CommitterWorkflow Great draft Andrew. It reads well. Outsider observation/note: probably useful for step 4 to tie into the CI - getting the pull request to notify Fil's CI project. It would be

Re: Intro + First contribution

2013-01-22 Thread Michael Brooks
Welcome Yaniv! Another opportunity for contribution is to review and revise our ContributorWorkflow [1] article. It's often hard for us to review our getting started documentation, because it's easy to forget the steps involved. Having new contributors edit these articles and fill in the missing

[jira] [Resolved] (CB-2266) Tag Docs

2013-01-22 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks resolved CB-2266. Resolution: Fixed Tagged 2.4.0rc1 [Commit f52c21|https://git-wip-us.apache.org/repos/asf?p=cordova

[jira] [Resolved] (CB-2246) Tag Hello World App

2013-01-21 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks resolved CB-2246. Resolution: Fixed Tagged [commit c930c1|https://git-wip-us.apache.org/repos/asf?p=cordova-app-hello

Re: docs on cordova.apache.org

2013-01-17 Thread Michael Brooks
(using their creds), or something - until we can get a permanent solution On Mon, Jan 14, 2013 at 9:22 AM, Michael Brooks mich...@michaelbrooks.cawrote: @Andrew I was thinking S3 so that a service can auto-update on each commit. From Yohei's experience with the cordova.apache.org SVN

Re: docs on cordova.apache.org

2013-01-14 Thread Michael Brooks
Hi Marcel, I've got this one my roadmap of tasks. The short-term goal is to have http://docs.cordova.io host our documentation and we'll link to it off http://cordova.io. The longer-term goal is to have the generator and possibly templates decoupled from the documentation. At that time, we'll

Re: Regarding inAppPurchase functionality implementation

2013-01-14 Thread Michael Brooks
Hello Rajeev, We encourage PhoneGap questions to be posted on the PhoneGap Google Groups [1]. The Apache Cordova mailing list is more centered around contributing to Apache Cordova and less around support. Congrats on the big upgrade from 1.3.0-2.3.0. That's no small step. A quick search shows

Re: docs on cordova.apache.org

2013-01-14 Thread Michael Brooks
of redirects. Do you mean to have docs.cordova.ioredirect to cordova.apache.org/docs (or something similar) On Mon, Jan 14, 2013 at 12:13 PM, Michael Brooks mich...@michaelbrooks.cawrote: Hi Marcel, I've got this one my roadmap of tasks. The short-term goal is to have http

Re: A little late butŠ welcome Marcel!

2013-01-14 Thread Michael Brooks
Welcome Marcel! On Fri, Jan 11, 2013 at 4:03 PM, Filip Maj f...@adobe.com wrote: Marcel got voted in as a committer and PMC member for Apache Cordova last week. Marcel did a ton of work on this project across a few platforms leading up to his voting in. Marcel: congratulations and thank you

Re: [FYI] call for cordova devs to participate in phonegap day event in july

2013-01-14 Thread Michael Brooks
Please come! Submit talks and meet the people using your code! On Fri, Jan 11, 2013 at 3:46 PM, Brian LeRoux b...@brian.io wrote: http://goo.gl/fYW3J

Re: too long to package a release?

2013-01-14 Thread Michael Brooks
My ideal here is to get to a point where there is something, whatever it is, that we want to denote as a release. That something should not require a whole bunch of coordination. There should be a working branch, whatever we call it, ready for a tag and nothing else on any arbitrary date to

Re: Blog Points out Cordova's Weak Spots

2013-01-10 Thread Michael Brooks
It's a good article that's written in an honest and fair tone. Personally, I've felt a lot of pain-points that he's mentioned. While fixing UX / UI performance issues, I've often lost track of what I set out to create - an app. However, one important point that I continually keep in mind is that

[jira] [Assigned] (CB-2203) CordovaLib and upgrading instructions for iOS

2013-01-10 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks reassigned CB-2203: -- Assignee: Shazron Abdullah (was: Michael Brooks) CordovaLib and upgrading instructions

Re: 2.3.0 final?

2013-01-03 Thread Michael Brooks
Docs are done. On Thu, Jan 3, 2013 at 7:06 PM, Shazron shaz...@gmail.com wrote: iOS passes all mobile-spec tests. Tagged 2.3.0 On Wed, Jan 2, 2013 at 5:06 PM, Filip Maj f...@adobe.com wrote: Just automated the task creation in a script. I think its better to have this option below

[jira] [Commented] (CB-2151) Tag Docs

2013-01-03 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13543501#comment-13543501 ] Michael Brooks commented on CB-2151: [Commit af24b6ce1d1aa3a06001415664b942e7b7654744

[jira] [Resolved] (CB-2151) Tag Docs

2013-01-03 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Brooks resolved CB-2151. Resolution: Fixed Tag Docs Key: CB-2151 URL: https

[jira] [Commented] (CB-2104) Pull Request #41: Japanese 2.1.0 Translations

2013-01-02 Thread Michael Brooks (JIRA)
[ https://issues.apache.org/jira/browse/CB-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13542493#comment-13542493 ] Michael Brooks commented on CB-2104: What an awesome way to kick off 2013, thanks Keiko

[jira] [Created] (CB-1992) CLONE - Update JavaScript for webOS

2012-12-10 Thread Michael Brooks (JIRA)
Michael Brooks created CB-1992: -- Summary: CLONE - Update JavaScript for webOS Key: CB-1992 URL: https://issues.apache.org/jira/browse/CB-1992 Project: Apache Cordova Issue Type: Sub-task

[jira] [Created] (CB-1996) CLONE - Update www/ Application for BlackBerry

2012-12-10 Thread Michael Brooks (JIRA)
Michael Brooks created CB-1996: -- Summary: CLONE - Update www/ Application for BlackBerry Key: CB-1996 URL: https://issues.apache.org/jira/browse/CB-1996 Project: Apache Cordova Issue Type: Sub

[jira] [Created] (CB-1995) CLONE - Update www/ Application for Bada

2012-12-10 Thread Michael Brooks (JIRA)
Michael Brooks created CB-1995: -- Summary: CLONE - Update www/ Application for Bada Key: CB-1995 URL: https://issues.apache.org/jira/browse/CB-1995 Project: Apache Cordova Issue Type: Sub-task

[jira] [Created] (CB-1994) CLONE - Update www/ Application for Android

2012-12-10 Thread Michael Brooks (JIRA)
Michael Brooks created CB-1994: -- Summary: CLONE - Update www/ Application for Android Key: CB-1994 URL: https://issues.apache.org/jira/browse/CB-1994 Project: Apache Cordova Issue Type: Sub

[jira] [Created] (CB-1985) CLONE - Update JavaScript for Android

2012-12-10 Thread Michael Brooks (JIRA)
Michael Brooks created CB-1985: -- Summary: CLONE - Update JavaScript for Android Key: CB-1985 URL: https://issues.apache.org/jira/browse/CB-1985 Project: Apache Cordova Issue Type: Sub-task

[jira] [Created] (CB-1990) CLONE - Update JavaScript for Qt

2012-12-10 Thread Michael Brooks (JIRA)
Michael Brooks created CB-1990: -- Summary: CLONE - Update JavaScript for Qt Key: CB-1990 URL: https://issues.apache.org/jira/browse/CB-1990 Project: Apache Cordova Issue Type: Sub-task

[jira] [Created] (CB-1999) CLONE - Update www/ Application for Qt

2012-12-10 Thread Michael Brooks (JIRA)
Michael Brooks created CB-1999: -- Summary: CLONE - Update www/ Application for Qt Key: CB-1999 URL: https://issues.apache.org/jira/browse/CB-1999 Project: Apache Cordova Issue Type: Sub-task

[jira] [Created] (CB-1998) CLONE - Update www/ Application for Mac

2012-12-10 Thread Michael Brooks (JIRA)
Michael Brooks created CB-1998: -- Summary: CLONE - Update www/ Application for Mac Key: CB-1998 URL: https://issues.apache.org/jira/browse/CB-1998 Project: Apache Cordova Issue Type: Sub-task

[jira] [Created] (CB-2003) CLONE - Tag Android

2012-12-10 Thread Michael Brooks (JIRA)
Michael Brooks created CB-2003: -- Summary: CLONE - Tag Android Key: CB-2003 URL: https://issues.apache.org/jira/browse/CB-2003 Project: Apache Cordova Issue Type: Sub-task Components

[jira] [Created] (CB-2007) CLONE - Tag Mac

2012-12-10 Thread Michael Brooks (JIRA)
Michael Brooks created CB-2007: -- Summary: CLONE - Tag Mac Key: CB-2007 URL: https://issues.apache.org/jira/browse/CB-2007 Project: Apache Cordova Issue Type: Sub-task Components: Mac

<    1   2   3   4   >