[jira] [Commented] (CB-1960) Application exits if focus is put on a native Widget that gets overlayed on top of the WebView excluding the Textfield

2012-12-05 Thread Serhiy Solonko (JIRA)
[ https://issues.apache.org/jira/browse/CB-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510392#comment-13510392 ] Serhiy Solonko commented on CB-1960: Great, it seems to be working. Thank Joe

[jira] [Updated] (CB-1947) Secure whitelisted URLs not loading in Android

2012-12-05 Thread Antony Lees (JIRA)
[ https://issues.apache.org/jira/browse/CB-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antony Lees updated CB-1947: Attachment: log.txt logcat output > Secure whitelisted URLs not loading in Android >

[jira] [Commented] (CB-1947) Secure whitelisted URLs not loading in Android

2012-12-05 Thread Antony Lees (JIRA)
[ https://issues.apache.org/jira/browse/CB-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510396#comment-13510396 ] Antony Lees commented on CB-1947: - I can do both. The site I am trying to use with the Comod

[jira] [Created] (CB-1964) View doesn't resize properly on orientation change on iPhone

2012-12-05 Thread Henning Schaefer (JIRA)
Henning Schaefer created CB-1964: Summary: View doesn't resize properly on orientation change on iPhone Key: CB-1964 URL: https://issues.apache.org/jira/browse/CB-1964 Project: Apache Cordova

[jira] [Commented] (CB-1964) View doesn't resize properly on orientation change on iPhone

2012-12-05 Thread Henning Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/CB-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510445#comment-13510445 ] Henning Schaefer commented on CB-1964: -- Update: This doesn't seem to happen if the meta

[jira] [Created] (CB-1965) backHistory() closes the application after an ajax request with the soft keyboard

2012-12-05 Thread Ali Bugdayci (JIRA)
Ali Bugdayci created CB-1965: Summary: backHistory() closes the application after an ajax request with the soft keyboard Key: CB-1965 URL: https://issues.apache.org/jira/browse/CB-1965 Project: Apache Cor

[jira] [Created] (CB-1966) [Question] How to open local files on Android filesystem?

2012-12-05 Thread Ruben Vanhoeyveld (JIRA)
Ruben Vanhoeyveld created CB-1966: - Summary: [Question] How to open local files on Android filesystem? Key: CB-1966 URL: https://issues.apache.org/jira/browse/CB-1966 Project: Apache Cordova

[jira] [Commented] (CB-1965) backHistory() closes the application after an ajax request with the soft keyboard

2012-12-05 Thread Ali Bugdayci (JIRA)
[ https://issues.apache.org/jira/browse/CB-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510468#comment-13510468 ] Ali Bugdayci commented on CB-1965: -- Works fine on Android 4.0.4 Samsung S3 phone.

[jira] [Commented] (CB-1954) Header support for PhoneGap's FileTransfer (Upload)

2012-12-05 Thread JIRA
[ https://issues.apache.org/jira/browse/CB-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510480#comment-13510480 ] Julien Fougère commented on CB-1954: Hi Tim, Thanks for the fix. Do you have any info o

[jira] [Resolved] (CB-1966) [Question] How to open local files on Android filesystem?

2012-12-05 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald resolved CB-1966. - Resolution: Not A Problem This is not the place to ask questions. This is for reporting issues/bugs.

Re: Determining if "you're in cordova"

2012-12-05 Thread Simon MacDonald
On the subject of capability detection a user just created a plugin for Android to check if features are available. Pretty useful for devices without cameras. https://github.com/Airblader/FeatureDetector Simon Mac Donald http://hi.im/simonmacdonald On Tue, Dec 4, 2012 at 11:37 AM, Brian LeRoux

[jira] [Resolved] (CB-1964) View doesn't resize properly on orientation change on iPhone

2012-12-05 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1964. -- Resolution: Not A Problem External issue. This unfortunately is a known iOS thing, and not somethi

[jira] [Updated] (CB-1962) Video Capture not compressing video after capture; Camera use cancels idleTimerDisabled.

2012-12-05 Thread Paul R. (JIRA)
[ https://issues.apache.org/jira/browse/CB-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul R. updated CB-1962: Priority: Major (was: Blocker) > Video Capture not compressing video after capture; Camera use cancels > idleTim

[jira] [Commented] (CB-1967) ./cordova/emulate fails because it's trying to emulate CordovaLib.xcodeproj

2012-12-05 Thread Richard Kimber (JIRA)
[ https://issues.apache.org/jira/browse/CB-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510575#comment-13510575 ] Richard Kimber commented on CB-1967: I resolved this issue by replacing line 27 of /cordo

[jira] [Created] (CB-1967) ./cordova/emulate fails because it's trying to emulate CordovaLib.xcodeproj

2012-12-05 Thread Richard Kimber (JIRA)
Richard Kimber created CB-1967: -- Summary: ./cordova/emulate fails because it's trying to emulate CordovaLib.xcodeproj Key: CB-1967 URL: https://issues.apache.org/jira/browse/CB-1967 Project: Apache Cordo

Re: Determining if "you're in cordova"

2012-12-05 Thread Anis KADRI
That's pretty cool! And pretty simple too! On Wed, Dec 5, 2012 at 7:03 AM, Simon MacDonald wrote: > On the subject of capability detection a user just created a plugin for > Android to check if features are available. Pretty useful for devices > without cameras. > > https://github.com/Airblader/

[jira] [Commented] (CB-1962) Video Capture not compressing video after capture; Camera use cancels idleTimerDisabled.

2012-12-05 Thread Paul R. (JIRA)
[ https://issues.apache.org/jira/browse/CB-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510621#comment-13510621 ] Paul R. commented on CB-1962: - Thanks for the info Shazron. Sorry for mixing in two separate issu

[jira] [Commented] (CB-1954) Header support for PhoneGap's FileTransfer (Upload)

2012-12-05 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510644#comment-13510644 ] Tim Kim commented on CB-1954: - Hey Julien, The fix should be in the next rc release which I beli

[jira] [Commented] (CB-1965) backHistory() closes the application after an ajax request with the soft keyboard

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510648#comment-13510648 ] Joe Bowser commented on CB-1965: Can you provide an example of your app? Also, can you tell m

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

2012-12-05 Thread Paul R. (JIRA)
Paul R. created CB-1968: --- Summary: Camera use changes idleTimerDisabled timeout Key: CB-1968 URL: https://issues.apache.org/jira/browse/CB-1968 Project: Apache Cordova Issue Type: Bug Compone

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

2012-12-05 Thread Paul R. (JIRA)
[ https://issues.apache.org/jira/browse/CB-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul R. updated CB-1968: Description: I used application.idleTimerDisabled = YES in my didFinishLaunchingWithOptions routine in AppDelegate.m

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Tim Kim
+1 I would like to be able to access the latest updates of webworks as opposed to waiting around for a release to land on the bb webworks download page. On 5 December 2012 11:05, Gord Tanner wrote: > Currently for developing for BlackBerry 10 the user needs to download and > install the WebWor

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Filip Maj
Hey Gord, what's the idea behind this switch? Why do you want to do this? And if I understand correctly, users would essentially be building WebWorks from scratch, with a few modifications (?), on their own machine the first time they run ./bin/create ? On 12/5/12 11:31 AM, "Tim Kim" wrote: >+1

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
Correct, they would be building webworks from source during ./bin/create. This solves the problem which we haven't run into yet where webworks doesn't yet, or can't expose something from native and we need to dive down to c via a native plugin. It also allows us like Tim said to point to a commit

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Drew Walters
Making sure I understand the steps: 1. User downloads and installs BlackBerry 10 Native SDK and Cordova. 2. Executing the create script to create a project will somehow determine if the user has the WebWorks SDK and if not... 3. Clone the WebWorks SDK using git. 4. Build the WebWorks SDK. 5. Updat

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Nukul Bhasin
If clone off the WebWorks repo and then checkout a tag for the last release it will be the same as the last release. It should not be prone to any errors. On Wed, Dec 5, 2012 at 2:53 PM, Drew Walters wrote: > Making sure I understand the steps: > > 1. User downloads and installs BlackBerry 10 N

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
Correct. This would be for any cordova BlackBerry 10 APIs (not external plugins). This will allow us the native compile step for Cordova that we don't have access to with WebWorks (that other platforms have). The key for this is flexibility. Nothing is changing with this now but allows us more t

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Filip Maj
I think it's worth investigating and having a working prototype but would caution against immediately merging in until different folk have had a chance to play with it and make sure our end-user dev experience is cool. On 12/5/12 12:02 PM, "Gord Tanner" wrote: >Correct. This would be for any cor

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
+1 I want this to go over more than a "Works on my machine" test before I land this in master. On Wed, Dec 5, 2012 at 3:11 PM, Filip Maj wrote: > I think it's worth investigating and having a working prototype but would > caution against immediately merging in until different folk have had a >

[jira] [Created] (CB-1969) Searching for emails in Contacts throws an exception always errors out

2012-12-05 Thread Simon MacDonald (JIRA)
Simon MacDonald created CB-1969: --- Summary: Searching for emails in Contacts throws an exception always errors out Key: CB-1969 URL: https://issues.apache.org/jira/browse/CB-1969 Project: Apache Cordova

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Drew Walters
Call me old fashioned but I like 9MB downloads better the 900MB :-) I guess the necessity for this is because unlike WebWorks for OS5-7, the native libraries are not included in WebWorks for BB 10. Does the WebWorks packager for BB 10 handle the compilation of native plugins or do they have to be

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Nukul Bhasin
> Does the WebWorks packager for BB 10 handle the compilation of native > plugins or do they have to be pre-compiled prior to packaging now? No. BB10 WebWorks Packager includes built binaries that are then packaged into the app. If you want to build native extensions you must use the NDK. For OS5-

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Drew Walters
So, if the WebWorks SDK itself needs to provide native code for functionality, how will that be provided? What dependency differences are we looking at? Looks like to pull and build WebWorks SDK it would require git, node, npm, native SDK. Anything else? Does the native SDK have any pre-reqs? O

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Nukul Bhasin
> So, if the WebWorks SDK itself needs to provide native code for > functionality, how will that be provided? All native WebWorks SDK code is either on device already or compiled as a part of the product and WebWorks SDK simply contains binaries + JavaScript. So when an app is built it does not nee

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Jesse
Please remember Windows users in your decision making. Not sure if it makes a difference, but how cross platform is the suggested solution? On Wed, Dec 5, 2012 at 12:30 PM, Drew Walters wrote: > So, if the WebWorks SDK itself needs to provide native code for > functionality, how will that be pro

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Nukul Bhasin
WebWorks SDK builds are cross platform and use node. Works on windows, mac and linux We try to be a responsible open source project and allow building on all platforms, as many of our developers are on Windows as well. We have had some issues about windows in the past but obviously given enough rea

[jira] [Resolved] (CB-1969) Searching for emails in Contacts throws an exception always errors out

2012-12-05 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald resolved CB-1969. - Resolution: Fixed Added the missing column request into the email section of ContactAccessorSdk5.se

[jira] [Updated] (CB-1966) [Question] How to open local files on Android filesystem?

2012-12-05 Thread Ruben Vanhoeyveld (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruben Vanhoeyveld updated CB-1966: -- Issue Type: New Feature (was: Wish) > [Question] How to open local files on Android filesyste

[jira] [Updated] (CB-1966) [Question] How to open local files on Android filesystem?

2012-12-05 Thread Ruben Vanhoeyveld (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruben Vanhoeyveld updated CB-1966: -- Description: I'm looking for functionality to open local files on the Android file system. The ca

[jira] [Reopened] (CB-1966) [Question] How to open local files on Android filesystem?

2012-12-05 Thread Ruben Vanhoeyveld (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruben Vanhoeyveld reopened CB-1966: --- [~macdonst]: This is a feature request! > [Question] How to open local files on And

[jira] [Updated] (CB-1966) [Feature req.] How to open local files on Android filesystem?

2012-12-05 Thread Ruben Vanhoeyveld (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ruben Vanhoeyveld updated CB-1966: -- Summary: [Feature req.] How to open local files on Android filesystem? (was: [Question] How to op

[jira] [Resolved] (CB-1966) [Feature req.] How to open local files on Android filesystem?

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1966. Resolution: Fixed Did you try file:///sdcard/file.ext? All files on the SD Card should be accessible to Cordo

[jira] [Reopened] (CB-1966) [Feature req.] How to open local files on Android filesystem?

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reopened CB-1966: Flagged it as fixed, should be "Not a Problem" > [Feature req.] How to open local files on Androi

[jira] [Resolved] (CB-1966) [Feature req.] How to open local files on Android filesystem?

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1966. Resolution: Not A Problem > [Feature req.] How to open local files on Android filesystem? > --

[jira] [Commented] (CB-1966) [Feature req.] How to open local files on Android filesystem?

2012-12-05 Thread Ruben Vanhoeyveld (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510828#comment-13510828 ] Ruben Vanhoeyveld commented on CB-1966: --- [~bowserj], I tried that and I get a white scr

[jira] [Commented] (CB-1966) [Feature req.] How to open local files on Android filesystem?

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510844#comment-13510844 ] Joe Bowser commented on CB-1966: You can file it, but I'll mark it as "Cannot Reproduce" sinc

[jira] [Commented] (CB-1966) [Feature req.] How to open local files on Android filesystem?

2012-12-05 Thread Anis Kadri (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510845#comment-13510845 ] Anis Kadri commented on CB-1966: Ruben Vanhoeyveld: Can you provide us with a sample code to

[jira] [Commented] (CB-1966) [Feature req.] How to open local files on Android filesystem?

2012-12-05 Thread Ruben Vanhoeyveld (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510854#comment-13510854 ] Ruben Vanhoeyveld commented on CB-1966: --- [~anis]: {code:javascript} function downloadF

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

2012-12-05 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510859#comment-13510859 ] Filip Maj commented on CB-1850: --- On this topic. Android has a concept of both device PRODUCT NA

[jira] [Resolved] (CB-1965) backHistory() closes the application after an ajax request with the soft keyboard

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1965. Resolution: Duplicate This is a duplicate of the bug I fixed yesterday, CB-1960. > backHist

[jira] [Commented] (CB-1966) [Feature req.] How to open local files on Android filesystem?

2012-12-05 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510864#comment-13510864 ] Simon MacDonald commented on CB-1966: - [~rubenvh] I'll say this again. This is not the p

[jira] [Resolved] (CB-1834) External Links Crash App/WebView

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1834. Resolution: Cannot Reproduce I asked [~macdonst] yesterday to test your example with his Galaxy S and he coul

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

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510868#comment-13510868 ] Joe Bowser commented on CB-1850: One is only slightly less cryptic than the other. I'll make

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
Is dependencies on node and npm a problem? I was thinking this wouldn't be that big of a problem since Cordova-client depends on those projects too. If it is a huge deal I can look into removing those dependencies Sent from my iPhone On 2012-12-05, at 3:30 PM, Drew Walters wrote: > So, if th

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Filip Maj
I don¹t think a dependency on node/npm is any more problematic than a dependency on ANT, for example. On 12/5/12 2:55 PM, "Gord Tanner" wrote: >Is dependencies on node and npm a problem? > >I was thinking this wouldn't be that big of a problem since >Cordova-client depends on those projects too.

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Drew Walters
Just to be clear, I wasn't complaining about node/npm dependencies, was just curious what full dependencies would be. On Wed, Dec 5, 2012 at 4:59 PM, Filip Maj wrote: > I don¹t think a dependency on node/npm is any more problematic than a > dependency on ANT, for example. > > On 12/5/12 2:55 PM

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

2012-12-05 Thread Michael Richey (JIRA)
Michael Richey created CB-1970: -- Summary: MainViewController cannot override pathForResource Key: CB-1970 URL: https://issues.apache.org/jira/browse/CB-1970 Project: Apache Cordova Issue Type: B

[jira] [Commented] (CB-1947) Secure whitelisted URLs not loading in Android

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510956#comment-13510956 ] Joe Bowser commented on CB-1947: OK, they're loading, but it's REALLY SLOW! Like Eye-Gougingl

[jira] [Commented] (CB-1947) Secure whitelisted URLs not loading in Android

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510957#comment-13510957 ] Joe Bowser commented on CB-1947: BTW: The CordovaWebView adds the SSL version of the site to

[jira] [Commented] (CB-1947) Secure whitelisted URLs not loading in Android

2012-12-05 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510976#comment-13510976 ] Joe Bowser commented on CB-1947: OK, can you try the one that's not working on a fast connect

Re: Android Cordova FileTransfer.upload generates 503 errors with some web servers.

2012-12-05 Thread Brian M Dube
On 10/30/2012 07:53 AM, Simon MacDonald wrote: > I would have loved to have used the Apache HttpClient package but we are > trying to stay away from external dependencies. Apache HttpClient is available to applications as part of the Android platform, isn't it? Perhaps I've misunderstood. org.apa

Re: Android Cordova FileTransfer.upload generates 503 errors with some web servers.

2012-12-05 Thread Simon MacDonald
Oh my crap. I swear this was not documented when I worked on the original File Transfer code for Android. The entire FileTransfer plugin can be re-written now to use actual tested code. The only thing we need do is to keep the old method signatures. If you are looking for me I'll be over in the co

Re: Android Cordova FileTransfer.upload generates 503 errors with some web servers.

2012-12-05 Thread Andrew Grieve
I looked at switching to HttpClient when fixing some of the Android FT bugs a while ago. According to this blog post (by an Android dev), HttpURLConnection is recommended for gingerbread+. http://android-developers.blogspot.ca/2011/09/androids-http-clients.html On Wed, Dec 5, 2012 at 9:55 PM, Si

[jira] [Created] (CB-1971) Set scroll to jquery mobile popup in android 2.2

2012-12-05 Thread mohanapriya (JIRA)
mohanapriya created CB-1971: --- Summary: Set scroll to jquery mobile popup in android 2.2 Key: CB-1971 URL: https://issues.apache.org/jira/browse/CB-1971 Project: Apache Cordova Issue Type: Bug

[jira] [Resolved] (CB-1967) ./cordova/emulate fails because it's trying to emulate CordovaLib.xcodeproj

2012-12-05 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1967. -- Resolution: Duplicate Thanks for filing the bug report. The project name detection has been refac

[jira] [Created] (CB-1972) Remove outdated commented-out CDVCommandDelegate overrides in MainViewController

2012-12-05 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-1972: Summary: Remove outdated commented-out CDVCommandDelegate overrides in MainViewController Key: CB-1972 URL: https://issues.apache.org/jira/browse/CB-1972 Project: Apa

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

2012-12-05 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13511146#comment-13511146 ] Shazron Abdullah commented on CB-1970: -- This is a new change in 2.2.0 that wasn't reflec

[jira] [Commented] (CB-1972) Remove outdated commented-out CDVCommandDelegate overrides in MainViewController

2012-12-05 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13511147#comment-13511147 ] Shazron Abdullah commented on CB-1972: -- However, the commandDelegate property is read-on

[jira] [Commented] (CB-1962) Video Capture not compressing video after capture; Camera use cancels idleTimerDisabled.

2012-12-05 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13511151#comment-13511151 ] Shazron Abdullah commented on CB-1962: -- They are two different plugins for the Capture a

[jira] [Commented] (CB-1962) Video Capture not compressing video after capture; Camera use cancels idleTimerDisabled.

2012-12-05 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13511155#comment-13511155 ] Shazron Abdullah commented on CB-1962: -- Core API Audit: http://wiki.apache.org/cordova/C

[jira] [Commented] (CB-1962) Video Capture not compressing video after capture; Camera use cancels idleTimerDisabled.

2012-12-05 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13511154#comment-13511154 ] Shazron Abdullah commented on CB-1962: -- Setting an iOS specific Project Setting will not

[jira] [Updated] (CB-1962) Video Capture not compressing video after capture; Camera use cancels idleTimerDisabled.

2012-12-05 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1962: - Fix Version/s: (was: 2.1.0) 2.3.0 > Video Capture not compressing video a

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

2012-12-05 Thread Michael Richey (JIRA)
[ https://issues.apache.org/jira/browse/CB-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13511164#comment-13511164 ] Michael Richey commented on CB-1970: Thanks for responding to this so quickly!! I'll try

[jira] [Commented] (CB-1962) Video Capture not compressing video after capture; Camera use cancels idleTimerDisabled.

2012-12-05 Thread Paul R. (JIRA)
[ https://issues.apache.org/jira/browse/CB-1962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13511165#comment-13511165 ] Paul R. commented on CB-1962: - Makes sense. Thanks! > Video Capture not compress