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