]> git.gag.com Git - debian/openrocket/commit
Rework the filebrowser some to add some functionality. A "hidden" preference now...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 14 Feb 2012 18:33:31 +0000 (18:33 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Tue, 14 Feb 2012 18:33:31 +0000 (18:33 +0000)
commitcf590114d7e43b6be70f5188401598ed4ad73f32
treeb17d036946d9ba955f57e635a3683853976f0753
parent0041e389144d61b84204701a09cae7c85222b0f6
Rework the filebrowser some to add some functionality.  A "hidden" preference now stores the default directory to open.  This directory is marked with a gold star.  To change the default directory, you touch on a star.  Added icon for directories.  Added preference to control if only ork files are shown in the file browser.  Changed the sort order to do the fancy "logical" sort to compare number components numerically.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@415 180e2498-e6e9-4542-8430-84ac67f01cd8
android/res/drawable-mdpi/ic_directory.png [new file with mode: 0644]
android/res/drawable-mdpi/ic_star_select.png [new file with mode: 0644]
android/res/drawable-mdpi/ic_star_unselected.png [new file with mode: 0644]
android/res/drawable/filebrowser_home.xml [new file with mode: 0644]
android/res/layout/filebrowser_list_item.xml [new file with mode: 0644]
android/res/values/pref_strings.xml
android/res/values/strings.xml
android/res/xml/preferences.xml
android/src/net/sf/openrocket/android/filebrowser/AlphanumComparator.java [new file with mode: 0644]
android/src/net/sf/openrocket/android/filebrowser/SimpleFileBrowser.java