Re: Repo renames for graduation

2012-10-22 Thread Jesse
cordova-cli sounds good to me as well! On Mon, Oct 22, 2012 at 7:14 PM, Brian LeRoux wrote: > ya, like cordova-cli too > > > On Mon, Oct 22, 2012 at 5:12 PM, Patrick Mueller wrote: >> On Mon, Oct 22, 2012 at 8:02 PM, Filip Maj wrote: >> >>> Steve can you add one for the high-level cli tooling?

Re: Repo renames for graduation

2012-10-22 Thread Brian LeRoux
ya, like cordova-cli too On Mon, Oct 22, 2012 at 5:12 PM, Patrick Mueller wrote: > On Mon, Oct 22, 2012 at 8:02 PM, Filip Maj wrote: > >> Steve can you add one for the high-level cli tooling? Not sure what we >> wanna call it. cordova-client? > > > cordova-cli seems more appropriate. or maybe

Re: Repo renames for graduation

2012-10-22 Thread Patrick Mueller
On Mon, Oct 22, 2012 at 8:02 PM, Filip Maj wrote: > Steve can you add one for the high-level cli tooling? Not sure what we > wanna call it. cordova-client? cordova-cli seems more appropriate. or maybe cordova-command. Although I have to admit, I'm not sure why it couldn't live in cordova-js.

Re: sweet.js and TypeScript

2012-10-22 Thread Patrick Mueller
On Mon, Oct 22, 2012 at 6:10 PM, Andrew Grieve wrote: > Not sure I follow your intended purpose for the "header files". Are they > for documentation purposes? > Here's the typescript "header file" for node.js: http://typescript.codeplex.com/SourceControl/changeset/view/fe3bc0bfce1f#samples%2fn

Re: Repo renames for graduation

2012-10-22 Thread Filip Maj
Steve can you add one for the high-level cli tooling? Not sure what we wanna call it. cordova-client? >I'm wondering if there's value in mobile-spec being standalone or if >we should move it under cordovajs? Dunno what difference it makes.

Re: Repo renames for graduation

2012-10-22 Thread Brian LeRoux
I'm wondering if there's value in mobile-spec being standalone or if we should move it under cordovajs? On Mon, Oct 22, 2012 at 4:02 PM, Shazron wrote: > I suggest renaming cordova-mac to cordova-osx. Apple does not attach > "Mac" before "OS X" anymore. Should be low impact since that repo is > e

Re: Repo renames for graduation

2012-10-22 Thread Shazron
I suggest renaming cordova-mac to cordova-osx. Apple does not attach "Mac" before "OS X" anymore. Should be low impact since that repo is extremely low traffic. On Mon, Oct 22, 2012 at 3:49 PM, Steven Gill wrote: > Hey Everyone, > > I am going to create a infra ticket for our new repos now that w

Re: sweet.js and TypeScript

2012-10-22 Thread Andrew Grieve
Patrick, Not sure I follow your intended purpose for the "header files". Are they for documentation purposes? docs for CC interfaces: https://developers.google.com/closure/compiler/docs/js-for-compiler#tag-interface On Mon, Oct 22, 2012 at 3:43 PM, Brian LeRoux wrote: > > My primary interest

RE: cordova-js webOS

2012-10-22 Thread Herm Wong
>> > >>https://github.com/apache/incubator-cordova-js/blob/master/lib/common/plu > >>gi > >> n/notification.js#L41 > >> > >> > >> On 10/22/12 1:41 PM, "Herm Wong" wrote: > >> > >> >The webOS cordova-js

[jira] [Commented] (CB-1698) Remove WebScriptDebugDelegate.h

2012-10-22 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481834#comment-13481834 ] Shazron Abdullah commented on CB-1698: -- No, it does not need to be in Cordova anymore. T

[jira] [Updated] (CB-1698) Remove WebScriptDebugDelegate.h

2012-10-22 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1698: - Fix Version/s: 2.2.0 > Remove WebScriptDebugDelegate.h > --- > >

Re: capabilities api

