I'm working on porting DM Assist to the Android. So far I've got the initiative list displaying, with the Next button, add/remove entities, and damage/heal. The engine code is shared between the swing and Android UIs. Look for all features ported soon. I'm shooting for a first Android release by July 7.
I've just uploaded version 1.2 of DM Assist. DM Assist helps you run pen and paper d20 games. It aims to be quick and light, so you can spend most of your time working with the players, not the computer.
New in 1.2:
* The time, in both rounds and seconds, in the lower status bar.
* Various bug fixes.
Well, I've just spent entirely too much time switching to a Maven build. (see http://maven.apache.org/ ) That was a lot of work to make things easier ;-) But, we now have auto-dependencies, a build that works for Java and JNI/C code, and the beginnings of site documentation. I'll add more to the site documentation, but what I really need to develop now is a main page, something for http://dmassist.sourceforge.net that's more customized than the stock page that's there now.... read more