1. 209bede Remove trailing whitespace from system ui. by John Spurlock · 11 years ago
  2. de84f0e Organize the imports in systemui. by John Spurlock · 11 years ago
  3. b432ef9 Speed up user-switching wallpaper changes by Chet Haase · 11 years ago
  4. 2e417be Better fix for GL wallpaper creation by Chet Haase · 11 years ago
  5. 187e1e2 Ensure wallpaper creation succeeds by Chet Haase · 11 years ago
  6. d9731a5 am bf53be46: am 09353f74: Merge "Check and fail early if requested wallpaper size exceeds maximum texture size." by Romain Guy · 11 years ago
  7. c8d983f Wallpaper software rendering fallback Bug #8230579 by Romain Guy · 11 years ago
  8. 9549c06 Check and fail early if requested wallpaper size exceeds maximum texture size. by Wim Vander Schelden · 11 years ago
  9. 3696779b Reinitialize hardware renderer after eglTerminate() Bug #8066455 by Romain Guy · 11 years ago
  10. b1ef369 Refactor unused methods and unnecessary members. by Craig Mautner · 12 years ago
  11. 589a6af Set wallpaper bitmap reference to null before reloading by Chet Haase · 12 years ago
  12. 5f0d976 Track size changes correctly for static wallpapers by Chet Haase · 12 years ago
  13. 8481ac8 Stop reloading wallpaper bitmap by Chet Haase · 12 years ago
  14. 2f20081 Avoid redundant wallpaper loading/drawing by Chet Haase · 12 years ago
  15. 8efca54 Ensure we always request conformant OpenGL ES 2.0 contexts by Romain Guy · 12 years ago
  16. c92f150 Fix wallpaper not updating on initial boot. by Craig Mautner · 12 years ago
  17. c61d70e Cache wallpaper bitmap to avoid re-loading on rotation by Chet Haase · 12 years ago
  18. fb729c7 Redraw static wallpapers when a redraw is needed. by Craig Mautner · 12 years ago
  19. 881f0b1 Remove unneeded imports by Michael Jurka · 12 years ago
  20. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  21. 40d4676 Remove duplicate code to update wallpaper by Michael Jurka · 12 years ago
  22. e673396 resolved conflicts for merge of ede4d56e to jb-dev-plus-aosp by Michael Jurka · 12 years ago
  23. 321357b Fix issue where static wallpaper was offset on boot by Michael Jurka · 12 years ago
  24. e7339d8 resolved conflicts for merge of acb5f383 to jb-dev-plus-aosp by Jean-Baptiste Queru · 12 years ago
  25. 35be756 Move SystemUI out of system UID. by Jeff Sharkey · 12 years ago
  26. 2b1bcca ImageWallpaper : get bitmap width before calc screen offset by SangWook Han · 12 years ago
  27. a8e5a2b Optimize handling of scrolled wallpapers by Chet Haase · 13 years ago
  28. 043a6b1 Don't use OpenGL ES 2.0 to render the wallpaper on the emulator. Bug #5352896 by Romain Guy · 13 years ago
  29. f929629 Fix crash with OpenGL wallpaper Bug #5216751 by Romain Guy · 13 years ago
  30. 881fb20 systemui: enable GL rendering of launch background by Erik Gilling · 13 years ago
  31. 407ec78 Add OpenGL backend to ImageWallpaper Bug #5204874 by Romain Guy · 13 years ago
  32. 9ea3163 Fix issue #5108980 Wallpaper is not restored after upgrade from IRK32B to IRK33B by Dianne Hackborn · 13 years ago
  33. ba39839 Move ImageWallpaper to SystemUI process. by Dianne Hackborn · 13 years ago[Renamed (78%) from core/java/com/android/internal/service/wallpaper/ImageWallpaper.java]
  34. 2457237 Optimize orientation changes. by Jeff Brown · 13 years ago
  35. 912d9d1 Fix issue #3424823: 4-corner trick causes runtime restart by Dianne Hackborn · 13 years ago
  36. ac1471a Fix issue #3420898: More wallpaper issues by Dianne Hackborn · 13 years ago
  37. f185552 Make image wallpaper use a big surface. by Dianne Hackborn · 13 years ago
  38. 30bc34f Fix surface frame size reporting. by Jeff Brown · 14 years ago
  39. 033f63a Fix a regression in the wallpaper drawing. by Jeff Brown · 14 years ago
  40. fa2e504 Avoid unnecessarily redrawing the wallpaper. by Jeff Brown · 14 years ago
  41. 3069337 If the image wallpaper fails to load, including via an OutOfMemoryError because of a big bitmap, reset to the default. by Joe Onorato · 14 years ago
  42. ac3587d Fix issue #2461567: Home screen redraw messed up by Dianne Hackborn · 14 years ago
  43. c9dbbe2 Fix issue #2239203: Setting large background causes OOME and soft-reboot spiral by Dianne Hackborn · 15 years ago
  44. bf6956b Add a way for wallpapers to know the delta between virtual screens. by Marco Nelissen · 15 years ago
  45. e2d034c wallpaper: don't erase the background, just to repaint over it. saves 1.7 ms on some hardware by Mathias Agopian · 15 years ago
  46. 19382ac Some optizations to wallpaper drawing/scrolling. by Dianne Hackborn · 15 years ago
  47. 284ac93 More work on wallpapers: animations, lifecycle, scaling, etc. by Dianne Hackborn · 15 years ago
  48. 07ef599 Fix typo: the x offset was assigned to the y coordinate. by Romain Guy · 15 years ago
  49. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 15 years ago
  50. 7341d7a More work on wallpapers. by Dianne Hackborn · 15 years ago
  51. 0cd4887 A little more wallpaper robustness. by Dianne Hackborn · 15 years ago
  52. 9875e61 Should clear background. by Dianne Hackborn · 15 years ago
  53. 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 15 years ago
  54. ef654bd Draw the wallpaper chosen by the user by Romain Guy · 15 years ago
  55. b4f59bf Fix possible exception in default live wallpaper by Romain Guy · 15 years ago
  56. 759a39e Live wallpapers become a little more real. by Dianne Hackborn · 15 years ago
  57. 4c62fc0 Very primitive wallpapers in a surface. by Dianne Hackborn · 15 years ago