summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/WallpaperManager.java
Commit message (Expand)AuthorAgeFilesLines
* Fix some keyguard wallpaper issuesRoman Birg2015-10-291-0/+4
* improve lock screen wallpaper behaviorRoman Birg2015-10-261-0/+13
* Themes: Port to CM13 [1/3]Andy Mast2015-10-261-2/+35
* frameworks: add keyguard wallpaper functionality to WallpaperManagerRoman Birg2015-10-261-2/+146
* Block setting wallpapers from managed profiles.Benjamin Franz2015-03-091-10/+44
* Improve docs for drawable tint and color filtersChris Craik2015-03-021-1/+1
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-2/+3
* Add wallpaper controlling system apis.Filip Gruszczynski2015-02-051-0/+41
* Add new wallpaper features for insets and offsets.Dianne Hackborn2014-09-081-0/+43
* resolved conflicts for merge of b3ce4b1b to masterMichael Wright2014-05-201-0/+29
|\
| * am 889814ce: resolved conflicts for merge of 32912e0a to stage-aosp-masterMichael Wright2014-05-201-0/+30
| |\
| | * resolved conflicts for merge of 32912e0a to stage-aosp-masterMichael Wright2014-05-191-0/+30
| | |\
| | | * wallpaper: limit wallpaper width to sys.max_texture_sizeDonghan Ryu2014-05-201-0/+30
* | | | am 474b0749: am 809c3698: am 54c3529b: Merge "WallpaperManager: add NULL poin...Michael Wright2014-04-301-0/+4
|\ \ \ \ | |/ / /
| * | | am 809c3698: am 54c3529b: Merge "WallpaperManager: add NULL pointer check for...Michael Wright2014-04-301-0/+4
| |\ \ \ | | |/ /
| | * | am 54c3529b: Merge "WallpaperManager: add NULL pointer check for getCropAndSe...Michael Wright2014-04-301-0/+4
| | |\ \ | | | |/
| | | * WallpaperManager: add NULL pointer check for getCropAndSetWallpaperIntentAllen Shen2014-04-301-0/+4
* | | | Merge commit '734a78fb' into manualmergeAdam Lesinski2014-04-281-21/+16
|\ \ \ \ | |/ / /
| * | | Various CTS fixesAdam Lesinski2014-04-251-22/+17
| |/ /
| * | Change wallpaper sizingMichael Jurka2014-03-211-64/+2
| |/
* | Allow custom wallpaper and boot animation.Jeff Sharkey2014-04-281-9/+62
* | Change wallpaper sizingMichael Jurka2013-12-191-64/+2
* | Remove unused imports from frameworks/base.John Spurlock2013-11-201-1/+0
* | Fix conditional for glClear callMichael Wright2013-10-161-17/+4
|/
* Merge "Force the wallpaper to reload when dimensions change" into klp-devMichael Wright2013-10-151-0/+1
|\
| * Force the wallpaper to reload when dimensions changeMichael Wright2013-10-151-0/+1
* | Merge "Fix getBuiltInWallpaper method" into klp-devMichael Jurka2013-10-151-1/+1
|\ \
| * | Fix getBuiltInWallpaper methodMichael Jurka2013-10-141-1/+1
| |/
* | Fix the buildMichael Jurka2013-10-141-2/+0
* | Ensure URIs have content:// scheme in WPMAdam Lesinski2013-10-141-1/+24
|/
* Add API to get the built-in wallpaperMichael Jurka2013-10-091-7/+182
* Fix docs build.Ying Wang2013-09-141-1/+1
* Add new intent/method for cropping and setting wallpapersMichael Jurka2013-09-131-3/+47
* Queues, queues, queues and input.Jeff Brown2013-04-081-3/+3
* More multi-user stuff.Dianne Hackborn2012-09-151-0/+19
* Refactor for multi-display support.Jeff Brown2012-08-191-3/+4
* Start moving away from DisplayMetrics.DENSITY_DEVICE.Dianne Hackborn2012-08-011-7/+11
* Added or fixed doctrings for required permissions.Nicolas Falliere2012-06-181-0/+15
* Update process importance documentation.Dianne Hackborn2012-04-261-0/+8
* Fix issue #4499996: LiveWallpaperPreview activity intent filterDianne Hackborn2012-04-191-0/+17
* Merge "Multi-user - wallpaper service"Amith Yamasani2012-02-101-0/+1
|\
| * Multi-user - wallpaper serviceAmith Yamasani2012-02-101-0/+1
* | Add support for disabling wallpaper serviceMike Lockwood2012-02-101-2/+31
|/
* Getting rid of hack where the wallpaper offset was being deferredAdam Cohen2012-01-121-22/+8
* Fix uncaught exception in WindowManager#setWallpaperOffsets (issue 5613241)Adam Cohen2011-11-141-0/+3
* Deferring wallpaper update to improve workspace scrolling (issue 5506959)Adam Cohen2011-11-101-11/+22
* Add OpenGL backend to ImageWallpaperRomain Guy2011-08-241-29/+37
* Move ImageWallpaper to SystemUI process.Dianne Hackborn2011-08-011-4/+26
* I. Can. Not. Stand. ViewAncestor.Dianne Hackborn2011-07-181-4/+4
* Fix regression handling negative sizes.Jeff Brown2011-06-101-1/+2