[jira] [Created] (CB-2309) Upgrading project from 2.2.0 to 2.3.0 causes Main Command Delegate cannot use 'super'

2013-01-30 Thread Hichem (JIRA)
Hichem created CB-2309: -- Summary: Upgrading project from 2.2.0 to 2.3.0 causes Main Command Delegate cannot use 'super' Key: CB-2309 URL: https://issues.apache.org/jira/browse/CB-2309 Project: Apache Cordova

[jira] [Commented] (CB-2309) Upgrading project from 2.2.0 to 2.3.0 causes Main Command Delegate cannot use 'super'

2013-01-30 Thread Hichem (JIRA)
[ https://issues.apache.org/jira/browse/CB-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566343#comment-13566343 ] Hichem commented on CB-2309: Problem Solved : We moved the new MainViewController.m into our

[jira] [Commented] (CB-2308) InAppBrowser error event

2013-01-30 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566504#comment-13566504 ] Simon MacDonald commented on CB-2308: - There is an onReceivedError method of the

Re: ship 2.4 monday

2013-01-30 Thread Becky Gibson
Thanks, Andrew. I'm still having problems with the FileTransfer mobile spec tests. Based on what I see in the fileTransfer.tests.js file, I set my whitelist to the following in config.xml: access origin=http://www.google.com; / access origin=http://www.apache.org; subdomains=false/

Re: ship 2.4 monday

2013-01-30 Thread fabian boulegue
Hey Andrew also my issues isnt fixed, also dont see the changes on the inAppBrowser here Fabian Am Jan 30, 2013 um 4:23 PM schrieb Andrew Grieve agri...@chromium.org: Okay, tagged JS, iOS, Android. https://dl.dropbox.com/u/6648754/cordova-2.4.0rc2/cordova-2.4.0rc2-src.zip

Re: ship 2.4 monday

2013-01-30 Thread Andrew Grieve
Here's the whitelist that I've been using. Not sure even where I came up with it: access origin=*apache.org*/ access origin=audio.ibeat.org*/ access origin=cordova-filetransfer.jitsu.com*/ access origin=whatheaders.com*/ On Wed, Jan 30, 2013 at 11:25 AM, Becky Gibson

Re: ship 2.4 monday

2013-01-30 Thread Andrew Grieve
Are you referring to https://issues.apache.org/jira/browse/CB-2285? To be clear, you've deleted your CordovaLib directory within your app's directory, and copied in the updated one? Then just navigate around a few times and the IAB doesn't show up? On Wed, Jan 30, 2013 at 11:40 AM, fabian

Re: ship 2.4 monday

2013-01-30 Thread fabian boulegue
Yes i do I downloaded the new 2.4 release builded it via terminal and copyed my www folder any else to do? Still somewhen no more activities appeal even not in console if i click around and use a cordova action and put in a console.log('') it feels like all cordova actions are blocked. Fabian

[jira] [Commented] (CB-2293) File Tranfer of picture fails on every other picture

2013-01-30 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566638#comment-13566638 ] Andrew Grieve commented on CB-2293: --- Yeah, I don't know what to look for if there's nothing

Re: All platforms: config.xml documentation

2013-01-30 Thread Michael Brooks
Sounds good Fil! On Tue, Jan 29, 2013 at 12:42 PM, Andrew Grieve agri...@chromium.orgwrote: Sounds great! On Tue, Jan 29, 2013 at 3:18 PM, Filip Maj f...@adobe.com wrote: Reference issue: https://issues.apache.org/jira/browse/CB-1365 More and more work is going into support for

[jira] [Commented] (CB-2285) No more activities from Cordova

2013-01-30 Thread fabian boulegue (JIRA)
[ https://issues.apache.org/jira/browse/CB-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566676#comment-13566676 ] fabian boulegue commented on CB-2285: - Tested on 2.4.0r1 and 2.4.0r2 still the same

[jira] [Comment Edited] (CB-2285) No more activities from Cordova

2013-01-30 Thread fabian boulegue (JIRA)
[ https://issues.apache.org/jira/browse/CB-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566676#comment-13566676 ] fabian boulegue edited comment on CB-2285 at 1/30/13 5:38 PM: --

[jira] [Comment Edited] (CB-2285) No more activities from Cordova

2013-01-30 Thread fabian boulegue (JIRA)
[ https://issues.apache.org/jira/browse/CB-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566676#comment-13566676 ] fabian boulegue edited comment on CB-2285 at 1/30/13 5:45 PM: --

[jira] [Commented] (CB-2285) No more activities from Cordova

2013-01-30 Thread fabian boulegue (JIRA)
[ https://issues.apache.org/jira/browse/CB-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566690#comment-13566690 ] fabian boulegue commented on CB-2285: - ok found the problem -- if data == href target

Re: ship 2.4 monday

2013-01-30 Thread fabian boulegue
Ok i found some informations about the problem after researching ok found the problem – if data == href target and open inAppBrowser it ll call a error Warning: Attempt to dismiss from view controller MainViewController: 0x1d8776d0 while a presentation or dismiss is in progress! So if you are

Re: Global Javascript in InAppBrowser

2013-01-30 Thread Shazron
Right now it seems every call to window.open is going to give you a new instance -- on iOS it is re-used. I suppose we could handle those implied handlers, those are just JavaScript changes I believe On Tue, Jan 29, 2013 at 10:40 PM, Jesse purplecabb...@gmail.com wrote: The original interface

[jira] [Comment Edited] (CB-2285) No more activities from Cordova

2013-01-30 Thread fabian boulegue (JIRA)
[ https://issues.apache.org/jira/browse/CB-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566690#comment-13566690 ] fabian boulegue edited comment on CB-2285 at 1/30/13 6:12 PM: --

Re: Global Javascript in InAppBrowser

2013-01-30 Thread Filip Maj
Is there any way we can formalize this behavior in a native (or native + JS) test (for any platform)? On 1/30/13 10:11 AM, Shazron shaz...@gmail.com wrote: Right now it seems every call to window.open is going to give you a new instance -- on iOS it is re-used. I suppose we could handle those

Re: Global Javascript in InAppBrowser

2013-01-30 Thread Shazron
Another request (on my blog post comments) is for the InAppBrowser to *follow* the whitelist: http://shazronatadobe.wordpress.com/2012/12/10/whats-new-in-cordova-ios-2-3-0/#comment-4706 On Tue, Jan 29, 2013 at 2:40 PM, Andrew Grieve agri...@chromium.org wrote: Pretty much the only API we could

[jira] [Resolved] (CB-2309) Upgrading project from 2.2.0 to 2.3.0 causes Main Command Delegate cannot use 'super'

2013-01-30 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-2309. -- Resolution: Not A Problem Upgrading project from 2.2.0 to 2.3.0 causes Main Command Delegate

[jira] [Commented] (CB-2293) File Tranfer of picture fails on every other picture

2013-01-30 Thread Amrit Kahlon (JIRA)
[ https://issues.apache.org/jira/browse/CB-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566772#comment-13566772 ] Amrit Kahlon commented on CB-2293: -- I'm using a ruby on rails server running on heroku. I'll

[jira] [Updated] (CB-2293) File Transfer of picture fails on every other picture

2013-01-30 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-2293: - Summary: File Transfer of picture fails on every other picture (was: File Tranfer of picture fails

[jira] [Updated] (CB-2296) Move super.setStringProperty and other DroidGap preferences into Config class

2013-01-30 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-2296: --- Summary: Move super.setStringProperty and other DroidGap preferences into Config class (was: Move

[jira] [Commented] (CB-2296) Move super.setStringProperty and other DroidGap preferences into Config class

2013-01-30 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566819#comment-13566819 ] Joe Bowser commented on CB-2296: Deprecation Notices:

[jira] [Assigned] (CB-1365) Need to document config.xml

2013-01-30 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj reassigned CB-1365: - Assignee: Filip Maj (was: Michael Brooks) Need to document config.xml ---

FileTransferError

2013-01-30 Thread Filip Maj
Ref issue: https://issues.apache.org/jira/browse/CB-2103 Tl;dr FileTransferError should have a response body property so that users can inspect what is returned from their server. Makes sense to me. Any objections? If no, I will tweak the issue a bit: set up relevant issues for cordova-js,

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

2013-01-30 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2181. --- Resolution: Not A Problem This is working as expected. Do not create a directory before hand. Make sure the

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

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

[jira] [Resolved] (CB-2241) Tag 2.4.0rc1

2013-01-30 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2241. --- Resolution: Fixed Tag 2.4.0rc1 Key: CB-2241 URL:

[jira] [Updated] (CB-2278) Docs reference old incubator links

2013-01-30 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj updated CB-2278: -- Component/s: Docs Description: Some files in the Docs still link to old incubator repositories, some guides

Re: FileTransferError

2013-01-30 Thread Shazron
+1 On Wed, Jan 30, 2013 at 11:41 AM, Filip Maj f...@adobe.com wrote: Ref issue: https://issues.apache.org/jira/browse/CB-2103 Tl;dr FileTransferError should have a response body property so that users can inspect what is returned from their server. Makes sense to me. Any objections? If

Re: FileTransferError

2013-01-30 Thread Giorgio Natili
+1 On 1/30/13 9:06 PM, Shazron shaz...@gmail.com wrote: +1 On Wed, Jan 30, 2013 at 11:41 AM, Filip Maj f...@adobe.com wrote: Ref issue: https://issues.apache.org/jira/browse/CB-2103 Tl;dr FileTransferError should have a response body property so that users can inspect what is returned

Re: hi

2013-01-30 Thread Filip Maj
Welcome Manoj! Check out our website's contribute section to see how to get started. If you want to submit code contributions you'll need to submit an ICLA: http://www.apache.org/licenses/icla.txt http://cordova.apache.org/#contribute After that feel free to post on the mailing list to join

RE: Cordova for Firefox OS

2013-01-30 Thread Herm Wong
I've logged a task with Apache Infrastructure to create the cordova-firefoxos repository. https://issues.apache.org/jira/browse/INFRA-5815 From: kingoftheo...@hotmail.com To: dev@cordova.apache.org Subject: RE: Cordova for Firefox OS Date: Tue, 29 Jan 2013 15:37:54 -0800 Awesome! Thanks

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

2013-01-30 Thread Matthew Richter (JIRA)
[ https://issues.apache.org/jira/browse/CB-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566911#comment-13566911 ] Matthew Richter commented on CB-2181: -- This is what worked for me which is what you

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-30 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566919#comment-13566919 ] Tim Kim commented on CB-2287: - I got Gord to help raise an issue on github/irc:

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

2013-01-30 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566927#comment-13566927 ] Filip Maj commented on CB-2181: --- There are no requirements of the project having to be created

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-30 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13566928#comment-13566928 ] Filip Maj commented on CB-2287: --- Cool. Let's keep this issue in the back of our minds. Once

Re: SOLVED the iOS FileTransfer Errors I was seeing

2013-01-30 Thread Michal Mocny
That is ridiculous.. but sadly becoming common for many 404 pages these days. A good solution is to use a different DNS, such as the public one provided by google (8.8.8.8). -Michal On Wed, Jan 30, 2013 at 4:27 PM, Becky Gibson gibson.be...@gmail.comwrote: I took the time to reacquaint

[jira] [Resolved] (CB-2307) Echo plugin docs error

2013-01-30 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-2307. Resolution: Fixed Good catch! This seems to be a missed param:

[jira] [Resolved] (CB-2302) NullPointerException at org.apache.cordova.AudioPlayer.destroy(AudioPlayer.java:122)

2013-01-30 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-2302. Resolution: Cannot Reproduce Freak accidents happen all the time. Thanks for letting us know. I've seen

[Android] Config.xml Android Preference Issues

2013-01-30 Thread Joe Bowser
Hey I just went added some code to the config class, and I noticed that certain things don't make any sense. For example, we currently have this in DroidGap.java: super.setIntegerProperty(splashscreen, R.drawable.splash); // load splash.jpg image from the resource drawable directory

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

2013-01-30 Thread Matthew Richter (JIRA)
[ https://issues.apache.org/jira/browse/CB-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13567009#comment-13567009 ] Matthew Richter commented on CB-2181: -- Well have to apologize because everything is

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

2013-01-30 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2181. --- Resolution: Not A Problem Fix Version/s: (was: 2.4.0) Not a problem! Glad we got to the bottom of it

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

2013-01-30 Thread Matthew Richter (JIRA)
[ https://issues.apache.org/jira/browse/CB-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13567026#comment-13567026 ] Matthew Richter commented on CB-2181: -- thanks again - I'll make sure I help out my

Re: [Android] Config.xml Android Preference Issues

2013-01-30 Thread Joe Bowser
BTW: This does technically work for displaying a splashscreen: preference name=splashscreen value=0x7f020009 / That being said, you'd have to look in R.java to see what this value should be. We should make this a bit more smart. Thoughts??? Joe On Wed, Jan 30, 2013 at 2:30 PM, Joe Bowser

[jira] [Created] (CB-2310) Pitch to Zoom in inAppBrowser (setting view port for it against iOS app settings)

2013-01-30 Thread fabian boulegue (JIRA)
fabian boulegue created CB-2310: --- Summary: Pitch to Zoom in inAppBrowser (setting view port for it against iOS app settings) Key: CB-2310 URL: https://issues.apache.org/jira/browse/CB-2310 Project:

Re: FileTransferError

2013-01-30 Thread Kerri Shotts
That would be an immense help in tracking errors down. ___ Kerri Shotts photoKandy Studios, LLC On the Web: http://www.photokandy.com/ Social Media: Twitter: @photokandy, http://twitter.com/photokandy Tumblr: http://photokandy.tumblr.com/

Re: [Android] Config.xml Android Preference Issues

2013-01-30 Thread Simon MacDonald
I think we should make it a bit more smart. Would using reflection to determine the value of R.drawable.splash be out of the question? Simon Mac Donald http://hi.im/simonmacdonald On Wed, Jan 30, 2013 at 6:30 PM, Joe Bowser bows...@gmail.com wrote: BTW: This does technically work for

Re: [Android] Config.xml Android Preference Issues

2013-01-30 Thread Andrew Grieve
I think you can get the id at runtime via: http://steven.bitsetters.com/2007/11/27/accessing-android-resources-by-name-at-runtime/ Or, have a build step copies the file they list into res/drawable/splash.png. Might be nice if there were x-platform config.xml settings for the splashscreen with all

Re: SOLVED the iOS FileTransfer Errors I was seeing

2013-01-30 Thread Andrew Grieve
Wow! That's a fun one! I'm trying to think of a way we can make these tests more robust, but just using a local server won't let you test whitelist-related issues :(. On Wed, Jan 30, 2013 at 4:39 PM, Michal Mocny mmo...@chromium.org wrote: That is ridiculous.. but sadly becoming common for