[jira] [Created] (CB-2184) JNI Error on HTC Evo device running android 4.0.3

2013-01-10 Thread besta (JIRA)
besta created CB-2184: - Summary: JNI Error on HTC Evo device running android 4.0.3 Key: CB-2184 URL: https://issues.apache.org/jira/browse/CB-2184 Project: Apache Cordova Issue Type: Bug Compon

Jira notifications (Was: [jira] [Created] (CB-2184) JNI Error on HTC Evo device running android 4.0.3)

2013-01-10 Thread Jukka Zitting
Hi, On Thu, Jan 10, 2013 at 2:04 PM, besta (JIRA) wrote: > To: callback-...@incubator.apache.org I guess we should file an INFRA request to get the notification scheme updated to use the new list address. Before doing that, is there interest in directing the notifications from dev@ to a separ

Re: Jira notifications (Was: [jira] [Created] (CB-2184) JNI Error on HTC Evo device running android 4.0.3)

2013-01-10 Thread Patrick Mueller
On Thu, Jan 10, 2013 at 7:15 AM, Jukka Zitting wrote: > I guess we should file an INFRA request to get the notification scheme > updated to use the new list address. > > Before doing that, is there interest in directing the notifications from > dev@ to a separate issues@ list? > Yes, I'd like to

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

2013-01-10 Thread Braden Shepherdson
What do we still have that doesn't follow the spec? I think our current config.xml, now that iOS is using it too, is pretty close to following the spec. I'm actually working now on moving the start page to the tag in the spec, that's finished on Android but not pushed. Working on iOS today. This

Re: too long to package a release?

2013-01-10 Thread Marcel Kinard
Poking this thread. So is there consensus on how to do this? If so, can this be summarized and written up, perhaps on the ContributorWorkflow / CommiterWorkflow wiki pages? And when would we want to start operating with this, 2.4/now or later? -- Marcel Kinard

commit messages for newbies

2013-01-10 Thread Marcel Kinard
I was contemplating adding the following verbage to the ContributorWorkflow wiki page. Wanted to float it past the group first to see if I got it correct. A note about commit messages: you are highly encouraged to describe your commit with enough detail for someone else to understand it.

Re: Slicing files on iOS and Android

