Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android / src / net / sf / openrocket / android / rocket /
2012-09-16 Bdale GarbeeMerge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403... upstream upstream/12.09
2012-08-22 kruland2607Rework the loading workflow to be more natural and...
2012-07-25 kruland2607Added way to delete motor configurations through long...
2012-07-25 kruland2607Fix fence post bug which happens when a motor config...
2012-07-25 kruland2607Removed dead class.
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-10 kruland2607Fix behavior when cancelling a failure to open an Ork...
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-30 kruland2607Localize some strings.
2012-06-26 kruland2607Refactored by moving the Simulations fragment and Simul...
2012-06-26 kruland2607Implement color indicators (green, yellow, red) for...
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-24 kruland2607Use a drop down resource so the items are a little...
2012-06-24 kruland2607Mark all stages active in the default configuration...
2012-06-22 kruland2607Don't allow editing the "no motor" configuration since...
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-14 kruland2607Rework the loader activity base class so it is compatib...
2012-06-13 kruland2607Change the initial screen handling and add file load...
2012-06-05 kruland2607Tweak the style for the main and loader activities...
2012-06-04 kruland2607Added local foreground service which runs simulations...
2012-06-04 kruland2607Fix a bug where the motor configuration was not being...
2012-06-02 kruland2607Refactor the RocketDocument and corresponding data...
2012-06-02 kruland2607Checkpoint commit with many different changes. Made...
2012-05-26 kruland2607Remove unused imports.
2012-05-25 kruland2607Simplify the spinner styling.
2012-05-25 kruland2607Correctly change configurations without changing the...
2012-05-23 kruland2607Change to using ActionBarSherlock for the action bar...
2012-05-22 kruland2607Added Configuration tab to the rocket viewer which...
2012-05-22 kruland2607Comment on the bug which clears the default configurati...
2012-05-15 kruland2607Wire in save for OpenRocketDocument.
2012-05-15 kruland2607Rename SimulationFragment to SimulationViewFragment.
2012-05-15 kruland2607Refactor the Motor Configuration Spinner so it could...
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-16 kruland2607Populate the warning dialog with the messages. Fix...
2012-02-16 kruland2607Populate the warning dialog with the messages. Fix...
2012-02-15 kruland2607Switch to GeneralRocketLoader so the app can load compr...
2012-02-12 kruland2607Use our own simple_spinner_item layout so we can style...
2012-02-11 kruland2607Many style and navigation changes. Pulled in ActionBar...
2012-02-09 kruland2607Rewrite the ThrustCurve search and download process...
2012-02-08 kruland2607Second checkpoint commit of OpenRocketLoader to make...
2012-02-05 kruland2607Checkpoint commit adding missing motor download workflow.
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-29 plaamotor loading refactoring
2012-01-26 kruland2607Rewrite the simulation graph component. It is now...
2012-01-26 kruland2607Rename the class OpenRocketLoader to OpenRocketLoaderAc...
2012-01-26 kruland2607Fix import after OpenRocketLoader was repackaged.
2012-01-25 kruland2607Define a callback interface in the Simulation list...
2012-01-25 kruland2607Modify the OpenRocketTask to send both the WarningSet...
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...