Kevin Ruland
e099a6264a
Merged changes from Release-12.09-redo tag.
2012-09-19 13:37:58 +00:00
Kevin Ruland
ffdedd2b95
Bump version number to 12.09 preparing for a release.
2012-09-17 01:38:09 +00:00
Kevin Ruland
e366b40008
bump to b8
2012-08-22 18:23:19 +00:00
Kevin Ruland
6a6f926e45
Rework the loading workflow to be more natural and fix some nasty bugs. Make the dialogs more localizable by extracting strings into resources.
2012-08-22 02:43:18 +00:00
Kevin Ruland
1eb8f3203f
Added way to delete motor configurations through long click in the configurations tab.
2012-07-25 21:26:40 +00:00
Kevin Ruland
671f980f51
Testing with the Nexux 7 7" tablet, the landscape xlarge views are tolerable, but the portrait xlarge views are not. So we move the layout-xlarge-land layouts to layout-large-land.
2012-07-19 15:34:51 +00:00
Kevin Ruland
963a80768a
Tweak the thrustcurve search dialog title so it isn't too long.
2012-07-19 15:18:19 +00:00
Kevin Ruland
51f98b71aa
Froyo had troubles with the old table layout. Changed instead to the same layout style as used in the simulation edit/run dialog. Added a localizable title string.
2012-07-19 14:44:39 +00:00
Kevin Ruland
4b9cc99710
Set the width on the parent element instead of forcing the job on the buttons.
2012-07-19 14:42:55 +00:00
Kevin Ruland
425612afd4
Tweak the button layouts on the initial screen.
2012-07-18 21:20:23 +00:00
Kevin Ruland
2410496ad3
Added an icon for motor download. It's using the search icon which isn't perfect but I can't do better.
2012-07-18 17:57:40 +00:00
Kevin Ruland
5ace9f29c6
Fix form layout when the user selects a long manufacturer name.
2012-07-18 15:49:19 +00:00
Kevin Ruland
530ed1d4c5
Some french strings from Boris.
2012-07-18 13:15:31 +00:00
Kevin Ruland
ef771d412b
Bump to b7.
2012-07-13 14:05:35 +00:00
Kevin Ruland
568b7aeb5d
Fix behavior when cancelling a failure to open an Ork file. This had finished the activity when it was its own activity. Now it just cancels the dialog.
2012-07-10 03:08:03 +00:00
Kevin Ruland
fed956e2b0
Implement autosave rockets. Controlled by preference. When preference is set, the rocket is automatically saved when simulation changed events are fired. This is really too often since addSimulation should not cause rocket to be saved.
2012-07-02 21:40:14 +00:00
Kevin Ruland
b835dd08b4
Added dialog to load new file when the current file is modified.
2012-07-02 02:15:34 +00:00
Kevin Ruland
cb601364d0
Some more renaming of menu options and strings so they are more consistent.
2012-07-01 02:06:32 +00:00
Kevin Ruland
c1d8598536
Bump to b6.
2012-06-30 19:28:20 +00:00
Kevin Ruland
75d6440892
Localize some strings.
2012-06-30 19:24:48 +00:00
Kevin Ruland
bb64a32d34
Refactor. Rename SimulationSeriesDialog to SimulationPlotConfigDialog. Change names of layouts accordingly.
2012-06-30 19:16:34 +00:00
Kevin Ruland
c5122ebef5
Show events and times on the chart. The achartengine needs some work to get the labels in a better place. Enhance the SimulationSeriesDialog to allow selection of events.
2012-06-30 19:08:13 +00:00
Kevin Ruland
5ae62a2db2
Implement color indicators (green, yellow, red) for the Simulation Status in the Simulations list. This makes the list more like that on OR desktop.
2012-06-26 18:26:06 +00:00
Kevin Ruland
294aa177c4
Various fixes which should probably be broken into multiple commits:)
...
- Changed the way the ProgressDialog is dismissed from using some non-functional reflection code, to using a FragmentTransaction (which works)
- Added code which shows the save button only when the CurrentRocket is modified.
- Broke the save functionality into a Fragment with background Task so it is more reliable.
2012-06-25 18:30:41 +00:00
Kevin Ruland
3f47bda9e4
Bump version number.
2012-06-22 02:14:20 +00:00
Kevin Ruland
79d1fe38e3
Bump beta version to b4.
2012-06-18 21:11:09 +00:00
Kevin Ruland
641e1c2791
Added new icons from android-15 sdk. Made load and save action bar items show up if there is room for them.
2012-06-18 21:04:35 +00:00
Kevin Ruland
d9b637f02a
Don't show the ime until one of the text fields are selected.
2012-06-18 02:50:19 +00:00
Kevin Ruland
cfac7dcc81
Fix the delay entry handling.
2012-06-18 01:47:21 +00:00
Kevin Ruland
dc5c1c070c
Tweak the main layout for Honeycomb and ICS devices. Added custom layout for these devices running on non-xlarge screens which pushes the title text down below the action bar. Fixed the style for ICS and Honeycomb to properly hide the actionbar but leave the overflow menu button.
2012-06-15 14:13:04 +00:00
Kevin Ruland
61a78f49a7
Bumped beta version.
2012-06-14 13:28:30 +00:00
Kevin Ruland
90c2bdb7d8
Generate new launcher icons which have a bigger globe. This makes the icon more prominent on the destktop.
2012-06-14 13:12:33 +00:00
Kevin Ruland
1f0bcf6730
Change the initial screen handling and add file load to OpenRocketViewer activity. The OpenRocketLoaderActivity is now used as a base class for the OpenRocketViewer and Main activities. These activities now share the code used for loading ork files. The OpenRocketLoaderActivity no longer is registered in the manifest because it is not a real activity any more. The OpenRocketViewer activity now has a menu item for "load" to load a new model. The Main activity uses finish() when it transfers control to the OpenRocketViewer thus removing it from the back stack. Further, if the Main activity detects that the Application contains a rocket, it will automatically forward to the OpenRocketViewer.
2012-06-13 16:37:18 +00:00
Kevin Ruland
225d502896
Bump version number in prep for a round of testing.
2012-06-10 01:39:13 +00:00
Kevin Ruland
274f646124
Tweak the style for the main and loader activities so the action bar is transparent expect for the overflow button. This looks much nicer on ICS.
2012-06-05 13:57:37 +00:00
Kevin Ruland
0250f29f26
Added local foreground service which runs simulations. Wired into the SimulationEditFragment.
2012-06-04 19:16:27 +00:00
Kevin Ruland
cb8faf376e
Checkpoint commit with many different changes. Made the Configuration and Simulation "add" buttons to be action bar items. Added Handler to act as a listener mechansims so the OpenRocketViewer can update fragments when the rocket is modified. Added MotorConfigSpinner as custom View which is more usable than MotorConfigSpinnerAdapter.
2012-06-02 04:06:02 +00:00
Kevin Ruland
905c7f740a
Pull TreeListView from main source and include from library instead.
2012-05-27 12:57:57 +00:00
Kevin Ruland
a6a5eff5b6
Simplify the spinner styling.
2012-05-25 20:45:13 +00:00
Kevin Ruland
f7b883a4ce
Removed another file not needed after moving to ActionBarSherlock.
2012-05-25 20:44:22 +00:00
Kevin Ruland
e754dab0ca
Variety of changes based on suggestions from ADT Lint. Includes removing extra drawables left about after switching to ActionBarSherlock. Layout changes for speed improvements. etc.
2012-05-23 21:20:46 +00:00
Kevin Ruland
743ba0f57d
Change to using ActionBarSherlock for the action bar compatibility.
2012-05-23 19:45:27 +00:00
Kevin Ruland
02d9954ff1
Added Configuration tab to the rocket viewer which displays all the motor configurations and allows one to create a new motor configuration.
2012-05-22 19:34:11 +00:00
Kevin Ruland
00696ce7a3
Wire in save for OpenRocketDocument.
2012-05-15 23:01:39 +00:00
Kevin Ruland
33bbc9d65b
Add a little padding to make table easier to read.
2012-05-15 21:11:16 +00:00
Kevin Ruland
99d215fdd3
Enhance the Simulation Events Dialog so it shows more like a table with altitude and velocity values as well as time.
2012-05-15 20:58:48 +00:00
Kevin Ruland
a5d982aa4e
Have the star field visible under the actionbar in ICS and Honeycomb devices.
2012-03-14 01:29:43 +00:00
Kevin Ruland
1784665ffd
Added a version string to the main layout.
2012-02-29 18:13:20 +00:00
Kevin Ruland
5198c9e53c
Trimmed off some of the additional margin on the bottom and right side.
2012-02-29 18:11:41 +00:00
Kevin Ruland
c514314ed3
Added primitive about dialog to all main windows. Added 'donate' button to main.
2012-02-25 03:49:56 +00:00