1. 894d487 Add unit tests for picker.ActionHandler. by Garfield Tan · 7 years ago
  2. 0902f07 Moving back button behavior to SharedInputHandler, and now handling ESC keys. by Ben Lin · 7 years ago
  3. 23ac60c Add a confirmation dialog before overwriting a file in picker. by Garfield Tan · 7 years ago
  4. ae93758 Some refactor around default init location for picker. by Garfield Tan · 7 years ago
  5. e967033 Lift loader to activity level. by Garfield Tan · 7 years ago
  6. 98f8c5f Add Feature Flag support. by Steve McKay · 7 years ago
  7. 78ade2b Consolidate the initializaion of acceptMimes. by Garfield Tan · 7 years ago
  8. 30d8c79 Start to move access to model in to Injector and ActionHandlers, refactor select all and file rename. by Jon Mann · 7 years ago
  9. e8b547f Move preferences related code to sub-package. by Steve McKay · 8 years ago
  10. 52fe423 Do not open archives inline in picker. by Tomasz Mikolajewski · 8 years ago
  11. 04dee56 Crash fix by importing Config from the correct package. by Ben Lin · 8 years ago
  12. 92ae43d Move Injector impl into separate class. by Steve McKay · 8 years ago
  13. 0471826 Shared input handling and injection. by Steve McKay · 8 years ago
  14. 75b7b90 Let focused item also act as a starting anchor for range selection. by Ben Lin · 8 years ago
  15. d947f01 Add Cut/Copy/Delete operation to currently focused item. by Ben Lin · 8 years ago
  16. 89e0e34 Merge "Address comments in ag/1514806." into nyc-andromeda-dev by TreeHugger Robot · 8 years ago
  17. 2a83742 Address comments in ag/1514806. by Garfield Tan · 8 years ago
  18. 6525a19 Make device storage option controlled by option. by Steve McKay · 8 years ago
  19. 1686883 Features around findPath API. by Garfield Tan · 8 years ago
  20. 63bf813 Move openContainerDocument() into ActionHandlers. by Garfield Tan · 8 years ago
  21. d071895 Move share impl into files ActionHandler. by Steve McKay · 8 years ago
  22. bd9f05a Move full delete logic into ActionHandler. by Steve McKay · 8 years ago
  23. 5b0a2c1 Inject SelectionManager instead of passing on reset. by Steve McKay · 8 years ago
  24. 4f78ba6 Move selection to selection pkg, make activity scoped. by Steve McKay · 8 years ago
  25. 208945c Refactor FragmentTuner to ActivityConfig. by Garfield Tan · 8 years ago
  26. eed2f4e Move document-opening logic into ActionHandlers. by Steve McKay · 8 years ago
  27. def4868 Test location init with doc URI. by Steve McKay · 8 years ago
  28. b6006b2 manager/ManageActivity back to files/FilesActivity. by Steve McKay · 8 years ago
  29. 988d8a3 Move launch logic into ActionHandlers. by Steve McKay · 8 years ago
  30. c8889af Move delete support into base ActionHandler. by Steve McKay · 8 years ago
  31. 739f94b ActionHandler stage 2. by Steve McKay · 8 years ago
  32. 6d20d19 Move open,view,preview support into ActionHandler. by Steve McKay · 8 years ago
  33. 7d75f7b Refactor RootsFragment to use the same pattern of injection. by Garfield Tan · 8 years ago
  34. 17b761e Add support for quick viewing files with spacebar. by Steve McKay · 8 years ago
  35. e5d6ca2 Inject DirectoryDetails into MenuManager Const. by Steve McKay · 8 years ago
  36. 990f76e Lifetime of FragmentTuners scoped to activity. by Steve McKay · 8 years ago
  37. 2567603 Move menu managers to respective packages. by Garfield Tan · 8 years ago
  38. d9caa6a Move State to base and root stuff to roots. by Steve McKay · 8 years ago
  39. d080506 Move more classes to more specific locations. by Steve McKay · 8 years ago
  40. 16e0c1f Move Activity classes to own packages. by Steve McKay · 8 years ago[Renamed (91%) from src/com/android/documentsui/DocumentsActivity.java]
  41. 7232bf0 Remove RecentsCreateFragment, rename RecentsProvider. by Ben Lin · 8 years ago
  42. 9de0da6 Move sort headers out of directory layout. by Steve McKay · 8 years ago
  43. 171e6f5 [multi-part] Enable bidirectional sorting in DocumentsUI by Garfield, Tan · 8 years ago
  44. 821727a Follow up changes from ag/1190582. by Ben Lin · 8 years ago
  45. 5668b86 Docsui-level work for implementing Eject on Roots list. by Ben Lin · 8 years ago
  46. 4833477 [multi-part] Eliminate 1k selection limit by Garfield, Tan · 8 years ago
  47. ebf2a17 Implementation of Right-click context menus for docs/files. by Ben Lin · 8 years ago
  48. 7c35b03 Isolate Menu/Action management into dedicated manager classes. by Ben Lin · 8 years ago
  49. 7d66a86 Open root list when hovering on the edge in drawer layout. by Garfield, Tan · 8 years ago
  50. 1abf6cf Don't enable new folder in downloads... by Steve McKay · 8 years ago
  51. 17f7e58 Massage code to better support Files overlay. by Steve McKay · 8 years ago
  52. a4cb878 Bring the change 'Open drawer when showing copy/move destination screen' by Aga Wronska · 8 years ago
  53. 0fd499f Merge "Change copy/move destination to Downloads when home directory is hidden." into nyc-dev by Aga Wronska · 8 years ago
  54. 64ae1f4 Change copy/move destination to Downloads when home directory is hidden. by Aga Wronska · 8 years ago
  55. 543a292 DocsUI: Disable debug logging by default. by Ben Kwa · 8 years ago
  56. bf29aa7 Revert "Open drawer when showing copy/move destination screen" by Daichi Hirono · 8 years ago
  57. 91252b8 Change the title of DocumentsUI from "Files" to "Downloads". by Daichi Hirono · 8 years ago
  58. fb4fd2f Centralize animation related resources. by Steve McKay · 8 years ago
  59. 00782ee Open drawer when showing copy/move destination screen by Aga Wronska · 8 years ago
  60. 0af8afd Update preconditions to be asserts... by Steve McKay · 8 years ago
  61. fd8425a Don't restore stack when picking copy destination. by Steve McKay · 8 years ago
  62. 55c6999 Merge "Move directory and roots support to own ui bots." into nyc-dev by Steve McKay · 8 years ago
  63. 5e1acc9 Move directory and roots support to own ui bots. by Steve McKay · 8 years ago
  64. af5ace5 Directory fragment refactoring. by Aga Wronska · 8 years ago
  65. 323dffb Don't show recents as copy/move destination. by Steve McKay · 8 years ago
  66. f171934 Improvements to Copy/Move flow. by Steve McKay · 8 years ago
  67. d71bd61 Provide siblings in a sorted orders in DocumentsUI. by Tomasz Mikolajewski · 8 years ago
  68. cb9eb42 Automatically open roots pane if default dir is empty. by Steve McKay · 8 years ago
  69. 95c79f5 Move create folder and sort to overflow menu, cleanup back behavior. by Steve McKay · 8 years ago
  70. 22e0000 Fix an NPE in RestoreStackTask. by Ben Kwa · 8 years ago
  71. c7dc0cf Simplify State initialization w/ better semantics + improved Task security. by Steve McKay · 8 years ago
  72. 18d01e8 Normalize toolbar management. by Steve McKay · 8 years ago
  73. d480081 Show view mode button in action bar on Downloads. by Steve McKay · 8 years ago
  74. 3678754 Decouple SD card from ADVANCED storage toggle. by Steve McKay · 8 years ago
  75. 7776aa5 Remember view mode by root. by Steve McKay · 8 years ago
  76. 8788dad Refactor SearchManager: by Aga Wronska · 9 years ago
  77. 8446b29 Fix bug where both list and grid buttons are visible. by Steve McKay · 9 years ago
  78. c83baa0 CopyService generalization. by Steve McKay · 9 years ago
  79. dd79b48 Merge "Eliminate dialog mode from DocumentsUI." by Steve McKay · 9 years ago
  80. f2484c7 Eliminate dialog mode from DocumentsUI. by Steve McKay · 9 years ago
  81. b8a5e08 Re-enable sorting in the DirectoryFragment. by Ben Kwa · 9 years ago
  82. 734936a Wire support for archives to DocumentsUI. by Tomasz Mikolajewski · 9 years ago
  83. 95d9c25 Add first-class support for virtual files in SAF. by Tomasz Mikolajewski · 9 years ago
  84. ae96780 Open the destination dir when a copy notification is tapped. by Ben Kwa · 9 years ago
  85. 8557896 Remove TRANSFER_MODE_NONE from CopyManager. by Tomasz Mikolajewski · 9 years ago
  86. f68210e Move DirectoryFragment and family to dirlist pkg. by Steve McKay · 9 years ago
  87. 565a942 Update DocumentUI styles to match mocks. by Ben Kwa · 9 years ago
  88. 0fe9504 Performe save when ENTER is pressed. by Steve McKay · 9 years ago
  89. e980927 Normalize and improve menu fiddling. by Steve McKay · 9 years ago
  90. 670bf1d Merge "Provide previous stack when opening new window." by Steve McKay · 9 years ago
  91. c469334 Switch DocumentsUI over from Toasts to Snackbars. by Ben Kwa · 9 years ago
  92. 4d0255f Provide previous stack when opening new window. by Steve McKay · 9 years ago
  93. f8a5e08 Move State to a separate file. by Steve McKay · 9 years ago
  94. 459bc2b Merge BROWSE and BROWSE_ALL actions. by Steve McKay · 9 years ago
  95. fad3d4a Update RecentsCreateView to use RecyclerView. by Steve McKay · 9 years ago
  96. 0574b18 Refactor DocsUI to break out a new ManageRootActivity. by Ben Kwa · 9 years ago
  97. 7f39501 Use resource aliases in-lieu of ViewStubs. by Steve McKay · 9 years ago
  98. 0fbfc65 Show a drawer when in portrait mode. by Steve McKay · 9 years ago
  99. 6bbed4d Move Drawer management code to a facade. by Steve McKay · 9 years ago
  100. 351a749 Populate quick view intent w/ file uris. by Steve McKay · 9 years ago