Re: weinre support for windows phone available

2012-11-19 Thread Giorgio Natili
Great! On 11/20/12 4:41 AM, "Brian LeRoux" wrote: >http://people.apache.org/~pmuellr/weinre/

[jira] [Commented] (CB-1509) Implement InAppBrowser feature

2012-11-19 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500891#comment-13500891 ] Shazron Abdullah commented on CB-1509: -- Please review my pull request: https://github.c

[jira] [Resolved] (CB-1507) Implement InAppBrowser feature

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

Re: Apache Cordova in list of Apache Trademarks?

2012-11-19 Thread Brian LeRoux
will confirm this w/ the board---there may be a diligence step needed before we commit those bits On Tue, Nov 20, 2012 at 4:24 AM, eduardo pelegri-llopart < pele...@calterra.com> wrote: > The official list of Apache trademarks does not list Apache Cordova. > http://apache.org/foundation/marks/

Re: weinre support for windows phone available

2012-11-19 Thread Brian LeRoux
wow! On Tue, Nov 20, 2012 at 5:01 AM, Patrick Mueller wrote: > Much thanks to Sergey Grebnov for the latest weinre commits for windows > phone; get the latest unofficial binaries for your convenience from npm or > the weinre home: > > http://people.apache.org/~pmuellr/weinre/ > > -- > Patri

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Filip Maj
Yeah, should be doable. In the end my CI stuff will have to mimic the ant file but not use it. Ant file is built under the assumption that one device is all you are deploying to. To do multiple devices in parallel is not possible atm.. On 11/19/12 5:14 PM, "Gord Tanner" wrote: >Also on another

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Gord Tanner
Also on another note we should be able to port the same debug token stuff to the playbook building as well Sent from my iPhone On 2012-11-19, at 6:58 PM, Filip Maj wrote: > I'm using the latest commit from cordova-blackberry and run the example > app with as little changes as possible. > > My

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Gord Tanner
Weird, it has been deploying for me. I have seen that black screen lag for a long time when I have done remote debugger + a remote starting page, which is not what you are describing. Any tips nukul? Sent from my iPhone On 2012-11-19, at 6:58 PM, Filip Maj wrote: > I'm using the latest comm

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Filip Maj
I'm using the latest commit from cordova-blackberry and run the example app with as little changes as possible. My shell commands are (make sure there's no "example" directory with an app already present in the root of the repo): ./bin/create cd example ant qnx debug-device Shell Output: fil-M

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Nukul Bhasin
Send us your app From: Filip Maj To: dev@cordova.apache.org Reply To: dev@cordova.apache.org *Re: RIM/BlackBerry folk: please help* 2012-11-19 6:46:11 PM Hey Gord, This is awesome! Thank you. Indeed this is exactly what I wanted. Now for the CI setup I no longer have to worry about debug tokens

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Filip Maj
Hey Gord, This is awesome! Thank you. Indeed this is exactly what I wanted. Now for the CI setup I no longer have to worry about debug tokens expiring. Unfortunately no matter how I package my webworks app, when I launch the app a black BlackBerry loading screen comes up on my dev alpha A device

Re: InAppBrowser api questions

2012-11-19 Thread Shazron
I have a pull request for the JavaScript changes, can someone please review: https://github.com/apache/incubator-cordova-js/pull/43 I have committed my InAppBrowser changes to iOS: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-ios.git;a=commit;h=26a6535c To test this on iOS right no

incubator-cordova-bada pull request: Spelling fixes

2012-11-19 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/incubator-cordova-bada/pull/1 Spelling fixes The first commit is actually a code fix... You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/incubator-cordova-b

Re: Getting Started with Android on Windows

2012-11-19 Thread Filip Maj
Yeah it can be quite difficult to get going with cordova, as it relies on the underlying mobile platform SDKs which can change pretty quickly and break stuff. We move fast though, as we have ~ 1 month between releases, less than that between release candidate releases too. On 11/19/12 11:40 AM, "

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

2012-11-19 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500558#comment-13500558 ] Shazron Abdullah commented on CB-1850: -- ML discussion: http://markmail.org/thread/ja7kix

