summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Make downloads UI singleTop.Steve Howard2010-09-301-1/+2
| |/ / |/| |
* | | Improve how the download manager reports paused statuses.Steve Howard2010-09-299-127/+105
|/ /
* | Merge "Split strings with SD card references into variations." into gingerbreadEric Fischer2010-09-291-1/+3
|\ \
| * | Split strings with SD card references into variations.Eric Fischer2010-09-281-1/+3
* | | Merge "Trim the database & check spurious files off the UI thread." into ging...Brad Fitzpatrick2010-09-281-2/+3
|\ \ \ | |_|/ |/| |
| * | Trim the database & check spurious files off the UI thread.Brad Fitzpatrick2010-09-281-2/+3
| |/
* / Moved DownloadManager to android.app (DO NOT MERGE)Steve Howard2010-09-2710-10/+10
|/
* Ensure that downloads UI switches to/from empty view as neededSteve Howard2010-09-271-8/+33
* 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