[jira] [Commented] (CB-2175) Android build scripts fail when project path contains spaces

2013-01-09 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13548508#comment-13548508 ] Andrew Grieve commented on CB-2175: --- Looks like this might be fixed in the 2.3 release.

Re: Binary data across exec bridge

2013-01-09 Thread Michal Mocny
On Tue, Jan 8, 2013 at 10:22 PM, Andrew Grieve agri...@chromium.org wrote: Rather than binary data, I think we should focus strictly on ArrayBuffer. I think the only other binary data concept is Blob, and Blob is easy to create from an ArrayBuffer. As for how to have one of these show up in

Re: github/cordova-android is not mirroring

2013-01-09 Thread Shazron
Issue resolved, mirror works now (had a repo lock) On Mon, Jan 7, 2013 at 3:10 PM, Shazron shaz...@gmail.com wrote: Filed: https://issues.apache.org/jira/browse/INFRA-5737 On Mon, Jan 7, 2013 at 2:21 PM, Filip Maj f...@adobe.com wrote: Yep go ahead and file an issue. On 1/7/13 12:52 PM,

[jira] [Resolved] (CB-2178) WP 7 - Project Template Build has Debug issue

2013-01-09 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2178. - Resolution: Fixed

Re: Moving plugin JS files around

2013-01-09 Thread Filip Maj
https://github.com/alunny/cordova-plugin-spec We should move this to our wiki asap On 1/9/13 7:28 AM, Gord Tanner gtan...@gmail.com wrote: Ideally the require paths should stay true to the following rules (not that we follow them exactly now but we are close): 1. should always start with

Re: Moving plugin JS files around

2013-01-09 Thread Shazron
+1 On Wed, Jan 9, 2013 at 10:57 AM, Filip Maj f...@adobe.com wrote: https://github.com/alunny/cordova-plugin-spec We should move this to our wiki asap On 1/9/13 7:28 AM, Gord Tanner gtan...@gmail.com wrote: Ideally the require paths should stay true to the following rules (not that we

[jira] [Commented] (CB-2174) Users with CoolIris Android Gallery App Can't Select Photo

