summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/Helpers.java
Commit message (Expand)AuthorAgeFilesLines
* Added support for downloading files with unicode charactersAndreas Sandblad2010-12-191-2/+52
* Download any file typeEddie Ringle2010-12-191-37/+1
* bug:3099994 NPE in DownloadManager when deleting non-media fileVasu Nori2010-10-151-0/+16
* Seriously improve error reporting in DownloadThread.Steve Howard2010-09-301-48/+39
* Improve file error reporting + new detailed error messages in UISteve Howard2010-09-201-62/+85
* New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-141-2/+3
* Further work on the new downloads UI.Steve Howard2010-09-101-1/+1
* Clean up error codes returned by download manager.Steve Howard2010-08-161-3/+9
* Fix bug with closing output stream for external downloads.Steve Howard2010-07-271-4/+3
* Make DownloadProvider accessible for public API usage.Steve Howard2010-07-221-7/+1
* Major refactoring of DownloadThread.run().Steve Howard2010-07-201-3/+3
* Support for max download size that may go over mobileSteve Howard2010-07-191-11/+1
* Introduce a seam to ConnectivityManager and TelephonyManagerSteve Howard2010-07-151-47/+4
* Support for file URI destinations + last modified timestampSteve Howard2010-07-141-52/+94
* Improve error message when SQL parser gets illegal characterSteve Howard2010-07-131-1/+1
* b/2383073 Use new fine-grained download status codes.Attila Bodis2010-01-261-29/+36
* Revert "Download files even if there is no activity to launch them."Leon Scroggins2010-01-221-0/+27
* Download files even if there is no activity to launch them.Leon Scroggins2010-01-211-27/+0
* Use the private legacy APIJean-Baptiste Queru2010-01-141-23/+23
* Merge commit 'f0fa1cdc' into manualmergeJean-Baptiste Queru2009-07-061-2/+2
|\
| * Fix crash in discardPurgeableFiles with proper selection syntax.Jean-Baptiste Queru2009-07-021-3/+3
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+793
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-793/+0
| * auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-3/+2
* | Optimize call to queryIntentActivities()Jean-Baptiste Queru2009-02-271-4/+2
* | Use the new download manager APIs introduced in change 7400Jean-Baptiste Queru2009-01-211-4/+4
* | Match the official code style guide.Jean-Baptiste Queru2009-01-201-4/+4
|/
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-104/+388
* Initial ContributionThe Android Open Source Project2008-10-211-0/+510