]> git.gag.com Git - debian/openrocket/commit
Second checkpoint commit of OpenRocketLoader to make it orientation change safe....
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 8 Feb 2012 02:22:45 +0000 (02:22 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 8 Feb 2012 02:22:45 +0000 (02:22 +0000)
commitc5462892da30eb209d2616267f1aa8363f743371
treede92d5e1496274c42743a68299979bd46b02c4b9
parentfbc2c7c0ffe5f270fdd3de744a5fc9a5263e105b
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@399 180e2498-e6e9-4542-8430-84ac67f01cd8
android/res/layout-land/main.xml
android/res/layout/main.xml
android/src/net/sf/openrocket/android/Application.java
android/src/net/sf/openrocket/android/Main.java
android/src/net/sf/openrocket/android/rocket/MissingMotorDialogFragment.java
android/src/net/sf/openrocket/android/rocket/OpenRocketLoaderActivity.java
android/src/net/sf/openrocket/android/rocket/OpenRocketLoaderFragment.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/OpenRocketLoaderTask.java [deleted file]