Re: First Pull request for Cordova on Tizen Port !

2012-06-26 Thread Shazron
Never mind! Got my wires crossed :) On Tue, Jun 26, 2012 at 11:53 PM, Dave Johnson wrote: > ha I mean for infra people deciding what gets prioritized :P > > On Tue, Jun 26, 2012 at 11:21 PM, Shazron wrote: >> Only if we actually look at the popular issues filter: >> https://issues.apache.org/jir

Re: First Pull request for Cordova on Tizen Port !

2012-06-26 Thread Dave Johnson
ha I mean for infra people deciding what gets prioritized :P On Tue, Jun 26, 2012 at 11:21 PM, Shazron wrote: > Only if we actually look at the popular issues filter: > https://issues.apache.org/jira/browse/CB#selectedTab=com.atlassian.jira.plugin.system.project%3Apopularissues-panel > > On Tue,

Re: First Pull request for Cordova on Tizen Port !

2012-06-26 Thread Shazron
Only if we actually look at the popular issues filter: https://issues.apache.org/jira/browse/CB#selectedTab=com.atlassian.jira.plugin.system.project%3Apopularissues-panel On Tue, Jun 26, 2012 at 11:15 PM, Dave Johnson wrote: > Does it help for people to go and vote up those JIRA issues? > > On Tu

Re: First Pull request for Cordova on Tizen Port !

2012-06-26 Thread Dave Johnson
Does it help for people to go and vote up those JIRA issues? On Tue, Jun 26, 2012 at 1:11 PM, Filip Maj wrote: > First steps would be to get the Apache git repo up and running (the JIRA > issue is still unresolved), and some of us committers testing out the code > to make sure it works, and getti

[jira] [Resolved] (CB-923) SplashScreen doesn't hide while getting push notification

2012-06-26 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald resolved CB-923. Resolution: Fixed Fix Version/s: 1.9.0 Assignee: Simon MacDonald (was: Joe Bowser) Fix

Re: Multitouch Support in Android WebView

