Twim with Posterous and Themes Support

I’ve been coding few new features to Twim like Posterous integration. Now you can post your photos to Posterous and it publishes the status with link on your Twitter feed. Check out for example my Posterous site so you’ll see how easy it is to create awesome looking blog with their service.

New version also includes small themes feature so you can select from three themes: Default, Gray and Night. Gray theme is more traditional list style view to your Twitter feeds as shown here:

IMG_6929

Download new version from here or use these shortcuts:

Babel Fish for Twitter – New Twim Release

Google Translator is a great translator tool which has a very simple AJAX API that can be easily used from mobile apps. Compared to other translator tools it has one feature which other services don’t have, the auto detection of language.

The API is really easy to use. All you need to do is to pass three parameters to the API call:

  1. Version, v=1.0
  2. Translated text, q=Hei maailma!
  3. Language pair (if source is empty then language is automatically identified), langpair=|en

In the end you end up with the following URL:

http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&langpair=|en&q=Hei+maailma!

And if you click the link you’ll see that it returns the translated text in JSON format which is pretty easy to parse.

{ "responseData": {
"translatedText":"Hello world!",
"detectedSourceLanguage":"fi" },
"responseDetails": null,
"responseStatus": 200}

This made it pretty easy to integrate the API call to Twim. So now in Twim 1.6 you can select a tweet from status list and select “Translate to English” from status menu and Twim will display the translation to you in seconds. Pretty handy if you are following people from other countries in Twitter. Go ahead and download the latest Twim to your mobile phone from here.

…and by the way, new feature also has the “paging” feature for home screen and search results as a bonus! Happy Twittering!

Posted using Mobypicture.com

Twim with Touchscreen Support

Here is the new version of Twim, the mobile Twitter client, now with experimental touchscreen support. I don’t own a real touchscreen phone (yet) so I had to test touchscreen functionality with emulators like Nokia N97 SDK (v1.0) and Microemulator. There were also few good people in Twitter that tested the beta version with N97 and Nokia 5800.

New 1.14 also includes other new features like Search, Twitvid, and Follow/Unfollow support. There are also minor improvements like now you will only have to answer to less security popups when uploading files since now it is only using READ mode instead of READ/WRITE that popped up tons of popups on my E71.

Go ahead and download the latest binaries from here and start Twittering! Let me know how the touchscreen support feels like on a real device since I can’t test it myself :)

Twim v1.14

Twim v1.14

New search feature in action

Search feature - GIF animation

Twim v1.13 Released

I’m just finished up the last bits of code for Twim v1.13. This new release introduces new media services like MobyPicture. You can now also upload video files from Twim either to yFrog or Moby services. Here’s my sample video recorded with Nokia E71 in Mobypicture and in yFrog.

You can download latest version from Twim page, here.

What would you like to see in the next version of Twim? Vote your favourite feature here:

Favorites, yfrog and file based photo upload

I just finished up coding new features for Twim v1.12. New features in this release:

  • yfrog support
  • Favorites support
  • File based photo upload
  • Recent timeline not loaded on startup automatically (to reduce bandwidth usage)
yfrog

yfrog.com

With the latest release you can share your photos with yfrog service in addition to existing TwitPic and Twitgoo services. Now you can also send image files so your phone doesn’t have to support Media API. The file based photo upload displays a file browser so that you can select a file to be uploaded to a selected service.

Another big feature is the favorites support. You can now mark statuses as favorite. Favorite statuses are displayed in separate timeline. I’ve been using this feature to store statuses containing interesting links so that I can check them from desktop browser later on (http://twitter.com/favorites).

Twim is still free and you can download the latest binaries from here.

People have mentioned many good ideas for the future versions of Twim, like auto-refresh for recent timeline and incremental update to reduce the bandwidth usage.