diff --git a/project.properties b/project.properties index 01d3191e6..41cfa65aa 100644 --- a/project.properties +++ b/project.properties @@ -13,3 +13,4 @@ java.encoding=utf-8 target=android-14 android.library.reference.1=third-party/AmbilWarna android.library.reference.2=third-party/drag-sort-listview/library +android.library.reference.3=third-party/android-filechooser/code diff --git a/third-party/android-filechooser/LICENSE b/third-party/android-filechooser/LICENSE new file mode 100755 index 000000000..530faaf0e --- /dev/null +++ b/third-party/android-filechooser/LICENSE @@ -0,0 +1,18 @@ +Copyright (C) 2012 Hai Bison + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/third-party/android-filechooser/NOTICE b/third-party/android-filechooser/NOTICE new file mode 100755 index 000000000..11615f17f --- /dev/null +++ b/third-party/android-filechooser/NOTICE @@ -0,0 +1,273 @@ +android-filechooser + +Version: 5.0 + +=========== + +Feel free to contact us at: + - Homepage : http://www.haibison.com + - E-mails : + + haibison.apps(@)gmail(.)com + + support(@)haibison(.)com + +Or you can join this forum for discussion, and to receive news (new version, +bugs...), your e-mail address will be kept private: + - https://groups.google.com/forum/#!forum/android-filechooser + +And here is history: + ++++ Version 5.0 +++ + - Release: October 21, 2012 + + - We don't use Apache License 2.0 anymore. Now the library is released under + MIT license. + ++++ Version 4.9 +++ + - Release: October 20, 2012 + + - Improves the speed of formatting file time; + - Uses a unique filename of SharedPreferences instead of default application's + SharedPreferences; + - Uses Context.MODE_MULTI_PROCESS for storing global preferences; + - Uses a Runnable + setSelection() to select item of list view of files. + Because if the list view is handling data, only setSelection() might not + work; + - Updates NOTICE; + ++++ Version 4.9 beta +++ + - Initialize: October 12, 2012 + ++++ Version 4.8.1 +++ + - Release: October 12, 2012 + + - Fixes a bug that file item does not draw properly after flinging it to delete + files; + ++++ Version 4.8 +++ + - Release: October 12, 2012 + + - Fixes a small bug that last location or selected file will be not pushed into + history; + ++++ Version 4.7 +++ + - Release: October 12, 2012 + + - All date formatting utilities were moved from /IFileAdapter to + /utils.DateUtils; + - Removes key /FileChooserActivity._UseThemeDialog; + - Adds options for single tapping/ double tapping to choose files; + - Auto remembers last location; + - Adds key /FileChooserActivity._SelectFile to select a specific file on + startup; + - Updates new mime types; + - UI for footer; + - Minor changes; + ++++ Version 4.7 beta +++ + - Initialize: October 02, 2012 + ++++ Version 4.6.2 +++ + - Release: October 01, 2012 + + - Fixes: View does not reload after changing view type between list view and + grid view. + ++++ Version 4.6.1 +++ + - Release: October 01, 2012 + + - Fixes: View does not reload after changing view type between list view and + grid view. + ++++ Version 4.6 +++ + - Release: October 01, 2012 + + - Updates UI; + - Removes deprecated method History.push(A, A); + - Keeps and shows full history to the user (wherever they have been gone to); + - Removes button Cancel in dialogs. Users can tap Back button or touch outside + of the dialogs to cancel them; + - Moves [/]io.LocalFile to [/]io.localfile.LocalFile; + - Fixes: + + Issue #6 (thanks to @buckelieg); + + Issue #10; + ++++ Version 4.6 beta +++ + - Initialize: September 08, 2012 + ++++ Version 4.5 +++ + - Release: September 07, 2012 + + - New icons for menu Home, Reload and for file types audio, image, video, +plain text and compressed; + ++++ Version 4.5 beta +++ + - Initialize: August 31, 2012 + ++++ Version 4.4 +++ + - Release: August 30, 2012 + + - Added languages: Spanish, Vietnamese. Special thanks to C. - a kind friend + who helped us translate the library into Spanish; + ++++ Version 4.3 +++ + - Release: August 29, 2012 + + - Fixed issue #2 (http://code.google.com/p/android-filechooser/issues/detail?id=2); + - Upgraded UI; + - Added history viewer; + - Improved some minor code; + ++++ Version 4.3 beta +++ + - Initialization: May 19, 2012 + ++++ Version 4.2 +++ + - Release: May 15, 2012 + + - due to this bug: http://code.google.com/p/android/issues/detail?id=30622, + so we prefix all resource names with 'afc_'; + - add small text view below location bar, to show current location's full name + if it is truncated by the view's ellipsize property; + - save and restore state after screen orientation changed (except selected items + in multi-selection mode); + - add menu Reload; + - some UI fixes/ updates; + ++++ Version 4.2 beta +++ + - Initialization: May 13, 2012 + ++++ Version 4.1 +++ + - Release: May 12, 2012 + + - update UI messages; + - if the app does not have permission WRITE_EXTERNAL_STORAGE, notify user + when he creates or deletes folder/ file; + - make location bar hold buttons of directories, which user can click to + go to; + ++++ Version 4.1 beta +++ + - Initialization: May 11, 2012 + ++++ Version 4.0 - Tablet +++ + - Release: May 11, 2012 + + - add Home button; + - add grid view/ list view mode; + - allow creating new directory; + - allow deleting a single file/ directory by flinging its name; + - use android-support-v13.jar: + + show menu items as actions from API 11 and up; + + support new Android layout; + - change to new icons; + - some minor changes; + ++++ Version 4.0 beta +++ + - Initialization: May 08, 2012 + ++++ Version 3.5 +++ + - Release: May 01, 2012 + + - remove button Cancel (use default Back button of system) + - hello May Day :-) + ++++ Version 3.4 +++ + - Release: March 23, 2012 + + - fix serious bug: hardcode service action name of local file provider; + the service will be called as a remote service, which will raise + fatal exception if there are multiple instances of the library installed + on the device; + ++++ Version 3.3 +++ + - Release: March 22, 2012 + + - fix bug in LoadingDialog: if the user finishes the owner activity, + the application can crash if the dialog is going to show up or dismiss; + - improve FileChooserActivity: make its height and width always fit the + screen size in dialog theme; + ++++ Version 3.2 +++ + - Release: March 16, 2012 + + - add package io: IFile and LocalFile; + - use IFile instead of java.io.File; + - remove FileContainer and package bean; + ++++ Version 3.1 +++ + - Release: March 15, 2012 + + - add FileProviderService; + ++++ Version 3.0 +++ + - Release: March 15, 2012 + + - move file listing functions to external service; + - change project name from FileChooser to android-filechooser :-D + - some minor changes: + + UI messages; + + icons; + + make LoadingDialog use AsyncTask instead of Thread; + + ... + ++++ Version 2.0 +++ + - Release: Feb 22, 2012 + + - change default date format to "yyyy.MM.dd hh:mm a"; + - try using sdcard as rootpath if it is not specified; if sdcard is not available, use "/"; + - add sorter (by name/ size/ date); + - show directories' date (last modified); + ++++ Version 1.91 +++ + - Release: Feb 06, 2012 + + - Add: show file time (last modified); + ++++ Version 1.9 +++ + - Release: Feb 06, 2012 + + - Fix: crash if cast footer of listview to DataModel; + ++++ Version 1.8.2 +++ + - Release: Feb 06, 2012 + + - enable fast scroll of the list view; + ++++ Version 1.8.1 +++ + - Release: Feb 05, 2012 + + - Fix: it doesn't remember the first path (rootpath) in history; + ++++ Version 1.8 +++ + - Release: Feb 05, 2012 + + - Shows progress dialog while listing files of a directory; + - Adds flag max file count allowed, in case the directory has thousands of files, + the application can harm memory. Default value is 1,024; + - TODO: let the user cancel the method java.io.File.listFiles(). + It seems this is up to Android developers :-) + ++++ Version 1.7 +++ + - Release: Jan 22, 2012 + + - add function to check if filename (in save dialog mode) is valid or not; + - change name FilesAdapter to FileAdapter; + ++++ Version 1.6 +++ + - Release: Jan 13, 2012 + + - check and warn user if save as filename is a directory; + - when finish, return some flags for further use (in case the + caller needs); + ++++ Version 1.5 +++ + - Release: Jan 13, 2012 + + - apply Apache License 2.0; + - set result code to RESULT_CANCELED when user clicks button Cancel; + ++++ Version 1.4 +++ + - Release: Jan 08, 2012 + + - first publishing; + - choose file(s) dialog; + - choose file(s) and/or directory(ies) dialog; + - save as dialog; diff --git a/third-party/android-filechooser/code/AndroidManifest.xml b/third-party/android-filechooser/code/AndroidManifest.xml new file mode 100755 index 000000000..431c8d6a5 --- /dev/null +++ b/third-party/android-filechooser/code/AndroidManifest.xml @@ -0,0 +1,18 @@ + + + + + + + + \ No newline at end of file diff --git a/third-party/android-filechooser/code/build.xml b/third-party/android-filechooser/code/build.xml new file mode 100755 index 000000000..716fae9ee --- /dev/null +++ b/third-party/android-filechooser/code/build.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/third-party/android-filechooser/code/proguard-project.txt b/third-party/android-filechooser/code/proguard-project.txt new file mode 100755 index 000000000..f2fe1559a --- /dev/null +++ b/third-party/android-filechooser/code/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/third-party/android-filechooser/code/proguard.cfg b/third-party/android-filechooser/code/proguard.cfg new file mode 100755 index 000000000..b1cdf17b5 --- /dev/null +++ b/third-party/android-filechooser/code/proguard.cfg @@ -0,0 +1,40 @@ +-optimizationpasses 5 +-dontusemixedcaseclassnames +-dontskipnonpubliclibraryclasses +-dontpreverify +-verbose +-optimizations !code/simplification/arithmetic,!field/*,!class/merging/* + +-keep public class * extends android.app.Activity +-keep public class * extends android.app.Application +-keep public class * extends android.app.Service +-keep public class * extends android.content.BroadcastReceiver +-keep public class * extends android.content.ContentProvider +-keep public class * extends android.app.backup.BackupAgentHelper +-keep public class * extends android.preference.Preference +-keep public class com.android.vending.licensing.ILicensingService + +-keepclasseswithmembernames class * { + native ; +} + +-keepclasseswithmembers class * { + public (android.content.Context, android.util.AttributeSet); +} + +-keepclasseswithmembers class * { + public (android.content.Context, android.util.AttributeSet, int); +} + +-keepclassmembers class * extends android.app.Activity { + public void *(android.view.View); +} + +-keepclassmembers enum * { + public static **[] values(); + public static ** valueOf(java.lang.String); +} + +-keep class * implements android.os.Parcelable { + public static final android.os.Parcelable$Creator *; +} diff --git a/third-party/android-filechooser/code/project.properties b/third-party/android-filechooser/code/project.properties new file mode 100755 index 000000000..d52557723 --- /dev/null +++ b/third-party/android-filechooser/code/project.properties @@ -0,0 +1,12 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-14 +android.library=true diff --git a/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_gridview.png b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_gridview.png new file mode 100755 index 000000000..c93964e77 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_gridview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_home.png b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_home.png new file mode 100755 index 000000000..72305cbec Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_home.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_listview.png b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_listview.png new file mode 100755 index 000000000..7b2e487bd Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_listview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_reload.png b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_reload.png new file mode 100755 index 000000000..1ed03f018 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_reload.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_date_asc.png b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_date_asc.png new file mode 100755 index 000000000..60873cf60 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_date_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_date_desc.png b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_date_desc.png new file mode 100755 index 000000000..7cebfcdee Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_date_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_name_asc.png b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_name_asc.png new file mode 100755 index 000000000..038546d62 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_name_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_name_desc.png b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_name_desc.png new file mode 100755 index 000000000..bad538983 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_name_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_size_asc.png b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_size_asc.png new file mode 100755 index 000000000..7772d62eb Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_size_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_size_desc.png b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_size_desc.png new file mode 100755 index 000000000..5497e1476 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi-v11/afc_ic_menu_sort_by_size_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_create_folder.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_create_folder.png new file mode 100644 index 000000000..065383947 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_create_folder.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_create_folder_disabled.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_create_folder_disabled.png new file mode 100644 index 000000000..2660e6fe0 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_create_folder_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_create_folder_pressed.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_create_folder_pressed.png new file mode 100644 index 000000000..ad50c0e83 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_create_folder_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_grid.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_grid.png new file mode 100644 index 000000000..6a94b4e90 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_grid.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_grid_disabled.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_grid_disabled.png new file mode 100644 index 000000000..69b10f1e0 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_grid_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_grid_pressed.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_grid_pressed.png new file mode 100644 index 000000000..2a1172eb0 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_grid_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_list.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_list.png new file mode 100644 index 000000000..a1b4eabe3 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_list.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_list_disabled.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_list_disabled.png new file mode 100644 index 000000000..cf7ead6e1 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_list_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_list_pressed.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_list_pressed.png new file mode 100644 index 000000000..a296a74da Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_folders_view_list_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_left.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_left.png new file mode 100644 index 000000000..71a2b2bbb Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_left.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_left_disabled.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_left_disabled.png new file mode 100755 index 000000000..d069ca2a0 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_left_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_left_pressed.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_left_pressed.png new file mode 100755 index 000000000..3f1618067 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_left_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_right.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_right.png new file mode 100755 index 000000000..41a2ae2ee Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_right.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_right_disabled.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_right_disabled.png new file mode 100755 index 000000000..2c8c9e32d Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_right_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_right_pressed.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_right_pressed.png new file mode 100755 index 000000000..c4a47a304 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_navi_right_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_ok_saveas.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_ok_saveas.png new file mode 100755 index 000000000..dff270757 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_ok_saveas.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_ok_saveas_pressed.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_ok_saveas_pressed.png new file mode 100755 index 000000000..358a571c7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_ok_saveas_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_as.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_as.png new file mode 100644 index 000000000..9accaa699 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_as.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_as_disabled.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_as_disabled.png new file mode 100644 index 000000000..5bd58d4b9 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_as_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_as_pressed.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_as_pressed.png new file mode 100644 index 000000000..b3387253b Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_as_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_de.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_de.png new file mode 100644 index 000000000..e233487ae Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_de.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_de_disabled.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_de_disabled.png new file mode 100644 index 000000000..6e40c36b8 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_de_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_de_pressed.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_de_pressed.png new file mode 100644 index 000000000..cf355aa65 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_button_sort_de_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_context_menu_item_divider.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_context_menu_item_divider.png new file mode 100755 index 000000000..eba06e25e Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_context_menu_item_divider.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_file.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file.png new file mode 100755 index 000000000..fcf239cf9 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_audio.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_audio.png new file mode 100755 index 000000000..5d21334ad Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_audio.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_compressed.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_compressed.png new file mode 100755 index 000000000..0fe46f32f Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_compressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_image.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_image.png new file mode 100755 index 000000000..ccc114009 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_image.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_plain_text.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_plain_text.png new file mode 100755 index 000000000..fe20bb44d Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_plain_text.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_video.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_video.png new file mode 100755 index 000000000..21596889e Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_file_video.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_folder.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_folder.png new file mode 100644 index 000000000..d7629aef7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_folder.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_folder_locked.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_folder_locked.png new file mode 100644 index 000000000..1705a11e1 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_folder_locked.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_gridview.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_gridview.png new file mode 100755 index 000000000..e5f007da7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_gridview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_home.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_home.png new file mode 100755 index 000000000..d5bf46541 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_home.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_listview.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_listview.png new file mode 100755 index 000000000..428553da4 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_listview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_reload.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_reload.png new file mode 100755 index 000000000..04ae1dbcc Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_reload.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_date_asc.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_date_asc.png new file mode 100755 index 000000000..93cd66bdc Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_date_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_date_desc.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_date_desc.png new file mode 100755 index 000000000..5d6161820 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_date_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_name_asc.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_name_asc.png new file mode 100755 index 000000000..0994e963c Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_name_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_name_desc.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_name_desc.png new file mode 100755 index 000000000..f3b90c58c Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_name_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_size_asc.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_size_asc.png new file mode 100755 index 000000000..b0248642c Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_size_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_size_desc.png b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_size_desc.png new file mode 100755 index 000000000..3fab84c2a Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-hdpi/afc_ic_menu_sort_by_size_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_gridview.png b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_gridview.png new file mode 100755 index 000000000..d65bb4e95 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_gridview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_home.png b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_home.png new file mode 100755 index 000000000..1b85f9ae7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_home.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_listview.png b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_listview.png new file mode 100755 index 000000000..fc288784f Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_listview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_reload.png b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_reload.png new file mode 100755 index 000000000..16f86cfa3 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_reload.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_date_asc.png b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_date_asc.png new file mode 100755 index 000000000..0bdf02a16 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_date_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_date_desc.png b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_date_desc.png new file mode 100755 index 000000000..d51b86ba9 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_date_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_name_asc.png b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_name_asc.png new file mode 100755 index 000000000..7dd1e11c1 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_name_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_name_desc.png b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_name_desc.png new file mode 100755 index 000000000..79838ec8f Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_name_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_size_asc.png b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_size_asc.png new file mode 100755 index 000000000..44fda6301 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_size_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_size_desc.png b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_size_desc.png new file mode 100755 index 000000000..76c061a5b Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi-v11/afc_ic_menu_sort_by_size_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_left.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_left.png new file mode 100755 index 000000000..9d730f8da Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_left.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_left_disabled.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_left_disabled.png new file mode 100755 index 000000000..33346b201 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_left_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_left_pressed.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_left_pressed.png new file mode 100755 index 000000000..d668d8fe3 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_left_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_right.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_right.png new file mode 100755 index 000000000..03c67d5ab Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_right.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_right_disabled.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_right_disabled.png new file mode 100755 index 000000000..1734c0a6d Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_right_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_right_pressed.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_right_pressed.png new file mode 100755 index 000000000..c57ab9ec1 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_navi_right_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_ok_saveas.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_ok_saveas.png new file mode 100755 index 000000000..2551cb028 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_ok_saveas.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_ok_saveas_pressed.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_ok_saveas_pressed.png new file mode 100755 index 000000000..32cbaf1ff Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_button_ok_saveas_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_context_menu_item_divider.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_context_menu_item_divider.png new file mode 100755 index 000000000..31988f947 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_context_menu_item_divider.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_file.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file.png new file mode 100755 index 000000000..3df85c804 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_audio.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_audio.png new file mode 100755 index 000000000..c0432e97d Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_audio.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_compressed.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_compressed.png new file mode 100755 index 000000000..44832586a Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_compressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_image.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_image.png new file mode 100755 index 000000000..1ff8c5240 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_image.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_plain_text.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_plain_text.png new file mode 100755 index 000000000..8e3c81a1b Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_plain_text.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_video.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_video.png new file mode 100755 index 000000000..4424caccf Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_file_video.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_folder.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_folder.png new file mode 100644 index 000000000..d7629aef7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_folder.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_folder_locked.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_folder_locked.png new file mode 100644 index 000000000..1705a11e1 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_folder_locked.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_gridview.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_gridview.png new file mode 100755 index 000000000..9756336ef Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_gridview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_home.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_home.png new file mode 100755 index 000000000..be4e35b25 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_home.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_listview.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_listview.png new file mode 100755 index 000000000..bfa02fd80 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_listview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_reload.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_reload.png new file mode 100755 index 000000000..e8f658adc Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_reload.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_date_asc.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_date_asc.png new file mode 100755 index 000000000..af94a1315 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_date_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_date_desc.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_date_desc.png new file mode 100755 index 000000000..2bd3fe623 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_date_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_name_asc.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_name_asc.png new file mode 100755 index 000000000..80b408eb0 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_name_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_name_desc.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_name_desc.png new file mode 100755 index 000000000..cc69cc265 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_name_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_size_asc.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_size_asc.png new file mode 100755 index 000000000..a72437454 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_size_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_size_desc.png b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_size_desc.png new file mode 100755 index 000000000..e61dc50d3 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-ldpi/afc_ic_menu_sort_by_size_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_gridview.png b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_gridview.png new file mode 100755 index 000000000..69f766270 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_gridview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_home.png b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_home.png new file mode 100755 index 000000000..cb89c8f9d Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_home.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_listview.png b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_listview.png new file mode 100755 index 000000000..226042a44 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_listview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_reload.png b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_reload.png new file mode 100755 index 000000000..a75b6d73d Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_reload.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_date_asc.png b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_date_asc.png new file mode 100755 index 000000000..ca2f1a74f Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_date_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_date_desc.png b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_date_desc.png new file mode 100755 index 000000000..ba9658788 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_date_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_name_asc.png b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_name_asc.png new file mode 100755 index 000000000..8daa7febc Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_name_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_name_desc.png b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_name_desc.png new file mode 100755 index 000000000..6e53d2311 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_name_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_size_asc.png b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_size_asc.png new file mode 100755 index 000000000..777c94947 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_size_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_size_desc.png b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_size_desc.png new file mode 100755 index 000000000..b9290a3d0 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi-v11/afc_ic_menu_sort_by_size_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_left.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_left.png new file mode 100755 index 000000000..0c7e069b7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_left.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_left_disabled.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_left_disabled.png new file mode 100755 index 000000000..fb744df3a Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_left_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_left_pressed.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_left_pressed.png new file mode 100755 index 000000000..81329de0f Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_left_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_right.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_right.png new file mode 100755 index 000000000..44fe22b76 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_right.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_right_disabled.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_right_disabled.png new file mode 100755 index 000000000..989209d9f Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_right_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_right_pressed.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_right_pressed.png new file mode 100755 index 000000000..32183b1c0 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_navi_right_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_ok_saveas.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_ok_saveas.png new file mode 100755 index 000000000..01eff9826 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_ok_saveas.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_ok_saveas_pressed.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_ok_saveas_pressed.png new file mode 100755 index 000000000..90bafe831 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_button_ok_saveas_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_context_menu_item_divider.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_context_menu_item_divider.png new file mode 100755 index 000000000..1cb23d927 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_context_menu_item_divider.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_file.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file.png new file mode 100755 index 000000000..91a494a22 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_audio.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_audio.png new file mode 100755 index 000000000..6614e53d9 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_audio.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_compressed.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_compressed.png new file mode 100755 index 000000000..bd522fa0d Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_compressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_image.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_image.png new file mode 100755 index 000000000..677ce77d3 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_image.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_plain_text.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_plain_text.png new file mode 100755 index 000000000..74e5fc89d Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_plain_text.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_video.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_video.png new file mode 100755 index 000000000..7e68e8b23 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_file_video.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_folder.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_folder.png new file mode 100644 index 000000000..d7629aef7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_folder.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_folder_locked.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_folder_locked.png new file mode 100644 index 000000000..1705a11e1 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_folder_locked.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_gridview.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_gridview.png new file mode 100755 index 000000000..db52be166 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_gridview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_home.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_home.png new file mode 100755 index 000000000..284fbe084 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_home.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_listview.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_listview.png new file mode 100755 index 000000000..cd1025610 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_listview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_reload.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_reload.png new file mode 100755 index 000000000..9841ba415 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_reload.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_date_asc.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_date_asc.png new file mode 100755 index 000000000..77cc5b262 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_date_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_date_desc.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_date_desc.png new file mode 100755 index 000000000..dd10b070a Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_date_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_name_asc.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_name_asc.png new file mode 100755 index 000000000..15ee746d1 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_name_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_name_desc.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_name_desc.png new file mode 100755 index 000000000..05a0a9047 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_name_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_size_asc.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_size_asc.png new file mode 100755 index 000000000..e30b379bc Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_size_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_size_desc.png b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_size_desc.png new file mode 100755 index 000000000..c71524ac6 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-mdpi/afc_ic_menu_sort_by_size_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_gridview.png b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_gridview.png new file mode 100755 index 000000000..019dc18d4 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_gridview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_home.png b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_home.png new file mode 100755 index 000000000..bec48ec04 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_home.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_listview.png b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_listview.png new file mode 100755 index 000000000..1e2c31af0 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_listview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_reload.png b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_reload.png new file mode 100755 index 000000000..4531d20e4 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_reload.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_date_asc.png b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_date_asc.png new file mode 100755 index 000000000..f38791bc2 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_date_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_date_desc.png b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_date_desc.png new file mode 100755 index 000000000..98d53e8b7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_date_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_name_asc.png b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_name_asc.png new file mode 100755 index 000000000..c9b246024 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_name_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_name_desc.png b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_name_desc.png new file mode 100755 index 000000000..0711902f3 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_name_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_size_asc.png b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_size_asc.png new file mode 100755 index 000000000..929608368 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_size_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_size_desc.png b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_size_desc.png new file mode 100755 index 000000000..ddb53f823 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi-v11/afc_ic_menu_sort_by_size_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_left.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_left.png new file mode 100755 index 000000000..7ff958bc3 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_left.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_left_disabled.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_left_disabled.png new file mode 100755 index 000000000..3aaface84 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_left_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_left_pressed.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_left_pressed.png new file mode 100755 index 000000000..ccc0a1a46 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_left_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_right.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_right.png new file mode 100755 index 000000000..778dc246a Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_right.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_right_disabled.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_right_disabled.png new file mode 100755 index 000000000..8f3362dbb Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_right_disabled.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_right_pressed.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_right_pressed.png new file mode 100755 index 000000000..ff0d91b0b Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_navi_right_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_ok_saveas.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_ok_saveas.png new file mode 100755 index 000000000..7a70073d6 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_ok_saveas.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_ok_saveas_pressed.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_ok_saveas_pressed.png new file mode 100755 index 000000000..02994cc5a Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_button_ok_saveas_pressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_context_menu_item_divider.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_context_menu_item_divider.png new file mode 100755 index 000000000..d69823b60 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_context_menu_item_divider.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file.png new file mode 100755 index 000000000..3744656b2 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_audio.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_audio.png new file mode 100755 index 000000000..c93678166 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_audio.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_compressed.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_compressed.png new file mode 100755 index 000000000..87270f8dc Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_compressed.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_image.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_image.png new file mode 100755 index 000000000..9da2f5de9 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_image.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_plain_text.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_plain_text.png new file mode 100755 index 000000000..6ae1b983f Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_plain_text.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_video.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_video.png new file mode 100755 index 000000000..c508431c6 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_file_video.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_folder.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_folder.png new file mode 100644 index 000000000..d7629aef7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_folder.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_folder_locked.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_folder_locked.png new file mode 100644 index 000000000..1705a11e1 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_folder_locked.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_gridview.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_gridview.png new file mode 100755 index 000000000..b5ca4d015 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_gridview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_home.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_home.png new file mode 100755 index 000000000..903dbbe11 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_home.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_listview.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_listview.png new file mode 100755 index 000000000..9ce6bb757 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_listview.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_reload.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_reload.png new file mode 100755 index 000000000..6d2e14ae7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_reload.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_date_asc.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_date_asc.png new file mode 100755 index 000000000..b618ef5c7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_date_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_date_desc.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_date_desc.png new file mode 100755 index 000000000..eff5fce6a Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_date_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_name_asc.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_name_asc.png new file mode 100755 index 000000000..3377d28b7 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_name_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_name_desc.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_name_desc.png new file mode 100755 index 000000000..8aa3d4992 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_name_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_size_asc.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_size_asc.png new file mode 100755 index 000000000..0a71054b5 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_size_asc.png differ diff --git a/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_size_desc.png b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_size_desc.png new file mode 100755 index 000000000..477acaf04 Binary files /dev/null and b/third-party/android-filechooser/code/res/drawable-xhdpi/afc_ic_menu_sort_by_size_desc.png differ diff --git a/third-party/android-filechooser/code/res/drawable/afc_button_location_dark_pressed.xml b/third-party/android-filechooser/code/res/drawable/afc_button_location_dark_pressed.xml new file mode 100755 index 000000000..0cfca1235 --- /dev/null +++ b/third-party/android-filechooser/code/res/drawable/afc_button_location_dark_pressed.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/third-party/android-filechooser/code/res/drawable/afc_selector_button_create_folder.xml b/third-party/android-filechooser/code/res/drawable/afc_selector_button_create_folder.xml new file mode 100755 index 000000000..0d6c63cb0 --- /dev/null +++ b/third-party/android-filechooser/code/res/drawable/afc_selector_button_create_folder.xml @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/third-party/android-filechooser/code/res/drawable/afc_selector_button_folders_view_grid.xml b/third-party/android-filechooser/code/res/drawable/afc_selector_button_folders_view_grid.xml new file mode 100755 index 000000000..5886530a5 --- /dev/null +++ b/third-party/android-filechooser/code/res/drawable/afc_selector_button_folders_view_grid.xml @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/third-party/android-filechooser/code/res/drawable/afc_selector_button_folders_view_list.xml b/third-party/android-filechooser/code/res/drawable/afc_selector_button_folders_view_list.xml new file mode 100755 index 000000000..969faaf5a --- /dev/null +++ b/third-party/android-filechooser/code/res/drawable/afc_selector_button_folders_view_list.xml @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/third-party/android-filechooser/code/res/drawable/afc_selector_button_location_dark.xml b/third-party/android-filechooser/code/res/drawable/afc_selector_button_location_dark.xml new file mode 100755 index 000000000..dc2f94ddb --- /dev/null +++ b/third-party/android-filechooser/code/res/drawable/afc_selector_button_location_dark.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/third-party/android-filechooser/code/res/drawable/afc_selector_button_navi_left.xml b/third-party/android-filechooser/code/res/drawable/afc_selector_button_navi_left.xml new file mode 100755 index 000000000..4734e3758 --- /dev/null +++ b/third-party/android-filechooser/code/res/drawable/afc_selector_button_navi_left.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/third-party/android-filechooser/code/res/drawable/afc_selector_button_navi_right.xml b/third-party/android-filechooser/code/res/drawable/afc_selector_button_navi_right.xml new file mode 100755 index 000000000..d0a36205e --- /dev/null +++ b/third-party/android-filechooser/code/res/drawable/afc_selector_button_navi_right.xml @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/third-party/android-filechooser/code/res/drawable/afc_selector_button_ok_saveas.xml b/third-party/android-filechooser/code/res/drawable/afc_selector_button_ok_saveas.xml new file mode 100755 index 000000000..2d4b37ea5 --- /dev/null +++ b/third-party/android-filechooser/code/res/drawable/afc_selector_button_ok_saveas.xml @@ -0,0 +1,14 @@ + + + + + + + + + \ No newline at end of file diff --git a/third-party/android-filechooser/code/res/drawable/afc_selector_button_sort_as.xml b/third-party/android-filechooser/code/res/drawable/afc_selector_button_sort_as.xml new file mode 100755 index 000000000..8e0e25dd3 --- /dev/null +++ b/third-party/android-filechooser/code/res/drawable/afc_selector_button_sort_as.xml @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/third-party/android-filechooser/code/res/drawable/afc_selector_button_sort_de.xml b/third-party/android-filechooser/code/res/drawable/afc_selector_button_sort_de.xml new file mode 100755 index 000000000..c1bc07805 --- /dev/null +++ b/third-party/android-filechooser/code/res/drawable/afc_selector_button_sort_de.xml @@ -0,0 +1,15 @@ + + + + + + + + + + diff --git a/third-party/android-filechooser/code/res/layout-v11/afc_file_chooser.xml b/third-party/android-filechooser/code/res/layout-v11/afc_file_chooser.xml new file mode 100755 index 000000000..1e523ca0a --- /dev/null +++ b/third-party/android-filechooser/code/res/layout-v11/afc_file_chooser.xml @@ -0,0 +1,215 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +