Titanium Studio, version 2.1.2, is a small patch release with approximately 40 updates as we gear up for our next major version coming up soon.
Studio 2.1.2 highlights
- We now install Android SDK Tools 20.0.3 by default.
- OS X Mountain Lion (10.8) is officially supported.
- We addressed issues with users downloading Android SDKs on Linux.
- As well, we fixed some cases where the SDK preference was not persisted.
- Some users reported issues with editor space preferences not saving. This has been addressed.
- Two issues with Git history not showing and renaming projects tracked by Git have been fixed.
Read the Release Notes for additional details on all improvements available in this release.
Updating Titanium Studio
You should be automatically prompted to update your Titanium Studio software. If you do not see the prompt, you can select “Check for Updates” from the “Help” menu from within Titanium Studio.

Once you’ve updated Titanium Studio, you’ll then get an update for the Titanium Mobile SDK.


Hello,
do you plan supporting Mac Book Pro Retina Display Mode ? In Info.plist “High Resolution Capable” is “TRUE” but text still blurry.
Wouldn’t that be down to Apple Jeremy, Appcelerator don’t control the code for the emulator, its part of Xcode. Also that setting is for your app, when its running on the device. You can choose Regular or Retina via the Emulator..I recommend running the emulator on its own and changing the resolution in there, it then sticks to that next time Appcelerator runs it. If your running an iPhone app you should see an iPad if your in Retina mode and an iPhone 4 if your not. Hope that helps
This update seems to break password saving. I am now prompted for my Ti accounts details every time I start studio. Tried removing secure_storage file in .elipse and didn’t help.
@Neville…can you please take a look at this bug and attach a copy of your log file? https://jira.appcelerator.org/browse/TISTUD-2218
@Jeremy, we do support high-res text already. You might check out this bug: https://jira.appcelerator.org/browse/APSTUD-4937. It’s possible the plist is cached and you need to try one of the steps listed there.
Do you officially support mountain lion with this release?
Ti.App.iOS.addEventListener() is broken in 2.1.2GA, see:
https://jira.appcelerator.org/browse/TC-1219
@Young. Thanks for the information. The ticket is a bit bare–can you add some steps to reproduce?
Only pretty think for me was fixing issue “App crashes if scrolling a scrollview on android with 3 fingers ”
unfortunatelly… fixing it the scrollview horizontal scrolling stop working and nested views with horizontal layout don’t respect width: Ti.UI.SIZE property on Android for me…
It worked on 2.1.1
Hope you’ll fix it soon.