1. 1ebd841 migrate documents UI tests to use AndroidJUnitRunner by Guang Zhu · 8 years ago
  2. 4759c9f Cancel band selection on directory change. by Tomasz Mikolajewski · 9 years ago
  3. 55625a6 Deal gracefully with empty srcs. by Steve McKay · 9 years ago
  4. 5e02d30 Do not allow to select non-selectable items via mouse. by Tomasz Mikolajewski · 9 years ago
  5. 53f109b3 Massage code to better support Files overlay. by Steve McKay · 9 years ago
  6. 69e852d Fix search view tests on handheld devices by Aga Wronska · 9 years ago
  7. 774cc93 Add menu option to show/hide internal storage. by Aga Wronska · 9 years ago
  8. 21fece7 Merge "Add basic jank tests for DocumentsUI." into nyc-dev by Tomasz Mikolajewski · 9 years ago
  9. 8ee8ebf Add basic jank tests for DocumentsUI. by Tomasz Mikolajewski · 9 years ago
  10. 378f409 Merge "Fix testModelIdIsUnique test in DocumentsUI." into nyc-dev by Tomasz Mikolajewski · 9 years ago
  11. d283221 Fix testModelIdIsUnique test in DocumentsUI. by Tomasz Mikolajewski · 9 years ago
  12. 007151a Reduce memory allocations and improve sorting in DocumentsUI by 8.42%. by Tomasz Mikolajewski · 9 years ago
  13. b4129d7 Add config flag to hide home directory ("Documents") from the roots list. by Aga Wronska · 9 years ago
  14. f3244e8 Revert "Precompute cursor indexes in DocumentsUI and improve perf by 2.7%." by Aga Wronska · 9 years ago
  15. 415c062 Merge "Fix band selection problems." into nyc-dev by Ben Kwa · 9 years ago
  16. c29fd8d Fix band selection problems. by Ben Kwa · 9 years ago
  17. 49ca224 Reduce memory allocations and improve sorting in DocumentsUI by 8.42%. by Tomasz Mikolajewski · 9 years ago
  18. 7e16688 Suppress tests failing because or permission inconsistency by Aga Wronska · 9 years ago
  19. 3e63e7d Run all downloads through trampoline. by Steve McKay · 9 years ago
  20. 4064f60 Merge "Delete downloads activity." into nyc-dev by Steve McKay · 9 years ago
  21. 2c4c90d Merge "Fallback to byte-by-byte copy/move if optimized fails." into nyc-dev by Steve McKay · 9 years ago
  22. 6ce903d Delete downloads activity. by Steve McKay · 9 years ago
  23. 1008a11 Fallback to byte-by-byte copy/move if optimized fails. by Tomasz Mikolajewski · 9 years ago
  24. 9ab36aa Merge "Improve sorting performance by 2.5 times." into nyc-dev by Tomasz Mikolajewski · 9 years ago
  25. f346796 Suppress Rename tests that fail consistently... by Steve McKay · 9 years ago
  26. cc90976 Merge "Suppress tests that are consistently failing..." into nyc-dev by Steve McKay · 9 years ago
  27. c05d98f Improve sorting performance by 2.5 times. by Tomasz Mikolajewski · 9 years ago
  28. 18d3e85 Suppress tests that are consistently failing... by Steve McKay · 9 years ago
  29. c5a511a fix DocumentsUI tests makefile by Guang Zhu · 9 years ago
  30. 8db100e Merge "Don't show title in delete confirmation." into nyc-dev by Steve McKay · 9 years ago
  31. b4672ef Merge "Always show intern storage." into nyc-dev by Steve McKay · 9 years ago
  32. 7c43958 Always show intern storage. by Steve McKay · 9 years ago
  33. cf057ef Fix broken tests due to uninitialized roots. by Tomasz Mikolajewski · 9 years ago
  34. 1a067899 Merge "Add scaffolds for performance tests of DocumentsUI" into nyc-dev by Tomasz Mikolajewski · 9 years ago
  35. ae6d6b4 Add scaffolds for performance tests of DocumentsUI by Tomasz Mikolajewski · 9 years ago
  36. ea9ec29 Fix roots filtering for move operations. by Steve McKay · 9 years ago
  37. c8d4e22 Don't show title in delete confirmation. by Steve McKay · 9 years ago
  38. 88d5592 Merge "Remove revealLauncher and revealApp from tests." into nyc-dev by Tomasz Mikolajewski · 9 years ago
  39. 95f44e8 Merge "Clear selection mode when changing root" into nyc-dev by Aga Wronska · 9 years ago
  40. d559743 Clear selection mode when changing root by Aga Wronska · 9 years ago
  41. 7a3b811 Delete confirmation and notification improvements. by Steve McKay · 9 years ago
  42. b9eeee1 Launch the activity with the test root opened for tests by Aga Wronska · 9 years ago
  43. 2b163bd Remove revealLauncher and revealApp from tests. by Tomasz Mikolajewski · 9 years ago
  44. f4b8083 Merge "Add logic for selecting filename in RenameDocumentFragment - different selection for directory. Prevent test from creating directories in Documents folder." into nyc-dev by Aga Wronska · 9 years ago
  45. 568b3b3 Add logic for selecting filename in RenameDocumentFragment - different selection for directory. by Aga Wronska · 9 years ago
  46. 0fa97e8 Cleanup error handling in jobs. by Tomasz Mikolajewski · 9 years ago
  47. cddd034 Merge "Move directory and roots support to own ui bots." into nyc-dev by Steve McKay · 9 years ago
  48. b9a20d1 Move directory and roots support to own ui bots. by Steve McKay · 9 years ago
  49. 008e948 Undo generalization isDownloads > supportsChildren. by Steve McKay · 9 years ago
  50. 9a0fc1f Merge "Improvements to Copy/Move flow." into nyc-dev by Steve McKay · 9 years ago
  51. a6bbeab Improvements to Copy/Move flow. by Steve McKay · 9 years ago
  52. 30551a2 Guard against NPE in equals checks. by Steve McKay · 9 years ago
  53. c4524a9 Merge "Fix Rename Document tests" into nyc-dev by Aga Wronska · 9 years ago
  54. 5784996 Fix Rename Document tests by Aga Wronska · 9 years ago
  55. 83df50f Allow multiple range selections using the shift key. by Ben Kwa · 9 years ago
  56. 2036dad Introduce ChromeOS-style keyboard navigation. by Ben Kwa · 9 years ago
  57. e852d93 Preserve selection across device rotation. by Steve McKay · 9 years ago
  58. 65d9a51 Fix flakiness of testFilesList_LiveUpdate. by Tomasz Mikolajewski · 9 years ago
  59. 40d5d9d Merge "Don't apply fancy back logic when drawer is not present." into nyc-dev by Steve McKay · 9 years ago
  60. 3b5a29c Merge "Go to root from child directory when root tapped. Bug: 27060001" into nyc-dev by Aga Wronska · 9 years ago
  61. 9146ac6 Don't apply fancy back logic when drawer is not present. by Steve McKay · 9 years ago
  62. df3abce Remove temporary test fixes. by Tomasz Mikolajewski · 9 years ago
  63. c7b8322 Migrate all tests to ActivityTest. by Tomasz Mikolajewski · 9 years ago
  64. e436f94 Go to root from child directory when root tapped. Bug: 27060001 by Aga Wronska · 9 years ago
  65. f8d8985 Honor javadocs, call super first in DocumentsProvider.call handling. by Steve McKay · 9 years ago
  66. 2458689 Migrate *ActivityUiTest to use ActivityInstrumentationTestCase2. by Tomasz Mikolajewski · 9 years ago
  67. 1c0b232 Fix flaky testLoadsHomebyDefault. by Tomasz Mikolajewski · 9 years ago
  68. ccda74f5 Merge "Fix flaky testFilesList_LiveUpdate()." by Tomasz Mikolajewski · 9 years ago
  69. 7592987 Merge "Add tests for action bar's search icon behavior - Icon hidden when root doesn't support search - Icon visible whan root supports search" by Aga Wronska · 9 years ago
  70. 3182a92 Merge "Refactor key handling and selection." by Ben Kwa · 9 years ago
  71. 6792489 Refactor key handling and selection. by Ben Kwa · 9 years ago
  72. b005e14 Fix flaky testFilesList_LiveUpdate(). by Tomasz Mikolajewski · 9 years ago
  73. cfba4f6 Add tests for action bar's search icon behavior by Aga Wronska · 9 years ago
  74. 0950df1 Add tests for rename documents feature by Aga Wronska · 9 years ago
  75. 748ea8c Show a warning notification and a dialog in case of conversion when copying. by Tomasz Mikolajewski · 9 years ago
  76. b8436af Wire multi-parents support for moving to DocumentsUI. by Tomasz Mikolajewski · 9 years ago
  77. 2ed9f81 Enabled content validation in file ops tests. by Steve McKay · 9 years ago
  78. d0086a4 Fix broken SearchViewUiTest. by Steve McKay · 9 years ago
  79. 31f97bc Merge "Add support for renaming documents" by Aga Wronska · 9 years ago
  80. 3b327ef Add support for renaming documents by Aga Wronska · 9 years ago
  81. 87156dc Do not allow to move virtual files using conversion. by Tomasz Mikolajewski · 9 years ago
  82. 2985233 Merge "Fix band selection problems." by Ben Kwa · 9 years ago
  83. 22f479d Fix band selection problems. by Ben Kwa · 9 years ago
  84. 17fefe5 Merge "Move delete support into FileOperationService." by Steve McKay · 9 years ago
  85. 760199e Merge "Rework selection handling for items in the DirectoryFragment." by Ben Kwa · 9 years ago
  86. 0436a75 Rework selection handling for items in the DirectoryFragment. by Ben Kwa · 9 years ago
  87. 3564543 Move delete support into FileOperationService. by Steve McKay · 9 years ago
  88. cdcf99b Merge "Support for concurrent file operations." by Steve McKay · 9 years ago
  89. ecbf3c5 Support for concurrent file operations. by Steve McKay · 9 years ago
  90. f6a31d3 Refactor SearchManager: by Aga Wronska · 9 years ago
  91. 619f3be Add Search View UI tests by Aga Wronska · 9 years ago
  92. d20d010 Merge "Increase the stability of sorting in the Model." by Ben Kwa · 9 years ago
  93. e2564f9 Increase the stability of sorting in the Model. by Ben Kwa · 9 years ago
  94. 433df5c Merge "Fix home key behaviour when there are no subdirs in cwd." by Ben Kwa · 9 years ago
  95. 2ad8214 Merge "Fix shift-selection." by Ben Kwa · 9 years ago
  96. 2613802 Fix shift-selection. by Ben Kwa · 9 years ago
  97. f5ce103 Fix home key behaviour when there are no subdirs in cwd. by Ben Kwa · 9 years ago
  98. 3360de1 Merge "Fix document stack." by Daichi Hirono · 9 years ago
  99. 7f34b20 Fix document stack. by Daichi Hirono · 9 years ago
  100. 14e827a CopyService generalization. by Steve McKay · 9 years ago