summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers
Commit message (Expand)AuthorAgeFilesLines
* Avoid leaking cursorsMattias Nilsson2014-05-121-20/+30
* Add Download Speeds in notificationLasse Brudeskar Vikås2014-05-041-7/+26
* DownloadProvider: add to support pause/resume download by manualqqzhou2014-05-035-10/+73
* Remove download notification after previewPawel Kozak2014-02-071-1/+2
* Creates parent directories before creates fileRoger Chen2014-01-181-1/+9
* Clear notifications for Deleted items from Download listkasif2013-12-201-0/+1
* LiveFolder: Update for the 4.4 APIRicardo Cerqueira2013-11-051-3/+1
* Merge tag 'android-4.4_r1' into cm-11.0Ricardo Cerqueira2013-11-057-57/+505
|\
| * No directories in Downloads.Jeff Sharkey2013-10-101-0/+4
| * Treat deleted in-progress downloads as canceled.Jeff Sharkey2013-10-041-1/+1
| * Always update notifications, media scanner.Jeff Sharkey2013-10-041-16/+5
| * Ensure Downloads directory exists before create.Jeff Sharkey2013-10-041-0/+1
| * Allow all downloads to be writable.Jeff Sharkey2013-10-013-28/+9
| * Follow API changes.Jeff Sharkey2013-09-271-4/+2
| * Revoke grants when downloads are deleted.Jeff Sharkey2013-09-262-0/+20
| * Always check against canonical paths.Jeff Sharkey2013-09-251-3/+13
| * Allow saving to Downloads.Jeff Sharkey2013-09-233-17/+135
| * Unified handling of errors around opening.Jeff Sharkey2013-09-182-16/+30
| * Omit duplicate images, query for management UI.Jeff Sharkey2013-09-101-4/+38
| * Hint sorting, remove XML, follow refactor.Jeff Sharkey2013-09-091-15/+16
| * Extend trampoline to show dialogs.Jeff Sharkey2013-09-063-51/+18
| * Relay content change notifications to documents.Jeff Sharkey2013-09-051-0/+7
| * Remove content flags to indicate */* support.Jeff Sharkey2013-09-021-3/+1
| * New recent documents behavior.Jeff Sharkey2013-09-021-1/+23
| * Follow refactoring of DocumentsContract.Jeff Sharkey2013-08-311-34/+44
| * Follow stronger DocumentsProvider contract.Jeff Sharkey2013-08-283-201/+99
| * Trampoline APK installation to use raw file.Jeff Sharkey2013-08-192-1/+42
| * Clear identity when deleting downloads.Jeff Sharkey2013-08-181-1/+6
| * Support custom documents query projections.Jeff Sharkey2013-08-172-66/+55
| * Delegate to documents UI; improve contents.Jeff Sharkey2013-08-152-46/+78
| * First pass at Downloads storage provider.Jeff Sharkey2013-08-071-0/+302
| * Count download WakeLocks against requesting app.Jeff Sharkey2013-06-061-0/+2
| * Increment operation counts to track downloads.Jeff Sharkey2013-05-101-2/+7
* | DownloadManager : Add live folderDanesh M2013-08-163-0/+190
* | Merge tag 'android-4.3_r2.1' into cm-10.2Ricardo Cerqueira2013-07-2516-1418/+1084
|\|
| * Completed downloads should clear when touched.Jeff Sharkey2013-04-281-0/+1
| * Merge "Restore the appropriate SELinux context to the downloads dir." into jb...Geremy Condra2013-04-051-2/+7
| |\
| | * Restore the appropriate SELinux context to the downloads dir.Geremy Condra2013-04-051-2/+7
| * | Fix download notification click behaviour.Danny Baumann2013-04-051-5/+7
| |/
| * New PendingIntents when extras change.Jeff Sharkey2013-03-261-2/+4
| * Unregister observer when tearing down service.Jeff Sharkey2013-03-263-5/+7
| * Revert "Avoid sending messages after HandlerThread.quit()."Fabrice Di Meglio2013-03-261-12/+6
| * Avoid sending messages after HandlerThread.quit().Jeff Sharkey2013-03-251-6/+12
| * Reduce logging, dump stacks before wtf().Jeff Sharkey2013-03-253-6/+44
| * Merge "Increase timeout for domains with many DNS entries." into jb-mr2-devJeff Sharkey2013-03-211-2/+2
| |\
| | * Increase timeout for domains with many DNS entries.Jeff Sharkey2013-03-201-2/+2
| * | Defeat transparent Accept-Encoding: gzip.Jeff Sharkey2013-03-181-0/+4
| |/
| * Fix race conditions around filename claiming.Jeff Sharkey2013-03-011-10/+20
| * Adjust timeouts to reduce false-positive bugs.Jeff Sharkey2013-02-262-4/+4
| * Ack, we actually need to UpdateThread.quit().Jeff Sharkey2013-02-201-8/+6