Added Configuration tab to the rocket viewer which displays all the motor configurati...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 22 May 2012 19:34:11 +0000 (19:34 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 22 May 2012 19:34:11 +0000 (19:34 +0000)
commitfbf65f0ff8c033467c394e30753548249517de77
treed8debd7a59e3827d27ff9ceeed756dfd2d557a74
parent296fe5c6b57045c97657df97907f0485ab2a2b64
Added Configuration tab to the rocket viewer which displays all the motor configurations and allows one to create a new motor configuration.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@709 180e2498-e6e9-4542-8430-84ac67f01cd8
13 files changed:
android/res/layout/motor_config_delay_dialog.xml [new file with mode: 0644]
android/res/layout/motor_config_item.xml [new file with mode: 0644]
android/res/layout/motor_list_dialog.xml [new file with mode: 0644]
android/res/layout/rocket_configurations.xml [new file with mode: 0644]
android/res/layout/simulation_condition_dialog.xml [new file with mode: 0644]
android/res/values/strings.xml
android/src/net/sf/openrocket/android/motor/MotorDelayDialogFragment.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/motor/MotorListDialogFragment.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/Configurations.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/OpenRocketViewer.java
android/src/net/sf/openrocket/android/simulation/SimulationRunActivity.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/simulation/SimulationRunFragment.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/util/PersistentExpandableListView.java [new file with mode: 0644]