1. bde20e1 UserInputHandler cleanup. by Steve McKay · 8 years ago
  2. f0fceb4 Don't try to drag non-model-backed views. by Steve McKay · 8 years ago
  3. 64ac117 Add CTRL selection support. by Ben Lin · 8 years ago
  4. 35f99e0 Refactor of BandController/DragStarter/GestureDetector. by Ben Lin · 8 years ago
  5. 7c66209 Followup change for ag/1373399 by Steve McKay · 8 years ago
  6. 0fbb229 Merge "Move sort headers out of directory layout." into nyc-andromeda-dev by TreeHugger Robot · 8 years ago
  7. 9de0da6 Move sort headers out of directory layout. by Steve McKay · 8 years ago
  8. 20015cf Merge "Fix Gesture Select bug when user is in RTL mode." into nyc-andromeda-dev by TreeHugger Robot · 8 years ago
  9. abbb6e0 Fix Gesture Select bug when user is in RTL mode. by Ben Lin · 8 years ago
  10. 81afd7f Add focus to directory after creating them via CreateDirFragment. by Ben Lin · 8 years ago
  11. 57c6a7c Merge "[multi-part] Enable bidirectional sorting" into nyc-andromeda-dev by TreeHugger Robot · 8 years ago
  12. 61f564b [multi-part] Enable bidirectional sorting by Garfield, Tan · 8 years ago
  13. 63620cc [multi-part] Gesture Multi-Select Code polish. by Ben Lin · 8 years ago
  14. 8b88332 Fix for broken unit tests for UserInputHandler. by Ben Lin · 8 years ago
  15. 40f4488 [multi part] Gesture Multi-Select feature. by Ben Lin · 8 years ago
  16. 19b0d5a Merge "[multi-part] Enable bidrectional sorting" into nyc-andromeda-dev by TreeHugger Robot · 8 years ago
  17. 11d2348 [multi-part] Enable bidrectional sorting by Garfield, Tan · 8 years ago
  18. dbcccd6 Move Right-click handling into UserInputHandler. by Ben Lin · 8 years ago
  19. 5fd0cbc Eliminate a cycle in class hierarchy. by Steve McKay · 8 years ago
  20. 2abb4c7 DragScrollListener test, from ag/1247908. by Ben Lin · 8 years ago
  21. c5e3e8e Allow drag-n-drop to auto-scroll when near top/bottom of dirlist. by Ben Lin · 8 years ago
  22. 2d1e4a3 Addition UserInputHandler test coverage. by Steve McKay · 8 years ago
  23. 74956af Consolidate user input handling in single class. by Steve McKay · 8 years ago
  24. 79a6fe0 Move GestureListener to own file. by Steve McKay · 8 years ago
  25. 19cf55b Merge "Prioritize delete jobs by adding them to a separate thread pool." into nyc-andromeda-dev by Garfield Tan · 8 years ago
  26. 810fb82 Prioritize delete jobs by adding them to a separate thread pool. by Garfield, Tan · 8 years ago
  27. d586959 Move BandController out of MultiSelectManager. by Steve McKay · 8 years ago
  28. f2855f0 Cancel band selection on directory change. by Tomasz Mikolajewski · 8 years ago
  29. 0ad227e Do not allow to select non-selectable items via mouse. by Tomasz Mikolajewski · 8 years ago
  30. 880ece9 Merge "Fix testModelIdIsUnique test in DocumentsUI." into nyc-dev by Tomasz Mikolajewski · 8 years ago
  31. fb26c76 Fix testModelIdIsUnique test in DocumentsUI. by Tomasz Mikolajewski · 8 years ago
  32. 20c04c5 Reduce memory allocations and improve sorting in DocumentsUI by 8.42%. by Tomasz Mikolajewski · 8 years ago
  33. 35a60a7 Revert "Precompute cursor indexes in DocumentsUI and improve perf by 2.7%." by Aga Wronska · 8 years ago
  34. ba7e43c Merge "Fix band selection problems." into nyc-dev by Ben Kwa · 8 years ago
  35. 0ecd4c4 Fix band selection problems. by Ben Kwa · 8 years ago
  36. 7a8fc99 Reduce memory allocations and improve sorting in DocumentsUI by 8.42%. by Tomasz Mikolajewski · 8 years ago
  37. f27c274 Improve sorting performance by 2.5 times. by Tomasz Mikolajewski · 8 years ago
  38. f63e938 Don't show title in delete confirmation. by Steve McKay · 8 years ago
  39. 55c00e7 Undo generalization isDownloads > supportsChildren. by Steve McKay · 8 years ago
  40. 9504d76 Allow multiple range selections using the shift key. by Ben Kwa · 8 years ago
  41. 84fa371 Preserve selection across device rotation. by Steve McKay · 8 years ago
  42. ba5270c Refactor key handling and selection. by Ben Kwa · 8 years ago
  43. 8412208 Merge "Fix band selection problems." by Ben Kwa · 9 years ago
  44. 73b158c Fix band selection problems. by Ben Kwa · 9 years ago
  45. 4ec9357 Merge "Move delete support into FileOperationService." by Steve McKay · 9 years ago
  46. 9fe25a7 Rework selection handling for items in the DirectoryFragment. by Ben Kwa · 9 years ago
  47. 97b4be4 Move delete support into FileOperationService. by Steve McKay · 9 years ago
  48. ac684ea Merge "Increase the stability of sorting in the Model." by Ben Kwa · 9 years ago
  49. e433834 Increase the stability of sorting in the Model. by Ben Kwa · 9 years ago
  50. 9125dc0 Merge "Fix home key behaviour when there are no subdirs in cwd." by Ben Kwa · 9 years ago
  51. 53cfc8a Fix shift-selection. by Ben Kwa · 9 years ago
  52. b4a93ac Fix home key behaviour when there are no subdirs in cwd. by Ben Kwa · 9 years ago
  53. e45d1f0 Don't proxy calls to DocumentsAdapter in MultiSelManager. by Steve McKay · 9 years ago
  54. e910403 Fix event relay to correctly dispatch events. by Steve McKay · 9 years ago
  55. c5ecf89 Move Adapters to their own classes. by Steve McKay · 9 years ago
  56. 6280de0 Implement bucketed sorting in DocumentsUI. by Ben Kwa · 9 years ago
  57. 936a7fc Wrap up the stable ID refactor. by Ben Kwa · 9 years ago
  58. b8a5e08 Re-enable sorting in the DirectoryFragment. by Ben Kwa · 9 years ago
  59. da858bf Fix file deletion after the move to Model IDs. by Ben Kwa · 9 years ago
  60. d72a1da Transition selection to use Model IDs. by Ben Kwa · 9 years ago
  61. 0497da8 Switch DirectoryFragment code to use model IDs. by Ben Kwa · 9 years ago
  62. 5d53e18 Followup changes to ag/810782. by Steve McKay · 9 years ago
  63. 083107c Merge "Add test size annotations to docsui tests." by Steve McKay · 9 years ago
  64. bfd8705 Add test size annotations to docsui tests. by Steve McKay · 9 years ago
  65. e0cba92 Handle shift+arrow correctly in single select mode. by Steve McKay · 9 years ago
  66. f68210e Move DirectoryFragment and family to dirlist pkg. by Steve McKay · 9 years ago