Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.4 android #26

Open
billieblaze opened this issue May 3, 2012 · 3 comments
Open

v1.4 android #26

billieblaze opened this issue May 3, 2012 · 3 comments

Comments

@billieblaze
Copy link

So, i've been trying to update android to 1.4, but having limited success.. I basically tried to run the latest version for iPhone. but there were SO MANY updates it seems, that it wouldn't run. I'm wondering if i can get a quick synopsis of the 1.3->1.4 changes so that i can kind of step thru them one by one..

@charlieroberts
Copy link
Owner

yeah, it's a lot. I'm going to take a stab at it soon. Um.... in brief, here are some of the larger changes:

  1. No more globals except for widget instances declared in interface files. This means oscManager is now Control.oscManager, the Button prototype is now Control.Button etc.
  2. Interface files are now restructured. They now look something like this:
Control.interface = {
  name : "test",
  orientation : "portrait",
  pages: [[
    { name: "testButton", type: "Button", bounds:[0,0,.5,.5] },
    { name: "testButton2", type: "Button", bounds:[.5,.5,.5,.5] },
  ]]
}

3. The way the default interface files that are included with Control are formatted is completely different.

4. Upgraded PhoneGap version. Upgraded jQuery Mobile to 1.1.

I need to have both the iOS version and the Android version done before NIME, which is on the 21st of May. So I should get to it soon! It's really been coming along really well and I'm excited to get it out the door. - Charlie

@neophob
Copy link

neophob commented Oct 6, 2012

hey charlie, any plans to release the v1.4 version for android soon?

cheers

@charlieroberts
Copy link
Owner

Yes. But I've been saying that for a while. The github version should work fairly well though if you're willing to compile it yourself... let me know if you have any luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants