summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI/src/com/android/documentsui/CopyService.java
Commit message (Expand)AuthorAgeFilesLines
* Hold wake-lock during copy operations.Jeff Sharkey2015-10-021-1/+11
* Ensure that the copy notification is always cancelable.Ben Kwa2015-05-271-5/+5
* Delete StandaloneActivity from M (DO NOT MERGE)Steve McKay2015-05-111-2/+2
* Clean up error handling in CopyService.Ben Kwa2015-05-051-7/+5
* Cherry pick beefed-up error handling in the CopyService from master. DO NOT ...Ben Kwa2015-05-041-10/+21
* Implement retrying copying in case of an error in DocumentsUI.Tomasz Mikolajewski2015-04-231-4/+32
* Fix cancellation of copy jobs.Ben Kwa2015-04-161-1/+2
* DocumentsUI: Use system cancel string resources.Daichi Hirono2015-04-151-1/+1
* Add an initial version of the copy failure dialog to DocumentsUI.Tomasz Mikolajewski2015-04-151-4/+25
* Show copy destination when clicking on the copy notification in Documents UI.Tomasz Mikolajewski2015-04-131-14/+21
* Enable directory copying.Ben Kwa2015-04-101-41/+186
* Prototype the destination picking.Ben Kwa2015-04-081-22/+35
* Enable directory selection. Add an IntentService to copy files.Ben Kwa2015-04-031-0/+280