Merge commit '42b2e5ca519766e37ce6941ba4faecc9691cc403' into upstream
[debian/openrocket] / android /
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 kruland2607Add a little padding to make table easier to read.
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-05-10 kruland2607Exclude the plugin and component preset parsers from...
2012-05-09 kruland2607froyo has problems parsing real urls. We trick it...
2012-03-22 kruland2607Set minSdkVersion to 8 to try to support Froyo.
2012-03-18 Bdale Garbeelose embedded source jars from upstream branch upstream/12.03
2012-03-18 Bdale GarbeeMerge commit '46077ef99f953486550547c15bd60dd02bab9241...
2012-03-14 kruland2607Turn off debugging and logging in preparation for a...
2012-03-14 kruland2607Have the star field visible under the actionbar in...
2012-02-29 kruland2607Added a version string to the main layout.
2012-02-29 kruland2607Trimmed off some of the additional margin on the bottom...
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-26 kruland2607Failed to commit the AndroidManifest.xml when I changed...
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-23 kruland2607Extract strings from layout files to prepare better...
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 kruland2607Added icon for motor browser menu options.
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-12 kruland2607Remove the white textColor style from the default theme...
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-10 kruland2607Tweak the landscape layout moving the buttons up a...
2012-02-10 kruland2607Fix two layout issues with the ThrustCurve query form...
2012-02-09 kruland2607Added new images to home screen. Very nice!
2012-02-09 kruland2607Change placeholder views in the motorbrowser from Linea...
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 kruland2607Added openrocketviewer layout for xlarge portrait mode.
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 kruland2607Reformat.
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 kruland2607Removed the title bar from the OpenRocketLoaderActivity...
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 kruland2607Added exclusions of the .svn directories in the linked...
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-12 kruland2607Switch minimum sdk to 9 since OR core uses ArrayDeque...
2012-01-11 kruland2607Modified RocketUtils.getCG to take a MassCalcType param...
2012-01-11 kruland2607Added couple of comments and executed eclipse's autoformat.
2012-01-11 kruland2607Use Eclipse source link to WORKSPACE/OpenRocket/resourc...
2012-01-10 kruland2607Using pl.polidea.treeview for the component tree list...
2012-01-09 kruland2607Removed the splashscreen.png since we no longer have...
next