History log of /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/UserInputHandler_TouchTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
11a2c1338f07cc0afd60e7ac6ea6ba505b80dadb 04-May-2017 Ben Lin <linben@google.com> Disable vibration on actionMode start; make it perform on long press.

Test: Updated tests.
Bug: 37922078
Change-Id: I98d806bfd7accdff6fdfb84b1b0d81979f293abe
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/UserInputHandler_TouchTest.java
bd9f05aa36bf19d8b34d0d73a59e9bd65d3d26eb 10-Oct-2016 Steve McKay <smckay@google.com> Move full delete logic into ActionHandler.

Was spread across DirectoryFragment and UserInputHandlers.
Drop "android" test package in favor of the generic "testing".
Add an interface for ActionModeController (ActionModeAddons), so can be tested.
Moved ActionModeHandler out of dirlist ../up d dir.

Change-Id: Id915519656f163d3c413fe5d440d866c3ce4e2ca
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/UserInputHandler_TouchTest.java
5b0a2c187a9e446b683687817d22cbe443585223 07-Oct-2016 Steve McKay <smckay@google.com> Inject SelectionManager instead of passing on reset.

Move more delete functionality into ActionHandler.
Make ActionModeController Activity scoped.
Name most "Config" objects (relating to scope) to ContentScope.
Clear focus info when resetting FocusManager.

Bug: 31658228

Change-Id: I6dbdb07ded83c75b82aec5773a60ef0febb6f02c
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/UserInputHandler_TouchTest.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/tests/unit/com/android/documentsui/dirlist/UserInputHandler_TouchTest.java
6d20d190bc576bea1da48f79d868a5f383d3458b 22-Sep-2016 Steve McKay <smckay@google.com> Move open,view,preview support into ActionHandler.

....out of FragmentTuner.

Change-Id: If5565cd4b3c034ea247f0c168a4c0bde2703ed27
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/UserInputHandler_TouchTest.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/tests/unit/com/android/documentsui/dirlist/UserInputHandler_TouchTest.java
990f76ea83a249cd8fc3c797e40626b94cd7945c 16-Sep-2016 Steve McKay <smckay@google.com> Lifetime of FragmentTuners scoped to activity.

Add support for resetting with new state from directory fragment.
Update Model to use an EventListener.
Eliminate documentPick handling from base activity and directory fragment...
Plum document picking directly from UserInputHandler to FragmentTuner instances.
Add new EventHandler internface (returns void, more semantic meaning that Consumer<T>).
Replace ModelUpdateListener interface with EventHandler.
Make DocumentAdapters return EventHandler<Model.Update> instead of
implementing ModelUpdateListener.
Move Activity specific FragmentTuner impls along side respective activities.

Change-Id: Ia6a5ab00ede685f7418773ed865d8c51e4125330
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/UserInputHandler_TouchTest.java
ae84a18a1fa5dc020fd25a963cb0955c8c31bfef 16-Sep-2016 Steve McKay <smckay@google.com> Move functional tests into separate test target.

Also separate out support code from unittests.

Change-Id: I81490950373e170c857b23468da8d97d6aaf50d9
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/UserInputHandler_TouchTest.java