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