Second checkpoint commit of OpenRocketLoader to make it orientation change safe....
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 8 Feb 2012 02:32:27 +0000 (02:32 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 8 Feb 2012 02:32:27 +0000 (02:32 +0000)
commit2f74755cf0c9ea766e1bd6774be27fd308ae1f96
tree386e6c5315cd9a5c8849a191f7561db0c6e781bf
parentc5462892da30eb209d2616267f1aa8363f743371
Second checkpoint commit of OpenRocketLoader to make it orientation change safe.  Changed Main.java to register onclick listeners in java instead of the layout.  Store the WarningSet in Application so it doesn't need to be serialized if the OpenRocketLoaderActivity is recreated during an orientation change.  Fix the MissingMotorDialogFragment to only have the string and not the whole WarningSet.  Finally completely rewrote the OpenRocketLoaderTask into a Fragment managing its own dialog.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@400 180e2498-e6e9-4542-8430-84ac67f01cd8
android/src/net/sf/openrocket/android/util/ProgressDialogFragment.java [new file with mode: 0644]