summaryrefslogtreecommitdiffstats
path: root/src/com/android/documentsui/ActionModeController.java
Commit message (Expand)AuthorAgeFilesLines
* Add shadow to top toolbar.Zemiao Zhu2020-09-181-0/+6
* Only clear selection if select size larger than 0Tony Huang2019-12-021-1/+3
* Update action mode close content description for a11yTony Huang2019-09-051-0/+4
* Use DialogFragment for delete dialogshawnlin2019-08-211-16/+6
* Optimize for debug log coding style.Jason Chang2019-04-011-4/+12
* Refactor some codes for unbundle (4/N)Ivan Chiang2018-12-071-1/+0
* Refactor some codes for unbundleTony Huang2018-11-071-0/+1
* Roll back delete/undo feature to dialog styleshawnlin2018-10-161-0/+9
* Migrate to use RecyclerView-Selection libraryRiddle Hsu2018-08-221-7/+8
* Support delete/undo in the File browser modeshawnlin2018-08-141-9/+0
* Mechanical refactoring to use public annotations.Jeff Sharkey2018-07-091-2/+2
* Created a SharedMinimal helper.Felipe Leme2018-01-221-1/+1
* Replace selection interfaces w/ abstract classes.Steve McKay2017-09-121-2/+2
* Cleanup of Selection APIs.Steve McKay2017-09-111-40/+7
* Improved encapsulation.Steve McKay2017-08-221-2/+0
* Minor cleanups to SelectionManager interface.Steve McKay2017-08-221-2/+2
* Unify selection listeners under single interface.Steve McKay2017-08-181-1/+11
* Disable vibration on actionMode start; make it perform on long press.Ben Lin2017-05-041-4/+1
* Clear separation of RootList Context Menu items and DirList items.Ben Lin2017-04-261-1/+1
* Reset window title back to activity title when selection finishes.Ben Lin2017-04-031-0/+3
* Use Window#setTitle to communicate selection change to TalkBack.Ben Lin2016-11-091-4/+2
* Move full delete logic into ActionHandler.Steve McKay2016-10-101-0/+243