2012-10-22 Thread Shazron
We could always give it a go as a non-core plugin (incubation?), then once it matures we can graduate it to core. On Mon, Oct 22, 2012 at 2:39 PM, Andrew Grieve wrote: > Haven't tried it yet, but it looks like you can see if various things exist > without having Camera permission on android using

Re: capabilities api

2012-10-22 Thread Andrew Grieve
Haven't tried it yet, but it looks like you can see if various things exist without having Camera permission on android using: http://developer.android.com/reference/android/content/pm/PackageManager.html#FEATURE_CAMERA If things do require permissions, then I think it would be reasonable to use a

Re: cordova-js webOS

2012-10-22 Thread Filip Maj
bOS cordova-js will boot up properly and fire the deviceReady >>event >> >with Gord's & Anis' changes merged. >> >However I'm still having troubles getting the APIs to work. >> >For example: >> >Cordova.exec(null, null, "notification"

Re: Mailing List Rename

2012-10-22 Thread Shazron
+1 to what Anis said. On Mon, Oct 22, 2012 at 10:58 AM, Anis KADRI wrote: > I wouldn't mind one more for jira issues and one more for commits. > > On Mon, Oct 22, 2012 at 10:55 AM, Steven Gill wrote: > >> I am going to be creating a few discussion threads here to help me sort out >> the graduatio

Re: iOS changes in 2.2.0

2012-10-22 Thread Shazron
Thanks Andrew, I'll incorporate those in. On Mon, Oct 22, 2012 at 6:51 AM, Andrew Grieve wrote: > Sounds great Shaz! Might also be worth mentioning the bridge improvements: > -No longer broken for non file:// pages > -No longer shows failed requests in the remote web inspector > -15% speed improv

RE: cordova-js webOS

2012-10-22 Thread Herm Wong
perly and fire the deviceReady event > >with Gord's & Anis' changes merged. > >However I'm still having troubles getting the APIs to work. > >For example: > >Cordova.exec(null, null, "notification", "showBanner", "hello world"); > &

Re: cordova-js webOS

2012-10-22 Thread Filip Maj
ng the APIs to work. >For example: >Cordova.exec(null, null, "notification", "showBanner", "hello world"); >returns the following error in the palm log: [20121022-11:47:05.902046] >error: TypeError: Cannot call method 'showBanner' of undefined,

Re: capabilities api

2012-10-22 Thread Brian LeRoux
capabilities api is lower level than plugins that would leverage it. (there could be MANY camera plugins for example...and there are.) think of it as a runtime introspection concern. it should be core, and not a separate thing, like whitlisting or whatever On Mon, Oct 22, 2012 at 2:03 PM, Filip

Re: capabilities api

2012-10-22 Thread Anis KADRI
It could get populated/updated by the plugins in charge. The purpose is informational. If a capability is disabled/not present then the capabilities object will just have that info. I like the one object approach myself. I would include it as a device property though. Something like: device.capabil

Re: capabilities api

2012-10-22 Thread Filip Maj
I would take it one step further and have it be the responsibility of the plugin in the first place to track the capability. I don't like a flat `capabilities` object that is decoupled from the plugin in charge of it in the first place. How would this even fit in a fully-pluginable Cordova environ

Re: Can somebody add me to the contributors list?

2012-10-22 Thread Filip Maj
Done. On 10/22/12 1:12 PM, "Mike Billau" wrote: >Hello, > >Can somebody please add me to the "Contributors" group in JIRA so that >I can own and track work items? I have already signed the CLA. > >Thanks, >Michael Billau

RE: cordova-js webOS

2012-10-22 Thread Herm Wong
ot;); returns the following error in the palm log: [20121022-11:47:05.902046] error: TypeError: Cannot call method 'showBanner' of undefined, cordova.webos.js:951 It looks like the plugin mapping isn't able to find the notification class since it's undefined. I also tried test

[jira] [Commented] (CB-1695) [iOS]: CDVURLProtocol should not apply whitelist to non-Cordova view controllers/requests

2012-10-22 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481743#comment-13481743 ] Kevin Hawkins commented on CB-1695: --- Bah, I'm undeterred! ;-) I'll keep mulling and experi

