Checkpoint commit with many different changes. Made the Configuration and Simulation...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sat, 2 Jun 2012 04:06:02 +0000 (04:06 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sat, 2 Jun 2012 04:06:02 +0000 (04:06 +0000)
commit52cb3f6353f16babfe586a1e1d9eb0f96d4ce77a
tree72ed71f81dea2b9d9e45f676ec237fab0d74f231
parenteda1a1ae5d52aaa7e428f73f1e2b41401cd15522
Checkpoint commit with many different changes.  Made the Configuration and Simulation "add" buttons to be action bar items.  Added Handler to act as a listener mechansims so the OpenRocketViewer can update fragments when the rocket is modified.  Added MotorConfigSpinner as custom View which is more usable than MotorConfigSpinnerAdapter.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@735 180e2498-e6e9-4542-8430-84ac67f01cd8
21 files changed:
android/res/layout/rocket_configurations.xml
android/res/layout/rocket_overview.xml
android/res/layout/simulation_condition_dialog.xml
android/res/menu/rocket_viewer_configurations_option_menu.xml [new file with mode: 0644]
android/res/menu/rocket_viewer_option_menu.xml
android/res/menu/rocket_viewer_simulation_option_menu.xml [new file with mode: 0644]
android/res/values/strings.xml
android/src/net/sf/openrocket/android/Application.java
android/src/net/sf/openrocket/android/RocketChangedEventHandler.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/Configurations.java
android/src/net/sf/openrocket/android/rocket/MotorConfigSpinner.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/MotorConfigSpinnerAdapter.java [deleted file]
android/src/net/sf/openrocket/android/rocket/OpenRocketViewer.java
android/src/net/sf/openrocket/android/rocket/Overview.java
android/src/net/sf/openrocket/android/rocket/RocketChangedMessages.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/SimulationEditFragment.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/Simulations.java
android/src/net/sf/openrocket/android/simulation/SimulationRunActivity.java [deleted file]
android/src/net/sf/openrocket/android/simulation/SimulationRunFragment.java [deleted file]
android/src/net/sf/openrocket/android/util/AndroidLogWrapper.java
android/src/net/sf/openrocket/android/util/ExpandableListFragment.java