summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/SizeLimitActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Bug 3341145 - Holo styling for download dialogAdam Powell2011-02-021-1/+1
| | | | Change-Id: I20049f8affe7e2ff919ecf8f6b1b7dd220143111
* Implement dialogs for wifi required + recommended limits.Steve Howard2010-09-211-0/+137
This change extends the original work to add a size limit over which wifi is required to download a file. First, this change adds a second size limit, over which wifi is recommended but not required. The user has the option to bypass this limit. Second, this change implements dialogs shown to the user when either limit is exceeded. These dialogs are shown by the background download manager service when a download is started and found to be over the limit (and wifi is not connected). I'm including one small fix to the unit tests needed from the previous change. Change-Id: Ia0f0acaa7b0d00e98355925c3446c0472048df10