Monday, February 1, 2010

DoFCalc 1.3

Just released version 1.3 of the DoFCalc app to the Android Market. Main new feature is the support of multiple screen sizes, e.g. devices with QVGA screen (like the HTC Tattoo) are supported now.

You can find the application here:



Please donate, if you like my work:

The stuff I'm presenting here is absolutely free and will always remain free. But if my app helps you and you think that it's worth some money, then please donate using the button below or in the sidebar. This will support me and keep me motivated and on track for future releases and new apps. Any amount is appreciated.






Sunday, September 6, 2009

Emulator skin in donut build

Building the donut branch on the AOSP now seams to result in a new emulator skin:


Or did I simply miss this in previous releases?

Monday, August 31, 2009

Android Code Snippet #1: Get own MSISDN

You can determine the MSISDN of the SIM card currently inserted into your GSM based phone as follows:
...
((TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE)).getLine1Number();
...

Only works if you are attached to the mobile network.

Saturday, June 6, 2009

DoFCalc 1.2.1


A new version of DoFCalc is available now in the Android market (1.2.1). As requested by some users, more values have been added to the selection list of aperture values (1/2 and 1/3 steps).

Monday, April 6, 2009

Strangers...


Just noticed this very strange comment by jon on DoFCalc in the Android Market.

Just to clarify:
  • DoFCalc is not (and never has been) an auto-expire demo (why should it expire, it is free anyhow!?)
  • DoFCalc does not freeze your phone in any situation
Hmm, is there any way to remove such silly comments in the Android Market?

Have a nice day!

Tuesday, March 17, 2009

DoFCalc 1.1

DoFCalc 1.1 is now available in the Android Market. Now it is also possible to enter the circle of confusion manually, instead of selecting it from the list of predefined values (see the manual CoC mode option in the settings menu).

Sunday, March 8, 2009

DoFCalc 1.0


Just released the first version of DoFCalc to the Android Market.