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
/
FocusManager.java
Age
Commit message (
Expand
)
Author
2019-04-01
Optimize for debug log coding style.
Jason Chang
2018-08-22
Migrate to use RecyclerView-Selection library
Riddle Hsu
2018-07-09
Mechanical refactoring of Preconditions.
Jeff Sharkey
2018-07-09
Mechanical refactoring to use public annotations.
Jeff Sharkey
2018-05-28
Fix NPE caused by invalid ContentScope in FocusManager.
Rhed Jao
2018-04-17
Migrated various apps under packages/apps/DocumentsUI/ to androidx
KOUSHIK PANUGANTI
2018-01-22
Created a SharedMinimal helper.
Felipe Leme
2017-10-27
Fix crash when attempting to focus when no items are visible.
Geoffrey Pitsch
2017-09-11
Cleanup of Selection APIs.
Steve McKay
2017-08-22
Extract SelectionManager interface.
Steve McKay
2017-08-18
Decouple SelectionManager from DocumentsAdapter.
Steve McKay
2017-05-05
Allow focus from mouse click
Jon Mann
2017-03-07
Lift loader to activity level.
Garfield Tan
2017-03-05
Add Feature Flag support.
Steve McKay
2017-02-27
Fixing Keyboard Navigation to match spec.
Ben Lin
2016-12-19
Don't handle key events given to DocHolders of Message type.
Ben Lin
2016-11-08
Move Injector impl into separate class.
Steve McKay
2016-11-08
Shared input handling and injection.
Steve McKay
2016-11-04
Let focused item also act as a starting anchor for range selection.
Ben Lin
2016-10-21
Add Cut/Copy/Delete operation to currently focused item.
Ben Lin
2016-10-07
Inject SelectionManager instead of passing on reset.
Steve McKay
2016-09-21
Add support for quick viewing files with spacebar.
Steve McKay