2012-06-26 Thread Joe Bowser
Too late for a 1.9, could we get this into 2.0? Also, the Galaxy Nexus HAS Multitouch (It's live in ICS). Can you test on the Motorola RAZR that's in the office? I can try it at home here. Joe On Tue, Jun 26, 2012 at 8:35 PM, Filip Maj wrote: > https://github.com/Philzen/WebView-MultiTouch-Po

Multitouch Support in Android WebView

2012-06-26 Thread Filip Maj
https://github.com/Philzen/WebView-MultiTouch-Polyfill ^^^ this does all the work. Apache Licensed. The guy who wrote it is excited about contributing it to the project. It took me all of 2 minutes to integrate into a standard DroidGap-based app. On my Galaxy Nexus I was able to get 5 simultaneo

Re: Plugin Format and Spec

2012-06-26 Thread Ally Ogilvie
Yup 1.1 is outdated, I wanted to give you guys structure example with both Android and iOS in the repo. For Cordova goodness look at 1.7 https://github.com/Wizcorp/phonegap-plugin-wizViewManager/tree/v1.7 (same repo diff branch - see before post on versioning) While we are in development we usual

[jira] [Resolved] (CB-666) implement plugininstall for https://github.com/alunny/ChildBrowser

2012-06-26 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-666. -- Resolution: Fixed Woot, working now! Dependent on this pull request: https://github.com/alunny/pluginstall/pull/8

[jira] [Resolved] (CB-631) implement plugininstall for https://github.com/alunny/ChildBrowser

2012-06-26 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-631. -- Resolution: Fixed Doneskis! > implement plugininstall for https://github.com/alunny/ChildBrowser >

Re: [Android] DogFooding CordovaWebView

2012-06-26 Thread Joe Bowser
Remember the ctx variable that got renamed to cordova and how the plugin broke? That's because early plugins used the fact that a DroidGap was derived from a PhoneGapActivity, and a PhoneGapActivity was derived from an Activity, and an Activity was derived from a context. Changing ctx back to a co

Re: [Android] DogFooding CordovaWebView

2012-06-26 Thread Anis KADRI
Can you elaborate on the "set plugins to just use contexts" part ? On Tue, Jun 26, 2012 at 3:38 PM, Joe Bowser wrote: > Yes. That's why I want to get rid of as many methods in > CordovaInterface as possible. It would have been better if we set > plugins to just use contexts, but for some reaso

Re: [Android] DogFooding CordovaWebView

2012-06-26 Thread Joe Bowser
Yes. That's why I want to get rid of as many methods in CordovaInterface as possible. It would have been better if we set plugins to just use contexts, but for some reason we're not able to. I don't know why this is. On Tue, Jun 26, 2012 at 3:36 PM, Anis KADRI wrote: > I tried it out and it wor

Re: [Android] DogFooding CordovaWebView

2012-06-26 Thread Anis KADRI
I tried it out and it works. Correct me if I am wrong but in order to use CordovaWebView do you HAVE TO implement CordovaInterface YAH ? On Tue, Jun 19, 2012 at 2:17 PM, Joe Bowser wrote: > Hey > > Since 1.9 has CordovaWebView, here's an example of an app using it. I took > the existing Androi

[jira] [Commented] (CB-479) Create a manual for existing project(s) on how to replace "cordova.framework" by "cordova subproject"

2012-06-26 Thread Emile khattar (JIRA)
[ https://issues.apache.org/jira/browse/CB-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401718#comment-13401718 ] Emile khattar commented on CB-479: -- "@emile updated" i read it "@emile update" loool

[jira] [Updated] (CB-479) Create a manual for existing project(s) on how to replace "cordova.framework" by "cordova subproject"

2012-06-26 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-479: Summary: Create a manual for existing project(s) on how to replace "cordova.framework" by "cordova subp

[jira] [Updated] (CB-479) Create a manual for existing project(s) on how to replace "cordova.framework" by "cordova cleaver subproject"

2012-06-26 Thread Emile khattar (JIRA)
[ https://issues.apache.org/jira/browse/CB-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emile khattar updated CB-479: - Description: If you already created a cordova .framework project using the cordova template in xcode and you

[jira] [Updated] (CB-479) Create a manual for existing project(s) on how to replace "cordova.framework" by "cordova cleaver subproject"

2012-06-26 Thread Emile khattar (JIRA)
[ https://issues.apache.org/jira/browse/CB-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emile khattar updated CB-479: - Summary: Create a manual for existing project(s) on how to replace "cordova.framework" by "cordova cleaver su

[jira] [Updated] (CB-479) Create a manual for existing project on how to replace "cordova.framework" by "cordova cleaver subproject"

2012-06-26 Thread Emile khattar (JIRA)
[ https://issues.apache.org/jira/browse/CB-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emile khattar updated CB-479: - Summary: Create a manual for existing project on how to replace "cordova.framework" by "cordova cleaver subpr

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Filip Maj
We did https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=b lob;f=framework/src/org/apache/cordova/api/Plugin.java;h=1ac42f022c915852ad baa43297fb17f38f427b8a;hb=HEAD#l35 Kept "ctx" for backwards compatibility Added "cordova" On 6/26/12 2:51 PM, "Anis KADRI" wrote: >Oh

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Anis KADRI
Oh and one thing why did we not rename ctx to something else like ci or whatever ? Something that doesn't make one believe it's a Context ? Because it is no longer a Context. On Tue, Jun 26, 2012 at 2:44 PM, Joe Bowser wrote: > Right. That being said, PhoneGap/Cordova users shouldn't be using >

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Joe Bowser
Right. That being said, PhoneGap/Cordova users shouldn't be using plugins and expecting things to just work right now. It's an experimental feature that isn't ready for primetime. Especially since pluginstall isn't officially released. Also, PhoneGap Build people should be on this list and shou

Re: FYI working on iOS ARC conversion

2012-06-26 Thread Becky Gibson
Just and FYI that I am making progress on the ARC conversion. Code compiles and mobile-spec tests are run and pass on my iPhone 4S. Still needs more work and check for retain cycles (I need to update any block code) and memory errors. Am plugging away as I have time. -becky On Mon, Jun 11, 20

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Anis KADRI
I am not worried about Plugin developers, more worried about Cordova/PhoneGap users to whom we promise that they don't need to touch any "native" code ;-) On Tue, Jun 26, 2012 at 2:30 PM, Joe Bowser wrote: > Remember, Plugin Developers are competent enough to write Java code. > I'm not talking a

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Joe Bowser
Remember, Plugin Developers are competent enough to write Java code. I'm not talking about the average Cordova User when I say this. On Tue, Jun 26, 2012 at 2:30 PM, Joe Bowser wrote: > That's fine. The fact is that we've beat this horse to death for six > months on this mailing list, in JIRA and

[jira] [Commented] (CB-962) Building BB sample project fails

2012-06-26 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401699#comment-13401699 ] Filip Maj commented on CB-962: -- Can someone jump in and make the project-level scripts executable

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Joe Bowser
That's fine. The fact is that we've beat this horse to death for six months on this mailing list, in JIRA and on GitHub. If people have an issue with it now, they should have been more involved. Joe On Tue, Jun 26, 2012 at 2:26 PM, Anis KADRI wrote: > Just spoke with Steve. He will inform users

[jira] [Commented] (CB-962) Building BB sample project fails

2012-06-26 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401698#comment-13401698 ] Tim Kim commented on CB-962: Oh - okie dokie: Try now: https://git-wip-us.apache.org/repos/asf?p=

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Anis KADRI
Just spoke with Steve. He will inform users about this in his release blog post. That's the least we can do. On Tue, Jun 26, 2012 at 2:21 PM, Jesse wrote: > I think you should put the date that you deprecate it, not the date that > you expect to remove it ... or the version number that it is dep

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Jesse
I think you should put the date that you deprecate it, not the date that you expect to remove it ... or the version number that it is deprecated in. We have no idea what will happen between now and December ... there may be a reason that we need to remove it sooner. ( although our published depreca

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Filip Maj
Yes. On 6/26/12 2:15 PM, "Anis KADRI" wrote: >still broken :-( > >I think old plugins expect this.ctx (as its name suggests) to be an >instance of Context (or Activity) and not an instance of CordovaInterface. >They are not calling ctx.getContext() to actually get the Context. > >So my suggestio

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Anis KADRI
still broken :-( I think old plugins expect this.ctx (as its name suggests) to be an instance of Context (or Activity) and not an instance of CordovaInterface. They are not calling ctx.getContext() to actually get the Context. So my suggestion is to just leave it broken. Plugins just have to be u

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Joe Bowser
Yeah, Simon added it earlier, but then I realized that plugins are probably already using this method, which is why I added the "Deprecated December 2012" message on it. As far as pre-1.8 versions of PhoneGap, where we provided a context (in reality a PhoneGapActivity, which extended Activity, whi

[jira] [Commented] (CB-962) Building BB sample project fails

2012-06-26 Thread Drew Walters (JIRA)
[ https://issues.apache.org/jira/browse/CB-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401678#comment-13401678 ] Drew Walters commented on CB-962: - That's not going to work. I should have clarified in my des

[jira] [Commented] (CB-962) Building BB sample project fails

2012-06-26 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401674#comment-13401674 ] Tim Kim commented on CB-962: Hey Drew, Can you pull this commit and see if that works for you? h

[jira] [Commented] (CB-479) Create a manual how to convert an existing .framework based project into a sub-project based project

2012-06-26 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401667#comment-13401667 ] Shazron Abdullah commented on CB-479: - @emile updated the the issue title to reflect - sin

[jira] [Updated] (CB-479) Create a manual how to convert an existing .framework based project into a sub-project based project

2012-06-26 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-479: Description: If you already created a cordova .framework project using the cordova template in xcode a

Re: First Pull request for Cordova on Tizen Port !

2012-06-26 Thread Filip Maj
First steps would be to get the Apache git repo up and running (the JIRA issue is still unresolved), and some of us committers testing out the code to make sure it works, and getting familiar with it :) Following that I think getting you guys in as official committers would be all that's left. On

Re: Plugin Format and Spec

2012-06-26 Thread Shazron
Great - also, there is an undocumented way to handle "unknown" schemes that your plugin can hook into, which is even better: 1. https://github.com/apache/incubator-cordova-ios/blob/master/CordovaLib/Classes/CDVLocalStorage.m#L319-342 2. https://github.com/apache/incubator-cordova-ios/blob/master

Re: Plugin Format and Spec

2012-06-26 Thread Andrew Lunny
Ah okay - I was referring to this plugin referenced upthread: https://github.com/Wizcorp/phonegap-plugin-wizViewManager/tree/v1.1 specifically this code: https://github.com/Wizcorp/phonegap-plugin-wizViewManager/blob/v1.1/ios/project/Classes/AppDelegate.m That code looks a little outdated (pre Cor

[jira] [Commented] (CB-263) PhoneGap Splash screen is incorrectly positioned

2012-06-26 Thread John P (JIRA)
[ https://issues.apache.org/jira/browse/CB-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401643#comment-13401643 ] John P commented on CB-263: --- I'm seeing this issue in 1.8.1. Is this a known issue?

Re: Plugin Format and Spec

2012-06-26 Thread Shazron
Thanks for the fix Andrew! Not sure what you are referring to regarding shouldStartLoadWithRequest -- this does not occur in the AppDelegate anymore (the app delegate does not implement the UIWebDelegate interface). This is handled in the CDVViewController - which in the app template, your MainVie

[jira] [Created] (CB-962) Building BB sample project fails

2012-06-26 Thread Drew Walters (JIRA)
Drew Walters created CB-962: --- Summary: Building BB sample project fails Key: CB-962 URL: https://issues.apache.org/jira/browse/CB-962 Project: Apache Cordova Issue Type: Bug Components: B

[jira] [Created] (CB-961) Can not remove contact property values anymore

2012-06-26 Thread Cyril Joui (JIRA)
Cyril Joui created CB-961: - Summary: Can not remove contact property values anymore Key: CB-961 URL: https://issues.apache.org/jira/browse/CB-961 Project: Apache Cordova Issue Type: Bug Com

[jira] [Updated] (CB-961) Can not remove contact property values anymore

2012-06-26 Thread Cyril Joui (JIRA)
[ https://issues.apache.org/jira/browse/CB-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyril Joui updated CB-961: -- Attachment: CDVContact.m Simple fixed CDVContact.m (&& [array count] > 0 removed). > Can not rem

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Brian LeRoux
thx mang, thats a good idea for the moment. On Tue, Jun 26, 2012 at 11:27 AM, Joe Bowser wrote: > BTW: I added it back with this commit: > https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=commit;h=58298404094c81561cf4e01b7c4397638584961b > > On Tue, Jun 26, 2012 at 11:21

Re: Plugin Format and Spec

2012-06-26 Thread Andrew Lunny
Re node 0.8: package.json is updated in version 0.3.4. All can rejoice. Re speccing engine versions: I commented on Fil's pull request. It's mostly all good. @Ally - looking at that repo, the only thing you're doing that's not supported in the current version of the spec is modifying the AppDeleg

Re: [Android] Re-introducing getContext and deprecating

2012-06-26 Thread Joe Bowser
BTW: I added it back with this commit: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a=commit;h=58298404094c81561cf4e01b7c4397638584961b On Tue, Jun 26, 2012 at 11:21 AM, Joe Bowser wrote: > Hey > > 1.9 is close to being released, but currently plugins that use > ctx.get

Re: XHR2 vs FIleTransfer

2012-06-26 Thread Jesse
Either way, we are gonna need the transfer code we have, and any polyfil for XHR2 that we do can just use the FileTransfer implementation. Suggesting to rewrite everything to polyfil XHR2 is twice as much work as just fixing the existing APIs and mapping where appropriate. IMHO On Tue, Jun 26,

[Android] Re-introducing getContext and deprecating

2012-06-26 Thread Joe Bowser
Hey 1.9 is close to being released, but currently plugins that use ctx.getContext() are broken. Since we changed how a CordovaInterface works on Android in 1.9, I'm wondering if we should add the addContext() method back on the Interface with a deprecation warning or just tell plugin authors that

Re: XHR2 vs FIleTransfer

2012-06-26 Thread Shazron
Is there a good test suite/sample code somewhere to test xhr2? (preferably with the server test bits as well) On Tue, Jun 26, 2012 at 11:17 AM, Filip Maj wrote: > Blob support on mobile is probably spotty at best. Need investigation > > On 6/26/12 11:10 AM, "gtan...@gmail.com" wrote: > >>Isn't t

Re: XHR2 vs FIleTransfer

2012-06-26 Thread Filip Maj
Blob support on mobile is probably spotty at best. Need investigation On 6/26/12 11:10 AM, "gtan...@gmail.com" wrote: >Isn't that what responseBlob is for. It is there on chrome, untested so >assumptions and heresay warnings. >Sent on the TELUS Mobility network with BlackBerry > >-Original M

Re: XHR2 vs FIleTransfer

2012-06-26 Thread gtanner
Isn't that what responseBlob is for. It is there on chrome, untested so assumptions and heresay warnings. Sent on the TELUS Mobility network with BlackBerry -Original Message- From: Joe Bowser Date: Tue, 26 Jun 2012 11:07:56 To: Reply-To: callback-dev@incubator.apache.org Subject: Re:

Re: XHR2 vs FIleTransfer

2012-06-26 Thread Joe Bowser
Yes, what about binaries? I'm wondering how XHR2 handles that, since it keeps being brought up. On Tue, Jun 26, 2012 at 11:08 AM, Filip Maj wrote: > What about binaries? > > On 6/26/12 11:01 AM, "Dan Silivestru" wrote: > >>+1 >> >>Dan Silivestru >>+1 (519)-589-3624 >> >>On 2012-06-26, at 13:58,

Re: XHR2 vs FIleTransfer

2012-06-26 Thread Filip Maj
What about binaries? On 6/26/12 11:01 AM, "Dan Silivestru" wrote: >+1 > >Dan Silivestru >+1 (519)-589-3624 > >On 2012-06-26, at 13:58, "gtan...@gmail.com" wrote: > >> I would vote we should go with XHR2 and polyfill it into the platforms >>it isn't supported. >> --Original Message-- >>

Re: XHR2 vs FIleTransfer

2012-06-26 Thread Dan Silivestru
+1 Dan Silivestru +1 (519)-589-3624 On 2012-06-26, at 13:58, "gtan...@gmail.com" wrote: > I would vote we should go with XHR2 and polyfill it into the platforms it > isn't supported. > --Original Message-- > From: Joe Bowser > To: callback-dev@incubator.apache.org > ReplyTo: callback-d

Re: XHR2 vs FIleTransfer

2012-06-26 Thread gtanner
I would vote we should go with XHR2 and polyfill it into the platforms it isn't supported. --Original Message-- From: Joe Bowser To: callback-dev@incubator.apache.org ReplyTo: callback-dev@incubator.apache.org Subject: XHR2 vs FIleTransfer Sent: Jun 26, 2012 1:39 PM Hey I know that we've

XHR2 vs FIleTransfer

2012-06-26 Thread Joe Bowser
Hey I know that we've been debating this, but I'm wondering if we're abandoning/deprecating FileTransfer in favor for XHR2 and what the pros and cons are. I know that I saw something about Binary Upload, and I agree that it'd be better to do that. Also, there are numerous tickets regarding FileT

[jira] [Resolved] (CB-960) Include resource class org.apache.cordova.R in JAR so that layout can be extended

2012-06-26 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-960. --- Resolution: Won't Fix The exclusion of the auto-generated class is intentional. We don't add generated files to

Re: 1.9.0rc1 BB distribution package issues

2012-06-26 Thread Anis KADRI
bummer I don't know about blackberry but for Android I created some node tests that make sure the create script actually "create" a project, verify all the files are there and make sure it compiles properly. Blackberry should have something like that too. If the create script can work with the curr

1.9.0rc1 BB distribution package issues

2012-06-26 Thread Drew Walters
I downloaded the 1.9.0rc1 distribution package to verify the build and do some testing and as anticipated have found that the new create script will not work. I brought this up when the create script was added but I think we need to discuss what the resolution should be. The create script as writt

incubator-cordova-android pull request: Preference for showing the app titl...

2012-06-26 Thread Git at Apache
Github user dpogue closed the pull request at: https://github.com/apache/incubator-cordova-android/pull/29

Re: First Pull request for Cordova on Tizen Port !

2012-06-26 Thread Paul Plaquette
what are the next steps? is there something we can/should do? Regards, Paul On 06/19/2012 06:17 PM, Anis KADRI wrote: Very cool! On Tue, Jun 19, 2012 at 8:44 AM, Michael Brookswrote: Whoa, very cool! Welcome Paul, Regis, and Christophe! On Tue, Jun 19, 2012 at 7:02 AM, Regis Merlino wrote:

[jira] [Created] (CB-960) Include resource class org.apache.cordova.R in JAR so that layout can be extended

2012-06-26 Thread Andreas Sommer (JIRA)
Andreas Sommer created CB-960: - Summary: Include resource class org.apache.cordova.R in JAR so that layout can be extended Key: CB-960 URL: https://issues.apache.org/jira/browse/CB-960 Project: Apache Cor

[jira] [Commented] (CB-479) Create a manual how to convert an existing framework project into a cleaver cordova project

2012-06-26 Thread Emile khattar (JIRA)
[ https://issues.apache.org/jira/browse/CB-479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13401302#comment-13401302 ] Emile khattar commented on CB-479: -- @shazron i mean replacing Cordova framework by cleaver su

incubator-cordova-docs pull request: I've updated the docs to include if a ...

2012-06-26 Thread Git at Apache
Github user ghtomcat closed the pull request at: https://github.com/apache/incubator-cordova-docs/pull/4