summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Only use single UpdateThread.Jeff Sharkey2013-02-201-4/+5
| * Only report speeds from full samples windows.Jeff Sharkey2013-02-192-2/+6
| * Retries shouldn't backoff when network changes.Jeff Sharkey2013-02-193-26/+22
| * Update database before sending broadcast.Jeff Sharkey2013-02-141-1/+1
| * Redesign of DownloadManager update loop.Jeff Sharkey2013-02-124-371/+401
| * Active notifications only for running downloads.Jeff Sharkey2013-02-071-1/+2
| * Dump recent downloads from provider.Jeff Sharkey2013-01-301-1/+41
| * Tests for max retries/redirects, ETag switches.Jeff Sharkey2013-01-292-12/+11
| * Cleaner thread management, less global state.Jeff Sharkey2013-01-285-149/+101
| * Better handling of retryable errors.Jeff Sharkey2013-01-174-58/+59
| * Move network state to enums for type safety.Jeff Sharkey2013-01-122-91/+68
| * Only add one User-Agent header.Jeff Sharkey2013-01-102-10/+16
| * Simplify download flow control, handle redirects.Jeff Sharkey2013-01-094-101/+153
| * Clean up DownloadManager threading tests.Jeff Sharkey2013-01-086-40/+8
| * Remove singleton StorageManager.Jeff Sharkey2013-01-054-27/+19
| * Fold InnerState into State.Jeff Sharkey2012-12-201-47/+46
| * Always append to files, handle end of stream.Jeff Sharkey2012-12-171-30/+34
| * Merge "Cleaner I/O."Jeff Sharkey2012-12-135-351/+86
| |\
| | * Cleaner I/O.Jeff Sharkey2012-12-135-351/+86
| * | am 195b46b8: am b0bb182a: Cancel stale notifications when starting.Jeff Sharkey2012-12-132-0/+5
| |\ \ | | |/ | |/|
| * | Move DownloadManager to HttpURLConnection.Jeff Sharkey2012-12-122-265/+116
* | | Fix download notification click behaviour.cm-10.1.3-RC2cm-10.1.3-RC1cm-10.1.3cm-10.1.2cm-10.1.1cm-10.1.0-RC5cm-10.1.0-RC4cm-10.1.0-RC3cm-10.1.0-RC2cm-10.1.0-RC1cm-10.1.0cm-10.1-M3cm-10.1Danny Baumann2013-04-051-3/+7
* | | Open images with content://media/ instead of content://downloads/ URI.Thomas Wendt2013-02-241-0/+9
| |/ |/|
* | Cancel stale notifications when starting.Jeff Sharkey2012-12-132-0/+5
|/
* Improve download remaining time calculation.Jeff Sharkey2012-11-283-26/+14
* Update extras for in-progress download.Jeff Sharkey2012-11-272-1/+3
* Show remaining time in download notifications.Jeff Sharkey2012-11-144-16/+82
* Rewrite of download notifications.Jeff Sharkey2012-11-095-396/+426
* Better sanity checking for finished downloads.Jeff Sharkey2012-10-242-2/+35
* Bring back DRM mimetypes.Jeff Sharkey2012-10-191-1/+4
* Skip scanning a file which will be deleted.Jeff Sharkey2012-10-051-3/+0
* Handle not fully connected networks.Jeff Sharkey2012-10-031-1/+1
* Merge "Remove FLAG_ACTIVITY_NEW_TASK from the VIEW intent." into jb-mr1-devRuben Brunk2012-09-282-1/+2
|\