1. ff4915e Add file count limit when share by Tony Huang · 4 years, 10 months ago
  2. 8dafe61 Use DialogFragment for delete dialog by shawnlin · 5 years ago
  3. 738eb32 Merge "Fix DocuementsUI can start multiple ResolverActivity" by Jason Chang · 5 years ago
  4. 02d46d9 Fix DocuementsUI can start multiple ResolverActivity by Jason Chang · 5 years ago
  5. e2ad38f Add more selection check when action clicked by Tony Huang · 5 years ago
  6. 74d3a2d Make downloaded apk files in Recent as managed document by Tony Huang · 5 years ago
  7. 71dac09 Fix crash when mouse double click folder by Tony Huang · 5 years ago
  8. 96f886b Optimize for debug log coding style. by Jason Chang · 5 years ago
  9. 2a022ba Implement search history UI by Tony Huang · 6 years ago
  10. bb6d8f6 Fix behavior when receive ACTION_VIEW_DOWNLOADS intent by Tony Huang · 5 years ago
  11. bb68a65 Respond to various API council feedback. by Jeff Sharkey · 5 years ago
  12. 2c0b485 Replace ContentInterface with wrapping. by Jeff Sharkey · 5 years ago
  13. 4e6242a Make recent root as default root on browse mode by Tony Huang · 6 years ago
  14. 9cee68f Migration to Westworld (1/2) by shawnlin · 6 years ago
  15. 7a7e7df Implement files preview on pick mode specific action by Tony Huang · 6 years ago
  16. e6bdbeb Refactor some codes for unbundle (2/N) by Tony Huang · 6 years ago
  17. 8d8d92f Refactor to androidx fragment and appcompatactivity by Tony Huang · 6 years ago
  18. 48200cd Roll back delete/undo feature to dialog style by shawnlin · 6 years ago
  19. 9b9a282 Support to launch the root from the intent without rootId by Ivan Chiang · 6 years ago
  20. 002e929 Merge "Use material design snackbar to replace deprecated snackbar" by Tony Huang · 6 years ago
  21. 7e72a2d Use material design snackbar to replace deprecated snackbar by Tony Huang · 6 years ago
  22. 65bbe79 Fixed files flickering in & out during a deletion. by shawnlin · 6 years ago
  23. 0a15979 Fixed receiving deletion failed notification upon rotating the device after deleting a file by shawnlin · 6 years ago
  24. 0c37598 Migrate to use RecyclerView-Selection library by Riddle Hsu · 6 years ago
  25. ea3de8b Support delete/undo in the File browser mode by shawnlin · 6 years ago
  26. 94785ef More movement towards public APIs. by Jeff Sharkey · 6 years ago
  27. a4ff00f Mechanical refactoring to use public annotations. by Jeff Sharkey · 6 years ago
  28. 9de5807 Created a SharedMinimal helper. by Felipe Leme · 7 years ago
  29. 71bc981 Allow APK install from anywhere, not just Downloads root by Geoffrey Pitsch · 7 years ago
  30. 0aa7207 Selection code isolation. by Steve McKay · 7 years ago
  31. 1fdd34b Segregate Mouse and Touch input handling. by Steve McKay · 7 years ago
  32. fa48ea4 Improved encapsulation. by Steve McKay · 7 years ago
  33. efd10ac Allow GetInfo on current directory. by Steve McKay · 7 years ago
  34. 7bd92f7 Restrict debug features effectively. by Steve McKay · 7 years ago
  35. f433d20 Improve debug info. by Steve McKay · 7 years ago
  36. 84440eb Add DebugInfo view. by Steve McKay · 7 years ago
  37. fbf6858 Pass doc uri in Intent data. by Steve McKay · 7 years ago
  38. f5042d0 Invoke document inspector when properites button clicked by Austin Kolander · 7 years ago
  39. 0930d4c Add menu to show properties, add feature flag. by Dooper · 7 years ago
  40. 8339202 Remove BROWSE_ROOT intent handling. by Garfield Tan · 7 years ago
  41. 5f2a9ba Apply correct restoring logic. by Garfield Tan · 7 years ago
  42. ff7f3ae Clear separation of RootList Context Menu items and DirList items. by Ben Lin · 7 years ago
  43. c1a32ae Disable Move/Move to/Cut to clipboard for read-only files. by Ben Lin · 7 years ago
  44. da2c0f0 Allow user control move/copy during drag and drop. by Garfield Tan · 7 years ago
  45. 0d83d32 Add progress dialog for transfer operations. by Tomasz Mikolajewski · 7 years ago
  46. 9bd4099 Refactor RootsCache+RootsAccess to ProvdersCache+ProvdersAccess by Jon Mann · 7 years ago
  47. 77e0120 Merge "Implement support for viewing document settings in external applications" into arc-apps by Jon Mann · 7 years ago
  48. 253a992 Implement support for viewing document settings in external applications by Jon Mann · 7 years ago
  49. 5a7a015 Merge "Revert "Implement support for viewing document settings in external applications"" into arc-apps by Jon Mann · 7 years ago
  50. e8c484d Revert "Implement support for viewing document settings in external applications" by Jon Mann · 7 years ago
  51. ce97e1f Merge "Implement support for viewing document settings in external applications" into arc-apps by Jon Mann · 7 years ago
  52. 8856ef4 Implement support for viewing document settings in external applications by Jon Mann · 7 years ago
  53. 44be0b8 Merge "Fix viewing files in archives by mouse." into arc-apps by Tomasz Mikolajewski · 7 years ago
  54. d22cc18 Fix viewing files in archives by mouse. by Tomasz Mikolajewski · 7 years ago
  55. f657025 Fix intermittent crash on copy cancelled. by Jon Mann · 7 years ago
  56. 7025de7 Merge "Show a snackbar for archived files when can't be quick viewed." into arc-apps by Tomasz Mikolajewski · 7 years ago
  57. d6a85b9 Allow all roots to have OnItemDragListener. by Ben Lin · 7 years ago
  58. 179f069 Show a snackbar for archived files when can't be quick viewed. by Tomasz Mikolajewski · 7 years ago
  59. 30b0dc1 Fix a bug where dropping on Root never works. by Ben Lin · 7 years ago
  60. e967033 Lift loader to activity level. by Garfield Tan · 7 years ago
  61. 0c1f58a Merge "Add Feature Flag support." into arc-apps by TreeHugger Robot · 7 years ago
  62. 98f8c5f Add Feature Flag support. by Steve McKay · 7 years ago
  63. 8afb275 Merge "Check for droppability when dropping onto Roots." into arc-apps by TreeHugger Robot · 7 years ago
  64. 174fc2e Check for droppability when dropping onto Roots. by Ben Lin · 7 years ago
  65. 5a87aff Remove DocumentsContract.ACTION_BROWSE. by Garfield Tan · 7 years ago
  66. 954c5e0 Merge "Start to move access to model in to Injector and ActionHandlers, refactor select all and file rename." into arc-apps by Jon Mann · 7 years ago
  67. 30d8c79 Start to move access to model in to Injector and ActionHandlers, refactor select all and file rename. by Jon Mann · 7 years ago
  68. c5efea0 Use Intent.ACTION_VIEW to for launching file manager at a location. by Garfield Tan · 7 years ago
  69. ac3e63e Enable Open With in the overflow menu. by Tomasz Mikolajewski · 7 years ago
  70. 40c8505 Remove State#restored. by Garfield Tan · 7 years ago
  71. f8969d6 Add capability to launch to a document in file manager. by Garfield Tan · 7 years ago
  72. 2a8719c Separate rootVisited metrics into 2 categories by Garfield Tan · 8 years ago
  73. d8d0ad2 Proper ActionMode clean up when spring opening directories. by Ben Lin · 8 years ago
  74. f23cbf4 Removed all auto-open-drawer logic on app start. by Ben Lin · 8 years ago
  75. fd2b4dc More clean up for sharing virtual files. by Tomasz Mikolajewski · 8 years ago
  76. 1abcfd1 Clean up sharing virtual files. by Tomasz Mikolajewski · 8 years ago
  77. 5b127ac Send virtual files with CATEGORY_TYPED_OPENABLE. by Tomasz Mikolajewski · 8 years ago
  78. 03a3a39 Make srcParent for move/delete nullable. by Garfield Tan · 8 years ago
  79. e535c57 Files in archives should be only openable by the quick viewer. by Tomasz Mikolajewski · 8 years ago
  80. 6868962 Add Snackbar for Deletion so TalkBack can speak about it. by Ben Lin · 8 years ago
  81. 92ae43d Move Injector impl into separate class. by Steve McKay · 8 years ago
  82. d947f01 Add Cut/Copy/Delete operation to currently focused item. by Ben Lin · 8 years ago
  83. 89e0e34 Merge "Address comments in ag/1514806." into nyc-andromeda-dev by TreeHugger Robot · 8 years ago
  84. 2a83742 Address comments in ag/1514806. by Garfield Tan · 8 years ago
  85. 9d34f24 Merge "Add DEBUG build support for runtime flags/commands..." into nyc-andromeda-dev by Steve McKay · 8 years ago
  86. 3a26823 Add DEBUG build support for runtime flags/commands... by Steve McKay · 8 years ago
  87. df0fe89 Adding guard for new Intent Extra introduced in post NYC. by Ben Lin · 8 years ago
  88. 54c992e Merge "Features around findPath API." into nyc-andromeda-dev by Garfield Tan · 8 years ago
  89. 1686883 Features around findPath API. by Garfield Tan · 8 years ago
  90. 24ff160 Adding EXTRA_AUTO_LAUNCH_SINGLE_CHOICE to Chooser Intent. by Ben Lin · 8 years ago
  91. 63bf813 Move openContainerDocument() into ActionHandlers. by Garfield Tan · 8 years ago
  92. d071895 Move share impl into files ActionHandler. by Steve McKay · 8 years ago
  93. bd9f05a Move full delete logic into ActionHandler. by Steve McKay · 8 years ago
  94. 5b0a2c1 Inject SelectionManager instead of passing on reset. by Steve McKay · 8 years ago
  95. 4f78ba6 Move selection to selection pkg, make activity scoped. by Steve McKay · 8 years ago
  96. 208945c Refactor FragmentTuner to ActivityConfig. by Garfield Tan · 8 years ago
  97. 0f5ec83 Add pick ActionHandler test. by Steve McKay · 8 years ago
  98. eed2f4e Move document-opening logic into ActionHandlers. by Steve McKay · 8 years ago
  99. def4868 Test location init with doc URI. by Steve McKay · 8 years ago
  100. b6006b2 manager/ManageActivity back to files/FilesActivity. by Steve McKay · 8 years ago[Renamed (98%) from src/com/android/documentsui/manager/ActionHandler.java]