1. 30b0dc1 Fix a bug where dropping on Root never works. by Ben Lin · 7 years ago
  2. e967033 Lift loader to activity level. by Garfield Tan · 7 years ago
  3. 174fc2e Check for droppability when dropping onto Roots. by Ben Lin · 7 years ago
  4. b0761d3 Fix NPE caused by not getting a Root DocumentInfo back from task. by Ben Lin · 7 years ago
  5. d020212 Add Drag and Drop states to RootList. by Ben Lin · 8 years ago
  6. ec19b4b Merge "Move Injector impl into separate class." into nyc-andromeda-dev by TreeHugger Robot · 8 years ago
  7. 166c5c6 Update DragShadow states to UX spec. by Ben Lin · 8 years ago
  8. 92ae43d Move Injector impl into separate class. by Steve McKay · 8 years ago
  9. 30535bc Don't log verbose stuff by default. by Steve McKay · 8 years ago
  10. a0b5265 Rechristen Downloads > Files. by Steve McKay · 8 years ago
  11. d947f01 Add Cut/Copy/Delete operation to currently focused item. by Ben Lin · 8 years ago
  12. 1c45629 Updating DropShadow as drag and drop hovers over views. by Ben Lin · 8 years ago
  13. 63bf813 Move openContainerDocument() into ActionHandlers. by Garfield Tan · 8 years ago
  14. 5b0a2c1 Inject SelectionManager instead of passing on reset. by Steve McKay · 8 years ago
  15. 208945c Refactor FragmentTuner to ActivityConfig. by Garfield Tan · 8 years ago
  16. def4868 Test location init with doc URI. by Steve McKay · 8 years ago
  17. c9628f4 Merge "Auto open/close drawer as drag shadow enters/exits the drawer." into nyc-andromeda-dev by TreeHugger Robot · 8 years ago
  18. 7f72a3c Auto open/close drawer as drag shadow enters/exits the drawer. by Ben Lin · 8 years ago
  19. 988d8a3 Move launch logic into ActionHandlers. by Steve McKay · 8 years ago
  20. 8e91258 On-demand fetch for DocumentInfo when right-click on a root. by Ben Lin · 8 years ago
  21. 739f94b ActionHandler stage 2. by Steve McKay · 8 years ago
  22. b285b40 Make root context menu match spec. by Garfield Tan · 8 years ago
  23. 6d20d19 Move open,view,preview support into ActionHandler. by Steve McKay · 8 years ago
  24. 7d75f7b Refactor RootsFragment to use the same pattern of injection. by Garfield Tan · 8 years ago
  25. d9caa6a Move State to base and root stuff to roots. by Steve McKay · 8 years ago
  26. d080506 Move more classes to more specific locations. by Steve McKay · 8 years ago[Renamed (96%) from src/com/android/documentsui/RootsFragment.java]
  27. 16e0c1f Move Activity classes to own packages. by Steve McKay · 8 years ago
  28. c88f83c Quiet some of the noisiest Log msgs in DEBUG. by Steve McKay · 8 years ago
  29. 91f7dd0 Merge "Fix a crash happening on a context menu." into nyc-andromeda-dev by Ben Lin · 8 years ago
  30. 035f0c8 Fix a crash happening on a context menu. by Ben Lin · 8 years ago
  31. db6ec49 Merge "Allow root item accepts drag and drop." into nyc-andromeda-dev by TreeHugger Robot · 8 years ago
  32. a5588b6 Allow root item accepts drag and drop. by Garfield, Tan · 8 years ago
  33. 821727a Follow up changes from ag/1190582. by Ben Lin · 8 years ago
  34. 5668b86 Docsui-level work for implementing Eject on Roots list. by Ben Lin · 8 years ago
  35. 57facaf7 Suppress auto-closing drawer and add ripple effect on spring load roots. by Garfield, Tan · 8 years ago
  36. 7d66a86 Open root list when hovering on the edge in drawer layout. by Garfield, Tan · 8 years ago
  37. 804133e Add capability to spring load a root or directory. by Garfield, Tan · 8 years ago
  38. c6ce5f6 Merge "Disable view recycling to avoid passing wrong type of view to Item.bindView()." into nyc-dev am: a5dd3f3 by Garfield Tan · 8 years ago
  39. 4e3fc8d Disable view recycling to avoid passing wrong type of view to Item.bindView(). by Garfield, Tan · 8 years ago
  40. f60751c Reverting 26160443 to fix new bug (old bug no longer reproducible). by Ben Lin · 8 years ago
  41. 17f7e58 Massage code to better support Files overlay. by Steve McKay · 8 years ago
  42. ceb990e Add menu option to show/hide internal storage. by Aga Wronska · 8 years ago
  43. 6d50bcc Action OPEN_DOCUMENT_TREE shows advanced roots ignoring config flag by Aga Wronska · 8 years ago
  44. 64ae1f4 Change copy/move destination to Downloads when home directory is hidden. by Aga Wronska · 8 years ago
  45. bffe660 Add config flag to show/hide internal storage. Hide internal storage by default. by Aga Wronska · 8 years ago
  46. 8453b96 Add config flag to hide home directory ("Documents") from the roots list. by Aga Wronska · 8 years ago
  47. 55c00e7 Undo generalization isDownloads > supportsChildren. by Steve McKay · 8 years ago
  48. 323dffb Don't show recents as copy/move destination. by Steve McKay · 8 years ago
  49. 74e5d41 Introduce ChromeOS-style keyboard navigation. by Ben Kwa · 8 years ago
  50. bb21ac1 Merge "Stop current root reloading when it is clicked again" by Aga Wronska · 8 years ago
  51. fd26e8d Stop current root reloading when it is clicked again by Aga Wronska · 8 years ago
  52. 419b9fe Merge "Fix root selection after search" by Aga Wronska · 8 years ago
  53. f4cf54f Fix root selection after search by Aga Wronska · 8 years ago
  54. d480081 Show view mode button in action bar on Downloads. by Steve McKay · 8 years ago
  55. 1c0a389 Add MetricsLogger calls to DocumentsUI. by Ben Kwa · 9 years ago
  56. d18e785 Move the "home" root below the divider. by Ben Kwa · 9 years ago
  57. 12ef53e Add "Home" directory support. by Steve McKay · 9 years ago
  58. cc460af Handle SpacerItem on click correctly. by Steve McKay · 9 years ago
  59. 9fb3389 Show MTP roots at the bottom of root list. by Daichi Hirono · 9 years ago
  60. 85c8cdd Reorganize DocumentsUI roots fragment to match mocks. by Ben Kwa · 9 years ago
  61. f8a5e08 Move State to a separate file. by Steve McKay · 9 years ago
  62. fefcd70 Use type inference where possible. by Steve McKay · 9 years ago
  63. b68dd22 Reduce code duplication between DocumentsActivity and StandaloneActivity. by Steve McKay · 9 years ago
  64. d0a2a2c Implement a standalone file manager activity. by Steve McKay · 9 years ago
  65. 7e54461 Final pass at Material DocumentsUI. by Jeff Sharkey · 10 years ago
  66. e8d13ea Move DocumentsUI settings into overflow menu. by Jeff Sharkey · 10 years ago
  67. 16d8598 Use java.util.Objects instead on internal API by Kenny Root · 11 years ago
  68. 13f7fc8 Extra to always show advanced devices. by Jeff Sharkey · 11 years ago
  69. 8f1edfe Long-press on GET_CONTENT app shows its details. by Jeff Sharkey · 11 years ago
  70. 25f10b3 When launched into empty recents, show drawer. by Jeff Sharkey · 11 years ago
  71. 9dd0262 New roots UX, async, performance, docs. by Jeff Sharkey · 11 years ago
  72. 4045780 Create unique files, root ordering, UI bugs. by Jeff Sharkey · 11 years ago
  73. 8b99704 Load RootInfo in background, invalidation. by Jeff Sharkey · 11 years ago
  74. 9656a53 More UX updates around picking images. by Jeff Sharkey · 11 years ago
  75. 7d58fc6 DocumentsUI tablet support. by Jeff Sharkey · 11 years ago
  76. a35ac2d More UX work for thumbnails, search, management. by Jeff Sharkey · 11 years ago
  77. 42d2679 Item layout tweaking, hook up more assets. by Jeff Sharkey · 11 years ago
  78. 1c903cc Filter roots based on incoming request. by Jeff Sharkey · 11 years ago
  79. 724deeb Refactoring of DocumentsContract. by Jeff Sharkey · 11 years ago
  80. b6a7f2c Stronger DocumentsProvider contract. by Jeff Sharkey · 11 years ago
  81. 873daa3 Management actions, invalidate caches. by Jeff Sharkey · 11 years ago
  82. f339f25 Documents management mode; API adjustment. by Jeff Sharkey · 11 years ago
  83. 1d890e0 DocumentsUI handles GET_CONTENT; hinting, errors. by Jeff Sharkey · 11 years ago
  84. c6cbdf1 Settings, replace files, sorting by size, tweaks. by Jeff Sharkey · 11 years ago
  85. 2e694f8 Recents in create, uniform item layouts. by Jeff Sharkey · 11 years ago
  86. 7611221 Storage roots in fragment, sectioned. by Jeff Sharkey · 11 years ago