summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/WallpaperManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* User management and switchingAmith Yamasani2012-03-271-21/+31
* Multi-user - wallpaper serviceAmith Yamasani2012-02-101-267/+473
* Fix issue #5628789: Cannot set static/custom wallpaper after clearing Setting...Dianne Hackborn2011-11-291-0/+7
* Fix issue #5342788: Setting wallpaper from gallery set default...Dianne Hackborn2011-10-211-3/+6
* Fix wallpaper restoreChristopher Tate2011-10-071-1/+1
* Fix issue #5317970: Removing active wallpaper from manifest crashes phoneDianne Hackborn2011-09-151-41/+89
* Merge "Fix to show the correct HW accel background in the preview window."Dianne Hackborn2011-08-241-7/+13
|\
| * Fix to show the correct HW accel background in the preview window.Dianne Hackborn2011-08-241-7/+13
* | Add OpenGL backend to ImageWallpaperRomain Guy2011-08-241-1/+1
|/
* Fix issue #5108980 Wallpaper is not restored after upgrade from IRK32B to IRK33BDianne Hackborn2011-08-051-22/+33
* Move ImageWallpaper to SystemUI process.Dianne Hackborn2011-08-011-3/+2
* Rework display size access.Dianne Hackborn2011-04-211-0/+12
* Start window manager refactoring.Dianne Hackborn2011-02-171-2/+0
* frameworks/base: Fix to release references to previous live wallpaperVairavan Srinivasan2010-12-231-0/+2
* Work on issue #3101415: Crespo apps seem to have their UID changed over time.Dianne Hackborn2010-10-151-0/+2
* Add missing wallpaper service lock.Brad Fitzpatrick2010-09-141-2/+6
* Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot...Dianne Hackborn2010-03-191-0/+4
* Fix issue #2492387: system server crash in WallpaperManagerServiceDianne Hackborn2010-03-111-0/+6
* Refactor android.backup => android.app.backupChristopher Tate2010-03-051-1/+1
* Switch the services library to using the new SlogJoe Onorato2010-03-011-43/+43
* Re-arrange android-common so framework no longer links with it.Dianne Hackborn2010-02-251-1/+1
* Fix issue #2438980: Implement package watcher for voice recognizer service se...Dianne Hackborn2010-02-221-13/+106
* resolved conflicts for merge of ad2fa35d to masterTom Taylor2009-12-221-1/+1
|\
| * Update imports to android-commonTom Taylor2009-12-211-1/+1
* | Restore live wallpapers if specified in the restore dataChristopher Tate2009-12-161-3/+9
|/
* This time for sure: make wallpapers workMike Cleron2009-11-151-31/+79
* Unbreak setting photos as wallpaperMike Cleron2009-11-131-0/+6
* Add support for making a LiveWallpaper the default Mike Cleron2009-11-121-25/+35
* Implement all of the infrastructure for configuring wallpapers.Dianne Hackborn2009-09-071-11/+70
* Add better service reporting.Dianne Hackborn2009-09-031-0/+6
* More work on wallpapers: animations, lifecycle, scaling, etc.Dianne Hackborn2009-08-301-1/+17
* Infrastructure for supporting wallpaper previews.Dianne Hackborn2009-08-201-1/+3
* Don't call onSurfaceChanged() if nothing interesting has changed.Dianne Hackborn2009-08-181-1/+1
* More wallpaper fixes: scroll position, visibility, leaking.Dianne Hackborn2009-08-181-0/+6
* More work on wallpapers.Dianne Hackborn2009-08-171-4/+4
* Turn off static live wallpaper for now.Dianne Hackborn2009-08-141-2/+4
* A little more wallpaper robustness.Dianne Hackborn2009-08-131-9/+36
* Always have a wallpaper service running.Dianne Hackborn2009-08-131-35/+80
* Very primitive wallpapers in a surface.Dianne Hackborn2009-08-081-20/+173
* First bit of wallpaper work.Dianne Hackborn2009-08-051-0/+386