]> git.gag.com Git - debian/openrocket/commit
Change Simulation plotting functionality to use AChartEngine instead of AndroidPlot...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 6 Jan 2012 03:12:27 +0000 (03:12 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 6 Jan 2012 03:12:27 +0000 (03:12 +0000)
commite7ddfde48a8f0f43b519b4bca6dbc2acad0477a4
treec8ec593743bc3cc1749d232dde2e07691526efbe
parent66c13ed4572e91a94c65d125c5c3c1ebf4835a9a
Change Simulation plotting functionality to use AChartEngine instead of AndroidPlot.  AChartEngine has built in zoom and pan though they are currently not used (because they are a little buggy).  AChartEngine supports mulitple series plotted on same graph.  However, it does not support the plotting of events.

Removed the sliding drawer from the configuration.  Instead a new activity is launched containing the plot.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@275 180e2498-e6e9-4542-8430-84ac67f01cd8
android/.classpath
android/AndroidManifest.xml
android/libs/achartengine-0.7.0.jar [new file with mode: 0644]
android/res/layout/simulation_detail.xml
android/res/values/strings.xml
src/net/sf/openrocket/android/simulation/GraphicalActivity.java [new file with mode: 0644]
src/net/sf/openrocket/android/simulation/SimulationChart.java [new file with mode: 0644]
src/net/sf/openrocket/android/simulation/SimulationPlotFragment.java [deleted file]
src/net/sf/openrocket/android/simulation/SimulationViewer.java