Software for Android — 3 comments
24
Nov 09
Financisto 1.2.5 is now available in the Market. Lot of new features and bug-fixes. To name a few:
- Now there is Total on Accounts list. Ad a new option introduced for an account whether include it’s transactions into totals or not,
- New formatting options available for currencies – decimal and group separator. The format of a currency is now propery handled in all screens and dialogs,
- There are some re-designs, including PIN dialog and Reports tab,
- And, of course, bug-fixes and more improvements have been made to improve user experience with Financisto!
For the full list of new features please check “What’s new” dialog.
And don’t forget to follow us on Twitter to be updated about everything what’s going on with Financisto!
Blog — No comments
11
Nov 09
Just got from GDD 2009 which took place in Moscow this year. Everything was quite nice, I attended two sections related to Android development by Reto Meier and some Tech Talks about HTML5 (awsome!) and mobile web development. Reto promised said that Android 2.0 will appear on G1 eventualy.
Software for Android — 5 comments
06
Nov 09
Unfortunately Financisto failed to pass the 1st round of ADC2. It was ranked in the top 50% of all applications submitted. Quite a fiasco, but not unexpected. The application was in very early stage when submitted to ADC2. Anyway, I hope that you’ll like it more after all the improvements already done and yet planned.
Software for Android — No comments
04
Nov 09
Fixed a ridiculous bug that a newly created account is closed by default. Thanks to Adam Oppenheimer for the bug report!
Software for Android — No comments
30
Oct 09
Just been released. New features:
- Close accounts. If you close an account, you can’t do any more operations with it. No data will be lost, you can re-open it at any time later.
- Update account balance (from long-tap menu on an account). Specify new account balance and the difference will be calculated and added as a transaction for the account.
Software for Android — No comments
30
Oct 09
Manage database schema is always a pain in the arse. I’d like to share with you the way I use to do automate schema evolution and make it a bit easier.
The concept is pretty easy – separate SQL from code and create a tool to automatically run all necessary scripts on every database upgrade.
Continue reading →
Software for Android — 3 comments
25
Oct 09
There is no proper currencies list in Financisto(yet), but it was designed this way. There is no need to have all currencies in the world – you can add whatever currency you’d like, even imaginary
by yourself.
Tap Menu->Currencies, then Add button:

Fill the Name, Short name and Symbol. You should use international standard Currency Code as Short Name if you’d like to use automatic rates download available for that currency. Tap on ’Is default’ if it’s the main currency you use.
Blog — No comments
25
Oct 09
What a developer can never do? Test it’s own stuff. I use Financisto on a daily basis and I’ve never seen it force-closes on me. I just know how it works and unconsciously prevent myself from breaking it
So, the users tend to find the most critical bugs in my applications, but not everyone is willing to report the bug and that’s ok.
Therefore automatic reporting of the Exceptions plays a vital part in the process. And I found just the right tool to do the job - android-remote-stacktrace. Nice little library which allows you to catch unhandled exceptions and send them to your server on next application restart. One-line-of-code setup and very useful!
Software for Android — 4 comments
25
Oct 09
Financisto 1.2.2 available on the Market. I’ve implemented ‘Duplicate transaction/transfer’ feature-request and fixed some bugs (but some are still exists though).
Blog — No comments
24
Oct 09
Welcome to OrangeSoftware.Ru. Here you can find some of my software for Android platform and my blog about programming and stuff. Enjoy!