summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/WallpaperManagerService.java
Commit message (Expand)AuthorAgeFilesLines
* 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