This website requires JavaScript.
Explore
Help
Sign In
hongshaorou
/
openrocket
Watch
1
Star
0
Fork
0
You've already forked openrocket
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
openrocket
/
android
/
res
History
Kevin Ruland
79d1fe38e3
Bump beta version to b4.
2012-06-18 21:11:09 +00:00
..
drawable
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
drawable-hdpi
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
drawable-ldpi
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
drawable-mdpi
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
drawable-xhdpi
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
layout
Don't show the ime until one of the text fields are selected.
2012-06-18 02:50:19 +00:00
layout-land
Add a little padding to make table easier to read.
2012-05-15 21:11:16 +00:00
layout-v11
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
layout-xlarge-land
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
layout-xlarge-port
Many style and navigation changes. Pulled in ActionBarCompat from Android sample sources to provide an action bar paradigm on pre-gingerbread devices. Changed the OpenRocket Viewer activity to use a viewpager with sliding tabs since it looks much nicer. Updated to the newest android-support-v4 jar.
2012-02-11 20:17:39 +00:00
menu
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
values
Bump beta version to b4.
2012-06-18 21:11:09 +00:00
values-v11
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
xml
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