History log of /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/IconHelper.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4e708cb205e54f98b14f867ab2e9d249bab86934 15-Feb-2016 Tomasz Mikolajewski <mtomasz@google.com> Display correct icons in grid view.

Bug: 27183062
Change-Id: I4c0fafc7bc6f0e2dc3d1cbdf3debf6312bb85d82
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/IconHelper.java
51635f9c1a4fd26e3d0c05fc765052761d32293b 30-Jan-2016 Steve McKay <smckay@google.com> Load correct thumbnail size when switching to grid from list (and visa versa).

This is a quickie change where we clear the cache, but I think there could be
a better behavior where we don't clear the cache, show low res (instantly)
then load higher resolution ontop of the low res.

Bug: 26763078
Change-Id: If9883d507984b555e790a06692390d4fa3334c28
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/IconHelper.java
3eb2d07fd3ef67e54d5004fb6bff931b1b7b44c9 26-Jan-2016 Steve McKay <smckay@google.com> Remember view mode by root.

Now stored in local prefs, not recents DB.
Don't consult preferences for recents from DocumentsActivity.

Bug: 22671255 26689962 26411301
Change-Id: I492d85c450253bce984c929a6dd15d7c31ee6a0b
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/IconHelper.java
ddc3d21ef9da87a851b4be852b22003d65248431 08-Jan-2016 Ben Kwa <kenobi@google.com> Add checkmark icons for selection.

- Add a new checkmark icon.
- Modify the grid and list items to include the check icon in the
appropriate location.
- Add code to various DocumentHolder subclasses to cross-fade between
icons when things are selected/deselected.
- Create new dimensions quantities to represent new icon sizes.
- Clean up xml files.

BUG=24326546

Change-Id: Ib3f04c8274d35ac3b95ed13730df340e8b7c36c6
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/IconHelper.java
d839149843e0b4b481da6406718a15b544c093b0 17-Dec-2015 Ben Kwa <kenobi@google.com> Refactor DocumentHolder.

Primary goals of this refactor are to reduce DirectoryFragment bloat,
and to simplify the code (especially the binding code) for the different
layouts.

- Decouple DocumentHolder from DirectoryFragment.
- Move it into its own file.
- Move binding code from DirectoryFragment into DocumentHolder.
- Split DocumentHolder implementation into three separate subclasses,
for grid items, list items, and dividers.

BUG=24326989

Change-Id: I217bf4e5b8e1b33173b8b0275591a8c5d8e9161c
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/IconHelper.java