Can somebody add me to the contributors list?

2012-10-22 Thread Mike Billau
Hello, Can somebody please add me to the "Contributors" group in JIRA so that I can own and track work items? I have already signed the CLA. Thanks, Michael Billau

Re: capabilities api

2012-10-22 Thread Andrew Grieve
I like device.capabilities or directly on device. Maybe a naming convention would be a good idea for the different types of things? Figuring out the properties might take some time. e.g. we may not need a bool for frontFacingCamera, but instead: capabilities.cameras = [ { direction = {'front'/'r

[jira] [Commented] (CB-85) no media-query rules in Style-side panel

2012-10-22 Thread Patrick Mueller (JIRA)
[ https://issues.apache.org/jira/browse/CB-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481714#comment-13481714 ] Patrick Mueller commented on CB-85: --- Perfect timing. Brian recently started a new thread on

Re: sweet.js and TypeScript

2012-10-22 Thread Brian LeRoux
> My primary interest here would be to do something similar to what Isaac was > suggesting: have a separate "header file" (prolly header-file-per-plugin) > that describes the API of the plugin using a typed description language. > Then make use of that typed information in various ways. FWIW, the

Re: IOS6 LocalStorage filesystem target location.

2012-10-22 Thread Michal Mocny
Alright, these changes have landed. @Shaz: Good point about still supporting the bool value, I've added that, thanks. I've tested best I could with the devices I have such that switching between the various values for backup does persist the current databases by moving them around the local files

[jira] [Commented] (CB-1695) [iOS]: CDVURLProtocol should not apply whitelist to non-Cordova view controllers/requests

2012-10-22 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481700#comment-13481700 ] Andrew Grieve commented on CB-1695: --- Right, it doesn't get called for non-navigation reques

[jira] [Commented] (CB-85) no media-query rules in Style-side panel

2012-10-22 Thread Bruce Bowman (JIRA)
[ https://issues.apache.org/jira/browse/CB-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481697#comment-13481697 ] Bruce Bowman commented on CB-85: Patrick - In Amsterdam, you and I were talking about this issu

Re: sweet.js and TypeScript

2012-10-22 Thread Patrick Mueller
On Mon, Oct 22, 2012 at 10:05 AM, Andrew Grieve wrote: > I'm well accustomed to writing typed JS from my past experience with > Closure Compiler. I haven't looked enough at TypeScript yet to know which > tool might give better type checking, but if people are interested in type > checking, it'd be

Re: sweet.js and TypeScript

2012-10-22 Thread Patrick Mueller
On Mon, Oct 22, 2012 at 10:04 AM, Gord Tanner wrote: > My main idea with sweet.js would be to replace a couple of the build time transforms we already do in cordova.js: > > module.exports = { > }; > > to > > define("filename", function (require, define, module) { > module.exports = { > }

[jira] [Resolved] (CB-1609) Update iOS upgrade docs about changes to bin/create

2012-10-22 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-1609. --- Resolution: Fixed https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=commit;h=e6da5d

Re: Volunteer list moderators (Was: remove this dude who keeps bouncing mails)

2012-10-22 Thread Jukka Zitting
Hi, On Sun, Jul 1, 2012 at 8:53 PM, Jukka Zitting wrote: > On a related note, as we approach graduation and the migration of the > mailing lists to @cordova.apache.org, it'll soon be a good time for me > to start preparing to step down as the list moderator. Follow-up in https://issues.apache.or

Re: Mailing List Rename

2012-10-22 Thread Patrick Mueller
On Mon, Oct 22, 2012 at 1:59 PM, Filip Maj wrote: > The reply-to for commits + JIRA issues should go to dev tho > Ya, that would be great. -- Patrick Mueller http://muellerware.org

[jira] [Commented] (CB-1695) [iOS]: CDVURLProtocol should not apply whitelist to non-Cordova view controllers/requests

2012-10-22 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481638#comment-13481638 ] Kevin Hawkins commented on CB-1695: --- ...although maybe that doesn't work with secondary req

[jira] [Commented] (CB-1696) Ability to check device for capabilities, e.g. webcam

2012-10-22 Thread Brian LeRoux (JIRA)
[ https://issues.apache.org/jira/browse/CB-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481637#comment-13481637 ] Brian LeRoux commented on CB-1696: -- related thread on the ML: http://callback.markmail.org/

Re: capabilities api

2012-10-22 Thread Brian LeRoux
The longer view would seem that we would want to think this through more and give a unified API for any kind of device hardware/sensor inquiry. I'm a fan of keeping that decoupled from interacting w/ the objects of introspection too---this should be a core part of the platform. window.device.capab

[jira] [Commented] (CB-1695) [iOS]: CDVURLProtocol should not apply whitelist to non-Cordova view controllers/requests

2012-10-22 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481624#comment-13481624 ] Kevin Hawkins commented on CB-1695: --- My bad, UIWebView wouldn't be the recipient for objc_s

[jira] [Commented] (CB-1695) [iOS]: CDVURLProtocol should not apply whitelist to non-Cordova view controllers/requests

2012-10-22 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481598#comment-13481598 ] Andrew Grieve commented on CB-1695: --- Another tough thing with User-Agents, is that there is

Re: sweet.js and TypeScript

2012-10-22 Thread Brian LeRoux
Don't want to see this veer into a huge theory discussion. FTR I really like Typescript approach but I do not want barriers (real or imagined) to contribution so from my perspective its out. Now that said, I really love the concepts in Traceur and SweetJS and fully support prototyping to remove bo

Re: sweet.js and TypeScript

2012-10-22 Thread Andrew Grieve
If it's for making ES6 features work with older JS engines, then I'm for it. The first example on sweetjs.org is for making JS look like python though. Are you saying you want to use syntax like http://wiki.ecmascript.org/doku.php?id=harmony:modules_examples and then sweetjs can be used in the co

Re: script to build binary package?

2012-10-22 Thread Steven Gill
Sure, First off I usually throw the rc's and releases on phonegap's github ( https://github.com/phonegap/phonegap). You can download a specific release/rc by clicking tag. Second, if they want to build the PhoneGap binary distribution, they can check out Robson (https://github.com/stevengill/robs

[jira] [Created] (CB-1698) Remove WebScriptDebugDelegate.h

2012-10-22 Thread Drew Walters (JIRA)
Drew Walters created CB-1698: Summary: Remove WebScriptDebugDelegate.h Key: CB-1698 URL: https://issues.apache.org/jira/browse/CB-1698 Project: Apache Cordova Issue Type: Bug Components

[jira] [Resolved] (CB-1692) Update Android Getting Started Guide

2012-10-22 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-1692. --- Resolution: Fixed https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=commit;h=4ca64b

[jira] [Commented] (CB-1692) Update Android Getting Started Guide

2012-10-22 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481567#comment-13481567 ] Andrew Grieve commented on CB-1692: --- As well as: https://git-wip-us.apache.org/repos/asf?p=

Re: Mailing List Rename

2012-10-22 Thread Filip Maj
The reply-to for commits + JIRA issues should go to dev tho On 10/22/12 10:58 AM, "Anis KADRI" wrote: >I wouldn't mind one more for jira issues and one more for commits. > >On Mon, Oct 22, 2012 at 10:55 AM, Steven Gill >wrote: > >> I am going to be creating a few discussion threads here to help

Re: Mailing List Rename

2012-10-22 Thread Anis KADRI
I wouldn't mind one more for jira issues and one more for commits. On Mon, Oct 22, 2012 at 10:55 AM, Steven Gill wrote: > I am going to be creating a few discussion threads here to help me sort out > the graduation stuff. > > > > In regards to mailing lists, currently we have: > > callback-dev@in

Mailing List Rename

2012-10-22 Thread Steven Gill
I am going to be creating a few discussion threads here to help me sort out the graduation stuff. In regards to mailing lists, currently we have: callback-dev@incubator.apache.org callback-priv...@incubator.apache.org Which will change to: d...@cordova.apache.org priv...@cordova.apache.org T

Re: openDatabase of Cordova for Android

2012-10-22 Thread Simon MacDonald
Filed and fixed for 2.2.0. https://issues.apache.org/jira/browse/CB-1697 Simon Mac Donald http://hi.im/simonmacdonald On Mon, Oct 22, 2012 at 6:35 AM, Minato, Takayuki wrote: > Hi, everybody. > > I found the minor bug in the Storage of Cordova for Android. > > Executing "window.openDatabase" f

[jira] [Resolved] (CB-1697) openDatabase of Cordova for Android uses the wrong directory separator

2012-10-22 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald resolved CB-1697. - Resolution: Fixed We check to see if the DB file is in the wrong spot. If it is we move it to the c

[jira] [Created] (CB-1697) openDatabase of Cordova for Android uses the wrong directory separator

2012-10-22 Thread Simon MacDonald (JIRA)
Simon MacDonald created CB-1697: --- Summary: openDatabase of Cordova for Android uses the wrong directory separator Key: CB-1697 URL: https://issues.apache.org/jira/browse/CB-1697 Project: Apache Cordova

RE: Best practices for contributing near a release boundary

2012-10-22 Thread Kevin Hawkins
Good point, Shaz. I'll make sure to create Improvement items for anything that gets itself into a pull request. Cheers, Kevin -Original Message- From: Shazron [mailto:shaz...@gmail.com] Sent: Sunday, October 21, 2012 10:06 PM To: callback-dev@incubator.apache.org Subject: Re: Best pra

[jira] [Commented] (CB-1695) [iOS]: CDVURLProtocol should not apply whitelist to non-Cordova view controllers/requests

2012-10-22 Thread Kevin Hawkins (JIRA)
[ https://issues.apache.org/jira/browse/CB-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481475#comment-13481475 ] Kevin Hawkins commented on CB-1695: --- The problem with this approach is that the user agent

RE: capabilities api

2012-10-22 Thread Josh Soref
For his specific requirement "I need to know if there's a camera", certainly the camera API could choose not to be available if there's no camera, and merely: window.device.camera == false ? or wherever cordova puts the camera. A capabilities API is absolutely overkill for his requirements. (

[jira] [Resolved] (CB-1675) Update docs to report glitch with "alert" stacking

2012-10-22 Thread Matt Baxter-Reynolds (JIRA)
[ https://issues.apache.org/jira/browse/CB-1675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Baxter-Reynolds resolved CB-1675. -- Resolution: Fixed Created pull request: https://github.com/apache/incubator-cordova-docs/p

[jira] [Updated] (CB-1679) Create "Getting Started" guide for Windows Store apps

2012-10-22 Thread Matt Baxter-Reynolds (JIRA)
[ https://issues.apache.org/jira/browse/CB-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Baxter-Reynolds updated CB-1679: - Comment: was deleted (was: Created pull request: https://github.com/apache/incubator-cordov

[jira] [Resolved] (CB-1679) Create "Getting Started" guide for Windows Store apps

2012-10-22 Thread Matt Baxter-Reynolds (JIRA)
[ https://issues.apache.org/jira/browse/CB-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Baxter-Reynolds resolved CB-1679. -- Resolution: Fixed Created pull request: https://github.com/apache/incubator-cordova-docs/p

[jira] [Commented] (CB-1679) Create "Getting Started" guide for Windows Store apps

2012-10-22 Thread Matt Baxter-Reynolds (JIRA)
[ https://issues.apache.org/jira/browse/CB-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481415#comment-13481415 ] Matt Baxter-Reynolds commented on CB-1679: -- Created pull request: https://github.com

incubator-cordova-docs pull request: [CB-1675, CB-1679] Added Windows 8 Get...

2012-10-22 Thread mbrit
GitHub user mbrit opened a pull request: https://github.com/apache/incubator-cordova-docs/pull/36 [CB-1675, CB-1679] Added Windows 8 Getting Started guide, added glitch note You can merge this pull request into a Git repository by running: $ git pull https://github.com/mbrit/i

Re: sweet.js and TypeScript

2012-10-22 Thread Gord Tanner
Just a friendly nudge away from typescript ;) Sweet.js has nothing to do with typescript. The idea is more for using macro's to add new and upcoming syntax support to our javascript layer. On Mon, Oct 22, 2012 at 10:28 AM, Braden Shepherdson wrote: > From my indirect knowledge of TypeScript, I

Re: sweet.js and TypeScript

2012-10-22 Thread Braden Shepherdson
>From my indirect knowledge of TypeScript, I think one of its major points is that it's a strict superset of JS. That means that normal JS is valid TypeScript, so it can be used with other libraries and tools that are plain JS. On Mon, Oct 22, 2012 at 10:05 AM, Andrew Grieve wrote: > Sounds like

Re: sweet.js and TypeScript

2012-10-22 Thread Andrew Grieve
Sounds like a fun discussion :) There are two things about sweet.js that make me iffy about it: 1. Looks like it might make our code look not like JS, and contributors would need to learn a new language to figure out what's going on 2. It might make it easier to write bloated code I think if we r

Re: sweet.js and TypeScript

2012-10-22 Thread Gord Tanner
Yes, the TypeScript comment was trolling ;) My main idea with sweet.js would be to replace a couple of the build time transforms we already do in cordova.js: module.exports = { }; to define("filename", function (require, define, module) { module.exports = { }; }; as well as the version

Re: iOS changes in 2.2.0

2012-10-22 Thread Andrew Grieve
Sounds great Shaz! Might also be worth mentioning the bridge improvements: -No longer broken for non file:// pages -No longer shows failed requests in the remote web inspector -15% speed improvement in benchmarks On Mon, Oct 22, 2012 at 3:57 AM, Shazron wrote: > I'm preparing a blog post. Here

sweet.js and TypeScript

2012-10-22 Thread Patrick Mueller
There was some chit-chat on Twitter this weekend about using the sweet.js [1] macro processor in Cordova. Somehow. Not quite sure how. Also, a - I believe trolling - mention of using TypeScript [2]. Somehow. I'd be interested in hearing more about either. w/r/t TypeScript - note that Isaac Sc

incubator-cordova-android pull request: Code refactoring

2012-10-22 Thread saurabhksingh
Github user saurabhksingh closed the pull request at: https://github.com/apache/incubator-cordova-android/pull/37

openDatabase of Cordova for Android

2012-10-22 Thread Minato, Takayuki
Hi, everybody. I found the minor bug in the Storage of Cordova for Android. Executing "window.openDatabase" function, the database file are created the following path: /data/data/(pkg-name)/app_database:(dababase_name).db Isn't the path better to be created the following path: /data/data/

[jira] [Commented] (CB-1696) Ability to check device for capabilities, e.g. webcam

2012-10-22 Thread Amirudin Bin Mohamed Ghani (JIRA)
[ https://issues.apache.org/jira/browse/CB-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13481259#comment-13481259 ] Amirudin Bin Mohamed Ghani commented on CB-1696: I vote for this functionalit

iOS changes in 2.2.0

2012-10-22 Thread Shazron
I'm preparing a blog post. Here is the outline of what I have so far: 1. CordovaLib multiple architecture support (across all versions of iOS) 2. Added Capture API microphone image for iPhone 5 dimensions and orientation fix 3. Adde dFileTransfer API progress events, abort function 4. Cordova.plis

[jira] [Created] (CB-1696) Ability to check device for capabilities, e.g. webcam

2012-10-22 Thread Ian Devlin (JIRA)
Ian Devlin created CB-1696: -- Summary: Ability to check device for capabilities, e.g. webcam Key: CB-1696 URL: https://issues.apache.org/jira/browse/CB-1696 Project: Apache Cordova Issue Type: New Fe

[jira] [Resolved] (CB-1677) Update Splashscreen docs for iOS

2012-10-22 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1677. -- Resolution: Fixed Fix commit http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit

[jira] [Resolved] (CB-1676) Write Upgrade Guide for 2.1.0 to 2.2.0

2012-10-22 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1676. -- Resolution: Fixed Fix commit - http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/comm