History log of /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ListItem.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e3aee18dc9b1649364d10a15a2e51c75e417327b 02-Feb-2016 Ben Kwa <kenobi@google.com> Lint fixes and config tweaks.

- Add recommended ignore properties to lint.xml.
- Make Fragment subclasses public.
- Truncate log tags at 23 chars.
- Fix one instance of passing a color ID instead of a color.
- Misc xml property fixes.

Change-Id: Ie8d6a8932cda72b7a239f6dfab56bd854f909820
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ListItem.java
bd96456d11ab83e98c1052fd2404a711a0614f2c 14-Oct-2015 Ben Kwa <kenobi@google.com> Implement enter key support for DocumentsUI.

- Add a click handler that basically handles all cases (including the
enter key) of Items being clicked.
- Open the focused file in non-select mode, toggle selection if in
selection mode.
- Remove now-redundant onSingleTapUp handlers.
- Redo focus indicator, since it's now possible to toggle selection on
the focused file.
- Don't dismiss selection on arrow-key navigation.

BUG=24705453
BUG=25114155

Change-Id: Iba74188514ecf2bc6b56573087e3c3ccc83f85d2
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ListItem.java