create changelog entry
[debian/openrocket] / android / src / net / sf / openrocket / android / rocket / OpenRocketViewer.java
2012-09-16 Bdale GarbeeMerge branch 'upstream' into debian
2012-09-16 Bdale GarbeeMerge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403... upstream upstream/12.09
2012-07-18 kruland2607Merge branches/froyo_12.03 to head.
2012-07-13 kruland2607Only auto save when saving is enabled (to prevent the...
2012-07-10 kruland2607Revised the notification mechanism for background proce...
2012-07-09 kruland2607Implement a primitive thread safety mechanism to prohib...
2012-07-03 kruland2607If the simulation doesn't have data, open the edit...
2012-07-02 kruland2607Implement autosave rockets. Controlled by preference...
2012-07-02 kruland2607Added dialog to load new file when the current file...
2012-06-26 kruland2607Refactored by moving the Simulations fragment and Simul...
2012-06-26 kruland2607After saving, invalidate the menu so the save icon...
2012-06-25 kruland2607Various fixes which should probably be broken into...
2012-06-25 kruland2607git-svn-id: https://openrocket.svn.sourceforge.net...
2012-06-21 kruland2607Use a different approach to prevent ForceClose after...
2012-06-18 kruland2607Fire the simulation changed message when resumed so...
2012-06-18 kruland2607Change around the handling for navigation from the...
2012-06-15 kruland2607Register the handler object in onResume so the applicat...
2012-06-13 kruland2607Change the initial screen handling and add file load...
2012-06-02 kruland2607Refactor the RocketDocument and corresponding data...
2012-06-02 kruland2607Checkpoint commit with many different changes. Made...
2012-05-23 kruland2607Change to using ActionBarSherlock for the action bar...
2012-05-22 kruland2607Added Configuration tab to the rocket viewer which...
2012-05-15 kruland2607Wire in save for OpenRocketDocument.
2012-05-15 kruland2607Rename SimulationFragment to SimulationViewFragment.
2012-03-18 Bdale GarbeeMerge branch 'upstream' into debian
2012-03-18 Bdale GarbeeMerge commit '46077ef99f953486550547c15bd60dd02bab9241...
2012-02-25 kruland2607Added primitive about dialog to all main windows. ...
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...