Use ActivityHelpers.goHome instead of finish() when the home button is pressed.
[debian/openrocket] / android / src / net / sf / openrocket / android / rocket / OpenRocketViewer.java
2012-02-23 kruland2607Use ActivityHelpers.goHome instead of finish() when...
2012-02-21 kruland2607If there is no branch data in a simulation, display...
2012-02-11 kruland2607Many style and navigation changes. Pulled in ActionBar...
2012-02-02 kruland2607Fix up the unit preferences correctly. The preferences...
2012-02-01 kruland2607Change all calls to android.util.Log to use the Android...
2012-01-26 kruland2607Rewrite the simulation graph component. It is now...
2012-01-25 kruland2607Define a callback interface in the Simulation list...
2012-01-22 kruland2607Various changes to android application. Separate the...
2012-01-14 kruland2607Convert apogee and simulation plot values to configured...
2012-01-13 kruland2607Wired up computation of CP, CG, liftoff weight and...
2012-01-11 kruland2607Modified RocketUtils.getCG to take a MassCalcType param...
2012-01-10 kruland2607Using pl.polidea.treeview for the component tree list...
2012-01-08 kruland2607Move the android package from the main trunk/src direct...