Showing posts with label release. Show all posts
Showing posts with label release. Show all posts

Wednesday, July 15, 2009

KeePassDroid 0.3.3

UI tweaks thanks to Francis Jacquerye.

Also, I fixed the way that the Go to URL function worked. It now assumes http if no protocol is specified and gives an error message instead of crashing if there is no app installed to handle the URL. Thanks Kevin Backs for helping me track down the problems.

Monday, July 6, 2009

KeePassDroid 0.3.1

Quick update to add some textbox hints and to address some issues with non-ascii characters in passwords.

Wednesday, May 13, 2009

KeePassDroid 0.2.0

New version is released. The major improvement is that this version supports editing existing KeePass entries.

Short Term Roadmap:
  • Adding new entries
  • Adding/editing groups
  • Creating databases
  • Search for entries

Tuesday, March 10, 2009

KeePassDroid 0.1.6 released

KeePassDroid 0.1.6 has been released.

Improvements:
  • Idle timeout: If the application is not in the foreground for 5 minutes, it will automatically close the database (in the future, I'll make this configurable).
  • The comment field is now scrollable if the text overflows the box.

I spent the last few weeks figuring out how to get some basic unit testing working on Android and worked to get some asynchrony into the application (the timeout).

Once I get a few small things figured out, I'm going to start working on support for editing and creating databases.

Monday, January 26, 2009

The first public release of KeePassDroid is now avaible on the Google Code page.

http://keepassdroid.googlecode.com/files/KeePassDroid.apk

Currently, this application supports basic reading of KeePass databases. Editing databases is not yet supported.