2013-01-10 Thread Braden Shepherdson
Becky, do you know why this escaping was originally put in place? From our investigations it is unnecessary on iOS 5.0, 5.1 and 6, so we can drop it, and the iOS-specific readAsText implementation. If no one can remember why it was there (its existence predates the porting to Apache repos, so I ca

Re: Slicing files on iOS and Android

2013-01-10 Thread Marcel Kinard
Can it pass non-ascii / multi-byte characters correctly without the escaping? On 1/10/2013 10:55 AM, Braden Shepherdson wrote: Becky, do you know why this escaping was originally put in place? From our investigations it is unnecessary on iOS 5.0, 5.1 and 6, so we can drop it, and the iOS-specif

collecting mobile-spec test results and generating reports

2013-01-10 Thread Marcel Kinard
Here is something I feel is important and I wanted to see what you think. Problem definition: Cordova is a bit unique in that it not only has to deal with running on a large number of permutations of device models and device OS's, but the testing is started manually by a large number of people

Re: Slicing files on iOS and Android

2013-01-10 Thread Braden Shepherdson
Yes, that's one of the tests in mobile-spec, and it works fine without the escaping. On Thu, Jan 10, 2013 at 11:24 AM, Marcel Kinard wrote: > Can it pass non-ascii / multi-byte characters correctly without the > escaping? > > > On 1/10/2013 10:55 AM, Braden Shepherdson wrote: > >> Becky, do you

Re: commit messages for newbies

2013-01-10 Thread Giorgio Natili
+1 On 1/10/13 4:22 PM, "Marcel Kinard" wrote: >I was contemplating adding the following verbage to the >ContributorWorkflow wiki page. Wanted to float it past the group first >to see if I got it correct. > > > >A note about commit messages: you are highly encouraged to describe your >commit

Re: commit messages for newbies

2013-01-10 Thread Becky Gibson
+1 On Thu, Jan 10, 2013 at 11:48 AM, Giorgio Natili wrote: > +1 > > On 1/10/13 4:22 PM, "Marcel Kinard" wrote: > > >I was contemplating adding the following verbage to the > >ContributorWorkflow wiki page. Wanted to float it past the group first > >to see if I got it correct. > > > > > > >

[jira] [Commented] (CB-2184) JNI Error on HTC Evo device running android 4.0.3

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549797#comment-13549797 ] Joe Bowser commented on CB-2184: This is an HTC Evo, right? Which one? The original HTC Evo d

RE: commit messages for newbies

2013-01-10 Thread Josh Soref
Marcel wrote: > A note about commit messages: you are highly encouraged to describe your > commit with enough detail for someone else to understand it. In doing > so, your commit message can consist of multiple lines. However, it also > is highly encouraged that the first line of your commit messag

Re: Slicing files on iOS and Android

2013-01-10 Thread Becky Gibson
I put this in when we implemented the File APIs as it was the only way that I could get international /multi-byte characters to be supported. The implementation was way before iOS 5 so maybe the embedded browser or iOS internals have changed. -becky On Thu, Jan 10, 2013 at 11:26 AM, Braden Sh

[jira] [Commented] (CB-2184) JNI Error on HTC Evo device running android 4.0.3

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549799#comment-13549799 ] Joe Bowser commented on CB-2184: Also, we need to see an example before we can try and reprod

Re: Slicing files on iOS and Android

2013-01-10 Thread Becky Gibson
FYI - the W3C versions of the File API's was done back in April of 2011. Inquiring minds can see the history in my repo: https://github.com/becka11y/phonegap-iphone/blob/master/PhoneGapLib/Classes/File.m On Thu, Jan 10, 2013 at 12:12 PM, Becky Gibson wrote: > I put this in when we implemented

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

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549811#comment-13549811 ] Joe Bowser commented on CB-2093: OK, This is totally bizzare. We can get the image path from

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

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549817#comment-13549817 ] Joe Bowser commented on CB-2093: Nevermind, I have a totally different camera bug. This has

[jira] [Created] (CB-2185) Cordova can't find the mime type for jpegs which have an upper case JPG extension (like ones from an iPhone)

2013-01-10 Thread Joe Bowser (JIRA)
Joe Bowser created CB-2185: -- Summary: Cordova can't find the mime type for jpegs which have an upper case JPG extension (like ones from an iPhone) Key: CB-2185 URL: https://issues.apache.org/jira/browse/CB-2185

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

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549817#comment-13549817 ] Joe Bowser edited comment on CB-2093 at 1/10/13 5:34 PM: - Nevermind,

Re: collecting mobile-spec test results and generating reports

2013-01-10 Thread Filip Maj
Hey Marcel, I am working towards that continuous integration vision. github.com/filmaj/medic It is a node process that builds the latest commits coming into android, iOS + BlackBerry repos, pairs them with mobile-spec, scans for connected/nearby devices, and deploys the mobile-spec app to those d

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

2013-01-10 Thread Filip Maj
That's awesome Braden! The CLI tools tie the app name and package name to the config.xml. Would be good at add support for application version if possible. This would solve an outstanding JIRA Feature Ask that has been floating around for a while [1]. The app could just then XHR (or FileReader) fo

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

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2182. --- Resolution: Fixed Sorry about that. Now fixed in 2.3.2 off npm and https://git-wip-us.apache.org/repos/asf?p=co

[jira] [Created] (CB-2186) When adding Android via the CLI tools, get "Provided path not an Android project"

2013-01-10 Thread Filip Maj (JIRA)
Filip Maj created CB-2186: - Summary: When adding Android via the CLI tools, get "Provided path not an Android project" Key: CB-2186 URL: https://issues.apache.org/jira/browse/CB-2186 Project: Apache Cordova

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

2013-01-10 Thread Braden Shepherdson
The spec defines a version attribute on the tag. It wouldn't be hard to include and parse that, though I think it would be pretty heavyweight for an app to XHR the config.xml, parse the XML (shudder) and grab that value, rather than encoding it in its own JS somewhere, but I guess that's up to the

[jira] [Assigned] (CB-635) Access application version information from JS.

2013-01-10 Thread Braden Shepherdson (JIRA)
[ https://issues.apache.org/jira/browse/CB-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Braden Shepherdson reassigned CB-635: - Assignee: Braden Shepherdson (was: Filip Maj) > Access application version information f

Blog Points out Cordova's Weak Spots

2013-01-10 Thread Andrew Grieve
http://engblog.polyvore.com/2012/12/web-developer-admits-objective-c-html.html?m=1 I think I agree with the author. I do still believe the mobile web will be better in the future though :)

Re: Blog Points out Cordova's Weak Spots

2013-01-10 Thread Joe Bowser
Honestly, I noticed that he said that Objective-C > HTML5. The reason I started the Android version of PhoneGap was because I wanted apps on my phone, and I wasn't going to give Apple any of my money. Android users are the big losers if iOS fails, because people are just going to write their iPhon

[jira] [Commented] (CB-2185) Cordova can't find the mime type for jpegs which have an upper case JPG extension (like ones from an iPhone)

2013-01-10 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549882#comment-13549882 ] Simon MacDonald commented on CB-2185: - Joe, if you change FileUtils line 1031 from:

Re: Blog Points out Cordova's Weak Spots

2013-01-10 Thread Brian LeRoux
Articles like these are tricky b/c of the YMMV factor. Its very well proven that good apps, even completely native feeling apps, *can* be built but frankly not every developer is up to that task. It certainly isn't in our mandate to prescribe web development practices either. On Thu, Jan 10, 201

[jira] [Created] (CB-2187) contacts.find is exponentially slower than native for large address books

2013-01-10 Thread Benjamin Hill (JIRA)
Benjamin Hill created CB-2187: - Summary: contacts.find is exponentially slower than native for large address books Key: CB-2187 URL: https://issues.apache.org/jira/browse/CB-2187 Project: Apache Cordova

Re: commit messages for newbies

2013-01-10 Thread Michael Brooks
@Marcel nice work, I agree we should add this to the wiki article. One note is that I believe you should have an empty line between the summary and detailed body. The Pro Git Books [1] summaries the git messages templates as: Short (50 chars or less) summary of changes More detailed explanatory

Re: Jira notifications (Was: [jira] [Created] (CB-2184) JNI Error on HTC Evo device running android 4.0.3)

2013-01-10 Thread Shazron
Yes please! On Thu, Jan 10, 2013 at 4:52 AM, Patrick Mueller wrote: > On Thu, Jan 10, 2013 at 7:15 AM, Jukka Zitting >wrote: > > > I guess we should file an INFRA request to get the notification scheme > > updated to use the new list address. > > > > Before doing that, is there interest in dir

[jira] [Commented] (CB-2185) Cordova can't find the mime type for jpegs which have an upper case JPG extension (like ones from an iPhone)

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549968#comment-13549968 ] Joe Bowser commented on CB-2185: That's close to what I did, although I just sent the whole U

[jira] [Resolved] (CB-2185) Cordova can't find the mime type for jpegs which have an upper case JPG extension (like ones from an iPhone)

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-2185. Resolution: Fixed > Cordova can't find the mime type for jpegs which have an upper case JPG > extension (

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

2013-01-10 Thread Shazron
Yeah I would like more QA on this (re: 2.9 release) but so far I haven't seen any pain regarding the Cordova.plist -> config.xml change so I'm hopeful. I suppose we could intro this as soon as possible but not lose config.xml support in the meantime, but I'd prefer a clean break like what we just d

[jira] [Commented] (CB-2185) Cordova can't find the mime type for jpegs which have an upper case JPG extension (like ones from an iPhone)

2013-01-10 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13549974#comment-13549974 ] Simon MacDonald commented on CB-2185: - [~bowserj] I don't think you should make the whole

Re: Blog Points out Cordova's Weak Spots

2013-01-10 Thread Shazron
Not to mention, UIWebView is hobbled with a slower engine. Sometimes we do get a Michael Schumacher driving a Toyota Corolla, and it's a good middle-of-the-pack effort, but there's no way he can overtake a Homer Simpson in a Ferrari engine. That's why we are all here, trying to make the WebView a F

[jira] [Resolved] (CB-2187) contacts.find is exponentially slower than native for large address books

2013-01-10 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-2187. -- Resolution: Duplicate > contacts.find is exponentially slower than native for large address bo

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

2013-01-10 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2181: - Fix Version/s: (was: 2.3.0) 2.4.0 > unable to create a new phonegap proje

Re: Blog Points out Cordova's Weak Spots

2013-01-10 Thread Michal Mocny
Not sure your analogy works as expected ;) http://www.youtube.com/watch?v=dmP_t4_lpzo On Thu, Jan 10, 2013 at 2:50 PM, Shazron wrote: > Not to mention, UIWebView is hobbled with a slower engine. Sometimes we do > get a Michael Schumacher driving a Toyota Corolla, and it's a good > middle-of-the

[jira] [Resolved] (CB-2186) When adding Android via the CLI tools, get "Provided path not an Android project"

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2186. --- Resolution: Cannot Reproduce Now I can't reproduce.. hmm. > When adding Android via the CLI too

[jira] [Commented] (CB-1662) jake build script puts Windows carriage return in Version String on Windows

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550424#comment-13550424 ] Filip Maj commented on CB-1662: --- So what is the expectation here? > jake build

[jira] [Updated] (CB-2074) Could not find Nib in bundle for iPad in Simulator

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-2074: -- Affects Version/s: 2.3.0 Confirmed I can reproduce running cordova-cli v2.3.2. > Could not find N

[jira] [Resolved] (CB-2074) Could not find Nib in bundle for iPad in Simulator

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2074. --- Resolution: Fixed Fixed in [4f9eebe|https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=commit;h=4f9eeb

[jira] [Resolved] (CB-2056) cordova-filetransfer.jitsu.com service is down

2013-01-10 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-2056. -- Resolution: Fixed > cordova-filetransfer.jitsu.com service is down > -

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

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2073. --- Resolution: Fixed Fix Version/s: (was: 2.4.0) 2.3.0 Cannot reproduce anymore with

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

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-2076: -- Affects Version/s: 2.3.0 > Integrate documentation properly into CLI > ---

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

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-2075: -- Affects Version/s: 2.3.0 > cordova build fails when project added to subversion >

[jira] [Created] (CB-2188) Remove OpenAllWhitelistURLsInWebView from iOS Project Settings

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2188: Summary: Remove OpenAllWhitelistURLsInWebView from iOS Project Settings Key: CB-2188 URL: https://issues.apache.org/jira/browse/CB-2188 Project: Apache Cordova

[jira] [Created] (CB-2189) Support ArrayBuffer arguments from js to ios native over exec bridge

2013-01-10 Thread Michal Mocny (JIRA)
Michal Mocny created CB-2189: Summary: Support ArrayBuffer arguments from js to ios native over exec bridge Key: CB-2189 URL: https://issues.apache.org/jira/browse/CB-2189 Project: Apache Cordova

[jira] [Commented] (CB-2189) Support ArrayBuffer arguments from js to ios native over exec bridge

2013-01-10 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550460#comment-13550460 ] Michal Mocny commented on CB-2189: -- Two components: (1) js code to serialize ArrayBuffer int

[jira] [Created] (CB-2190) FileTransfer does not request more time than the 5 second limit

2013-01-10 Thread Leif Ullman (JIRA)
Leif Ullman created CB-2190: --- Summary: FileTransfer does not request more time than the 5 second limit Key: CB-2190 URL: https://issues.apache.org/jira/browse/CB-2190 Project: Apache Cordova Issue

[jira] [Updated] (CB-2190) FileTransfer does not request more time than the 5 second limit when placed in background.

2013-01-10 Thread Leif Ullman (JIRA)
[ https://issues.apache.org/jira/browse/CB-2190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Ullman updated CB-2190: Description: I've been running into an issue using FileTransfer on iOS that cropped up as part of my upgrade

[jira] [Commented] (CB-2154) navigator.splashscreen.show() broken in Phonegap 2.2 and 2.3.0rc2

2013-01-10 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550469#comment-13550469 ] Benn Mapes commented on CB-2154: Ok, I'm going to take a look at this bug, I'll let you know

Re: collecting mobile-spec test results and generating reports

2013-01-10 Thread Michael Brooks
Great discussion point Marcel! As Fil has mentioned, we've started some of this work and it aligns very closely with your described solution. At the moment, Medic is wired up to our device wall, but I see it extending well beyond that. I would love to see the day where Apache Cordova committers c

[jira] [Commented] (CB-2183) [iOS] FileTransfer.didReceiveResponse may not return NSHTTPURLResponse

2013-01-10 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550485#comment-13550485 ] Shazron Abdullah commented on CB-2183: -- Confirmed on a device. Note that there are diffe

[jira] [Commented] (CB-2189) Support ArrayBuffer arguments from js to ios native over exec bridge

2013-01-10 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550489#comment-13550489 ] Michal Mocny commented on CB-2189: -- ios: https://git-wip-us.apache.org/repos/asf?p=cordova-

[jira] [Resolved] (CB-2189) Support ArrayBuffer arguments from js to ios native over exec bridge

2013-01-10 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Mocny resolved CB-2189. -- Resolution: Fixed > Support ArrayBuffer arguments from js to ios native over exec bridge > ---

[jira] [Commented] (CB-2183) [iOS] FileTransfer.didReceiveResponse may not return NSHTTPURLResponse

2013-01-10 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550494#comment-13550494 ] Shazron Abdullah commented on CB-2183: -- I proposed on CB-1600 that we revert that patch

[jira] [Commented] (CB-1600) [ios] crash in MobileSpec under 4.3 during file transfer

2013-01-10 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550493#comment-13550493 ] Shazron Abdullah commented on CB-1600: -- I propose we revert this patch because it affect

[jira] [Updated] (CB-2183) [iOS] FileTransfer.didReceiveResponse may not return NSHTTPURLResponse

2013-01-10 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2183: - Fix Version/s: 2.4.0 > [iOS] FileTransfer.didReceiveResponse may not return NSHTTPURLResponse >

Re: Blog Points out Cordova's Weak Spots

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

[jira] [Created] (CB-2191) Remove deprecated iOS - CDVURLProtocol registerPGHttpURLProtocol method

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2191: Summary: Remove deprecated iOS - CDVURLProtocol registerPGHttpURLProtocol method Key: CB-2191 URL: https://issues.apache.org/jira/browse/CB-2191 Project: Apache Cordo

[jira] [Created] (CB-2193) Remove deprecated - iOS - CDVViewController invokeString property

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2193: Summary: Remove deprecated - iOS - CDVViewController invokeString property Key: CB-2193 URL: https://issues.apache.org/jira/browse/CB-2193 Project: Apache Cordova

[jira] [Resolved] (CB-1804) Create tasks for deprecation

2013-01-10 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-1804. -- Resolution: Fixed > Create tasks for deprecation > > >

[jira] [Created] (CB-2192) Remove deprecated - iOS - CDVURLProtocol registerURLProtocol method

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2192: Summary: Remove deprecated - iOS - CDVURLProtocol registerURLProtocol method Key: CB-2192 URL: https://issues.apache.org/jira/browse/CB-2192 Project: Apache Cordova

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

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-2175. Resolution: Cannot Reproduce Fix Version/s: 2.3.0 This must have been fixed in 2.3, since I can't repro

[jira] [Commented] (CB-1478) FileReader vs XHR bench

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550510#comment-13550510 ] Joe Bowser commented on CB-1478: Can we close this now? > FileReader vs XHR

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

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550513#comment-13550513 ] Joe Bowser commented on CB-2174: OK, I was wrong, I was experiencing CB-2185. Please get mor

Re: Android deprecated methods

2013-01-10 Thread Joe Bowser
Please create the tasks to remove them. They're good "First Bugs". On Thu, Jan 10, 2013 at 2:28 PM, Shazron wrote: > See: http://wiki.apache.org/cordova/DeprecationPolicy > > I assume these have been removed? If not I can create tasks: > > Android - CordovaInterface.getContext() > Android - Cord

[jira] [Created] (CB-2194) Remove deprecated - iOS - CDVCommandDelegate registerPlugin method

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2194: Summary: Remove deprecated - iOS - CDVCommandDelegate registerPlugin method Key: CB-2194 URL: https://issues.apache.org/jira/browse/CB-2194 Project: Apache Cordova

[jira] [Created] (CB-2195) Remove deprecated - iOS - BackupWebStorage Cordova.plist property change from boolean to string

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2195: Summary: Remove deprecated - iOS - BackupWebStorage Cordova.plist property change from boolean to string Key: CB-2195 URL: https://issues.apache.org/jira/browse/CB-2195

[jira] [Commented] (CB-402) Improve Contacts search taking a long time by using (NSArray*)filteredArrayUsingPredicate:(NSPredicate*)predicate

2013-01-10 Thread Benjamin Hill (JIRA)
[ https://issues.apache.org/jira/browse/CB-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550516#comment-13550516 ] Benjamin Hill commented on CB-402: -- v2.3.0: Have a few minute wait time when returning result

[jira] [Commented] (CB-1478) FileReader vs XHR bench

2013-01-10 Thread Daniel Kurka (JIRA)
[ https://issues.apache.org/jira/browse/CB-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550521#comment-13550521 ] Daniel Kurka commented on CB-1478: -- What happened to the idea of putting this into some kind

[jira] [Created] (CB-2196) Remove deprecated - Android - CordovaInterface.getContext()

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2196: Summary: Remove deprecated - Android - CordovaInterface.getContext() Key: CB-2196 URL: https://issues.apache.org/jira/browse/CB-2196 Project: Apache Cordova

[jira] [Created] (CB-2197) Remove deprecated - Android - CordovaInterface.cancelLoadUrl()

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2197: Summary: Remove deprecated - Android - CordovaInterface.cancelLoadUrl() Key: CB-2197 URL: https://issues.apache.org/jira/browse/CB-2197 Project: Apache Cordova

[jira] [Created] (CB-2198) Remove deprecated - Android - backHistory removal

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2198: Summary: Remove deprecated - Android - backHistory removal Key: CB-2198 URL: https://issues.apache.org/jira/browse/CB-2198 Project: Apache Cordova Issue Type

[jira] [Created] (CB-2199) Remove deprecated - Android - exec() returns the success payload when the call completes synchronously

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2199: Summary: Remove deprecated - Android - exec() returns the success payload when the call completes synchronously Key: CB-2199 URL: https://issues.apache.org/jira/browse/CB-2199

[jira] [Created] (CB-2200) Remove deprecated - Android - device.name

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2200: Summary: Remove deprecated - Android - device.name Key: CB-2200 URL: https://issues.apache.org/jira/browse/CB-2200 Project: Apache Cordova Issue Type: Task

[jira] [Created] (CB-2201) Remove deprecated - Android - OS versions 2.1 and 3.x

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2201: Summary: Remove deprecated - Android - OS versions 2.1 and 3.x Key: CB-2201 URL: https://issues.apache.org/jira/browse/CB-2201 Project: Apache Cordova Issue

[jira] [Created] (CB-2202) Remove deprecated - Android - org.apache.cordova.api.Plugin in favour of org.apache.cordova.api.CordovaPlugin

2013-01-10 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2202: Summary: Remove deprecated - Android - org.apache.cordova.api.Plugin in favour of org.apache.cordova.api.CordovaPlugin Key: CB-2202 URL: https://issues.apache.org/jira/browse/CB-2

[jira] [Updated] (CB-1478) FileReader vs XHR bench

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1478: -- Component/s: (was: WP7) (was: BlackBerry) (was: And

[jira] [Updated] (CB-1528) Benchmarks folder in mobile-spec

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-1528: -- Component/s: (was: CordovaJS) mobile-spec Summary: Benchmarks folder in mobile-spec (

Re: collecting mobile-spec test results and generating reports

2013-01-10 Thread Marcel Kinard
"I gotta get me one of these!" --Tangled (I have kids.) I wasn't aware this existed. Thank you much for the writeup. Just from what I've read here, I will definitely be looking more into this. For quite a while we've been contemplating a similar device wall here at IBM. @michael, yes, a decen

Re: Android deprecated methods

2013-01-10 Thread Shazron
Done, wiki updated as well On Thu, Jan 10, 2013 at 2:31 PM, Joe Bowser wrote: > Please create the tasks to remove them. They're good "First Bugs". > > On Thu, Jan 10, 2013 at 2:28 PM, Shazron wrote: > > See: http://wiki.apache.org/cordova/DeprecationPolicy > > > > I assume these have been rem

Re: collecting mobile-spec test results and generating reports

2013-01-10 Thread Filip Maj
Take the medic code for a spin and see how it works! If you have questions don't hesitate to ping me. Feel free to file issues on github as well. I've demoed it on a few different computers now (and even during a talk) so its become quite durable over the last 6 months or so that I've been working

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

2013-01-10 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2075. --- Resolution: Fixed Fixed in https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=commit;h=161446a616044d5

[jira] [Resolved] (CB-2193) Remove deprecated - iOS - CDVViewController invokeString property

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

Re: Blog Points out Cordova's Weak Spots

2013-01-10 Thread Anis KADRI
I am one of the people who predict that what happened on the desktop computer will happen on mobile as well. It's just a matter of time. The first thing you launch when your computer boots up is your web browser. That behaviour will also apply to mobile devices in my opinion. On Thu, Jan 10, 2013

[jira] [Resolved] (CB-2191) Remove deprecated iOS - CDVURLProtocol registerPGHttpURLProtocol method

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

[jira] [Resolved] (CB-2192) Remove deprecated - iOS - CDVURLProtocol registerURLProtocol method

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

[jira] [Commented] (CB-2196) Remove deprecated - Android - CordovaInterface.getContext()

2013-01-10 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550544#comment-13550544 ] Benn Mapes commented on CB-2196: https://git-wip-us.apache.org/repos/asf?p=cordova-android.gi

[jira] [Commented] (CB-2197) Remove deprecated - Android - CordovaInterface.cancelLoadUrl()

2013-01-10 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550545#comment-13550545 ] Benn Mapes commented on CB-2197: https://git-wip-us.apache.org/repos/asf?p=cordova-android.gi

[jira] [Resolved] (CB-2196) Remove deprecated - Android - CordovaInterface.getContext()

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-2196. Resolution: Fixed > Remove deprecated - Android - CordovaInterface.getContext() >

[jira] [Resolved] (CB-2197) Remove deprecated - Android - CordovaInterface.cancelLoadUrl()

2013-01-10 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-2197. Resolution: Fixed > Remove deprecated - Android - CordovaInterface.cancelLoadUrl() > -

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

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

[jira] [Assigned] (CB-2188) Remove OpenAllWhitelistURLsInWebView from iOS Project Settings

2013-01-10 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah reassigned CB-2188: Assignee: Shazron Abdullah (was: Michael Brooks) > Remove OpenAllWhitelistURLsInWebView f

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

2013-01-10 Thread Jacob Weber (JIRA)
Jacob Weber created CB-2203: --- Summary: CordovaLib and upgrading instructions for iOS Key: CB-2203 URL: https://issues.apache.org/jira/browse/CB-2203 Project: Apache Cordova Issue Type: Bug

  1   2   >