summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/DownloadHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Move download requests to the background.Leon Scroggins2010-11-191-37/+37
| | | | | | | | | | | | Bug:3189668 Do not create a DownloadHandler since the methods can all be static. Do not pass the length to DownloadHandler, since it is no longer used. Change-Id: I280160f62906d1acb263b45fde57062210005a0a
* Controller RefactorMichael Kolb2010-11-171-0/+218
Bug: 3170671 First step towards a model/view/control design in Browser introduced Controller object started separating UI code represent state of the app in one place only Change-Id: Ica387d6bde2dcf1a4993c3db0cce498cf34ff60f