1. bbeba52 Support for concurrent file operations. by Steve McKay · 9 years ago
  2. ac684ea Merge "Increase the stability of sorting in the Model." by Ben Kwa · 9 years ago
  3. e433834 Increase the stability of sorting in the Model. by Ben Kwa · 9 years ago
  4. 9125dc0 Merge "Fix home key behaviour when there are no subdirs in cwd." by Ben Kwa · 9 years ago
  5. 5277836 Merge "Fix shift-selection." by Ben Kwa · 9 years ago
  6. 53cfc8a Fix shift-selection. by Ben Kwa · 9 years ago
  7. b4a93ac Fix home key behaviour when there are no subdirs in cwd. by Ben Kwa · 9 years ago
  8. 9ab5496 Merge "Fix document stack." by Daichi Hirono · 9 years ago
  9. 97c9c1a Fix document stack. by Daichi Hirono · 9 years ago
  10. c83baa0 CopyService generalization. by Steve McKay · 9 years ago
  11. 4d42104 Merge "Remove the flag and make openTypedDocument throw FileNotFoundException." by Tomasz Mikolajewski · 9 years ago
  12. e475d3b Remove the flag and make openTypedDocument throw FileNotFoundException. by Tomasz Mikolajewski · 9 years ago
  13. e45d1f0 Don't proxy calls to DocumentsAdapter in MultiSelManager. by Steve McKay · 9 years ago
  14. e910403 Fix event relay to correctly dispatch events. by Steve McKay · 9 years ago
  15. c5ecf89 Move Adapters to their own classes. by Steve McKay · 9 years ago
  16. f11e42d Merge "Implement bucketed sorting in DocumentsUI." by Ben Kwa · 9 years ago
  17. 6280de0 Implement bucketed sorting in DocumentsUI. by Ben Kwa · 9 years ago
  18. 049eb56 Cleanup StubProvider a little. by Tomasz Mikolajewski · 9 years ago
  19. dcec9ac Add tests for copying virtual typed files. by Tomasz Mikolajewski · 9 years ago
  20. cf08d6d Add support to virtual and typed files in StubProvider. by Tomasz Mikolajewski · 9 years ago
  21. 936a7fc Wrap up the stable ID refactor. by Ben Kwa · 9 years ago
  22. b8a5e08 Re-enable sorting in the DirectoryFragment. by Ben Kwa · 9 years ago
  23. da858bf Fix file deletion after the move to Model IDs. by Ben Kwa · 9 years ago
  24. d72a1da Transition selection to use Model IDs. by Ben Kwa · 9 years ago
  25. 0497da8 Switch DirectoryFragment code to use model IDs. by Ben Kwa · 9 years ago
  26. a8fa58d Load Home directory by default. by Steve McKay · 9 years ago
  27. 5d53e18 Followup changes to ag/810782. by Steve McKay · 9 years ago
  28. 31e104f Add DownloadsActivity functional test. by Steve McKay · 9 years ago
  29. f712a20 Don't copy a directory into itself...doesn't go well. by Steve McKay · 9 years ago
  30. 12ef53e Add "Home" directory support. by Steve McKay · 9 years ago
  31. 083107c Merge "Add test size annotations to docsui tests." by Steve McKay · 9 years ago
  32. bfd8705 Add test size annotations to docsui tests. by Steve McKay · 9 years ago
  33. e0cba92 Handle shift+arrow correctly in single select mode. by Steve McKay · 9 years ago
  34. f68210e Move DirectoryFragment and family to dirlist pkg. by Steve McKay · 9 years ago
  35. 99bcc6a Use StubProvider for functional tests. by Steve McKay · 9 years ago
  36. 107e218 Delete TestDocumentsProvider. by Steve McKay · 9 years ago
  37. 61d5bc0 Add functional tests for FilesActivity. by Steve McKay · 9 years ago
  38. 68a8bb8 Don't try to delete files twice. by Steve McKay · 9 years ago
  39. 9eabc50 Decouple gesture detection. by Steve McKay · 9 years ago
  40. a017bc1 Add shift-selection to DocumentsUI. by Ben Kwa · 9 years ago
  41. 670bf1d Merge "Provide previous stack when opening new window." by Steve McKay · 9 years ago
  42. c21888e Consolidate unit tests. by Ben Kwa · 9 years ago
  43. 4d0255f Provide previous stack when opening new window. by Steve McKay · 9 years ago
  44. f8a5e08 Move State to a separate file. by Steve McKay · 9 years ago
  45. 379e176 Restore more missing DirectoryFragment functionality. by Ben Kwa · 9 years ago
  46. 164f8c3 Merge "Clean up unit tests." by Ben Kwa · 9 years ago
  47. 83cedf2 Clean up unit tests. by Ben Kwa · 9 years ago
  48. cfb691d Merge "Don't start band select on empty grid." by Steve McKay · 9 years ago
  49. 3755016 Don't start band select on empty grid. by Steve McKay · 9 years ago
  50. 7461a95 Add unit tests for DirectoryFragment.Model. by Ben Kwa · 9 years ago
  51. 093d5e7 Fix erroneous band selection start. by Steve McKay · 9 years ago
  52. 62a7fd0 Integrate band selection into the files app. by Kyle Horimoto · 9 years ago
  53. 96c107b Merge "BandSelectMatrix: Create matrix tracking location of RecycleView items and band selection." by Kyle Horimoto · 9 years ago
  54. 1ed2c92 BandSelectMatrix: Create matrix tracking location of RecycleView items and band selection. by Kyle Horimoto · 9 years ago
  55. fefcd70 Use type inference where possible. by Steve McKay · 9 years ago
  56. 5739487 Add support for single-select mode. by Steve McKay · 9 years ago
  57. 93d8ef4 Start selection mode with single mouse click... by Steve McKay · 9 years ago
  58. 6c349b8 Add a TestSuite for running unittests. by Steve McKay · 9 years ago
  59. 8c1b8c8 Add SHIFT+Click selection support. by Steve McKay · 9 years ago
  60. 9459a7c Clear selection when empty space is tapped. by Steve McKay · 9 years ago
  61. f4c06ab Push equals impl into SparseBooleanArray. by Steve McKay · 9 years ago
  62. ef28015 Update DirectoryFragment to use RecyclerView. by Steve McKay · 9 years ago
  63. 435efbd resolved conflicts for merge of 3aff4fc6 to master by Ben Kwa · 9 years ago
  64. 0bcdec3 Enable apps to exclude their own roots from the DocumentsUI roots list. by Ben Kwa · 9 years ago
  65. cb4461f Add a move feature to DocumentsUI. by Ben Kwa · 9 years ago
  66. 37c7659 Cherry pick beefed-up error handling in the CopyService from master. DO NOT MERGE by Ben Kwa · 9 years ago
  67. c06f3fd Beef up error handling in the CopyService. by Ben Kwa · 9 years ago
  68. aac9e2e Implement some tests for com.android.documentsui.CopyService. by Ben Kwa · 9 years ago
  69. bcda3d1 Add support for notifying about child changes in StubProvider. by Tomasz Mikolajewski · 9 years ago
  70. 6e9d76d Add support for opening files in StubProvider. by Tomasz Mikolajewski · 9 years ago
  71. 38e965f Add support for removing files and directories in StubProvider. by Tomasz Mikolajewski · 9 years ago
  72. 8055044 Simulate running out of space in StubProvider. by Tomasz Mikolajewski · 9 years ago
  73. 67f9bed Add StubProvider::isChildDocument(). by Tomasz Mikolajewski · 9 years ago
  74. 5519474 Add an initial version for a StubProvider for DocumentsUI. by Tomasz Mikolajewski · 9 years ago
  75. b68594b Fix broken tests in DocumentsUI. by Tomasz Mikolajewski · 9 years ago
  76. aed873d Disabled states, more UX work, bug fixes. by Jeff Sharkey · 11 years ago
  77. 06c4187 Another asset drop, provider icons, tests. by Jeff Sharkey · 11 years ago