History log of /packages/apps/DocumentsUI/src/com/android/documentsui/selection/GestureSelector.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bb9c55a1743295c7d543876b7df05651b503a103 07-Feb-2017 Jon Mann <jonmann@google.com> Guard against starting a multi-select event without having an anchor.

Test: Ran full test suite
Bug: 35041843
Change-Id: I692b510cfcf7a21adcf723ef44abd00e7b6190e1
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/GestureSelector.java
f7df715eb33216405ccd338056b876b02d3911e8 28-Oct-2016 Garfield Tan <xutan@google.com> Fix another issue that DocUI may not refresh on content change.

GestureSelector didn't handle CANCEL event so if a gesture was
determined aborted by system, GestureSelector didn't unblock
DirectoryReadLock.

Change-Id: I81ed66762acf013a82a9e6218cb3b9369fb90dc6
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/GestureSelector.java
5a1c7b0ed21c89b1bd7bc6415302f9c316b588ce 27-Oct-2016 Garfield Tan <xutan@google.com> Fix an issue that DocUI may not refresh on content change.

GestureSelector only starts on MOVE_EVENT, but always stops on UP_EVENT,
so it'll unlock DirectoryReadLock even if it is never locked on simple
taps.

Change-Id: I2d163231e4b91e0dc83e31ce05983f4c9b610ddb
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/GestureSelector.java
9fea31221781942638f460d9ede5d9fd7ec21d11 11-Oct-2016 Ben Lin <linben@google.com> Adding blocking to DirectoryLoader when Band Selection is active.

Bug: 29538016
Change-Id: Ib297afaf8b28d030ce10337efc7965717d2fa375
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/GestureSelector.java
4f78ba643270b9d84da1952d8e408220b25ec6fd 05-Oct-2016 Steve McKay <smckay@google.com> Move selection to selection pkg, make activity scoped.

Move all other selection related classes to selection pkg.

Change-Id: I57a3964fada55b0f4d073f05a7833455235221b9
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/GestureSelector.java