Titanium: TwitPicClient Testing Help Needed

I'm trying to track down an issue that's been reported on the HTC Hero. This app works fine for me on my G1 with 1.6. It should be compatible with 1.5, 1.6 or 2.0.

If you have another device and would like to try it, the barcode links to a drop.io page. Click download and it will install.

You should be able to post pics using the camera or photo gallery.

The build is using the twitpic in meetup pack and last night's 0.8 of titanium mobile.

If you do test it, please leave a comment with OS Version (1.5, 1.6, or 2.0), Device, and test results.

Thanks!

Titanium Android: Bug Fixes on 0.7.2 through Oct 27th

Additional fixes since the 19th.

This build corresponds to tag dst_0_7_2_b with bug fixes through 10/27/2009

Fixed Issues [Lighthouse List]

  • 191 Android: ScrollableView move methods must execute on UI thread
  • 192 Android: setBackgroundImage|Color should work on currentWindow
  • 190 Ability to pre-load/pre-create existing sqlite database
  • 188 Using mobile projects with source control
  • 187 Android: File.getApplicationMassDataDirectory()

Before 10/19/2009 tag dst_0_7_2_a

  • 185 Android: needs repaint method
  • 183 Android: Response with no content type causes NPE in HTTPClient
  • 184 Android: HTTPClient blocks on read after isStreaming is false
  • 182 Android: createWindow not handling backgroundImage option
  • 172 Android: File.copy() fails to copy from app://
  • 173 Android: File.move and File.rename doesn't work
  • 171 Android: getFile("appdata://") crashes app
  • 174 Android: deleteDirectory not implemented.
  • 170 Android: File.isReadonly always returns true

Files for your development OS are available:

You'll need to unzip it into your mobile SDK directory and restart developer for it to be available. I also recommend changing the 0.7.2 directory to 0.6.9 (an earlier non-existant version) so you'll still get a download notice if we do release a formal 0.7.2.

Titanium Android: Bug Fixes on 0.7.2 through Oct 19th

Several issues were found and fixed after the 0.7.1 release. Not sure if we'll do an official 0.7.2 release, but if you have an issue with one of the items listed below, contact me for the download password. dm @donthorp or find me on #titanium_app or #titanium_dev.

This build corresponds to tag dst_0_7_2_a with bug fixes through 10/19/2009

Fixed Issues [Lighthouse List]

  • 185 Android: needs repaint method
  • 183 Android: Response with no content type causes NPE in HTTPClient
  • 184 Android: HTTPClient blocks on read after isStreaming is false
  • 182 Android: createWindow not handling backgroundImage option
  • 172 Android: File.copy() fails to copy from app://
  • 173 Android: File.move and File.rename doesn't work
  • 171 Android: getFile("appdata://") crashes app
  • 174 Android: deleteDirectory not implemented.
  • 170 Android: File.isReadonly always returns true

Files for your development OS will be available here. You'll need to unzip it into your mobile SDK directory and restart developer for it to be available. I also recommend changing the 0.7.2 directory to 0.6.9 (an earlier non-existant version) so you'll still get a download notice if we do release formal 0.7.2.

October DFWWP Technical Meetup

Wednesday night I attended the Dallas/Fort Worth Wordpress Technical meetup in Richardson. A big thank you to Michael Johnstone (@zelword) for organizing the meeting and locating space. I'm looking forward to having the opportunity for more in depth presentations and discussions on Wordpress, a perfect complement to the monthly DFW WP meetup.

Matthew Simo

The first presentation was by Matthew Simo (@M_A_Simo / http://matt-simo.com/) on the Wordpress Loop and some techniques on filtering posts and templates. Matt's putting together a cheat sheet of WP_query and get_posts. The tweet below was in response to my, have you posted slides question. (I try and get artwork where I can).

Randy Hoyt

The second presentation was by (@randyhoyt / http://randyhoyt.com/ ) on creating content snippets using a WP plugin called ProjectManager. Randy's presentation materials are located here. They include a video walk through.

Titanium

We had mini open session and towards the end Tony Cecala (@tonycecala / http://tonycecala.com/ ) asked to hear more about Titanium, the product I work on at Appcelerator. Hopefully I didn't drone on too long, but I wanted to post links to some of the things I mentioned since I wasn't live tweeting while talking.

Since Titanium targets people with web development skillsets: HTML, CSS, and Javascript, I think it makes a perfect tool for independent designer/developers to broaden their product base. One possible product is affinity applications for promotions, one time events, or on the go reference applications with bundled data.

Tweet Stream

Event related tweets.

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

    Added support for simple nine patch button backgrounds, added new backgroundFocusedImage to allow for android focused buttons

commit 1011c75465ead6e862e9eed8fd96276b5a999335
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 tab

commit 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 later

commit 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.0

commit 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