summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* UI + string tweaks for downloads UI + size limits UISteve Howard2010-09-265-22/+63
* Merge "Make downloads UI accept new intent action." into gingerbreadSteve Howard2010-09-241-0/+4
|\
| * Make downloads UI accept new intent action.Steve Howard2010-09-241-0/+4
* | Import revised translations. DO NOT MERGEEric Fischer2010-09-2420-29/+389
|/
* Merge "DB migration to eliminate some null fields in old downloads" into ging...Steve Howard2010-09-231-1/+28
|\
| * DB migration to eliminate some null fields in old downloadsSteve Howard2010-09-221-1/+28
* | Support multi-valued HTTP headers, handle new API changesSteve Howard2010-09-224-20/+22
|/
* Expose permission to download without notification.Steve Howard2010-09-212-3/+4
* Implement dialogs for wifi required + recommended limits.Steve Howard2010-09-2110-26/+293
* Display time for today's downloads, delete files on externalSteve Howard2010-09-202-2/+47
* Merge "Improve file error reporting + new detailed error messages in UI" into...Steve Howard2010-09-206-74/+184
|\
| * Improve file error reporting + new detailed error messages in UISteve Howard2010-09-206-74/+184
* | Fix DownloadProvider makefile to correctly include sub-makefilesSteve Howard2010-09-201-5/+2
|/
* New assets for download manager UI.Steve Howard2010-09-207-3/+4
* Fix notification bugs, cleanup DownloadService + DownloadReceiverSteve Howard2010-09-209-646/+476
* Temporary fix to support old URIs for MarketSteve Howard2010-09-172-1/+9
* New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-1412-248/+307
* Use new status bar text styles in download notification.Steve Howard2010-09-121-22/+18
* Merge "Fix silly bug with completed notifications." into gingerbreadSteve Howard2010-09-121-2/+1
|\
| * Fix silly bug with completed notifications.Steve Howard2010-09-101-2/+1
* | Further work on the new downloads UI.Steve Howard2010-09-108-25/+258
|/
* Import revised translations. DO NOT MERGEEric Fischer2010-09-1020-40/+20
* First pass at new system UI for download manager.Steve Howard2010-09-0818-2/+1486
* Import revised translations. DO NOT MERGEEric Fischer2010-08-2720-1/+41
* Add UI message when queued for wifi due to size.Steve Howard2010-08-206-99/+109
* Avoid endless restarts when waiting for connectivity.Steve Howard2010-08-181-1/+1
* Merge "Fix and test handling of null/empty download fields." into gingerbreadSteve Howard2010-08-182-2/+22
|\
| * Fix and test handling of null/empty download fields.Steve Howard2010-08-182-2/+22
* | Import revised translations. DO NOT MERGEEric Fischer2010-08-1720-165/+85
|/
* Clean up error codes returned by download manager.Steve Howard2010-08-164-99/+112
* Extend PublicApiAccessTest to exercise DownloadManager.Steve Howard2010-08-162-0/+28
* Import revised translations. DO NOT MERGEEric Fischer2010-08-1020-40/+120
* Merge "Make all public API downloads visible." into gingerbreadSteve Howard2010-08-065-24/+58
|\
| * Make all public API downloads visible.Steve Howard2010-07-285-24/+58
* | Import revised translations. DO NOT MERGEEric Fischer2010-08-0420-0/+80
|/
* Get wifi limit from secure settings.Steve Howard2010-07-285-7/+14
* Add test for many interruptions to a single download.Steve Howard2010-07-273-103/+94
* Improved support for 302/307 redirects.Steve Howard2010-07-272-69/+94
* Fix bug with closing output stream for external downloads.Steve Howard2010-07-273-5/+19
* Serialize threading for download manager testing.Steve Howard2010-07-2710-264/+269
* Stub out and test system notifications.Steve Howard2010-07-238-23/+103
* Test + utilize change notification in DownloadProviderSteve Howard2010-07-232-6/+54
* Support for non-purgeable downloads through the public API.Steve Howard2010-07-233-5/+31
* Make DownloadProvider accessible for public API usage.Steve Howard2010-07-227-67/+311
* Make COLUMN_URI readable and tighten UID restrictions.Steve Howard2010-07-212-39/+15
* Public API support for broadcasts and connectivity control.Steve Howard2010-07-219-27/+268
* Major refactoring of DownloadThread.run().Steve Howard2010-07-208-677/+876
* Fix bug with deciding when to restart a download.Steve Howard2010-07-203-21/+36
* Support for max download size that may go over mobileSteve Howard2010-07-198-128/+139
* Merge "Introduce a seam to ConnectivityManager and TelephonyManager" into gin...Steve Howard2010-07-1911-228/+145
|\