2013-01-09 Thread Greg (JIRA)
[ https://issues.apache.org/jira/browse/CB-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13548845#comment-13548845 ] Greg commented on CB-2174: -- [~macdonst] [~bowserj] The user says the file name has a space in it,

[jira] [Commented] (CB-2181) unable to create a new phonegap project in eclipse using terminal on a mac

2013-01-09 Thread Matthew Richter (JIRA)
[ https://issues.apache.org/jira/browse/CB-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13548863#comment-13548863 ] Matthew Richter commented on CB-2181: -- for some reason the ./create command would not

[jira] [Resolved] (CB-1937) InAppBrowser: enhancement for iPad presentation styles

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1937. -- Resolution: Duplicate InAppBrowser: enhancement for iPad presentation styles

[jira] [Updated] (CB-1683) Allow the user to select front or back camera on Camera.getPicture()

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1683: - Fix Version/s: (was: 2.4.0) 2.5.0 Not a priority for 2.4, punting

[jira] [Updated] (CB-52) API: FileTransfer - Basic Authentication

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-52: --- Fix Version/s: (was: 2.4.0) 2.5.0 API: FileTransfer - Basic Authentication

[jira] [Updated] (CB-200) FileTransfer should support uploading multiple files in one HTTP request

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-200: Fix Version/s: (was: 2.4.0) 2.5.0 FileTransfer should support uploading

[jira] [Commented] (CB-1108) Migrate config.xml to the W3C spec

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13548914#comment-13548914 ] Shazron Abdullah commented on CB-1108: -- Since we recently migrated to config.xml from

[jira] [Updated] (CB-2090) Camera/Video toggle API

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2090: - Fix Version/s: (was: 2.4.0) 2.5.0 Camera/Video toggle API

[jira] [Resolved] (CB-1968) Camera use changes idleTimerDisabled timeout

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1968. -- Resolution: Not A Problem Fix Version/s: (was: 2.4.0) Seems it is an iOS issue. Follow

Re: Binary data across exec bridge

2013-01-09 Thread Andrew Grieve
On Wed, Jan 9, 2013 at 10:15 AM, Michal Mocny mmo...@chromium.org wrote: On Tue, Jan 8, 2013 at 10:22 PM, Andrew Grieve agri...@chromium.org wrote: Rather than binary data, I think we should focus strictly on ArrayBuffer. I think the only other binary data concept is Blob, and Blob is

[jira] [Resolved] (CB-1886) Gap between Photos picker header and the statusBar

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1886. -- Resolution: Cannot Reproduce Fix Version/s: (was: 2.4.0) Tested on 2.3.0 on retina

[jira] [Commented] (CB-2156) Add support for InAppBrowser to BlackBerry 10

2013-01-09 Thread Gord (JIRA)
[ https://issues.apache.org/jira/browse/CB-2156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13548932#comment-13548932 ] Gord commented on CB-2156: -- CordovaJS:

[jira] [Commented] (CB-1857) UIImagePickerController will not change language based on device language.

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13548935#comment-13548935 ] Shazron Abdullah commented on CB-1857: -- Confirmed. I tried the Twitter.app, and

[jira] [Resolved] (CB-1857) UIImagePickerController will not change language based on device language.

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1857. -- Resolution: Won't Fix Fix Version/s: (was: 2.4.0) This is an iOS app config issue.

Re: Moving plugin JS files around

2013-01-09 Thread Brian LeRoux
The building tool already is a requirement of every platform, no? Could you describe your solution Jesse? Saying you don't agree w/ something but failing to back it up is kinda passive aggressive. On Wed, Jan 9, 2013 at 11:23 AM, Jesse purplecabb...@gmail.com wrote: Andrew, The approach you

Re: Binary data across exec bridge

2013-01-09 Thread Don Coleman
For the phonegap-nfc plugin I send binary data between native and javascript as a byte array in JSON. static JSONArray byteArrayToJSON(byte[] bytes) { JSONArray json = new JSONArray(); for (int i = 0; i bytes.length; i++) { json.put(bytes[i]); }

Re: Moving plugin JS files around

2013-01-09 Thread Jesse
Well, I kinda have to demonstrate it, I am in proof of concept mode now. I will at least elaborate on my disagreement ... The building tool already is a requirement of every platform, no? The build tool is currently only a requirement at 'package/release' time, so it is a requirement of ours,

[jira] [Resolved] (CB-1738) PhoneGap iOS 6 - network.connection.type issue when turning OFF airplane mode

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1738. -- Resolution: Won't Fix Fix Version/s: (was: 2.4.0) iOS 6 issue, not Cordova issue.

Re: Moving plugin JS files around

2013-01-09 Thread Andrew Grieve
Coolio. Won't be moving any files until everyone agrees. The requirements (in my eyes) are: - Should be easy for plugins to write x-platform JS - Cordova packager eases this with it's directory structure - Should be easy to install / remove plugins - I don't think people should need to

[jira] [Commented] (CB-604) doesn't work in strict mode

2013-01-09 Thread colin mcdonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13549045#comment-13549045 ] colin mcdonald commented on CB-604: --- This is affecting my use of weinre because I'm using

[jira] [Commented] (CB-2174) Users with CoolIris Android Gallery App Can't Select Photo

2013-01-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13549046#comment-13549046 ] Joe Bowser commented on CB-2174: I'm tempted to close this one, since we have an existing

Re: Iframe security

2013-01-09 Thread Brian LeRoux
Some of this could be re-purposed there: https://github.com/phonegap/phonegap/wiki/Platform-Security On Wed, Jan 9, 2013 at 1:41 PM, Michael Brooks mich...@michaelbrooks.ca wrote: Let's just create a parent section called Security, with sub-articles of Domain Whitelist and iFrame Security (or

[jira] [Commented] (CB-1495) iOS default splash screen images take up several megabytes

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13549085#comment-13549085 ] Shazron Abdullah commented on CB-1495: -- I managed to trim this to 430kb, PNG-24 by

[jira] [Commented] (CB-1495) iOS default splash screen images take up several megabytes

2013-01-09 Thread Patrick Mueller (JIRA)
[ https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13549087#comment-13549087 ] Patrick Mueller commented on CB-1495: - I believe it's possible to create indexed palette

[jira] [Resolved] (CB-2164) Revert CLI tools to using git

2013-01-09 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2164. --- Resolution: Invalid Fix Version/s: (was: 2.4.0) Turns out not doing this. Revert

[jira] [Updated] (CB-584) Automate XHR Tests

2013-01-09 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-584: - Fix Version/s: (was: 2.4.0) Master Assignee: Joe Bowser (was: Filip Maj) Changing

[jira] [Updated] (CB-2172) Uploading two images from the photo library does not work

2013-01-09 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-2172: -- Component/s: (was: CordovaJS) Assignee: Joe Bowser (was: Filip Maj) Agree with Simon. Show us the

[jira] [Resolved] (CB-1495) iOS default splash screen images take up several megabytes

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1495. -- Resolution: Fixed Patrick - didn't see your latest comment until after I checked the files in. I

[jira] [Updated] (CB-1946) iOS: Switch JSON serialization to NSJSONSerialization

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1946: - Description: Now that iOS 5.0 is a baseline requirement for Cordova for iOS, it would be good to

[jira] [Updated] (CB-1176) Media.play() freezes app until file has loaded

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1176: - Fix Version/s: (was: 2.4.0) 2.5.0 Not entertaining Media API changes for

[jira] [Updated] (CB-2094) Cordova 2.3.0 not reliably firing deviceready after reload of local files

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2094: - Summary: Cordova 2.3.0 not reliably firing deviceready after reload of local files (was: Cordova

[jira] [Resolved] (CB-2081) Add whitelist support for ios (and update to work with config.xml)

2013-01-09 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2081. --- Resolution: Fixed Fixed in

[jira] [Resolved] (CB-2080) Eliminate native project fixtures for ios-related tests in CLI

2013-01-09 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2080. --- Resolution: Fixed Fixed here:

Re: (CB-2164) Revert CLI tools to using git

2013-01-09 Thread Filip Maj
I've pushed updates to the cli tools. No git, just downloads from apache dist/. Should work with 2.3.0. Please give it a spin (android iOS blackberry (10) only right now) and log any issues if you they come up! On 1/8/13 8:41 AM, Brian LeRoux b...@brian.io wrote: My ideal would be to have the

[jira] [Commented] (CB-1930) window.openDatabase() throws exception 18 on iOS

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13549169#comment-13549169 ] Shazron Abdullah commented on CB-1930: -- Setting 'BackupWebStorage' to 'none' still shows

[jira] [Commented] (CB-1930) window.openDatabase() throws exception 18 on iOS

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13549168#comment-13549168 ] Shazron Abdullah commented on CB-1930: -- Confirmed (tested with 2.3.0)

[jira] [Created] (CB-2182) npm install fails

2013-01-09 Thread Brian LeRoux (JIRA)
Brian LeRoux created CB-2182: Summary: npm install fails Key: CB-2182 URL: https://issues.apache.org/jira/browse/CB-2182 Project: Apache Cordova Issue Type: Bug Components: CLI

[jira] [Resolved] (CB-1930) window.openDatabase() throws exception 18 on iOS

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1930. -- Resolution: Won't Fix My conclusion is this is an iOS 6 thing, not a Cordova issue. I commented

[jira] [Resolved] (CB-1849) Remove iOS 4/5 conditional code block, put in main block

2013-01-09 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1849. -- Resolution: Fixed Fix commit - http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/aeecb261

[jira] [Reopened] (CB-2182) npm install fails

2013-01-09 Thread Brian LeRoux (JIRA)
[ https://issues.apache.org/jira/browse/CB-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian LeRoux reopened CB-2182: -- now I'm getting: npm http 304 https://registry.npmjs.org/lru-cache /usr/local/bin/cordova -

[jira] [Commented] (CB-1495) iOS default splash screen images take up several megabytes

2013-01-09 Thread Patrick Mueller (JIRA)
[ https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13549247#comment-13549247 ] Patrick Mueller commented on CB-1495: - I don't think converting to an indexed palette for

Re: Suggest we postpone converting to widget spec to 3.0?

2013-01-09 Thread Joe Bowser
What if it takes more than a month to implement? We should probably defer for later, but at most I'd move it to 2.9. (BTW: I don't think anyone in their right mind uses an x.9, since it's basically a major release minus the extra bug fixes and QA that a major gets in the last month.) Also, this

[jira] [Commented] (CB-2093) NullPointerException when attaching image from Gallery that contains spaces in the path

2013-01-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13549275#comment-13549275 ] Joe Bowser commented on CB-2093: [~macdonst] I can reproduce with the Mobile Spec Camera

[jira] [Updated] (CB-2093) NullPointerException when attaching image from Gallery that contains spaces in the path

2013-01-09 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-2093: --- Priority: Critical (was: Major) NullPointerException when attaching image from Gallery that contains

[jira] [Commented] (CB-1495) iOS default splash screen images take up several megabytes

2013-01-09 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13549297#comment-13549297 ] Andrew Grieve commented on CB-1495: --- Also ran them through ImageOptim. Shrank them by 15%