Allow ProgressDialog to lose state in the account wizard.
This should fix bugs caused by the behavior described here
http://www.androiddesignpatterns.com/2013/08/fragment-transaction-commit-state-loss.html
Android Market
--------------
First of all, BEEM is available on the Android market. Just search for 'BEEM'.
Development version
-------------------
1. Dependencies
First you will need the latest Android SDK. You can download it at http://d.android.com. Beem is usually built with Android SDK 2.1 or superior.
2. Compile and install
Use gradle to compile and install the application on the Android device
> ./gradlew build installDebug
The development version use a private certificate to sign the package. You will need to uninstall it before installing or upgrading a version of BEEM from the Android market.