Appcelerator Developer Blog

Titanium Studio 2.1.2 Released

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.

9 Responses to “Titanium Studio 2.1.2 Released”

  1. Jeremy says:

    Hello,
    do you plan supporting Mac Book Pro Retina Display Mode ? In Info.plist “High Resolution Capable” is “TRUE” but text still blurry.

  2. lostinaseaofcode says:

    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

  3. Neville says:

    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.

  4. Ingo Muschenetz says:

    @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

  5. Ingo Muschenetz says:

    @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.

  6. Matt says:

    Do you officially support mountain lion with this release?

  7. Young says:

    Ti.App.iOS.addEventListener() is broken in 2.1.2GA, see:
    https://jira.appcelerator.org/browse/TC-1219

  8. Ingo Muschenetz says:

    @Young. Thanks for the information. The ticket is a bit bare–can you add some steps to reproduce?

  9. jonny.net says:

    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.