Various fixes which should probably be broken into multiple commits:)
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Mon, 25 Jun 2012 18:30:41 +0000 (18:30 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Mon, 25 Jun 2012 18:30:41 +0000 (18:30 +0000)
commit8df5121cae190c3645670b833de3e4d1aac8d428
tree854e4ecea65dc491891ec2d71dbf8d4fd74867c1
parent548d35633c5d863ecb9ecda43a1915e3a0559fda
Various fixes which should probably be broken into multiple commits:)
- Changed the way the ProgressDialog is dismissed from using some non-functional reflection code, to using a FragmentTransaction (which works)
- Added code which shows the save button only when the CurrentRocket is modified.
- Broke the save functionality into a Fragment with background Task so it is more reliable.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@808 180e2498-e6e9-4542-8430-84ac67f01cd8
android/res/menu/rocket_viewer_configurations_option_menu.xml
android/res/menu/rocket_viewer_option_menu.xml
android/res/menu/rocket_viewer_simulation_option_menu.xml
android/src/net/sf/openrocket/android/CurrentRocket.java
android/src/net/sf/openrocket/android/rocket/OpenRocketLoaderFragment.java
android/src/net/sf/openrocket/android/rocket/OpenRocketSaverFragment.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/OpenRocketViewer.java
android/src/net/sf/openrocket/android/util/ProgressDialogFragment.java