Archive for Openmoko

Officially Official

Mokash is now an official OpenMoko.org project. I’ve just finished copying the current svn repository over to the openmoko.org repository, and that will be the new official repository. The old repository on my home server will occasionally be updated to match the openmoko.org one, but it probably won’t be very often, so don’t come here looking for it. I still need to move the current tickets and such over to the OMO tracker, but that’s not a high priority. Thanks to this, this project will have higher availability (no more monthly reboots or crashes!) and the opportunity to be seen by a larger amount of OpenMoko users.

Comments (1)

Bitbake package files available

If you’re looking to include mokash into an OpenMoko image, look no further. I’ve completed the first version of the bitbake package files for mokash (and simclist, since no package file exists). They can be found here.

Also, there were definitely some bugs in the version 0.1 that I originally released. Turns out, I forgot to add a lot of source files to Makefile.am, which caused a lot of files to go missing when I ran make dist-gzip to create the archive. I fixed that, and now the archive reflects it, but there were some other show-stopping bugs I ran into on a different test machine regarding locales. The fixes for those problems are not in the archive, but a patch exists (conveniently in the bitbake package files) that will bring the source up to svn revision 61, which also incorporates a few items that were planned for the 0.2 release.

Comments

mokash v0.1 released

I’m proud to announce that I’ve reached what I consider to be version 0.1 for mokash. It probably still has some bugs in it, and definitely needs to be tested on a Neo1973, but I’m confident that it can work as a day-to-day check register. A few of the features I’ve implemented include locale-based currency display and entry, searching based on tags or parties, and automatic transaction purging.

Please download it and give me feedback, especially if you own a Neo1973. I’ll not be able to purchase one as soon as I’d hoped, so every bit of feedback is helpful. And if you encounter any bugs, or would like a feature implemented, please file a new ticket in Trac.

Comments

New project – mokash

I’ve begun work on a new project that goes by the name of mokash. It’s a bank account management application designed for use on the FIC OpenMoko Neo1973 phone. It is currently planned to be written in C, using Gtk2 for the UI, although it may change to libmokoui to fit in with the phone’s look and feel. It is heavily inspired by PCash for PalmOS, which I use to keep track of my own bank accounts.

I’ll keep posted on developments for it and create a project page soon. Until then, the trac page is available to look at the source code or submit tickets.

Comments