Re: Slicing files on iOS and Android

2013-01-08 Thread Braden Shepherdson
Um, what Becky describes is exactly the opposite of what I saw. The test for international characters was failing before I removed the encoding because the percent-encoded string did not match the unencoded expectation. When I removed the encoding from the native code, then all the tests including

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

2013-01-08 Thread Marcel Kinard
The mirrors being wonky are a problem in itself, not only for the reasons you describe below, but also is a nuisance for contributors. Do we expect the wonkiness to be temporary or long term? If long term, would it make sense to have some kind of cron job that that compares github to

Re: Slicing files on iOS and Android

2013-01-08 Thread Braden Shepherdson
Okay, Andrew and I investigated this a bit more this morning and found that I was getting some broken results. I can't reproduce the broken tests due to escaping, I suspect I had an old version that wasn't merging in the iOS version of FileReader. However, we continue to see that at least on 6.0

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

2013-01-08 Thread Brian LeRoux
My ideal would be to have the current version of Cordova vendored directly into the repo of CLI tool. Upgrade/Downgrade would be to the CLI tool global and not versioned independently. Willing to be wrong on this but I think it would have less side effects. (Eg, cordova-cli-2.5 running against

Re: Iframe security

2013-01-08 Thread Brian LeRoux
Docs would be the only way we can completely mitigate this. It should be understood that 3rd party scripts are a bad idea by web developers. On Tue, Jan 8, 2013 at 8:20 AM, Andrew Grieve agri...@chromium.org wrote: Hi Denis, I think you bring up a good point. It's probably not a good idea to

Re: Iframe security

2013-01-08 Thread Joe Bowser
Agreed! We should just discourage web developers from using iFrames whenever we can. They don't even work properly on ICS. On Tue, Jan 8, 2013 at 8:42 AM, Brian LeRoux b...@brian.io wrote: Docs would be the only way we can completely mitigate this. It should be understood that 3rd party

[jira] [Created] (CB-2167) Support File.slice for retrieving parts of files using FileReader

2013-01-08 Thread Braden Shepherdson (JIRA)
Braden Shepherdson created CB-2167: -- Summary: Support File.slice for retrieving parts of files using FileReader Key: CB-2167 URL: https://issues.apache.org/jira/browse/CB-2167 Project: Apache

[jira] [Created] (CB-2169) File.slice() on BlackBerry

2013-01-08 Thread Braden Shepherdson (JIRA)
Braden Shepherdson created CB-2169: -- Summary: File.slice() on BlackBerry Key: CB-2169 URL: https://issues.apache.org/jira/browse/CB-2169 Project: Apache Cordova Issue Type: Sub-task

[jira] [Assigned] (CB-1700) Exif data corrupted on Android loading photos from Gallery

2013-01-08 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reassigned CB-1700: -- Assignee: Joe Bowser (was: Simon MacDonald) Exif data corrupted on Android loading photos from

jan report

2013-01-08 Thread Brian LeRoux
pls review / let me know what I am missing https://github.com/cordova/apache-board-reports/blob/master/2013-01.md

Re: Revert CLI tools to using git

2013-01-08 Thread Brian LeRoux
And note that it is possible to compile a custom binary of node that includes modules of your choosing. If we keep to a 'pure' node path we can dist a single Cordova binary in the future which would be killer. On Tue, Jan 8, 2013 at 11:29 AM, Filip Maj f...@adobe.com wrote: Node + npm + a bunch

[jira] [Created] (CB-2171) FileTransfer.download leaves 0 byte file in filesystem on 404 from server

2013-01-08 Thread Clayton Grassick (JIRA)
Clayton Grassick created CB-2171: Summary: FileTransfer.download leaves 0 byte file in filesystem on 404 from server Key: CB-2171 URL: https://issues.apache.org/jira/browse/CB-2171 Project: Apache

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

2013-01-08 Thread Thomas Dinger (JIRA)
Thomas Dinger created CB-2172: - Summary: Uploading two images from the photo library does not work Key: CB-2172 URL: https://issues.apache.org/jira/browse/CB-2172 Project: Apache Cordova Issue

Re: Did authentication change on cordova-android.git?

2013-01-08 Thread Joe Bowser
It's you. The URL should be https, not http! Sending passwords in the clear is bad! On Tue, Jan 8, 2013 at 12:26 PM, Simon MacDonald simon.macdon...@gmail.com wrote: It's been awhile since I submitted some code. It appears that the new url:

[jira] [Updated] (CB-1942) Add device.model to the Device API.

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1942: Fix Version/s: (was: 2.3.0) 2.4.0 Add device.model to the Device API.

[jira] [Updated] (CB-2160) cordova_plist_to_config_xml fails inexplicably

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-2160: Attachment: Cordova.plist In windows right now so I cannot view the file, but I believe this was it.

[jira] [Updated] (CB-1891) multiple places where webview startPage is set can cause confusion

2013-01-08 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-1891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Mocny updated CB-1891: - Assignee: Braden Shepherdson (was: Michal Mocny) multiple places where webview startPage is set can

[jira] [Updated] (CB-1583) Some types are not constructable

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1583: Fix Version/s: (was: 2.3.0) 2.4.0 Some types are not constructable

Re: Binary data across exec bridge

2013-01-08 Thread Michal Mocny
Created https://issues.apache.org/jira/browse/CB-2173 On Tue, Jan 8, 2013 at 3:52 PM, Michal Mocny mmo...@google.com wrote: Background: I've been working on implementing chrome.socket [1] for mobile chrome apps [2] and porting circ (an irc chrome app) [3]. Teaser video:

[jira] [Created] (CB-2173) Add support for binary data transfer across exec bridge

2013-01-08 Thread Michal Mocny (JIRA)
Michal Mocny created CB-2173: Summary: Add support for binary data transfer across exec bridge Key: CB-2173 URL: https://issues.apache.org/jira/browse/CB-2173 Project: Apache Cordova Issue Type:

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

2013-01-08 Thread Greg (JIRA)
Greg created CB-2174: Summary: Users with CoolIris Android Gallery App Can't Select Photo Key: CB-2174 URL: https://issues.apache.org/jira/browse/CB-2174 Project: Apache Cordova Issue Type: Bug

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

2013-01-08 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-2174. Resolution: Won't Fix We don't support any galleries or cameras other than the stock gallery or camera,

[jira] [Assigned] (CB-1700) Exif data corrupted on Android loading photos from Gallery

2013-01-08 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reassigned CB-1700: -- Assignee: Simon MacDonald (was: Joe Bowser) Something about this patch doesn't look quite correct. Can

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

2013-01-08 Thread Greg (JIRA)
[ https://issues.apache.org/jira/browse/CB-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547311#comment-13547311 ] Greg commented on CB-2174: -- [~bowserj] Yeah, I was confused as I never seen it before - even on my

Re: Are these issues valid?

2013-01-08 Thread Don Coleman
CB-1130, CB-1131, CB-1132, CB-1133 are about the plugin guide. I think these can be closed. The current plugins docs http://docs.phonegap.com/en/2.3.0/guide_plugin-development_index.md.html#Plugin%20Development%20Guidelook have been updated and look good. On Tue, Jan 8, 2013 at 4:48 PM, Jesse

[jira] [Updated] (CB-1944) Create script on Android has to provide better error messages

2013-01-08 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1944: --- Fix Version/s: (was: 2.3.0) 2.4.0 Create script on Android has to provide better

[jira] [Updated] (CB-1936) Backward compatibility on FileTransfer.upload header support is broken

2013-01-08 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1936: --- Fix Version/s: (was: 2.3.0) 2.4.0 Backward compatibility on FileTransfer.upload

Re: Are these issues valid?

2013-01-08 Thread Joe Bowser
The three assigned to Android appear to be low-priority issues that can be bumped to the next version or unscheduled. We need to get better at gardening issues, since we're getting a lot of old, crufty issues that are starting to not be relevant. On Tue, Jan 8, 2013 at 1:57 PM, Don Coleman

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

2013-01-08 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547333#comment-13547333 ] Joe Bowser commented on CB-2174: OK, I need more info. Coolris is the default Android

Re: Are these issues valid?

2013-01-08 Thread Jesse
My message was actually a gentle nudge, maybe too gentle. If you have an issue assigned to you and scheduled to be fixed for 2.3.0, please deal with it, either by resolving it, or re-scheduling it. TIA Half of gardening is weeding On Tue, Jan 8, 2013 at 1:59 PM, Joe Bowser bows...@gmail.com

[jira] [Resolved] (CB-2153) Generate a Source Release

2013-01-08 Thread Steve Gill (JIRA)
[ https://issues.apache.org/jira/browse/CB-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Gill resolved CB-2153. Resolution: Fixed Generate a Source Release - Key: CB-2153

[jira] [Updated] (CB-1850) Add device.model to the Device API

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1850: Fix Version/s: (was: 2.3.0) 2.4.0 Add device.model to the Device API

[jira] [Assigned] (CB-1850) Add device.model to the Device API

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen reassigned CB-1850: --- Assignee: Jesse MacFadyen Add device.model to the Device API

[jira] [Commented] (CB-1868) bb min reqs

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547354#comment-13547354 ] Tim Kim commented on CB-1868: - Apparently this was done quite some time ago in this commit:

[jira] [Resolved] (CB-1868) bb min reqs

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1868. - Resolution: Fixed bb min reqs --- Key: CB-1868 URL:

[jira] [Commented] (CB-2166) The deviceReady event may not be received because of asynchronous JavaScript loading

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547362#comment-13547362 ] Shazron Abdullah commented on CB-2166: -- See also: CB-2096 The

[jira] [Resolved] (CB-1132) Plugin Guide - JavaScript

2013-01-08 Thread Don Coleman (JIRA)
[ https://issues.apache.org/jira/browse/CB-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Don Coleman resolved CB-1132. - Resolution: Fixed Plugin Guide - JavaScript - Key: CB-1132

[jira] [Resolved] (CB-1133) Plugin Guide - Native

2013-01-08 Thread Don Coleman (JIRA)
[ https://issues.apache.org/jira/browse/CB-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Don Coleman resolved CB-1133. - Resolution: Fixed Plugin Guide - Native - Key: CB-1133

[jira] [Updated] (CB-1135) Plugin Guide - Best practices

2013-01-08 Thread Don Coleman (JIRA)
[ https://issues.apache.org/jira/browse/CB-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Don Coleman updated CB-1135: Description: - Using require('...'); - Writing Tests - Tagging to align with Cordova release

[jira] [Updated] (CB-1131) Plugin Guide - Plugin Spec

2013-01-08 Thread Don Coleman (JIRA)
[ https://issues.apache.org/jira/browse/CB-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Don Coleman updated CB-1131: Fix Version/s: (was: 2.3.0) Plugin Guide - Plugin Spec --

[jira] [Updated] (CB-1130) Plugin Guide - Overview of Plugins

2013-01-08 Thread Don Coleman (JIRA)
[ https://issues.apache.org/jira/browse/CB-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Don Coleman updated CB-1130: Fix Version/s: (was: 2.3.0) Plugin Guide - Overview of Plugins --

[jira] [Assigned] (CB-2098) 2.2.0 Docs out of date (references CordovaLib)

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah reassigned CB-2098: Assignee: Shazron Abdullah (was: Michael Brooks) 2.2.0 Docs out of date (references

[jira] [Updated] (CB-2098) 2.2.0 Docs out of date (references CordovaLib)

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2098: - Fix Version/s: (was: 2.3.0) 2.4.0 2.2.0 Docs out of date (references

[jira] [Updated] (CB-1825) Add documentation for supported OS versions

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1825: - Fix Version/s: (was: 2.3.0) 2.4.0 Assignee: Shazron Abdullah (was:

[jira] [Commented] (CB-2070) Update download links in cordova.apache.org

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547384#comment-13547384 ] Shazron Abdullah commented on CB-2070: -- Probably waiting for Infra

[jira] [Assigned] (CB-1863) FileTransfer.abort needs a quick example

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah reassigned CB-1863: Assignee: Shazron Abdullah (was: Michael Brooks) FileTransfer.abort needs a quick

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

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2081: - Fix Version/s: (was: 2.3.0) 2.4.0 Add whitelist support for ios (and

[jira] [Updated] (CB-1863) FileTransfer.abort needs a quick example

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1863: - Fix Version/s: (was: 2.3.0) 2.4.0 FileTransfer.abort needs a quick

[jira] [Updated] (CB-2075) cordova build fails when project added to subversion

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2075: - Fix Version/s: (was: 2.3.0) 2.4.0 cordova build fails when project

[jira] [Updated] (CB-2076) Integrate documentation properly into CLI

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2076: - Fix Version/s: (was: 2.3.0) 2.4.0 Integrate documentation properly into

[jira] [Updated] (CB-2073) Does not contain a target named 'CordovaLib'

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2073: - Fix Version/s: (was: 2.3.0) 2.4.0 Does not contain a target named

[jira] [Updated] (CB-1881) update project website contribution text to make it more clear a CLA is required

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1881: - Fix Version/s: (was: 2.3.0) 2.4.0 update project website contribution

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

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2080: - Fix Version/s: (was: 2.3.0) 2.4.0 Eliminate native project fixtures for

[jira] [Updated] (CB-1678) Create native extensions for bb10

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1678: - Fix Version/s: (was: 2.3.0) 2.4.0 Create native extensions for bb10

[jira] [Updated] (CB-1870) bada min req

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1870: - Fix Version/s: (was: 2.3.0) 2.4.0 bada min req

[jira] [Updated] (CB-1871) min reqs

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1871: - Fix Version/s: (was: 2.3.0) 2.4.0 min reqs

[jira] [Updated] (CB-1865) add minimum requirements to 'getting started' guide

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1865: - Fix Version/s: (was: 2.3.0) 2.4.0 add minimum requirements to 'getting

[jira] [Updated] (CB-1394) Add reset() to plugin API on Tizen

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1394: - Fix Version/s: (was: 2.3.0) 2.4.0 Add reset() to plugin API on Tizen

[jira] [Updated] (CB-1599) successCallback not called after stopRecording, duplicate AudioPlayer objects created

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1599: - Fix Version/s: (was: 2.3.0) 2.4.0 successCallback not called after

[jira] [Updated] (CB-1505) Add iPhone 5 Splash Screens

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1505: - Fix Version/s: (was: 2.3.0) 2.4.0 Add iPhone 5 Splash Screens

[jira] [Updated] (CB-1388) Add reset() to plugin API and fix callback collisions on all platforms

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1388: - Fix Version/s: (was: 2.3.0) 2.4.0 Add reset() to plugin API and fix

[jira] [Updated] (CB-1393) Add reset() to plugin API on Qt

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1393: - Fix Version/s: (was: 2.3.0) 2.4.0 Add reset() to plugin API on Qt

[jira] [Updated] (CB-1391) Add reset() to plugin API on Bada

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1391: - Fix Version/s: (was: 2.3.0) 2.4.0 Add reset() to plugin API on Bada

[jira] [Updated] (CB-1392) Add reset() to plugin API on Blackberry

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1392: - Fix Version/s: (was: 2.3.0) 2.4.0 Add reset() to plugin API on

[jira] [Updated] (CB-1098) Remove TM from template app

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1098: - Fix Version/s: (was: 2.3.0) 2.4.0 Remove TM from template app

[jira] [Updated] (CB-979) Implement hastings init

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-979: Fix Version/s: (was: 2.3.0) 2.4.0 Implement hastings init

[jira] [Resolved] (CB-1414) Tag 2.1.0

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

[jira] [Commented] (CB-1283) Investigate Webwork's Implementation of File System on Playbook

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547406#comment-13547406 ] Tim Kim commented on CB-1283: - Doing some gardening here and setting this to closed until

[jira] [Commented] (CB-1251) Create Contacts Api for Playbook

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547416#comment-13547416 ] Tim Kim commented on CB-1251: - The api needed to get contacts still hasn't been exposed. Setting

[jira] [Resolved] (CB-1251) Create Contacts Api for Playbook

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1251. - Resolution: Unresolved Create Contacts Api for Playbook

Re: Did authentication change on cordova-android.git?

2013-01-08 Thread Simon MacDonald
Thanks for spotting the mis-spelling. That actually didn't end up being the issue. Apparently my password expired or was reset. Simon Mac Donald http://hi.im/simonmacdonald On Tue, Jan 8, 2013 at 3:28 PM, Joe Bowser bows...@gmail.com wrote: It's you. The URL should be https, not http! Sending

[jira] [Updated] (CB-613) Fix console.log not sprintf'ing input content

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-613: Issue Type: Sub-task (was: Improvement) Parent: CB-348 Fix console.log not sprintf'ing

[jira] [Updated] (CB-613) Fix console.log not sprintf'ing input content

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-613: Assignee: (was: Shazron Abdullah) Fix console.log not sprintf'ing input content

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

2013-01-08 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: - Priority: Minor (was: Major) Camera/Video toggle API ---

[jira] [Commented] (CB-2064) app crash on localStorage.removeItem

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547457#comment-13547457 ] Shazron Abdullah commented on CB-2064: -- Post a crash log if possible. I could not repro.

[jira] [Updated] (CB-1832) iOS: CDVCordovaView should not inherit from UIWebView

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1832: - Fix Version/s: 2.4.0 Abstraction gone awry, of which I was the architect :P iOS:

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

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1930: - Fix Version/s: 2.4.0 window.openDatabase() throws exception 18 on iOS

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

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1937: - Fix Version/s: 2.4.0 Pull request: https://github.com/apache/cordova-ios/pull/3

[jira] [Resolved] (CB-1970) MainViewController cannot override pathForResource

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1970. -- Resolution: Fixed Fix Version/s: 2.3.0 MainViewController cannot override

[jira] [Resolved] (CB-230) rename assets from PhoneGap to Cordova

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-230. - Resolution: Fixed rename assets from PhoneGap to Cordova

[jira] [Commented] (CB-2155) getDeviceInfo never parses Settings.plist file

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547483#comment-13547483 ] Shazron Abdullah commented on CB-2155: -- With CB-1946 this issue might change.

[jira] [Updated] (CB-2064) app crash on localStorage.removeItem

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2064: - Fix Version/s: 2.4.0 app crash on localStorage.removeItem

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

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1857: - Fix Version/s: 2.4.0 UIImagePickerController will not change language based on device

[jira] [Resolved] (CB-1958) Post-loading splash screen is not centered properly on 3.5inch iOS

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1958. -- Resolution: Cannot Reproduce Post-loading splash screen is not centered properly on 3.5inch

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

2013-01-08 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: 2.4.0 API: FileTransfer - Basic Authentication

[jira] [Updated] (CB-852) xhr2 impl

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-852: Fix Version/s: 2.5.0 xhr2 impl - Key: CB-852 URL:

[jira] [Updated] (CB-478) FileTransfer upload - handle trustAllHosts parameter

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-478: Fix Version/s: 2.4.0 FileTransfer upload - handle trustAllHosts parameter

[jira] [Updated] (CB-1499) use of camera in cordova video mode results in field of view different than in native video mode

2013-01-08 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1499: - Fix Version/s: 2.4.0 Tagging 2.4.0 for investigation. Might be a 'wontfix' since fixing this

Re: Selecting the front camera - Camera API

2013-01-08 Thread Filip Maj
It's api work so I would recommend we wait until we start splitting out the apis. On 1/8/13 4:57 PM, Shazron shaz...@gmail.com wrote: This is a multi-platform concern: https://issues.apache.org/jira/browse/CB-1683 2.4.0 or we should wait for the audit?

Re: Selecting the front camera - Camera API

2013-01-08 Thread Filip Maj
related: a lot of our roadmap work first depends on finalizing the cli tools, splitting out the apis, and adding plug man support for most platforms. Therefore, I see those as priorities. On 1/8/13 4:57 PM, Shazron shaz...@gmail.com wrote: This is a multi-platform concern:

[jira] [Resolved] (CB-2160) cordova_plist_to_config_xml fails inexplicably

2013-01-08 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-2160. --- Resolution: Fixed The problem was that you had a binary plist instead of a text one. I fixed the

[jira] [Commented] (CB-2160) cordova_plist_to_config_xml fails inexplicably

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547528#comment-13547528 ] Jesse MacFadyen commented on CB-2160: - Yeah, I created the file manually from xcode, so

Re: Selecting the front camera - Camera API

2013-01-08 Thread Jesse
This is also dependent on the developer's code being able to detect if there is a front facing camera, (or ass facing), which means it should likely happen after we finalize a capabilities api. I believe the issues Simon mentions are issues regardless. There is nothing in that issue that states

[jira] [Commented] (CB-2102) InAppBrowser will not open PDFs on different pages

2013-01-08 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547533#comment-13547533 ] Andrew Grieve commented on CB-2102: --- I tried to reproduce this today on the iOS 6

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

2013-01-08 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547538#comment-13547538 ] Simon MacDonald commented on CB-2093: - I just checked in some code that guards against a

[jira] [Resolved] (CB-2050) Need to correctly encode UTF8 with BOM

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

[jira] [Resolved] (CB-2165) The saveToPhotoAlbum option for Camera.getPicture does not work with Cordova 2.2/Android

2013-01-08 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald resolved CB-2165. - Resolution: Not A Problem Assignee: Simon MacDonald (was: Filip Maj) This isn't actually an

[jira] [Created] (CB-2176) File.slice() on Windows 8

2013-01-08 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-2176: --- Summary: File.slice() on Windows 8 Key: CB-2176 URL: https://issues.apache.org/jira/browse/CB-2176 Project: Apache Cordova Issue Type: Sub-task

Re: Binary data across exec bridge

2013-01-08 Thread Andrew Grieve
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 a JSON object, I think it will be tough to make this work. Most platforms assume

[jira] [Commented] (CB-2166) The deviceReady event may not be received because of asynchronous JavaScript loading

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547591#comment-13547591 ] Jesse MacFadyen commented on CB-2166: - This is NOT possible, as calls to

  1   2   >