1. b099856 Add full bar mode for search view on small devices by Aga Wronska · 8 years ago
  2. 96e30eb Make pressing 'Back' button open the drawer when in Recents root by Aga Wronska · 8 years ago
  3. a1b1355 Merge "Change copy/move destination to Downloads when home directory is hidden." into nyc-dev by Aga Wronska · 8 years ago
  4. 4e62716 Change copy/move destination to Downloads when home directory is hidden. by Aga Wronska · 8 years ago
  5. ffa829f DocsUI: Disable debug logging by default. by Ben Kwa · 8 years ago
  6. 2917fa9 Change the title of DocumentsUI from "Files" to "Downloads". by Daichi Hirono · 8 years ago
  7. 0a96dae Merge "Run all downloads through trampoline." into nyc-dev by Steve McKay · 8 years ago
  8. 3e63e7d Run all downloads through trampoline. by Steve McKay · 8 years ago
  9. ce71082 Centralize animation related resources. by Steve McKay · 8 years ago
  10. 6ce903d Delete downloads activity. by Steve McKay · 8 years ago
  11. 9bb98f3 Send APKs through safe install path. by Steve McKay · 8 years ago
  12. a1f7680 Update preconditions to be asserts... by Steve McKay · 8 years ago
  13. c95d87c Don't restore stack when picking copy destination. by Steve McKay · 8 years ago
  14. cddd034 Merge "Move directory and roots support to own ui bots." into nyc-dev by Steve McKay · 8 years ago
  15. b9a20d1 Move directory and roots support to own ui bots. by Steve McKay · 8 years ago
  16. 893390b Directory fragment refactoring. by Aga Wronska · 8 years ago
  17. 3d988a9 Provide siblings in a sorted orders in DocumentsUI. by Tomasz Mikolajewski · 8 years ago
  18. f873769 Move create folder and sort to overflow menu, cleanup back behavior. by Steve McKay · 8 years ago
  19. 95cd85a Simplify State initialization w/ better semantics + improved Task security. by Steve McKay · 8 years ago
  20. 1f264a8 Normalize toolbar management. by Steve McKay · 8 years ago
  21. ba7753c Merge "Open zip files nicely from the Download app with Files app." by Tomasz Mikolajewski · 8 years ago
  22. a6120da Open zip files nicely from the Download app with Files app. by Tomasz Mikolajewski · 9 years ago
  23. cd27015 Fix tapping on more than one failure notification. by Tomasz Mikolajewski · 9 years ago
  24. 3ce9595 Show view mode button in action bar on Downloads. by Steve McKay · 8 years ago
  25. efa1761 Decouple SD card from ADVANCED storage toggle. by Steve McKay · 9 years ago
  26. 3b93a4d Renamed Activity class multi-window APIs by Wale Ogunwale · 9 years ago
  27. 2a25a62 Renamed FLAG_ACTIVITY_LAUNCH_TO_SIDE to FLAG_ACTIVITY_LAUNCH_ADJACENT by Wale Ogunwale · 9 years ago
  28. 5a21208 Merge "Files always visible, same for new window menu." by Steve McKay · 9 years ago
  29. a7e923c Create new windows on *other* side in multi-window mode. by Steve McKay · 9 years ago
  30. 5fe5c45 Files always visible, same for new window menu. by Steve McKay · 9 years ago
  31. 748ea8c Show a warning notification and a dialog in case of conversion when copying. by Tomasz Mikolajewski · 9 years ago
  32. 3eb2d07 Remember view mode by root. by Steve McKay · 9 years ago
  33. 7237998 Add MetricsLogger calls to DocumentsUI. by Ben Kwa · 9 years ago
  34. f6a31d3 Refactor SearchManager: by Aga Wronska · 9 years ago
  35. 14e827a CopyService generalization. by Steve McKay · 9 years ago
  36. aa68445 Prevent double recreation of the failure dialog in DocumentsUI. by Tomasz Mikolajewski · 9 years ago
  37. 862b9641 Re-enable sorting in the DirectoryFragment. by Ben Kwa · 9 years ago
  38. b67bfbf Load Home directory by default. by Steve McKay · 9 years ago
  39. 39acff5 Wire support for archives to DocumentsUI. by Tomasz Mikolajewski · 9 years ago
  40. 8fd086a Fix broken copy after recent copy related chagnes. by Steve McKay · 9 years ago
  41. 261b6bd Remove TRANSFER_MODE_NONE from CopyManager. by Tomasz Mikolajewski · 9 years ago
  42. f862155 Move DirectoryFragment and family to dirlist pkg. by Steve McKay · 9 years ago
  43. 1eafb66 Address followup comments from 793838. by Steve McKay · 9 years ago
  44. 3b2ad11 Enable explicit package for quick view intent. by Steve McKay · 9 years ago
  45. c2dbc74 Don't explicitly foreground tasks. by Steve McKay · 9 years ago
  46. 5bbae10 Normalize and improve menu fiddling. by Steve McKay · 9 years ago
  47. 8359eaa Merge "Provide previous stack when opening new window." by Steve McKay · 9 years ago
  48. cf34ce8 Merge "Switch DocumentsUI over from Toasts to Snackbars." by Ben Kwa · 9 years ago
  49. 94b486d Switch DocumentsUI over from Toasts to Snackbars. by Ben Kwa · 9 years ago
  50. 323ee3e Provide previous stack when opening new window. by Steve McKay · 9 years ago
  51. 9f9d5b4 Add support for opening multiple windows. by Steve McKay · 9 years ago
  52. 83df8c0 Merge BROWSE and BROWSE_ALL actions. by Steve McKay · 9 years ago
  53. c643386 Update RecentsCreateView to use RecyclerView. by Steve McKay · 9 years ago
  54. 7cc8001 Adjust theming for Files mode. by Ben Kwa · 9 years ago
  55. 0f7078f0 Refactor DocsUI to break out a new ManageRootActivity. by Ben Kwa · 9 years ago
  56. 1205547 Show a drawer when in portrait mode. by Steve McKay · 9 years ago[Renamed (91%) from packages/DocumentsUI/src/com/android/documentsui/StandaloneActivity.java]
  57. 58efce3 Use type inference where possible. by Steve McKay · 9 years ago
  58. 4f16040 Move Drawer management code to a facade. by Steve McKay · 9 years ago
  59. 6eaf3863 Populate quick view intent w/ file uris. by Steve McKay · 9 years ago
  60. c78bcb8 Use an explicit intent for "Quick View"... by Steve McKay · 9 years ago
  61. bdbd0ff Add copy/paste menus to StandaloneMode. by Steve McKay · 9 years ago
  62. a521d0d Improve keyboard control of "create folder" action. by Steve McKay · 9 years ago
  63. ed6fcb5 Merge "Add a move feature to DocumentsUI." by Ben Kwa · 9 years ago
  64. 0b4a3c4 Add a move feature to DocumentsUI. by Ben Kwa · 9 years ago
  65. 273103b Fix local-storage menu item visibility issue. by Steve McKay · 9 years ago
  66. b46383b Minor updates improving menu behavior. by Steve McKay · 9 years ago
  67. 090e088 Merge "Add rudimentary keyboard operation support." by Steve McKay · 9 years ago
  68. 3da8afc Add rudimentary keyboard operation support. by Steve McKay · 9 years ago
  69. d0d9afc Consult local preferences when deciding to show fileSize or not. by Steve McKay · 9 years ago
  70. 69aee09 Ensure sort menu is shown as needed. by Steve McKay · 9 years ago
  71. f8c3f32 Implement retrying copying in case of an error in DocumentsUI. by Tomasz Mikolajewski · 9 years ago
  72. 517577e DocumentsUI: Stop to override fixed size of dialog in CreateDirectoryDialog. by Daichi Hirono · 9 years ago
  73. a78a369 Update activities to clear search term when a root that doesn't support search is selected by the user. by Steve McKay · 9 years ago
  74. ef3e2cf Reduce code duplication between DocumentsActivity and StandaloneActivity. by Steve McKay · 9 years ago
  75. 6168659 Add an initial version of the copy failure dialog to DocumentsUI. by Tomasz Mikolajewski · 9 years ago
  76. e1a03f8 Show copy destination when clicking on the copy notification in Documents UI. by Tomasz Mikolajewski · 9 years ago
  77. 59d577a Browse mode for DocumentsUI, removed volume state. by Jeff Sharkey · 9 years ago
  78. e934ce6 Implement a standalone file manager activity. by Steve McKay · 9 years ago