This release includes general bug fixes and enhancements for Android and iPhone. Please see the updated Titanium Mobile Reference Documentation for 1.6.0
We addressed close to 300 issues since 1.5.0. A little over 150 for android, and about 120 for iOS, and several apidoc issues.
We added 26 features.
Read the answer to this Q&A post on our HTTP Response cache and other performance hints.
Support for Android API 4 (1.6) is DEPRECATED as of 1.6.0. It will be removed in 1.7.0
Features
Lifecycle Note
The Android Lifecycle changes in 1.6.0 mean that your Window's URL (and app.js) are executed synchronously as part of the Activity's onCreate(). Try to keep your initial code light, and don't count on window.open() being synchronous, especially if the window is launching a new Activity. Use a listener on the Window's "open" event to ensure that code gets executed after the new Activity has been opened.
We added 9 features, including:
This is primarily a bugfix release.