Titanium Android: New on master since 0.6.1
I've added some interesting new items for Android in Titanium that will appear in the next release after 0.6.1. There will be official release notes on codestrong when the release ships.
- View animations
- Programmatic tab control (multi-window apps)
- Nine patch backgrounds for native buttons.
Commit Logs
commit f9ad687b37e760c89d35176db1ce9b5c50ebf4e3
Author: donthorp <don _at_ donthorp.net>
Date: Sat Aug 22 11:33:56 2009 -0500
Author: donthorp <don _at_ donthorp.net>
Date: Sat Aug 22 08:29:14 2009 -0500 Added tabchange listener support.commit a09acdd37aa2d9f52ae8b600cbe657b8b6524a28
Author: donthorp <don _at_ donthorp.net>
Date: Thu Aug 20 16:28:52 2009 -0500 Allow child window to switch tabs in parent. Will close child and move to requested tab in parent.commit c70460b4b60c66656bae3ac2da769412f9fc3a6d
Author: donthorp <don _at_ donthorp.net>
Date: Thu Aug 20 16:13:52 2009 -0500 checkpoint, sending message to parent tabcommit 0c5696a6bd550e3e82ceef66bc71b0b548a56315
Author: donthorp <don _at_ donthorp.net>
Date: Thu Aug 20 03:23:40 2009 -0500 Changed sound.reset() to just seek(0). Added set/get for tab changes. Added listener for document changes to invalidate the layout and have native controls reflow. Empty Titanium.UI.add/remove event listeners. Not active yet.commit ca0f59124c66f9ae65c97e5dd0be783dd56f10e1
Author: donthorp <don _at_ donthorp.net>
Date: Wed Aug 19 04:21:02 2009 -0500 Added setBadge placeholder to tab objects for iPhone compatibility. Have not removed setTabBadge. It is deprecated, will remove latercommit cfe7df06d4f43516a1d2fb92efaec4661c1806fc
Author: donthorp <don _at_ donthorp.net>
Date: Wed Aug 19 04:06:42 2009 -0500 Tab management API for getTabs(), setActiveTab(), getTabByName()commit a708decc8cdbf20c4a30932f14c5164345f86bfe
Author: jhaynie <jhaynie _at_ gmail.com>
Date: Mon Aug 17 17:27:49 2009 -0700
- added version file to sync with the new apicoverage script
- fixed numerous documentation errors
- upgrade apicoverage script from desktop
- compile in USE_VERBOSE_DEBUG and USE_CLOCKLOG
- fixed problems for SDK 3.1 where we didn't compile in functionality since we checked for only 3.0commit 5ba608d0f48a7d1273f13e07cace9f65e64f155d
Author: donthorp <don _at_ donthorp.net>
Date: Mon Aug 17 09:13:32 2009 -0500 Added support for animating views, does not include 3D animations like curl and flip yet