summaryrefslogtreecommitdiff
path: root/packages/DocumentsUI/src/com/android/documentsui/DrawerController.java
AgeCommit message (Collapse)Author
2016-07-29Delete orig DocumentsUI.Steve McKay
Bug: 29224737 Change-Id: I6d6327918adba699d2ed3652bc2dbea27f872284
2016-05-17Open root list when hovering on the edge in drawer layout.Garfield, Tan
Bug: 28345294 Change-Id: Ia569003e21aea0641ccc1d2a5e042bdc93f32bb3 (cherry picked from commit 49eda9885e81a32f8a3d7cc7b9f9f15766b2621e)
2016-04-06Revert 'Make Files drawer appear behind system ui bars' because of action ↵Aga Wronska
mode bug Fixing: b/27854892 Bug: 27570567 Change-Id: Iefdf2f2a450d80c551027efb35121554503cca3c
2016-03-30Add metrics for opening the drawerAga Wronska
Change-Id: I1315463c5217ce47aa7fa40ddd8b8773c7038208 Fixed: 27905111
2016-03-23Revert "Revert "Make status bar translucent. Make drawer appera belowAga Wronska
status bar."" with a fix for cts tests. This reverts commit 0574d169ba1e649d8bd54d28ba74b9707e675e37. Change-Id: I33deeef839092956a67ec31bcdbfbbd540db8b68
2016-03-23Revert "Make status bar translucent. Make drawer appera below status bar."Daichi Hirono
This reverts commit 4639136c3b4bc22064323a193f06d6585e1a171a. The commit breaks the following CTS tests. * android.appsecurity.cts.DocumentsTest#testCreateExisting FAIL * android.appsecurity.cts.DocumentsTest#testCreateNew FAIL BUG=27805363,27570567 Change-Id: Ic9f1d98714a78afe548eb5ae9afa118ddc83cccc
2016-03-21Make status bar translucent. Make drawer appera below status bar.Aga Wronska
Change-Id: I6089a7b5d88514f5df9212839709d38daeb3be8b Fixed: 27570567
2016-03-08Applied Material design rules to calculate drawer widthAga Wronska
Bug: 27437727 Change-Id: I2f634815d5e534053e0ed7a66631df9bddf32bd5
2016-02-29Update preconditions to be asserts...Steve McKay
Which are now supported by Jack. Retain a few preconditions checks that enforce contract. Disable the one assert we had...because it failed in tests. Change-Id: I2f6cb01e1af1534be4428ce4a3ee625a163dd163
2016-02-03Normalize toolbar management.Steve McKay
Since it was almost all redundant (especially the stack stuff). Ensure "Files" title present on drawer title in Files app. DocumentsToolBar > DocumentsToolbar to match toolkit naming. Bug: 26193264 Change-Id: I92c82c66d936aae3ce0f792581daa12898dfadee
2015-08-24Show a drawer when in portrait mode.Steve McKay
This makes more space available for content. Rename all the "Standalone" stuff to just "Files". Move layout inflation into base class. Move backbutton > drawer interaction into BaseActivity. Change-Id: Ie778b323c6e80122389f029be148dd9e0c4bfb6e
2015-08-19Move Drawer management code to a facade.Steve McKay
Update Standalone mode to use drawer on smaller form factors. While we're not implementing this now, we'll probably want to switch to drawer mode when in portrait mode, even on relatively larger devices. Change-Id: I244cd3c6021d63cf43d0631a5397b05339a96ced