summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/WallpaperManager.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize orientation changes.Jeff Brown2011-06-101-100/+66
* Rename ViewRoot to ViewAncestor.Joe Onorato2011-05-041-4/+4
* Added some pieces for Wallpaper previewsAdam Cohen2010-12-081-1/+7
* Add method for sending wallpaper commands directly to an engine.Jeff Brown2010-12-031-0/+8
* Make sure OutOfMemoryError is handled by WallpaperManagerJohan Alfven2010-09-031-3/+13
* Fix most of issue #2271640: Fix wallpaper etc docsDianne Hackborn2009-11-181-1/+16
* Fix issue #2239203: Setting large background causes OOME and soft-reboot spiralDianne Hackborn2009-11-111-2/+12
* Add a way for wallpapers to know the delta between virtual screens.Marco Nelissen2009-11-091-3/+18
* Fix issue #2243096: Need to expose live wallpaper APIs in SDKDianne Hackborn2009-11-051-2/+0
* Implement feature #2117336: Create event communication APIs for live wallpaperDianne Hackborn2009-10-221-0/+25
* add class description and revise descriptions forScott Main2009-09-301-17/+26
* Some optizations to wallpaper drawing/scrolling.Dianne Hackborn2009-09-141-42/+235
* Implement all of the infrastructure for configuring wallpapers.Dianne Hackborn2009-09-071-1/+15
* Really fix issue #:2097189 can't set custom wallpaperDianne Hackborn2009-09-031-1/+1
* Fix issue #2097189: can't set custom wallpaperDianne Hackborn2009-09-021-14/+15
* Fix deadlock in wallpaper.Dianne Hackborn2009-09-021-13/+28
* More work on wallpapers: animations, lifecycle, scaling, etc.Dianne Hackborn2009-08-301-11/+81
* More work on wallpapers.Dianne Hackborn2009-08-171-1/+3
* Report wallpaper offset to the wallpaper, use this in the image wallpaper.Dianne Hackborn2009-08-121-0/+19
* Implement support for scrolling a wallpaper.Dianne Hackborn2009-08-111-0/+23
* Very primitive wallpapers in a surface.Dianne Hackborn2009-08-081-13/+50
* Fix build.Dianne Hackborn2009-08-061-1/+1
* First bit of wallpaper work.Dianne Hackborn2009-08-051-0/+288