summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/WallpaperManagerService.java
AgeCommit message (Expand)Author
2013-11-12Move some system services to their own sub package.Amith Yamasani
2013-11-05am 194ff90c: am 802e04c1: am a89727c8: Merge "Ensure wallpaper hint is at lea...John Spurlock
2013-11-04Ensure wallpaper hint is at least the display's max size.John Spurlock
2013-10-04Merge "Change WallpaperManagerService TAG to match class name"Michael Wright
2013-10-03Ensure WallpaperEngine has correct size informationMichael Wright
2013-10-02Change WallpaperManagerService TAG to match class nameMichael Wright
2013-09-08Don't crash attempting restore of uninstalled live wallpaperChristopher Tate
2013-07-16Merge "Refactoring of the print sub-system and API clean up."Svetoslav Ganov
2013-07-16Refactoring of the print sub-system and API clean up.Svetoslav Ganov
2013-07-15Switch proc stats to use new process state constants.Dianne Hackborn
2013-01-16Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani
2012-11-28Cleaner initial boot.Dianne Hackborn
2012-10-30Don't clean up wallpaper map entry when stopping a user.Amith Yamasani
2012-10-15Do cleanup when Stopping usersAmith Yamasani
2012-10-05Merge "Fix issue #7275122: Wall paper jank when switching users" into jb-mr1-devDianne Hackborn
2012-10-05Fix issue #7275122: Wall paper jank when switching usersDianne Hackborn
2012-10-04Fix dupes in initial wallpaper selectionAmith Yamasani
2012-09-20Implement multi-user PackageMonitor.Dianne Hackborn
2012-09-15More multi-user stuff.Dianne Hackborn
2012-08-31Merge "Remove Binder.getOrigCallingUid()." into jb-mr1-devDianne Hackborn
2012-08-31Centralize the creation of the user system directoryAmith Yamasani
2012-08-31Remove Binder.getOrigCallingUid().Dianne Hackborn
2012-08-30Improve multi-user broadcasts.Dianne Hackborn
2012-08-28Fix adding live wallpaper in a second userAmith Yamasani
2012-08-18Fixed static wallpaper for multi-userAmith Yamasani
2012-08-17UserHandle to UserSerialNo mappingAmith Yamasani
2012-08-16am a2e8365c: am 9b0da58e: Merge "Introduce a restorecon JNI binding."Kenny Root
2012-08-16Rename UserId to UserHandle.Dianne Hackborn
2012-07-25Introduce a restorecon JNI binding.rpcraig
2012-04-19Move handling of package changes to a background thread.Dianne Hackborn
2012-03-27User management and switchingAmith Yamasani
2012-02-10Multi-user - wallpaper serviceAmith Yamasani
2011-11-29Fix issue #5628789: Cannot set static/custom wallpaper after clearing Setting...Dianne Hackborn
2011-10-21Fix issue #5342788: Setting wallpaper from gallery set default...Dianne Hackborn
2011-10-07Fix wallpaper restoreChristopher Tate
2011-09-15Fix issue #5317970: Removing active wallpaper from manifest crashes phoneDianne Hackborn
2011-08-24Merge "Fix to show the correct HW accel background in the preview window."Dianne Hackborn
2011-08-24Fix to show the correct HW accel background in the preview window.Dianne Hackborn
2011-08-24Add OpenGL backend to ImageWallpaperRomain Guy
2011-08-05Fix issue #5108980 Wallpaper is not restored after upgrade from IRK32B to IRK33BDianne Hackborn
2011-08-01Move ImageWallpaper to SystemUI process.Dianne Hackborn
2011-04-21Rework display size access.Dianne Hackborn
2011-02-17Start window manager refactoring.Dianne Hackborn
2010-12-23frameworks/base: Fix to release references to previous live wallpaperVairavan Srinivasan
2010-10-15Work on issue #3101415: Crespo apps seem to have their UID changed over time.Dianne Hackborn
2010-09-14Add missing wallpaper service lock.Brad Fitzpatrick
2010-03-19Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot...Dianne Hackborn
2010-03-11Fix issue #2492387: system server crash in WallpaperManagerServiceDianne Hackborn
2010-03-05Refactor android.backup => android.app.backupChristopher Tate
2010-03-01Switch the services library to using the new SlogJoe Onorato