add OI File Manager and AndroidSupportV2 used by it
authornotaz <notasas@gmail.com>
Fri, 8 Jun 2012 00:40:01 +0000 (03:40 +0300)
committernotaz <notasas@gmail.com>
Fri, 8 Jun 2012 00:40:01 +0000 (03:40 +0300)
commit811a5a4a3091f65fef340acafe62d6355b13c44f
treeee054d6f81a489dccad963a6fd5a7b8bad8156e1
parent4401ca4aa1b3938939c6c371dfda57aa0652696f
add OI File Manager and AndroidSupportV2 used by it

can't just use upstream git due to heavy hacking needed,
see the next patch.
427 files changed:
apps/AndroidSupportV2/.classpath [new file with mode: 0644]
apps/AndroidSupportV2/.project [new file with mode: 0644]
apps/AndroidSupportV2/AndroidManifest.xml [new file with mode: 0644]
apps/AndroidSupportV2/default.properties [new file with mode: 0644]
apps/AndroidSupportV2/honeycomb/android/support/v2/app/ActivityCompatHoneycomb.java [new file with mode: 0644]
apps/AndroidSupportV2/honeycomb/android/support/v2/view/MenuCompatHoneycomb.java [new file with mode: 0644]
apps/AndroidSupportV2/proguard.cfg [new file with mode: 0644]
apps/AndroidSupportV2/readme.txt [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/BackStackRecord.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/DialogFragment.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/Fragment.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/FragmentActivity.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/FragmentManager.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/FragmentTransaction.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/HCSparseArray.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/ListFragment.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/LoaderManager.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/NoSaveStateFrameLayout.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/app/SuperNotCalledException.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/content/AsyncTaskLoader.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/content/CursorLoader.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/content/Loader.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/os/Build.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/util/DebugUtils.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/util/LogWriter.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/util/LruCache.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/util/TimeUtils.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/view/MenuCompat.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/widget/CursorAdapter.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/widget/CursorFilter.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/widget/ResourceCursorAdapter.java [new file with mode: 0644]
apps/AndroidSupportV2/src/android/support/v2/widget/SimpleCursorAdapter.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/.classpath [new file with mode: 0644]
apps/oi-filemanager/FileManager/.project [new file with mode: 0644]
apps/oi-filemanager/FileManager/AndroidManifest.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/build.properties [new file with mode: 0644]
apps/oi-filemanager/FileManager/build.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/jni/Android.mk [new file with mode: 0644]
apps/oi-filemanager/FileManager/jni/Application.mk [new file with mode: 0644]
apps/oi-filemanager/FileManager/jni/access.c [new file with mode: 0644]
apps/oi-filemanager/FileManager/libs/android-support-v2.jar [new file with mode: 0644]
apps/oi-filemanager/FileManager/libs/armeabi/libaccess.so [new file with mode: 0755]
apps/oi-filemanager/FileManager/proguard.cfg [new file with mode: 0644]
apps/oi-filemanager/FileManager/project.properties [new file with mode: 0644]
apps/oi-filemanager/FileManager/readme.txt [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi-v11/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi-v5/ic_button_checked.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi-v5/ic_button_unchecked.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi-v5/ic_launcher_folder.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi-v5/ic_launcher_home.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi-v5/ic_launcher_home_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi-v5/ic_launcher_sdcard.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi-v5/ic_launcher_sdcard_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi-v5/ic_menu_star.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi/ic_launcher_android_package.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi/ic_launcher_archive.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi/ic_launcher_audio.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi/ic_launcher_file.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi/ic_launcher_text_csv.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi/ic_launcher_text_html.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi/ic_launcher_text_plain.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi/ic_launcher_text_xml.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-hdpi/ic_launcher_video.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi-v11/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi-v5/ic_button_checked.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi-v5/ic_button_unchecked.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi-v5/ic_launcher_folder.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi-v5/ic_launcher_home.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi-v5/ic_launcher_home_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi-v5/ic_launcher_sdcard.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi-v5/ic_launcher_sdcard_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi-v5/ic_menu_star.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi/ic_launcher_android_package.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi/ic_launcher_archive.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi/ic_launcher_audio.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi/ic_launcher_file.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi/ic_launcher_text_csv.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi/ic_launcher_text_html.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi/ic_launcher_text_plain.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi/ic_launcher_text_xml.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-ldpi/ic_launcher_video.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi-v11/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi-v5/ic_button_checked.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi-v5/ic_button_unchecked.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi-v5/ic_launcher_folder.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi-v5/ic_launcher_home.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi-v5/ic_launcher_home_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi-v5/ic_launcher_sdcard.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi-v5/ic_launcher_sdcard_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi-v5/ic_menu_star.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi/ic_launcher_android_package.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi/ic_launcher_archive.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi/ic_launcher_audio.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi/ic_launcher_file.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi/ic_launcher_text_csv.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi/ic_launcher_text_html.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi/ic_launcher_text_plain.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi/ic_launcher_text_xml.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-mdpi/ic_launcher_video.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi-v11/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi-v5/ic_launcher_folder.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi-v5/ic_launcher_home.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi-v5/ic_launcher_home_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi-v5/ic_launcher_sdcard.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi-v5/ic_launcher_sdcard_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi-v5/ic_menu_star.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi/ic_launcher_android_package.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi/ic_launcher_archive.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi/ic_launcher_audio.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi/ic_launcher_file.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi/ic_launcher_text_csv.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi/ic_launcher_text_html.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi/ic_launcher_text_plain.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi/ic_launcher_text_xml.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable-xhdpi/ic_launcher_video.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_button_checked.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_button_unchecked.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_launcher_folder.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_launcher_folder_open.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_launcher_home.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_launcher_home_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_launcher_sdcard.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_launcher_sdcard_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_menu_back_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_menu_forward_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_menu_multiselect.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/ic_menu_star.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/drawable/icon_file.png [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/layout/dialog_details.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/layout/dialog_new_folder.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/layout/dialog_warning.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/layout/filelist.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/layout/filelist_item.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/raw/recent_changes.txt [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-ar/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-be/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-bg/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-ca/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-cs/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-da/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-de/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-el/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-en-rGB/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-es/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-fa/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-fo/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-fr/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-hi/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-hu/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-it/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-iw/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-ja/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-ko/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-lo/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-lv/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-nb/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-nl/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-oc/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-pa/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-pl/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-pt-rBR/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-pt/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-ro/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-ru/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-sc/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-sd/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-sk/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-sl/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-tl/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-tr/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-ug/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-zh-rCN/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values-zh-rTW/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values/arrays.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/values/strings_not_for_translation.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/xml/about.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/xml/mimetypes.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/res/xml/preferences.xml [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/BookmarksProvider.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/DirectoryContents.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/DirectoryScanner.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/FileManagerActivity.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/FileManagerProvider.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/IconifiedText.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/IconifiedTextListAdapter.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/IconifiedTextView.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/PreferenceActivity.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/SaveAsActivity.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/ThumbnailLoader.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/compatibility/BitmapDrawable_Compatible.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/compatibility/BitmapDrawable_SDK_1_6.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/compatibility/SoftKeyboard.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/util/CompressManager.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/util/ExtractManager.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/util/FileUtils.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/util/ImageUtils.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/util/MimeTypeParser.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/filemanager/util/MimeTypes.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/intents/FileManagerIntents.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/src/org/openintents/util/MenuIntentOptionsWithIcons.java [new file with mode: 0644]
apps/oi-filemanager/FileManager/template of build-private.properties [new file with mode: 0644]
apps/oi-filemanager/FileManager/template of local.properties [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/.classpath [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/.project [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/AndroidManifest.xml [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/build.properties [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/build.xml [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/default.properties [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/project.properties [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/readme.txt [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/res/drawable/ic_launcher_folder.png [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/res/drawable/ic_launcher_folder_small.png [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/res/drawable/icon.png [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/res/layout/main.xml [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/res/values/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/src/org/openintents/filemanager/demo/Demo.java [new file with mode: 0644]
apps/oi-filemanager/FileManagerDemo/src/org/openintents/intents/FileManagerIntents.java [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/.classpath [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/.project [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/AndroidManifest.xml [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/ant.properties [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/build.xml [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/libs/polidea_test_runner_1.2.jar [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/libs/robotium-solo-3.1-javadoc.jar [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/libs/robotium-solo-3.1.jar [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/project.properties [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/readme.txt [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/res/drawable-hdpi/icon.png [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/res/drawable-ldpi/icon.png [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/res/drawable-mdpi/icon.png [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/res/layout/main.xml [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/res/values/strings.xml [new file with mode: 0644]
apps/oi-filemanager/FileManagerTest/src/org/openintents/filemanager/test/TestFileManagerActivity.java [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_android_package/drawable-hdpi/ic_launcher_android_package.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_android_package/drawable-ldpi/ic_launcher_android_package.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_android_package/drawable-mdpi/ic_launcher_android_package.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_android_package/drawable-xhdpi/ic_launcher_android_package.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_android_package/ic_launcher_android_package.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_archive/hdpi/ic_launcher_archive.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_archive/ic_launcher_archive.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_archive/ldpi/ic_launcher_archive.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_archive/mdpi/ic_launcher_archive.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_archive/xhdpi/ic_launcher_archive.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_audio/drawable-hdpi/ic_launcher_audio.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_audio/drawable-ldpi/ic_launcher_audio.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_audio/drawable-mdpi/ic_launcher_audio.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_audio/drawable-xhdpi/ic_launcher_audio.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_audio/ic_launcher_audio.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_file/drawable-hdpi/ic_launcher_file.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_file/drawable-ldpi/ic_launcher_file.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_file/drawable-mdpi/ic_launcher_file.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_file/drawable-xhdpi/ic_launcher_file.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_file/ic_launcher_file.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_folder/hdpi/ic_launcher_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_folder/ic_launcher_folder.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_folder/ldpi/ic_launcher_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_folder/mdpi/ic_launcher_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_folder/xhdpi/ic_launcher_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_home/hdpi/ic_launcher_home.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_home/ic_launcher_home.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_home/ldpi/ic_launcher_home.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_home/mdpi/ic_launcher_home.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_home/xhdpi/ic_launcher_home.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_image/drawable-hdpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_image/drawable-ldpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_image/drawable-mdpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_image/drawable-xhdpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_image/ic_launcher_image.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_image_old1/hdpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_image_old1/ic_launcher_image.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_image_old1/ldpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_image_old1/mdpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_image_old1/xhdpi/ic_launcher_image.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_microsd/hdpi/ic_launcher_microsd.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_microsd/ic_launcher_microsd.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_microsd/ldpi/ic_launcher_microsd.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_microsd/mdpi/ic_launcher_microsd.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_microsd/xhdpi/ic_launcher_microsd.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_sdcard/drawable-hdpi/ic_launcher_sdcard.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_sdcard/drawable-ldpi/ic_launcher_sdcard.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_sdcard/drawable-mdpi/ic_launcher_sdcard.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_sdcard/drawable-xhdpi/ic_launcher_sdcard.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_sdcard/ic_launcher_sdcard.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_csv/drawable-hdpi/ic_launcher_text_csv.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_csv/drawable-ldpi/ic_launcher_text_csv.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_csv/drawable-mdpi/ic_launcher_text_csv.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_csv/drawable-xhdpi/ic_launcher_text_csv.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_csv/ic_launcher_text_csv.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_html/hdpi/ic_launcher_text_html.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_html/ic_launcher_text_html.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_html/ldpi/ic_launcher_text_html.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_html/mdpi/ic_launcher_text_html.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_html/xhdpi/ic_launcher_text_html.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_plain/hdpi/ic_launcher_text_plain.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_plain/ic_launcher_text_plain.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_plain/ldpi/ic_launcher_text_plain.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_plain/mdpi/ic_launcher_text_plain.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_plain/xhdpi/ic_launcher_text_plain.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_xml/drawable-hdpi/ic_launcher_text_xml.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_xml/drawable-ldpi/ic_launcher_text_xml.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_xml/drawable-mdpi/ic_launcher_text_xml.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_xml/drawable-xhdpi/ic_launcher_text_xml.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_text_xml/ic_launcher_text_xml.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_video/hdpi/ic_launcher_video.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_video/ic_launcher_video.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_video/ldpi/ic_launcher_video.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_video/mdpi/ic_launcher_video.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_launcher_video/xhdpi/ic_launcher_video.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_add_folder/ic_menu_add_folder_holo_dark/hdpi/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_add_folder/ic_menu_add_folder_holo_dark/ic_menu_add_folder.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_add_folder/ic_menu_add_folder_holo_dark/ldpi/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_add_folder/ic_menu_add_folder_holo_dark/mdpi/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_add_folder/ic_menu_add_folder_holo_dark/xhdpi/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_add_folder/ic_menu_add_folder_holo_light/hdpi/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_add_folder/ic_menu_add_folder_holo_light/ic_menu_add_folder.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_add_folder/ic_menu_add_folder_holo_light/ldpi/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_add_folder/ic_menu_add_folder_holo_light/mdpi/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_add_folder/ic_menu_add_folder_holo_light/xhdpi/ic_menu_add_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_folder/ic_menu_folder_holo_dark/hdpi/ic_menu_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_folder/ic_menu_folder_holo_dark/ic_menu_folder.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_folder/ic_menu_folder_holo_dark/ldpi/ic_menu_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_folder/ic_menu_folder_holo_dark/mdpi/ic_menu_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_folder/ic_menu_folder_holo_dark/xhdpi/ic_menu_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_folder/ic_menu_folder_holo_light/hdpi/ic_menu_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_folder/ic_menu_folder_holo_light/ic_menu_folder.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_folder/ic_menu_folder_holo_light/ldpi/ic_menu_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_folder/ic_menu_folder_holo_light/mdpi/ic_menu_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_folder/ic_menu_folder_holo_light/xhdpi/ic_menu_folder.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_multiselect/ic_menu_multiselect_holo_dark/hdpi/ic_menu_multiselect.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_multiselect/ic_menu_multiselect_holo_dark/ic_menu_multiselect.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_multiselect/ic_menu_multiselect_holo_dark/ldpi/ic_menu_multiselect.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_multiselect/ic_menu_multiselect_holo_dark/mdpi/ic_menu_multiselect.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_multiselect/ic_menu_multiselect_holo_dark/xhdpi/ic_menu_multiselect.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_multiselect/ic_menu_multiselect_holo_light/hdpi/ic_menu_multiselect.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_multiselect/ic_menu_multiselect_holo_light/ic_menu_multiselect.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_multiselect/ic_menu_multiselect_holo_light/ldpi/ic_menu_multiselect.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_multiselect/ic_menu_multiselect_holo_light/mdpi/ic_menu_multiselect.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_multiselect/ic_menu_multiselect_holo_light/xhdpi/ic_menu_multiselect.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_exclude/holo_dark/drawable-hdpi/ic_menu_scan_exclude.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_exclude/holo_dark/drawable-ldpi/ic_menu_scan_exclude.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_exclude/holo_dark/drawable-mdpi/ic_menu_scan_exclude.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_exclude/holo_dark/drawable-xhdpi/ic_menu_scan_exclude.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_exclude/holo_dark/ic_menu_scan_exclude.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_exclude/holo_light/drawable-hdpi/ic_menu_scan_exclude.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_exclude/holo_light/drawable-ldpi/ic_menu_scan_exclude.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_exclude/holo_light/drawable-mdpi/ic_menu_scan_exclude.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_exclude/holo_light/drawable-xhdpi/ic_menu_scan_exclude.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_exclude/holo_light/ic_menu_scan_exclude.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_include/holo_dark/drawable-hdpi/ic_menu_scan_include.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_include/holo_dark/drawable-ldpi/ic_menu_scan_include.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_include/holo_dark/drawable-mdpi/ic_menu_scan_include.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_include/holo_dark/drawable-xhdpi/ic_menu_scan_include.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_include/holo_dark/ic_menu_scan_include.svg [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_include/holo_light/drawable-hdpi/ic_menu_scan_include.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_include/holo_light/drawable-ldpi/ic_menu_scan_include.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_include/holo_light/drawable-mdpi/ic_menu_scan_include.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_include/holo_light/drawable-xhdpi/ic_menu_scan_include.png [new file with mode: 0644]
apps/oi-filemanager/icons/ic_menu_scan_include/holo_light/ic_menu_scan_include.svg [new file with mode: 0644]
apps/oi-filemanager/icons/readme.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/blackberry_appworld/blackberry_launcher_filemanager.png [new file with mode: 0644]
apps/oi-filemanager/promotion/blackberry_appworld/filemanager_promo_1920x1186.png [new file with mode: 0644]
apps/oi-filemanager/promotion/blackberry_appworld/screenshots/OIFileManager01.png [new file with mode: 0644]
apps/oi-filemanager/promotion/description/description.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/description_extensions.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/application_names.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-ar.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-be.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-bg.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-ca.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-cs.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-da.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-de.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-el.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-en-rGB.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-en.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-es.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-fa.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-fi.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-fo.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-fr.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-hi.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-hr.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-hu.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-it.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-iw.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-ja.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-ko.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-lo.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-lv.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-mk.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-nb.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-nl.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-oc.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-pa.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-pl.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-pt-rBR.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-pt.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-ro.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-ru.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-sc.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-sd.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-sk.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-sl.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-tl.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-tr.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-ug.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-zh-rCN.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/description/translations/description-zh-rTW.txt [new file with mode: 0644]
apps/oi-filemanager/promotion/icons/ic_launcher_filemanager.png [new file with mode: 0644]
apps/oi-filemanager/promotion/icons/ic_launcher_filemanager.svg [new file with mode: 0644]
apps/oi-filemanager/promotion/market/filemanager_promo.svg [new file with mode: 0644]
apps/oi-filemanager/promotion/market/filemanager_promo_1024x500.png [new file with mode: 0644]
apps/oi-filemanager/promotion/market/filemanager_promo_180x120.png [new file with mode: 0644]
apps/oi-filemanager/promotion/screenshots/android-4-0/OIFileManager01.png [new file with mode: 0644]
apps/oi-filemanager/promotion/screenshots/android-4-0/OIFileManager02.png [new file with mode: 0644]
apps/oi-filemanager/promotion/screenshots/android-4-0/OIFileManager03.png [new file with mode: 0644]
apps/oi-filemanager/promotion/screenshots/android-4-0/OIFileManager04.png [new file with mode: 0644]
apps/oi-filemanager/promotion/screenshots/android-4-0/OIFileManager05.png [new file with mode: 0644]
apps/oi-filemanager/promotion/screenshots/android-4-0/OIFileManager06.png [new file with mode: 0644]
apps/oi-filemanager/promotion/screenshots/android-4-0/OIFileManager07.png [new file with mode: 0644]
apps/oi-filemanager/promotion/screenshots/android-4-0/OIFileManager08.png [new file with mode: 0644]
apps/oi-filemanager/promotion/screenshots/android-4-0/readme.txt [new file with mode: 0644]