Fix the delay entry handling.
[debian/openrocket] / android / src /
2012-06-18 kruland2607Fix the delay entry handling.
2012-06-15 kruland2607moveOnToViewer() actually calls finish(). So just...
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 kruland2607Changed due to Simulation api change.
2012-06-13 kruland2607Change the initial screen handling and add file load...
2012-06-13 kruland2607Make some usability improvements to the internal file...
2012-06-05 kruland2607Tweak the style for the main and loader activities...
2012-06-05 kruland2607Change to inherit from Sherlock classes.
2012-06-04 kruland2607Added local foreground service which runs simulations...
2012-06-04 kruland2607Use sendMessage instead of dispatchMessage so the messa...
2012-06-04 kruland2607Make separate method for notifySimsChanged since this...
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-27 kruland2607Pull TreeListView from main source and include from...
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 kruland2607Variety of changes based on suggestions from ADT Lint...
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-16 kruland2607Refactor ExtendedThrustCurveMotor so it extends ThrustC...
2012-05-15 kruland2607Wire in save for OpenRocketDocument.
2012-05-15 kruland2607Remove done todo. This should have been removed long...
2012-05-15 kruland2607Rename SimulationFragment to SimulationViewFragment.
2012-05-15 kruland2607Enhance the Simulation Events Dialog so it shows more...
2012-05-15 kruland2607Refactor the Motor Configuration Spinner so it could...
2012-05-11 kruland2607Added dummy ComponentPresetDatabase to Application.
2012-05-11 kruland2607Added new methods from the Preferences interface for...
2012-03-14 kruland2607Turn off debugging and logging in preparation for a...
2012-02-29 kruland2607Update the text and make clickable hypertext.
2012-02-26 kruland2607Only keep the motor if it was parsed correctly.
2012-02-26 kruland2607Added mm to browser group labels when set to diameter.
2012-02-25 kruland2607Added primitive about dialog to all main windows. ...
2012-02-23 kruland2607Attempt to clean up the cursor closed problems by manag...
2012-02-23 kruland2607Use ActivityHelpers.goHome instead of finish() when...
2012-02-23 kruland2607Use ActivityHelpers.goHome instead of finish() when...
2012-02-23 kruland2607Added helper function to correctly implement goHome...
2012-02-23 kruland2607Rewrite BurnPlotFragment to use AChartEngine for plotti...
2012-02-23 kruland2607Remove unused import.
2012-02-21 kruland2607Revise the download and match logic so more motors...
2012-02-21 kruland2607if there are no motors in the db, display a dialog.
2012-02-21 kruland2607Remove all the zoom & pan stuff because it didn't work...
2012-02-21 kruland2607Check if the directory is readable. If it is not,...
2012-02-21 kruland2607If there is no branch data in a simulation, display...
2012-02-17 kruland2607Only create the motor list fragment once. If it alread...
2012-02-16 kruland2607We cannot use the designation directly in the search...
2012-02-16 kruland2607When downloading burn files, prefer RockSim formatted...
2012-02-16 kruland2607Roll back previous change. It was not correct. The...
2012-02-16 kruland2607Populate the warning dialog with the messages. Fix...
2012-02-16 kruland2607Populate the warning dialog with the messages. Fix...
2012-02-16 kruland2607Can't dismiss a nonvisible dialog.
2012-02-15 kruland2607Fix NPE in logging message.
2012-02-15 kruland2607Switch to GeneralRocketLoader so the app can load compr...
2012-02-14 kruland2607Rework the filebrowser some to add some functionality...
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-10 kruland2607Removed some unneeded code in MotorListFragment. Use...
2012-02-10 kruland2607Remove an unneeded FrameLayout in the ExpandableListFra...
2012-02-09 kruland2607Rewrite the ThrustCurve search and download process...
2012-02-08 kruland2607Second checkpoint commit of OpenRocketLoader to make...
2012-02-08 kruland2607Second checkpoint commit of OpenRocketLoader to make...
2012-02-06 kruland2607Rework the motor browser functionality to make it more...
2012-02-06 kruland2607Removed a bunch of old commented out code.
2012-02-05 kruland2607Changed cursor management after seeing problems in...
2012-02-05 kruland2607Checkpoint commit adding missing motor download workflow.
2012-02-05 kruland2607Refactor TCQueryAction so it can be used from the motor...
2012-02-05 kruland2607Fix menus when simulations are displayed and the device...
2012-02-05 kruland2607Clean up imports.
2012-02-03 kruland2607Change database name.
2012-02-03 kruland2607Improved message provided during progress.
2012-02-03 kruland2607Fixed problem with logging when a single String is...
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-30 kruland2607Rewrite MotorBrowser to use a fragment for the list...
2012-01-29 plaamotor loading refactoring
2012-01-29 kruland2607Fix npe when one uses the back button to get rid of...
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 kruland2607Refactor the Query & Download thread and progress manag...
2012-01-25 kruland2607Define a callback interface in the Simulation list...
2012-01-25 kruland2607Modify the OpenRocketTask to send both the WarningSet...
2012-01-23 plaamotor updates
2012-01-22 kruland2607Various changes to android application. Separate the...
2012-01-15 kruland2607Change handling of Motor Digests. The computed digest...
2012-01-14 kruland2607Fix NPE caused when the FlightEvent List was made non...
2012-01-14 kruland2607Convert apogee and simulation plot values to configured...
2012-01-14 kruland2607Add preference selection for Distance and Velocity.
2012-01-13 kruland2607Added simple file browser functionality used when there...
2012-01-13 kruland2607Wired up computation of CP, CG, liftoff weight and...
2012-01-13 kruland2607Show the simulation name as the chart title. Made...
2012-01-12 kruland2607Reimplement motor handling so the android application...
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-09 kruland2607Get rid of timed splash and display a better welcome...
2012-01-08 kruland2607Move the android package from the main trunk/src direct...