From: kruland2607 Date: Tue, 3 Jan 2012 02:20:10 +0000 (+0000) Subject: Checkpoint commit of android functionality. Application currently consists of simple... X-Git-Tag: upstream/12.03~1^2~209 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=70b415f6fb474f5d2f146b57272d498ac6f35ea3;p=debian%2Fopenrocket Checkpoint commit of android functionality. Application currently consists of simple Main activity which does nothing but allows for bootstrapping of debugger. In future Main activity will go away. OpenRocketViewer activity which loads an ork file and displays a list of the simulations. And Simulation activity which is used to plot simulation results. Also included is a Motor sqlite database which is populated from thrustcurve downloads. Includes primitive thrustcurve plotting system. This will soon be wired into the openrocket application to supply motors for simulation execution. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@261 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/android/.classpath b/android/.classpath index 996577fd..1f6c7ff4 100644 --- a/android/.classpath +++ b/android/.classpath @@ -1,9 +1,11 @@ - + + + diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index f1dd120c..1d73587b 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,23 +1,65 @@ - + + + + - + android:killAfterRestore="true" + android:label="@string/app_name" + android:name=".android.Application" > + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/libs/Androidplot-core-0.4.4-release.jar b/android/libs/Androidplot-core-0.4.4-release.jar new file mode 100644 index 00000000..26d119ad Binary files /dev/null and b/android/libs/Androidplot-core-0.4.4-release.jar differ diff --git a/android/res/drawable-hdpi/arrow_down_float.png b/android/res/drawable-hdpi/arrow_down_float.png new file mode 100644 index 00000000..2466c8f6 Binary files /dev/null and b/android/res/drawable-hdpi/arrow_down_float.png differ diff --git a/android/res/drawable-hdpi/arrow_up_float.png b/android/res/drawable-hdpi/arrow_up_float.png new file mode 100644 index 00000000..d1301c3b Binary files /dev/null and b/android/res/drawable-hdpi/arrow_up_float.png differ diff --git a/android/res/drawable-ldpi/arrow_down_float.png b/android/res/drawable-ldpi/arrow_down_float.png new file mode 100644 index 00000000..c41340da Binary files /dev/null and b/android/res/drawable-ldpi/arrow_down_float.png differ diff --git a/android/res/drawable-ldpi/arrow_up_float.png b/android/res/drawable-ldpi/arrow_up_float.png new file mode 100644 index 00000000..8b60f121 Binary files /dev/null and b/android/res/drawable-ldpi/arrow_up_float.png differ diff --git a/android/res/drawable-mdpi/arrow_down_float.png b/android/res/drawable-mdpi/arrow_down_float.png new file mode 100644 index 00000000..dd825234 Binary files /dev/null and b/android/res/drawable-mdpi/arrow_down_float.png differ diff --git a/android/res/drawable-mdpi/arrow_up_float.png b/android/res/drawable-mdpi/arrow_up_float.png new file mode 100644 index 00000000..9bc3d1c2 Binary files /dev/null and b/android/res/drawable-mdpi/arrow_up_float.png differ diff --git a/android/res/layout/main.xml b/android/res/layout/main.xml deleted file mode 100644 index ac9c0aba..00000000 --- a/android/res/layout/main.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/android/res/layout/motor_burn.xml b/android/res/layout/motor_burn.xml new file mode 100644 index 00000000..5b8e3a1a --- /dev/null +++ b/android/res/layout/motor_burn.xml @@ -0,0 +1,10 @@ + + diff --git a/android/res/layout/motor_detail.xml b/android/res/layout/motor_detail.xml new file mode 100644 index 00000000..b36a44a3 --- /dev/null +++ b/android/res/layout/motor_detail.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/res/layout/motor_detail_form.xml b/android/res/layout/motor_detail_form.xml new file mode 100644 index 00000000..45d595d3 --- /dev/null +++ b/android/res/layout/motor_detail_form.xml @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/res/layout/motor_hierarch_list.xml b/android/res/layout/motor_hierarch_list.xml new file mode 100644 index 00000000..9d17a2c2 --- /dev/null +++ b/android/res/layout/motor_hierarch_list.xml @@ -0,0 +1,18 @@ + + + + + + + + + \ No newline at end of file diff --git a/android/res/layout/motor_list_child.xml b/android/res/layout/motor_list_child.xml new file mode 100644 index 00000000..0b27002b --- /dev/null +++ b/android/res/layout/motor_list_child.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/android/res/layout/motor_list_group.xml b/android/res/layout/motor_list_group.xml new file mode 100644 index 00000000..a0dbd24d --- /dev/null +++ b/android/res/layout/motor_list_group.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/android/res/layout/openrocketviewer.xml b/android/res/layout/openrocketviewer.xml new file mode 100644 index 00000000..1f024e0b --- /dev/null +++ b/android/res/layout/openrocketviewer.xml @@ -0,0 +1,18 @@ + + + + + + + + \ No newline at end of file diff --git a/android/res/layout/simulation_detail.xml b/android/res/layout/simulation_detail.xml new file mode 100644 index 00000000..605f4e74 --- /dev/null +++ b/android/res/layout/simulation_detail.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/res/layout/tcqueryform.xml b/android/res/layout/tcqueryform.xml new file mode 100644 index 00000000..f6fc7c8f --- /dev/null +++ b/android/res/layout/tcqueryform.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +