History log of /packages/apps/DocumentsUI/src/com/android/documentsui/RefreshTask.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
30b0dc1896abc67a970b61ebfd420275a31c1e18 08-Mar-2017 Ben Lin <linben@google.com> Fix a bug where dropping on Root never works.

DragEvent gets recycled, so by passing a DragEvent reference directly to
ActionHandler#dropOn, by the time the callback occurs, DragEvent is
updated to ACTION_DRAG_ENDED. ACTION_DRAG_ENDED events have no ClipData
and no localState, so the file operation never will occur.

Also added tests that involved ... refactoring lots of things.

Change-Id: I87daf1a4ec4e536701e03fd6dc53fc55829e5e51
/packages/apps/DocumentsUI/src/com/android/documentsui/RefreshTask.java
98f8c5f502e049a6b85439d773949cdbaa0f78ae 03-Mar-2017 Steve McKay <smckay@google.com> Add Feature Flag support.

Bug: 35923154
Change-Id: I34dd956e8309c779e7a3f35eadc3d84132b970ce
/packages/apps/DocumentsUI/src/com/android/documentsui/RefreshTask.java
cfd4c79b350d3c0f74271f790004eea6e23cc3de 09-Dec-2016 TreeHugger Robot <treehugger-gerrit@google.com> Merge "Crash fix for accessing DocumentInfo.derivedUri when in Recents." into nyc-andromeda-dev
e9abd2d49b31535c6c3f52fa439e48ab5e22451f 06-Dec-2016 Ben Lin <linben@google.com> Crash fix for accessing DocumentInfo.derivedUri when in Recents.

Bug: 33371320
Change-Id: Ib04dfce6073dc03e4a3711f767b52de05174748a
/packages/apps/DocumentsUI/src/com/android/documentsui/RefreshTask.java
c9f23f049f472cd67a6bcb68b02a10760f508260 06-Dec-2016 Tomasz Mikolajewski <mtomasz@google.com> Fix crash when refreshing timeouts.

Test: Tested on an archvie and internal storage.
Change-Id: I583ca77d0046ed05dbec3f9ea9f845c1be7bc2bd
(cherry picked from commit 3777a1bc0122b84e6078cf1faa402918ffdfd2b1)
/packages/apps/DocumentsUI/src/com/android/documentsui/RefreshTask.java
6537acdde5ca7534cebd0723b15287eabd71ffda 16-Nov-2016 Ben Lin <linben@google.com> Follow up changes to ag/1627041.

Change-Id: I376ab5a26ff98eca1cda6a9e43f47e666e8001c3
/packages/apps/DocumentsUI/src/com/android/documentsui/RefreshTask.java
bbb7d0352dba6cc45696799a5d1a819eb17cd3d4 15-Nov-2016 Ben Lin <linben@google.com> Integration ContentResolver#refresh into RefreshLayout.

Bug: 32873048
Change-Id: Ifbe114f3c91c6b48cde482ebc3874e8a7f3fb2f5
/packages/apps/DocumentsUI/src/com/android/documentsui/RefreshTask.java