summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/WallpaperHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Clear bitmap from canvas after done drawing to it.Dianne Hackborn2011-08-021-0/+1
| | | | Change-Id: I0ebc8510021a2dd0b147ced7890d939ec47809f6
* Guard against menu onclick being called twiceJohn Reck2011-06-101-1/+1
| | | | | | Bug: 4375496 Change-Id: Id1523ce179bcd4a5f66065109e3dd97d0a8f9ff4
* Check the size of the wallpapers we download.Ben Murdoch2011-02-221-5/+55
| | | | | | | | | | Bug: 3250639 If we download a very large wallpaper, scale it back down to a size more fitting for the system. This avoids us crashing by trying to load a huge bitmap, or the WallpaperManager bailing out if it gets passed a big image. Change-Id: I9182cdf0aa28abbb4afa43bea54edc6aff3755c7
* Revert "Remove set wallpaper context item"John Reck2011-02-221-0/+127
| | | | This reverts commit fa286747cae4c65080a88635287dde63ececbeff.
* Remove set wallpaper context itemJohn Reck2011-02-181-127/+0
| | | | | | Bug: 3250639 & 3471061 Change-Id: I221c0fce6fee57ce19f50821c26d504a3fd7e6ef
* Controller RefactorMichael Kolb2010-11-171-0/+127
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