summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/WallpaperHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Change SWE app properties back to stock AndroidBijan Amirzada2014-03-211-0/+200
| | | | | | | | | | | - Changed project package name from com.android.swe.browser back to com.android.browser along with code references to old package name. - Changes to AndroidManifest making it conform closer to stock browser manifest. - Changed app and apk name back to Browser. Change-Id: I778ee1d1197bd50bd4a4850eef6d1d7f4ef0ad0b
* Copy of new files from 1599Bijan Amirzada2014-03-041-198/+0
| | | | | | Modified folder structure - added swe folder Change-Id: I2b48a1635ad0a6406398aa9f1021a1f43baebeef
* NPE in WallpaperHandlerNils Holmström2012-08-141-1/+6
| | | | | | | | | | | In WallpaperHandler, BitmapFactory.decodeStream() is used to create a Bitmap that is then set by WallpaperManager as a wallpaper. This method has null as return value when something fails as decoding, resulting in a nullpointer exception in WallpaperManager. Adding nullcheck on the Bitmap before setting it as wallpaper to avoid the NPE. Change-Id: Ib1a0f9331898162b21094c3ebe80bc21d66f8bd7
* Data URL fixes - bookmarks, save, and wallpaperGeorge Mount2011-10-101-11/+26
| | | | | | | | | Bug 5383517 Images kept in data URLs can now be selected and this fixes the Save and Set Wallpaper options. It also removes the bookmarking capability. Change-Id: I461bdcb4c950f6fcd8db8b38f4c599212106b027
* 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