summaryrefslogtreecommitdiff
path: root/src/com/android/documentsui/ActionModeController.java
AgeCommit message (Expand)Author
2025-03-03Extract flags into their own Util class Ben Reich
2025-02-24Move the selection menu from the ActionBar to NavigationView Ben Reich
2024-12-17[DocsUI M3] Restyle the nav tree in drawer layout Wenbo Jie
2024-01-03Build DocumentsUI sources once Colin Cross
2023-10-26Revert "Build DocumentsUI sources once" Colin Cross
2023-10-17Build DocumentsUI sources once Colin Cross
2020-09-18Add shadow to top toolbar. Zemiao Zhu
2019-12-02Only clear selection if select size larger than 0 Tony Huang
2019-09-05Update action mode close content description for a11y Tony Huang
2019-08-21Use DialogFragment for delete dialog shawnlin
2019-04-01Optimize for debug log coding style. Jason Chang
2018-12-07Refactor some codes for unbundle (4/N) Ivan Chiang
2018-11-07Refactor some codes for unbundle Tony Huang
2018-10-16Roll back delete/undo feature to dialog style shawnlin
2018-08-22Migrate to use RecyclerView-Selection library Riddle Hsu
2018-08-14Support delete/undo in the File browser mode shawnlin
2018-07-09Mechanical refactoring to use public annotations. Jeff Sharkey
2018-01-22Created a SharedMinimal helper. Felipe Leme
2017-09-12Replace selection interfaces w/ abstract classes. Steve McKay
2017-09-11Cleanup of Selection APIs. Steve McKay
2017-08-22Improved encapsulation. Steve McKay
2017-08-22Minor cleanups to SelectionManager interface. Steve McKay
2017-08-18Unify selection listeners under single interface. Steve McKay
2017-05-04Disable vibration on actionMode start; make it perform on long press. Ben Lin
2017-04-26Clear separation of RootList Context Menu items and DirList items. Ben Lin
2017-04-03Reset window title back to activity title when selection finishes. Ben Lin
2016-11-09Use Window#setTitle to communicate selection change to TalkBack. Ben Lin
2016-10-10Move full delete logic into ActionHandler. Steve McKay