1. 2c7238e Merge "Sending WALLPAPER_CHANGED broadcast when live wallpaper changes" into nyc-dev by Sunny Goyal · 8 years ago
  2. 0572e18 Sending WALLPAPER_CHANGED broadcast when live wallpaper changes by Sunny Goyal · 8 years ago
  3. edf7d04 API review: WallpaperManager by Christopher Tate · 8 years ago
  4. d57d17c Assign a new wallpaper ID when a live wallpaper is set by Christopher Tate · 8 years ago
  5. e409f0e Add API to read the current wallpaper's ID by Christopher Tate · 8 years ago
  6. 2cdd3f2 Don't stomp live wallpapers when tidying up imagery by Christopher Tate · 8 years ago
  7. 41297ff Once restored, the wallpaper needs to actually draw by Christopher Tate · 8 years ago
  8. d589663 Move more PM calls to ParceledListSlice. by Jeff Sharkey · 8 years ago
  9. 79a2457 Add API to clear a specific wallpaper by Christopher Tate · 8 years ago
  10. db27b84 Tidy up stale lock wallpaper state in set-both operation by Christopher Tate · 8 years ago
  11. 7e1693a Turn down the logging a little bit. by Joe Onorato · 8 years ago
  12. 8cde079 Add preloading wallpaper to the getWallpaper call. by Vadim Tryshev · 8 years ago
  13. dcd93cc Add Wallpaper.getBitmapAsUser() by Yorke Lee · 9 years ago
  14. ea6724a Don't try to register (and invoke!) intentional null callbacks by Christopher Tate · 8 years ago
  15. be132e6 Keyguard wallpaper by Christopher Tate · 8 years ago
  16. f251981 Added restriction that disallows ability to set wallpaper. BUG: 24890474 by Oleksandr Peletskyi · 9 years ago
  17. 1e1e2e0 Extract crop hint rect from source wallpaper image by Christopher Tate · 9 years ago
  18. ad3c259 Expanded wallpaper APIs for keyguard and change detection by Christopher Tate · 9 years ago
  19. 233d94c clean up UserHandle.USER_OWNER reference by Xiaohui Chen · 9 years ago
  20. 55a3024 Merge "wallpaper: avoid exception when user is not initialized" into mnc-dev by Xiaohui Chen · 9 years ago
  21. 9e9e2e7 Pass charset to XmlPullParser.setInput instead of null by Wojciech Staszkiewicz · 9 years ago
  22. ac53194 wallpaper: avoid exception when user is not initialized by Xiaohui Chen · 9 years ago
  23. d69e4c1 Update use of procstate for services. by Dianne Hackborn · 9 years ago
  24. 4297962 Add foreground profile changed to user switch observer. by Kenny Guy · 9 years ago
  25. 735a3f9 Revert "Add foreground profile changed to user switch observer." by Kenny Guy · 9 years ago
  26. 99b9030 Add foreground profile changed to user switch observer. by Kenny Guy · 9 years ago
  27. f3ece36 Block setting wallpapers from managed profiles. by Benjamin Franz · 9 years ago
  28. a526a1e Flush and sync before calling JournaledFile.commit by Kenny Guy · 10 years ago
  29. 52d750c Check which file changed before requesting backup by Amith Yamasani · 10 years ago
  30. 5a58943 Prevent index out of bounds when using String.substring. by Filip Gruszczynski · 10 years ago
  31. 5dcc3ac Log wallpaper crashes. by Filip Gruszczynski · 10 years ago
  32. da058e2 Also monitor MOVED_TO events for wallpaper updates by Christopher Tate · 10 years ago
  33. 90f86ba Write new wallpaper files from scratch... by Christopher Tate · 10 years ago
  34. 067e5f6 Add new wallpaper features for insets and offsets. by Dianne Hackborn · 10 years ago
  35. ecd827a Fix binder identity use when clearing wallpapers by Christopher Tate · 10 years ago
  36. 29c3016 Make the image wallpaper component overlayable by Justin Koh · 10 years ago
  37. 28f0877 Allow custom wallpaper and boot animation. by Jeff Sharkey · 10 years ago
  38. ebebadb Fixed a bug where the current wallpaper could be reset on an update by Selim Cinek · 10 years ago
  39. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/wallpaper/WallpaperManagerService.java]
  40. 09e9cdc DO NOT MERGE : Move some system services to their own sub package. by Amith Yamasani · 11 years ago[Renamed (98%) from services/java/com/android/server/WallpaperManagerService.java]
  41. d6e836c Use scaled display size in wallpaper constraint. by John Spurlock · 11 years ago
  42. 41f6464 Ensure wallpaper hint is at least as large as the display. by John Spurlock · 11 years ago
  43. 7ea91ec Ensure wallpaper hint is at least the display's max size. by John Spurlock · 11 years ago
  44. 5203a8b Ensure WallpaperEngine has correct size information by Michael Wright · 11 years ago
  45. 9095220 Don't crash attempting restore of uninstalled live wallpaper by Christopher Tate · 11 years ago
  46. c59df3c Merge "Refactoring of the print sub-system and API clean up." by Svetoslav Ganov · 11 years ago
  47. a002715 Refactoring of the print sub-system and API clean up. by Svetoslav Ganov · 11 years ago
  48. c823051 Switch proc stats to use new process state constants. by Dianne Hackborn · 11 years ago
  49. 27b89e6 Rename bindService to bindServiceAsUser to follow convention. by Amith Yamasani · 12 years ago
  50. 13579ed Cleaner initial boot. by Dianne Hackborn · 12 years ago
  51. 0c29371 Don't clean up wallpaper map entry when stopping a user. by Amith Yamasani · 12 years ago
  52. 756901d Do cleanup when Stopping users by Amith Yamasani · 12 years ago
  53. 7ef38ea9 Merge "Fix issue #7275122: Wall paper jank when switching users" into jb-mr1-dev by Dianne Hackborn · 12 years ago
  54. bce0cbb Fix issue #7275122: Wall paper jank when switching users by Dianne Hackborn · 12 years ago
  55. 6474c4c Fix dupes in initial wallpaper selection by Amith Yamasani · 12 years ago
  56. c72fc67 Implement multi-user PackageMonitor. by Dianne Hackborn · 12 years ago
  57. 5dc5a00 More multi-user stuff. by Dianne Hackborn · 12 years ago
  58. 2701f32 Merge "Remove Binder.getOrigCallingUid()." into jb-mr1-dev by Dianne Hackborn · 12 years ago
  59. 61f5737 Centralize the creation of the user system directory by Amith Yamasani · 12 years ago
  60. 4120375 Remove Binder.getOrigCallingUid(). by Dianne Hackborn · 12 years ago
  61. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  62. 4e2820c Fix adding live wallpaper in a second user by Amith Yamasani · 12 years ago
  63. ce77717 Fixed static wallpaper for multi-user by Amith Yamasani · 12 years ago
  64. 2a00329 UserHandle to UserSerialNo mapping by Amith Yamasani · 12 years ago
  65. 520ee7b am a2e8365c: am 9b0da58e: Merge "Introduce a restorecon JNI binding." by Kenny Root · 12 years ago
  66. f02b60a Rename UserId to UserHandle. by Dianne Hackborn · 12 years ago
  67. 554cb0c Introduce a restorecon JNI binding. by rpcraig · 12 years ago
  68. d0d7503 Move handling of package changes to a background thread. by Dianne Hackborn · 12 years ago
  69. 1359360 User management and switching by Amith Yamasani · 12 years ago
  70. 37ce3a8 Multi-user - wallpaper service by Amith Yamasani · 12 years ago
  71. ebac48c Fix issue #5628789: Cannot set static/custom wallpaper after clearing Settings data by Dianne Hackborn · 13 years ago
  72. 3da3182 Fix issue #5342788: Setting wallpaper from gallery set default... by Dianne Hackborn · 13 years ago
  73. bf6ee4f Fix wallpaper restore by Christopher Tate · 13 years ago
  74. 80b902f Fix issue #5317970: Removing active wallpaper from manifest crashes phone by Dianne Hackborn · 13 years ago
  75. 6ff0037 Merge "Fix to show the correct HW accel background in the preview window." by Dianne Hackborn · 13 years ago
  76. 07213e6 Fix to show the correct HW accel background in the preview window. by Dianne Hackborn · 13 years ago
  77. 407ec78 Add OpenGL backend to ImageWallpaper Bug #5204874 by Romain Guy · 13 years ago
  78. 9ea3163 Fix issue #5108980 Wallpaper is not restored after upgrade from IRK32B to IRK33B by Dianne Hackborn · 13 years ago
  79. ba39839 Move ImageWallpaper to SystemUI process. by Dianne Hackborn · 13 years ago
  80. 44bc17c Rework display size access. by Dianne Hackborn · 13 years ago
  81. a924dc0d Start window manager refactoring. by Dianne Hackborn · 13 years ago
  82. fdfc1b2 frameworks/base: Fix to release references to previous live wallpaper by Vairavan Srinivasan · 14 years ago
  83. 8bdf593 Work on issue #3101415: Crespo apps seem to have their UID changed over time. by Dianne Hackborn · 14 years ago
  84. 194b19a Add missing wallpaper service lock. by Brad Fitzpatrick · 14 years ago
  85. 1afd1c9 Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot - LIBtt68127 by Dianne Hackborn · 14 years ago
  86. c9421ba Fix issue #2492387: system server crash in WallpaperManagerService by Dianne Hackborn · 14 years ago
  87. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 14 years ago
  88. 8a9b220 Switch the services library to using the new Slog by Joe Onorato · 14 years ago
  89. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 14 years ago
  90. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 14 years ago
  91. f0108cd resolved conflicts for merge of ad2fa35d to master by Tom Taylor · 15 years ago
  92. d4a4729 Update imports to android-common by Tom Taylor · 15 years ago
  93. e3ab4d0 Restore live wallpapers if specified in the restore data by Christopher Tate · 15 years ago
  94. a428b2c This time for sure: make wallpapers work by Mike Cleron · 15 years ago
  95. d6c0b84 Unbreak setting photos as wallpaper by Mike Cleron · 15 years ago
  96. 322b6ee Add support for making a LiveWallpaper the default by Mike Cleron · 15 years ago
  97. eb03465 Implement all of the infrastructure for configuring wallpapers. by Dianne Hackborn · 15 years ago
  98. dd9b82c Add better service reporting. by Dianne Hackborn · 15 years ago
  99. 284ac93 More work on wallpapers: animations, lifecycle, scaling, etc. by Dianne Hackborn · 15 years ago
  100. 3be63c0 Infrastructure for supporting wallpaper previews. by Dianne Hackborn · 15 years ago