Saturday, December 16, 2006

Build 0.1.10 released

I've just put up build 0.1.10, which contains:
  • a bunch of exception handling code to hopefully allow the program to recover gracefully from bad stored data when loading at startup
  • improved error logging
  • cleanup of some of the Agenda update windowing logic to address hangs during update
Thanks to everyone who has been working with me to test the application!

Friday, December 15, 2006

Build 0.1.9 released – help me debug it!

I've gotten a number of bug reports from people that build 0.1.8 hangs on the login and update progress screens. My hunch is this issue is related to the custom window manager I built for the application (the default java window management is very very basic), but I'm not entirely sure. Since the issue is not reproducible on my Cingular 2125, I'm having a hard time debugging it – which means I need your help!

I've cleaned up the logic and built in some instrumentation that should help. Build 0.1.9 is the result. Progress screens now have a "Dismiss" button that will close the progress screen.


If this is purely a windowing issue, pressing dismiss should bring you back to the previous screen, where you can interact with the application. Note that since the progress screen is there so that data structures can update quietly in the background, dismissing the screen prematurely could cause funkiness.

The new progress screen also contains an option to view the "Event log." The event log contains various debugging info that will help me diagnose your problems. So if you think that the application has hung, click the event log, scroll to the bottom, and send me an email with the last few events (or whatever looks interesting).

You can always view the event log later from the menu on the Agenda screen, too:

Thanks in advance for your help!

UPDATE: This build was originally released as 0.1.8.1, but due to some sort of weird limitation of the number of allowed subversions in the .jad file format, users were having trouble installing the application directly from their phones. I have therefore re-versioned 0.1.8.1 as 0.1.9. Sorry for the confusion.

Wednesday, December 13, 2006

Build .18 Posted

Build .18 is here and now includes the most commonly requested features:
  • Multiple Calendars – Gcal Mobile can now download and show all your calendars on the agenda screen! If you there are specific calendars you don't want displayed on your phone (like your Remember the Milk calendar), you can de-select them in the settings screen. To find out what calendar an event is in, just open the event's info screen.


  • Persistence – Gcal Mobile now saves your agenda between runs. That means you can quit the application to free up memory and still open it up to take a quick peek at your agenda.
Next:
  • TESTING – this build is feature complete for release 0.2

Wednesday, December 6, 2006

Cancelling Meetings with Gcal Mobile

As of Build 0.16, Gcal Mobile supports event deletion. While that may not seem particularly noteworthy, it means that you can now use Gcal Mobile to cancel meeings on the go. If you told Google Calendar to send invitations for an event when you created it, deleting the event in Gcal Mobile will send each attendee a nice note informing them that the meeting has been cancelled:



The note also includes an .ics file that will automatically remove the event from compatible calendar programs. Pretty neat, huh?

Monday, December 4, 2006

Build 0.17 Posted

Build 0.17 is up, featuring multi-calendar support!




Note that the app will connect to download your calendar list at startup now. I'll fix that soon. Also, you cannot currently control which calendars are downloaded, you just get them all.

UPDATE: with build .172 Gcal Mobile no longer asks to connect to download your calendar list at startup; it only downloads your list when you perform an operation that requires synchronization with the Google Calendar Server. Also note that it now looks two weeks into the future. Some UI has changed a little (progress bars).

NOTE: With release .172, the .jar name has changed to GcalMobile.jar. You will have to uninstall the old version manually and reenter your account info.

Friday, December 1, 2006

Build 0.16 Posted

New feature: you can now delete events from the agenda view. Also, the agenda now shows only those appointments for the next week. I'll be creating UI that lets you set a the number of days in the future to get events.