- 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.