History log of /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/DirectoryView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f52773fd62fc2fec40c2e17230b644dfbee6cf2d 29-Jul-2014 Jeff Sharkey <jsharkey@android.com> More DocumentsUI material iteration.

Move to using Toolbar for all actions. Drawer contains its own
Toolbar with separate title, and hamburger is always visible. Change
drawer items to match spec. Switching to Toolbar allows us to remove
nasty dialog-on-tablet hacks, yay! This also means we can finally
get real IME resizing support.

Move to using elevation for all shadows; this removes more nasty
hacks around drawing directory shadows.

Bug: 15836082
Change-Id: Iba70b898f385a7debd8aabfc98ff39d20bca860d
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/DirectoryView.java
6963148e226dfadc48c36da7db14ee4587a62f6a 28-Jul-2014 Jeff Sharkey <jsharkey@android.com> First pass at Materializing DocumentsUI!

Initial Material asset drop, which still needs some tweaking. Moved
back to framework list item selectors, giving us ripples. Using
accent color overlay for activated items. Align all items to new
Material grid, including insetting list divider and resizing list
items on wide screens.

Fix obscure RTL drawing bug.

Still lots of work left.

Bug: 15836082
Change-Id: I729cc7dcb0271ee62b55d1e036fc28427fc0dd3d
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/DirectoryView.java
ee3e1603fdbbe24b0cbf3cb85c456696cf3b7941 02-Oct-2013 Jeff Sharkey <jsharkey@android.com> Fix animations, padding in RTL mode.

Show directory animations coming in from left-side when in RTL
language. Also fix NinePatchDrawable to correctly mirror its padding
when auto-mirrored, and fix InsetDrawable to propagate the layout
direction to the wrapped Drawable.

Bug: 10987190, 11030793
Change-Id: I1213802a07d0c4ced93438df1e6ddf5aed3df677
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/DirectoryView.java
1feeddf518d31a7ff5d28000a631857442cd7161 22-Sep-2013 Jeff Sharkey <jsharkey@android.com> Latest UX asset drop, grid padding.

Bring in latest asset drop. Apply grid padding programmatically
instead of waiting for asset. Remove alpha from directory animation.

Update save footer background to match spec.

Bug: 10700025
Change-Id: I8eef08f36d04767b78e91b23f72bdbebfbb02f58
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/DirectoryView.java
e20a3acdc2d52c7eeb76940206145b3c419394a6 19-Sep-2013 Jeff Sharkey <jsharkey@android.com> Save directory state and animate.

Save scroll position and restore when rotating or going up the
directory stack. Also show directory animations when navigating
the directory stack.

Bug: 10417201
Change-Id: Ia2c508debc2bffffe6306eb9078afefef259dfe2
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/DirectoryView.java