cordova 3.1 hackability

2013-10-12 Thread Ivan Baktsheev
Hi everyone! I propose to fix three issues as soon as possible and make sure this was released. Cordova is not ideal and sometimes I don't have so much time to write a proper fix (or someone from cordova team have no time to fix and release). So, hooks mechanism absolutely needs to be updated.

Re: third-party cordova plugin registry

2013-10-12 Thread Joni Rustulka
I started work on an updated UI for the cordova registry yesterday, coincidentally. -j On 13-10-11 5:04 PM, "Steven Gill" wrote: >Maybe we should contact him to help out with our official registry! We >could use some UX > > >On Fri, Oct 11, 2013 at 4:55 PM, Shazron wrote: > >> Yeah especially

resolved my last email's issue

2013-10-12 Thread Axel Nennker
I did this ignisvulpis@NAMENLOS ~/git/delme/hello $ rm -rf ~/.cordova/lib/android/cordova/3.1.0/ and now it works... $ phonegap local build android [phonegap] adding the Android platform... [phonegap] missing library cordova/android/3.1.0 [phonegap] downloading https://git-wip-us.apache.org/repos

An error occured during creation of android sub-project. The system cannot find the path specified.

2013-10-12 Thread Axel Nennker
Hi, while trying to circumvent an issue with a missing cordova.js in 3.1 I ran into this new issue. I created a new project using: C:\Users\ignisvulpis\git\delme>phonegap create app test.app App [phonegap] created project at C:\Users\ignisvulpis\git\delme\app C:\Users\ignisvulpis\git\delme>cd ap

What's the rule when determine where to attach plugin object/method to window or navigator object?

2013-10-12 Thread Qi LUO
Hi all, Everyone can access plugins at window or navigator object, but I’m quite curious that how you guys make the decision when you define a plugin? Why someone is on the window object but another is on the navigator object or any custom namespace else? Thanks. Best Regards, Qi LUO Se