History log of /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/FocusHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ed895580275101312d7d6fa6ebf78b79b4905a1e 28-Apr-2017 Jon Mann <jonmann@google.com> Allow focus from mouse click

Test: added unit tests and updated existing tests
Bug: 32839582
Change-Id: I5526429be3cbdd10a812db06f87c06e839b3da68
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/FocusHandler.java
92ae43d5d22331aad83e1a4302a7e1975f66354e 08-Nov-2016 Steve McKay <smckay@google.com> Move Injector impl into separate class.

Change-Id: I070114479755571e93b9256e0cbf35780b962033
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/FocusHandler.java
047182631669608af946480c2545a10acb2ef1bf 08-Nov-2016 Steve McKay <smckay@google.com> Shared input handling and injection.

Change-Id: I41ae072e55ecc60b708274b5c67bed3a486bf080
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/FocusHandler.java
75b7b9039cf0efcb188e916c6f510328bfe099a8 02-Nov-2016 Ben Lin <linben@google.com> Let focused item also act as a starting anchor for range selection.

Bug: 31991343
Change-Id: Id59cc99a61550cd4a13feb508f13889a8598a3c9
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/FocusHandler.java
d947f0192142c7db40d7dfaa8d0c6caaa1cf7c36 18-Oct-2016 Ben Lin <linben@google.com> Add Cut/Copy/Delete operation to currently focused item.

Also removed ability to focus on items in the directory list while
there's an on-going selection to avoid having a weird state of both
focus and selection. Shift extension still works, just that once user
puts focus on RootsFragment, they won't be able to focus back into
DirectoryFragment.

Bug: 32141890
Change-Id: I14c06f8616b63d04f0b5f489032f7006f91416a8
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/FocusHandler.java
17b761eb2f837d3ac079c07fc33877d6049c3cba 21-Sep-2016 Steve McKay <smckay@google.com> Add support for quick viewing files with spacebar.

Make FocusManager an activity owned object.
Include WRITE permission when building quick view intent.
Only send APKs to Downloads managed flow....
Don't do anything w/ partial files.

Change-Id: I03f2d61f852cf11fd928fc592e47aca933eb72d2
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/FocusHandler.java
81afd7f587176e7d63f00d533b1258dfec84bf5c 23-Aug-2016 Ben Lin <linben@google.com> Add focus to directory after creating them via CreateDirFragment.

Since after createDiretoryFragment finishes, it's not synchronous that
the directory's view gets added, we need to wait for a layout pass so
recyclerView correctly updates itself with the new directory view. Once
then, we will request focus on the directory.

Bug: 27474438
Change-Id: Ib6087d63020265a837626b0dbcb511a9cd919285
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/FocusHandler.java
74956af50b13b5ffde252a13547c960ba3e9c5b4 01-Jul-2016 Steve McKay <smckay@google.com> Consolidate user input handling in single class.

But separate mouse and touch handling into independent (internal) handlers.
Ensure we don't do band select on right click + drag.

Bug: 29575607, 29548676
Change-Id: I247e3ba002751f2cda010125e0e7b4bdd745ac23
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/FocusHandler.java