summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/Helpers.java
Commit message (Expand)AuthorAgeFilesLines
* Use resolved path for both checking and opening.Jeff Sharkey2016-02-261-1/+0
* Use FileUtils to validate FAT filenames.Jeff Sharkey2014-11-261-50/+1
* Many improvements to download storage management.Jeff Sharkey2014-02-061-94/+125
* Creates parent directories before creates fileRoger Chen2014-01-091-1/+9
* Always check against canonical paths.Jeff Sharkey2013-09-251-3/+13
* Allow saving to Downloads.Jeff Sharkey2013-09-231-1/+9
* Fix race conditions around filename claiming.Jeff Sharkey2013-03-011-10/+20
* Retries shouldn't backoff when network changes.Jeff Sharkey2013-02-191-8/+0
* Tests for max retries/redirects, ETag switches.Jeff Sharkey2013-01-291-1/+1
* Simplify download flow control, handle redirects.Jeff Sharkey2013-01-091-0/+3
* Cleaner I/O.Jeff Sharkey2012-12-131-42/+0
* Move DownloadManager to HttpURLConnection.Jeff Sharkey2012-12-121-0/+3
* Don't change extensions for explicitly set download locations.Jeff Davidson2011-08-301-8/+18
* Teach DownloadManager about network policy.Jeff Sharkey2011-06-171-2/+4
* Merge "Download provider change for DRM Forward Lock plugin: to convert .dm f...Gloria Wang2011-06-031-3/+6
|\
| * Download provider change for DRM Forward Lock plugin:Gloria Wang2011-04-191-3/+6
* | Remove the deprecated things from Config.java. These havent been working sinc...Joe Onorato2011-04-071-2/+1
|/
* Adding HelpersTest.java for testing the download provider's helpers class. No...olly2011-01-041-2/+2
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-231-207/+17
* Fixing Helpers to correctly parse file names / extensions in the case where t...olly2010-12-211-4/+4
* fix a bug in one of the downloadmanager queriesVasu Nori2010-12-161-1/+1
* Download dir: /data/data/com.android.providers.downloads/cache NOT /cacheVasu Nori2010-12-141-15/+31
* make sure filename is non-null before delting it.Vasu Nori2010-10-291-16/+0
* when using DM public API, allow duplicate downloads of same fileVasu Nori2010-10-281-10/+12
* Merge 216736d2 from gingerbreadJean-Baptiste Queru2010-10-151-0/+16
|\
| * bug:3099994 NPE in DownloadManager when deleting non-media fileVasu Nori2010-10-151-0/+16
* | am d4dc8501: Merge "Seriously improve error reporting in DownloadThread." int...Steve Howard2010-10-011-48/+39
|\|
| * Seriously improve error reporting in DownloadThread.Steve Howard2010-09-301-48/+39
* | am dc738781: Merge "Improve file error reporting + new detailed error message...Steve Howard2010-09-201-62/+85
|\|
| * Improve file error reporting + new detailed error messages in UISteve Howard2010-09-201-62/+85
* | resolved conflicts for merge of 3d55d829 to gingerbread-plus-aospSteve Howard2010-09-161-2/+3
|\|
| * New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-141-2/+3
* | am 71e7fda9: Further work on the new downloads UI.Steve Howard2010-09-121-1/+1
|\|
| * Further work on the new downloads UI.Steve Howard2010-09-101-1/+1
* | am 89e4816f: Added support for downloading files with unicode charactersAndreas Sandblad2010-08-301-2/+52
|\ \ | |/ |/|
| * Added support for downloading files with unicode charactersAndreas Sandblad2010-08-301-2/+52
* | 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