Re: Getting Started with Android on Windows

2012-11-19 Thread Amos Hayes
Thanks Joe. I was about to post: It looks like running "create" and "ant jar" on the master branch of https://github.com/apache/incubator-cordova-android.git work. The deprication complaints are still there, but the jar builds. So I guess that brings me full circle. Where are the pre-c

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

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500548#comment-13500548 ] Joe Bowser commented on CB-1850: How is this different than device.name? Are we just renaming

Re: Getting Started with Android on Windows

2012-11-19 Thread Joe Bowser
That's a known issue with the current release, and is fixed in the current repository. I recommend using the pre-compiled JARs for now. On Mon, Nov 19, 2012 at 11:22 AM, Amos Hayes wrote: > > Thanks Filip. > > On OSX, the relevant bits are: > > -compile: > [javac] Compiling 56 source files t

Re: Getting Started with Android on Windows

2012-11-19 Thread Amos Hayes
Thanks Filip. On OSX, the relevant bits are: -compile: [javac] Compiling 56 source files to /Users/ahayes/Documents/cordova-2.2.0/incubator-cordova-android/framework/bin/classes [javac] /Users/ahayes/Documents/cordova-2.2.0/incubator-cordova-android/framework/src/org/apache/cordova/Cor

Re: Getting Started with Android on Windows

2012-11-19 Thread Filip Maj
You can cd into the framework/ directory and run "ant jar" to get a better idea of what is failing. That's the task that compiles the jar. On 11/19/12 11:15 AM, "Amos Hayes" wrote: > >FYI. I have been just been through the same steps on OS X. (replaced my >4.1 SDK with the 4.2 one, downloaded Co

Re: Getting Started with Android on Windows

2012-11-19 Thread Amos Hayes
FYI. I have been just been through the same steps on OS X. (replaced my 4.1 SDK with the 4.2 one, downloaded Cordova 2.2.0 package) Looks like the cordova jar isn't building with the Android 4.2 SDK (and I guess on Windows it's not reporting the error when it can't copy it) Moog2:incubator-cor

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

