aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJo De Boeck <deboeck.jo@gmail.com>2013-09-12 21:47:44 +0200
committerDanny Baumann <dannybaumann@web.de>2013-09-20 14:55:51 +0200
commit2f9277f279882b0ed4d30b84bf7327610b2a84e6 (patch)
treee88b8ef5519c1029d23dae25ddd64eab5d827c09 /res/xml
parent2f2d3e6a6f4fd74d9ef0c11420243d638124d13a (diff)
downloadandroid_packages_apps_CMFileManager-2f9277f279882b0ed4d30b84bf7327610b2a84e6.tar.gz
android_packages_apps_CMFileManager-2f9277f279882b0ed4d30b84bf7327610b2a84e6.tar.bz2
android_packages_apps_CMFileManager-2f9277f279882b0ed4d30b84bf7327610b2a84e6.zip
Implement showing of apk icon and image and video thumbs in listing
Patchset 8: Move some stuff to MimeTypeHelper Add cache Add image and thumbail support Add setting for this (defaul false for improve performance) Patchset 9: Fixed icon derp display Same size for all drawables Patchset 10: Async drawable load Shrink cache Patchset 11: Use layout's width and height to scale the images Patchset 12: Music album thumbs Patchset 13: Added suggestions Fixed FC Patchset 14: Use content observer for icons Keep context in icon holder Fix scroll position being reset on thumbnail load Patchset 15: Additional fixes and optimizations Patchset 16: Do not saturate the ui with constants redrawing Do not send back events while changing to a new directory Fix FC on HistoryActivity (creation of a ContentObserver inside of a non-ui thread) Added normalized media paths Patchset 17: Use a HandlerThread to handle the preview loads Patchset 18: Optimizations Patchset 19: Fix deadlock Patchset 20: Remove debug leftover Patchset 21: Fix whitespace Patchset 22: Misc. cleanup Change-Id: I0a4ea801ff0cfbf31dda125b8925e7d35f4c3c99
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_general.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/xml/preferences_general.xml b/res/xml/preferences_general.xml
index 6c2c884c..08982953 100644
--- a/res/xml/preferences_general.xml
+++ b/res/xml/preferences_general.xml
@@ -56,6 +56,14 @@
android:persistent="true"
android:defaultValue="false" />
+ <!-- Thumbs -->
+ <CheckBoxPreference
+ android:key="cm_filemanager_show_thumbs"
+ android:title="@string/pref_display_thumbs"
+ android:summary="@string/pref_display_thumbs_summary"
+ android:persistent="true"
+ android:defaultValue="false" />
+
<!-- Use flinger -->
<!--
<CheckBoxPreference