summaryrefslogtreecommitdiff
path: root/packages/DocumentsUI/src/com/android/documentsui/Files.java
AgeCommit message (Collapse)Author
2016-07-29Delete orig DocumentsUI.Steve McKay
Bug: 29224737 Change-Id: I6d6327918adba699d2ed3652bc2dbea27f872284
2016-07-12[multi-part] Eliminate 1k selection limitGarfield, Tan
* Implement ring buffer to cope the challenge of deleting file clips * Fix a bug to allow concurrent read on the same clip file Change-Id: I53450d94ee881966d5631f0dc6edcb0fdd8ff9d5
2016-06-17[multi-part] Eliminate 1k selection limitSteve McKay
* Save selection to disk, delete old selections on app startup. * Do clipper work in background for copy/cut. * Pull DragShadowBuilder out of DirFragment. * Reorganize selection handling to avoid creation of large lists of objects. * Eliminate getAll from selection, make it iterable, remove unused method. * Avoid creating DocumentInfo instances for full selection when initiating drag and drop. Next step will be to pass selection tokens to FileOperationService. Change-Id: Ia3e30a88ebf328e5b045d06b0df15dbd26a01a42 (cherry picked from commit 69b63de63ddae8d1a3ad8fa49a0beb1ff6f921e1)