2012-11-19 Thread Shazron Abdullah (JIRA)
[ https://issues.apache.org/jira/browse/CB-1393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-1393: - Summary: Add reset() to plugin API on Qt (was: Add reset() to plugin API on QT) > Add reset()

Re: make "watchposition" function to work at background at ios

2012-11-19 Thread Shazron
The javascript is at https://github.com/apache/incubator-cordova-js, look in lib/common. To create the native plugin part, see the Plugin Dev Guides here: docs.cordova.io/en/edge/guide_plugin-development_index.md.html#Plugin%20Development%20Guide On Mon, Nov 19, 2012 at 7:31 AM, Yaprak Ayazoglu w

[jira] [Commented] (CB-1810) CordovaWebView does not work as a component without providing it a ThreadPool

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500489#comment-13500489 ] Joe Bowser commented on CB-1810: Downgrading, because this won't hold up a release.

[jira] [Updated] (CB-1810) CordovaWebView does not work as a component without providing it a ThreadPool

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1810: --- Priority: Major (was: Blocker) > CordovaWebView does not work as a component without providing it a ThreadP

[jira] [Commented] (CB-1883) Should we document the trustAllHosts parameter for FileTransfer.download/upload?

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500488#comment-13500488 ] Joe Bowser commented on CB-1883: Yes! BTW: In N' Out has secret menu items? I wish I knew th

[jira] [Comment Edited] (CB-1883) Should we document the trustAllHosts parameter for FileTransfer.download/upload?

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500488#comment-13500488 ] Joe Bowser edited comment on CB-1883 at 11/19/12 6:41 PM: -- Yes! Thi

[jira] [Resolved] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1879. Resolution: Fixed Fixed by adding an else-if in Java. The less changes to the JS, the better. https://git-wi

RE: (CB-1823) BlackBerry updates to the docs

2012-11-19 Thread Josh Soref
Tim wrote: > I agree with the sentiments of Chad that the docs are getting a little too > bloated. I don't think it'll be that bad to create separate docs for each > platform. I think it'll mostly be a copy and paste job. I also think as > time goes on, we'll only be updating the bb10 parts anyhow.

Re: Getting Started with Android on Windows

2012-11-19 Thread Amos Hayes
Hi Joe. I'm running the ADT Bundle (includes eclipse, plugin, etc.) available here: http://developer.android.com/sdk/index.html I think this has changed since the pre-4.2 days. Also, apologies if I have the wrong group, but the install instructions as written do not appear to be working in my

[jira] [Reopened] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reopened CB-1879: Switching to Java Fix > DeviceReady event not firing on Nexus 7 4.2 emulator on a PC > -

[jira] [Commented] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500465#comment-13500465 ] Joe Bowser commented on CB-1879: I guess we can use this and I can revert the last JS change.

Re: Getting Started with Android on Windows

2012-11-19 Thread Amos Hayes
Thanks for your response. No. There is no cordova-2.2.0.jar in the libs directory. I just tried again with a freshly created project and it isn't there, even before adding to eclipse. -- Amos On 2012-11-19, at 12:59 PM, Anis KADRI wrote: > AppInfo.jar is not necessary. It is only used by

[jira] [Resolved] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser resolved CB-1879. Resolution: Fixed Fixed by switching to prompt on Cordova JS. The annotations are broken so we can't use Add

[jira] [Commented] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500457#comment-13500457 ] Simon MacDonald commented on CB-1879: - Hey Joe, Tom posted a patch to SO. http://stacko

[jira] [Commented] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500455#comment-13500455 ] Joe Bowser commented on CB-1879: Figured it out myself. Switching to prompt for all input, b

[jira] [Assigned] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reassigned CB-1879: -- Assignee: Joe Bowser (was: Andrew Grieve) > DeviceReady event not firing on Nexus 7 4.2 emulator on a

Re: Getting Started with Android on Windows

2012-11-19 Thread Anis KADRI
https://groups.google.com/forum/?fromgroups#!forum/phonegap-dev On Mon, Nov 19, 2012 at 10:01 AM, Joe Bowser wrote: > It sounds like you don't have the Android Eclipse Plugin. I recommend > downloading it from developer.android.com. > > Also, this list is for the development of Cordova itself.

Re: Getting Started with Android on Windows

2012-11-19 Thread Joe Bowser
It sounds like you don't have the Android Eclipse Plugin. I recommend downloading it from developer.android.com. Also, this list is for the development of Cordova itself. For technical support questions, I recommend asking on Stack Overflow, or on the PhoneGap Google Group, you may get help more

Re: Getting Started with Android on Windows

2012-11-19 Thread Anis KADRI
AppInfo.jar is not necessary. It is only used by the cordova commands. Do you have cordova-2.2.0.jar in your libs directory ? On Mon, Nov 19, 2012 at 9:54 AM, Amos Hayes wrote: > Hello. I've just downloaded the latest windows ADK 4.2 package for windows > (which includes an eclipse environment)

Getting Started with Android on Windows

2012-11-19 Thread Amos Hayes
Hello. I've just downloaded the latest windows ADK 4.2 package for windows (which includes an eclipse environment) from developer.android.com and the Cordova 2.2.0 packages. I have followed the windows getting started guide. Well, more or less. I found http://simonmacdonald.blogspot.ca/2012/11/get

[jira] [Assigned] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser reassigned CB-1879: -- Assignee: Andrew Grieve (was: Joe Bowser) We need to go back to prompt. addJavascriptInterface changes o

[jira] [Comment Edited] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500422#comment-13500422 ] Joe Bowser edited comment on CB-1879 at 11/19/12 5:45 PM: -- I can rep

[jira] [Updated] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1879: --- Priority: Major (was: Blocker) Assignee: Joe Bowser (was: Simon MacDonald) I can reproduce on this end, bu

Apache Cordova in list of Apache Trademarks?

2012-11-19 Thread eduardo pelegri-llopart
The official list of Apache trademarks does not list Apache Cordova. http://apache.org/foundation/marks/list/ As I understand the process, Cordova should be there since it has graduated as a TLP. - Eduard/o

[jira] [Resolved] (CB-1193) Weinre: add Windows Phone support

2012-11-19 Thread Patrick Mueller (JIRA)
[ https://issues.apache.org/jira/browse/CB-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Mueller resolved CB-1193. - Resolution: Fixed > Weinre: add Windows Phone support > - > >

[jira] [Commented] (CB-1193) Weinre: add Windows Phone support

2012-11-19 Thread Patrick Mueller (JIRA)
[ https://issues.apache.org/jira/browse/CB-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500407#comment-13500407 ] Patrick Mueller commented on CB-1193: - I added the bug to the ChangeLog, did a build, upd

[jira] [Commented] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Marcel Kinard (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500395#comment-13500395 ] Marcel Kinard commented on CB-1879: --- FYI, A couple of docs I found: http://developer.andro

[jira] [Commented] (CB-1193) Weinre: add Windows Phone support

2012-11-19 Thread Sergey Grebnov (JIRA)
[ https://issues.apache.org/jira/browse/CB-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500340#comment-13500340 ] Sergey Grebnov commented on CB-1193: Merge looks great. Performed smoke testing of weinre

[jira] [Created] (CB-1883) Should we document the trustAllHosts parameter for FileTransfer.download/upload?

2012-11-19 Thread Simon MacDonald (JIRA)
Simon MacDonald created CB-1883: --- Summary: Should we document the trustAllHosts parameter for FileTransfer.download/upload? Key: CB-1883 URL: https://issues.apache.org/jira/browse/CB-1883 Project: Apach

make "watchposition" function to work at background at ios

2012-11-19 Thread Yaprak Ayazoglu
Hi, I want to make "watchposition" function to work at background. For this purpose, I'm trying to develop a plugin that extends the "geolocation" class of the core library. How can I do that? Any kind of help is kindly appreciated. Regards -- Yaprak

[jira] [Resolved] (CB-1882) navigator.device.capture.captureVideo

2012-11-19 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald resolved CB-1882. - Resolution: Won't Fix Sorry, it is not possible for us to fix this issue. It is documented as a quir

[jira] [Created] (CB-1882) navigator.device.capture.captureVideo

2012-11-19 Thread Alfredo (JIRA)
Alfredo created CB-1882: --- Summary: navigator.device.capture.captureVideo Key: CB-1882 URL: https://issues.apache.org/jira/browse/CB-1882 Project: Apache Cordova Issue Type: Bug Components: Co

[jira] [Updated] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon MacDonald updated CB-1879: Priority: Blocker (was: Minor) > DeviceReady event not firing on Nexus 7 4.2 emulator on a PC > -

[jira] [Commented] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Simon MacDonald (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500271#comment-13500271 ] Simon MacDonald commented on CB-1879: - I changed the priority to blocker. When I original

[jira] [Commented] (CB-1193) Weinre: add Windows Phone support

2012-11-19 Thread Patrick Mueller (JIRA)
[ https://issues.apache.org/jira/browse/CB-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500264#comment-13500264 ] Patrick Mueller commented on CB-1193: - Just realized that my merge --squash removed all o

[jira] [Commented] (CB-1879) DeviceReady event not firing on Nexus 7 4.2 emulator on a PC

2012-11-19 Thread Tom Clarkson (JIRA)
[ https://issues.apache.org/jira/browse/CB-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500254#comment-13500254 ] Tom Clarkson commented on CB-1879: -- Definitely not just an emulator issue - I'd classify it

[jira] [Commented] (CB-1193) Weinre: add Windows Phone support

2012-11-19 Thread Patrick Mueller (JIRA)
[ https://issues.apache.org/jira/browse/CB-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500253#comment-13500253 ] Patrick Mueller commented on CB-1193: - I've merged the relevant changes in this commit:

RE: Can't get cordova 2.2 File api to work.

2012-11-19 Thread Sergey Grebnov (Akvelon)
Hi James, I was able to get your example working with a few corrections below: 1. onLoad function is not called; you can call it as but it is much simpler just to place document.addEventListener inline to main script. //function onLoad() { document.addEventListener("d