]> git.gag.com Git - debian/openrocket/commit
Various changes to android application. Separate the loading of an ork file into...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sun, 22 Jan 2012 02:44:17 +0000 (02:44 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Sun, 22 Jan 2012 02:44:17 +0000 (02:44 +0000)
commit3cdaf29f3018779f7429823a628b63cad8f901b1
treef9078dc7964eb0211b0c67fe7bf0138a7caf2881
parent216e9d37b82f484331d7aff83812ed1b1fc44400
Various changes to android application.  Separate the loading of an ork file into the OpenRocketLoader activity.  Changed OpenRocketViewer to use Fragments for each of the tab contents.  Added Component, Overview and Simulations fragments for the tabs in OpenRocketViewer.  Modified the graphics on the UI.  Have the PreferencesActivity pack the changed preferences into the application onStop().

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@363 180e2498-e6e9-4542-8430-84ac67f01cd8
22 files changed:
android/AndroidManifest.xml
android/res/drawable/ic_menu_preferences.png [new file with mode: 0644]
android/res/drawable/or_launcher.png
android/res/layout/openrocketviewer.xml
android/res/layout/rocket_component.xml [new file with mode: 0644]
android/res/layout/rocket_overview.xml [new file with mode: 0644]
android/res/layout/rocket_simulations.xml [new file with mode: 0644]
android/res/menu/main_menu.xml [new file with mode: 0644]
android/res/menu/rocket_viewer_option_menu.xml
android/res/values/pref_strings.xml [new file with mode: 0644]
android/res/values/strings.xml
android/res/xml/preferences.xml
android/src/net/sf/openrocket/android/ActivityHelpers.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/Main.java
android/src/net/sf/openrocket/android/PreferencesActivity.java
android/src/net/sf/openrocket/android/motor/BurnPlotFragment.java
android/src/net/sf/openrocket/android/rocket/Component.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/OpenRocketLoader.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/OpenRocketViewer.java
android/src/net/sf/openrocket/android/rocket/Overview.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/rocket/Simulations.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/util/TabsAdapter.java [new file with mode: 0644]