Org parser 1.0

So step 1 of the process to a proper Android client for org-mode is more or less complete. The library can be found on GitHub. It’s a plain old java library that builds a jar file which can be included in other projects. It has one requirement which is included in the lib-folder: Joda Time. Coding this up I really came to hate the built in Date and Calendar classes in Java.

Read more