-
Notifications
You must be signed in to change notification settings - Fork 13
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
When kranium will support Ti Mobile 1.8? #12
Comments
Thanks for the kind words, and sorry for the late reply! I hope to have a 0.2beta release out the door next week which will work beautifully with 1.8. Kranium is an open source project primarily run by me, mostly in my spare time, so I cannot vouch for the long-term support. But as Kranium will always be open source, you're not totally screwed even if I get run over by a bus. Also, Kranium is used heavily in my day-job at Logica, where our team use it for most Titanium Mobile apps, so I do believe it will get some love in the future too. Cheers |
very good news :) I appreciate the time and energy you're putting into kranium. I'm eager to see 0.2beta. As I'm currently integrating Kranium into our own development environment (at http://www.eyeworkers.de), I'm sure to be able to contribute a bunch of self written components or help with the documentation to provide some real life experience. Is their any other way to communicate than github ? IRC, skype ? thanks |
Ant that's very good news to me :-) Contributors are more than welcome, and I'd certainly like to make it much easier to understand Kranium and commit fixes and demos. For public communication Github is great since everyone can follow the conversation, but I'm also available for swifter discussion on jacob at krawaller dot se or as litenjacob on Skype. |
very good news I'm looking forward to 0.2beta. thanks |
I very much hope for kranium contribution some things, but my english is very bad. /Miles |
Hi! I promised to push a version for Ti SDK 1.8 no later than today. I'm happy to tell you I've pushed a 0.2 branch both to this repo, and to kranium-demo. However, this is more of an alpha than a beta. I'm experimenting with autoloading of modules, while stile trying to stay mostly backwards compatible. One of the big changes are that elements aren't queryable by default - you'll have to give the elements you want to reach through the selector engine the exports.Class = Window.extend({ becomes var K = require('kranium/init').K;
exports.Class = K.UI.Window.extend({ This is related to the enforced private scope of CommonJS modules. Please note that some parts are missing in this 0.2 release - the custom tabgroup for Android doesn't work properly, backbone isn't integrated, Livetanium isn't working, and some tiny bits and pieces are just completely off or missing. If you find something that doesn't work properly, please let me know through an issue. Also, I'd love your input on Kranium and it's feature. For example, I'm seriously considering making Kranium a compiled javascript module distributed mainly through the Titanium Marketplace. What do you think of that? |
Hey Jacob, I used the Problem is that I can't tell if that was your initial intention for that properties. So take a look into my Gist and tell me if that's okay with you. I got another two points ;)
Greetings Navid |
Hi
I think kranium is great. I want to use kranium on my project. But i have a few question.
When kranium will support Ti Mobile 1.8?
Kranium will be long-term support?
thanks
The text was updated successfully, but these errors were encountered: