1. 526505d Add new attributes for wallpaper info by Jorim Jaggi · 8 years ago
  2. 0ffd49c Always consume bottom insets when navigation bar is force shown by Jorim Jaggi · 8 years ago
  3. a4a58ef Fix app staying in drag resizing when undocking by Jorim Jaggi · 9 years ago
  4. 2e95a48 More optimization while dragging docked divider by Jorim Jaggi · 9 years ago
  5. 253a20f Fix black holes and flickering in docked resizing by Jorim Jaggi · 9 years ago
  6. 9f8e1f5 am aabc9869: am 03850591: Handle outsets when resized is called due to rotation. by Filip Gruszczynski · 9 years ago
  7. 0385059 Handle outsets when resized is called due to rotation. by Filip Gruszczynski · 9 years ago
  8. 2987f61 resolved conflicts for merge of 300ccf4a to mnc-dev by Filip Gruszczynski · 9 years ago
  9. 0ec1328 Calculate outset hint when adding window. by Filip Gruszczynski · 9 years ago
  10. 2217f61 Revert "Revert "resolved conflicts for merge of 47249f2a to mnc-dev"" by Filip Gruszczynski · 9 years ago
  11. 4bb6b75 Revert "resolved conflicts for merge of 47249f2a to mnc-dev" by Dianne Hackborn · 9 years ago
  12. c7becb7 resolved conflicts for merge of 47249f2a to mnc-dev by Filip Gruszczynski · 9 years ago
  13. 3e11bf3 Support for devices with a chin. by Filip Gruszczynski · 9 years ago
  14. 01f280d Migrate uses of config_windowIsRound to Configuration.isScreenRound by Adam Powell · 9 years ago
  15. 4544b92 Hold a wake lock while dozing when wallpaper draws. by Filip Gruszczynski · 9 years ago
  16. d66ba06 Don't use windowOutsetBottom for insets, depend on display padding only. by Filip Gruszczynski · 9 years ago
  17. a093802 Allow emulator to select a window outset bottom by Griff Hazen · 9 years ago
  18. 2ae3805 Revert "Add overscan insets to surface frame dimensions in WallpaperService." by Adrian Roos · 10 years ago
  19. f675cad am 6e854ce5: Merge "Add overscan insets to surface frame dimensions in WallpaperService." into lmp-sprout-dev by Filip Gruszczynski · 10 years ago
  20. a2838df Add overscan insets to surface frame dimensions in WallpaperService. by Filip Gruszczynski · 10 years ago
  21. 5bbb1af Merge "Work on issue #18486438: Reduce size of bugreport output" into lmp-mr1-dev by Dianne Hackborn · 10 years ago
  22. b5686d5 am 3d110b23: Make WallpaperService watch the actual display state. by Jeff Brown · 10 years ago
  23. 3d110b2 Make WallpaperService watch the actual display state. by Jeff Brown · 10 years ago
  24. d052a94 Work on issue #18486438: Reduce size of bugreport output by Dianne Hackborn · 10 years ago
  25. 37d7a68 Fix inset hinting when adding window by Adrian Roos · 10 years ago
  26. 067e5f6 Add new wallpaper features for insets and offsets. by Dianne Hackborn · 10 years ago
  27. fa10423 Add stable insets for stable system windows by Adrian Roos · 10 years ago
  28. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 11 years ago
  29. f9e989d Queues, queues, queues and input. by Jeff Brown · 11 years ago
  30. c4aad01 Formalize overscan metrics. by Dianne Hackborn · 11 years ago
  31. b84b9c2 am 81f82d29: am aa8dc2ee: Removed mCallbackLooper from WallpaperService by Mita Yun · 12 years ago
  32. aa8dc2e Removed mCallbackLooper from WallpaperService by Mita Yun · 12 years ago
  33. d44280e resolved conflicts for merge of ebcbfb3f to master by Mita Yun · 12 years ago
  34. ed218c7 Use asynchronous messages for input method events. by Mita Yun · 12 years ago
  35. b1ef369 Refactor unused methods and unnecessary members. by Craig Mautner · 12 years ago
  36. bce0cbb Fix issue #7275122: Wall paper jank when switching users by Dianne Hackborn · 12 years ago
  37. 5dc5a00 More multi-user stuff. by Dianne Hackborn · 12 years ago
  38. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  39. 758143e Window position not reported if the window is not moved. by Svetoslav Ganov · 12 years ago
  40. 6881a10 Small step towards supporting multiple displays by Craig Mautner · 12 years ago
  41. aac0d4e Replace left/right with start/end for Gravity / LayoutParams / Padding by Fabrice Di Meglio · 12 years ago
  42. 5702d4d Notify client side of window movement. by Craig Mautner · 12 years ago
  43. 85afd1b Implement new window cropping. by Dianne Hackborn · 12 years ago
  44. 5c58de3 Add system insets to windows. by Dianne Hackborn · 12 years ago
  45. 35be756 Move SystemUI out of system UID. by Jeff Sharkey · 12 years ago
  46. 32cbc3855 Refactor InputQueue as InputEventReceiver. by Jeff Brown · 13 years ago
  47. 4952dfd Ensure input events are processed in-order in the application. by Jeff Brown · 13 years ago
  48. 6d05fd3 Fix issue #5588689: Black camera preview after coming back from gmail by Dianne Hackborn · 13 years ago
  49. a8e5a2b Optimize handling of scrolled wallpapers by Chet Haase · 13 years ago
  50. 9a230e0 Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately by Dianne Hackborn · 13 years ago
  51. 9fe6cb5 Fix issue #5273986: The power usage of the mp3 background playback... by Dianne Hackborn · 13 years ago
  52. 9e4e727 Fix issues #5233826 and #5209847 -- live wallpapers. by Dianne Hackborn · 13 years ago
  53. 527de8e Debugging for issue #5180240: Wallpaper continues to consume CPU when screen off by Dianne Hackborn · 13 years ago
  54. 6dd005b I. Can. Not. Stand. ViewAncestor. by Dianne Hackborn · 13 years ago
  55. 2457237 Optimize orientation changes. by Jeff Brown · 13 years ago
  56. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  57. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 13 years ago
  58. 3b723ac am 46ab5e13: Merge "add missing call to superclass method" into honeycomb by Michael Jurka · 14 years ago
  59. b8f939f add missing call to superclass method by Michael Jurka · 14 years ago
  60. d48ba86 am e77f9914: Merge "Whoops, need to put this check back." into honeycomb by Dianne Hackborn · 14 years ago
  61. a48a37f Whoops, need to put this check back. by Dianne Hackborn · 14 years ago
  62. 2a70a1e am bd77ed7f: Merge "Make image wallpaper use a big surface." into honeycomb by Dianne Hackborn · 14 years ago
  63. f185552 Make image wallpaper use a big surface. by Dianne Hackborn · 14 years ago
  64. 391ef42 am 3168a137: Merge "Fix surface frame size reporting." into honeycomb by Jeff Brown · 14 years ago
  65. 30bc34f Fix surface frame size reporting. by Jeff Brown · 14 years ago
  66. b841fa6 am 54f428a6: am bdb7aee0: Merge "Fix for crash when setting live wallpaper." by Brad Fitzpatrick · 14 years ago
  67. d9463f5 Fix for crash when setting live wallpaper. by Mattias Petersson · 14 years ago
  68. 9f3bdfe Add method for sending wallpaper commands directly to an engine. by Jeff Brown · 14 years ago
  69. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  70. dcfae5c Report the new size to wallpapers when the requested size changed. by Joe Onorato · 14 years ago
  71. 840db1f Fix a race condition in wallpaper move throttling. by Jeff Brown · 14 years ago
  72. 62bf4a0 Force wallpaper surface to 565. by Mathias Agopian · 14 years ago
  73. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  74. 1d28f9c Fix docs build. by Dianne Hackborn · 14 years ago
  75. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  76. 00fa7bd More native input dispatch work. by Jeff Brown · 14 years ago
  77. 349703e Native input event dispatching. by Jeff Brown · 14 years ago
  78. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  79. dc8a7f6 Add new API to take over a window's Surface. by Dianne Hackborn · 14 years ago
  80. 18ee31e Fix issue #2594388: WallpaperService doesn't always call onSurfaceDestroyed() by Dianne Hackborn · 14 years ago
  81. ba3e31d Some debugging help for issue #2594388 by Dianne Hackborn · 14 years ago
  82. 694f79b Fix issue #2519590: Lock screen stuck in landscape mode by Dianne Hackborn · 14 years ago
  83. 04cde34 Report an offset change in a live wallpaper when the wallpaper is resized. by Romain Guy · 14 years ago
  84. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 14 years ago
  85. d684784 First pass at new device policy and administration APIs. by Dianne Hackborn · 15 years ago
  86. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  87. af1f42b Fix issue #2271668: Live Wallpaper Force-Close when changing from live wallpaper to picasa wallpaper by Dianne Hackborn · 15 years ago
  88. e4260f4 Fix build. by Dianne Hackborn · 15 years ago
  89. 23ef7b4 Fix most of issue #2271640: Fix wallpaper etc docs by Dianne Hackborn · 15 years ago
  90. 6adba24 Fix issue #2170897: wallpaper touch-up event not seen when exiting lock screen by Dianne Hackborn · 15 years ago
  91. bf6956b Add a way for wallpapers to know the delta between virtual screens. by Marco Nelissen · 15 years ago
  92. 47ef426 Expose WallpaperSettingsActivity in the public API. by Charles Mendis · 15 years ago
  93. 13bf8260 Fix SDK build: a few things missing, a link that was wrong. by Dianne Hackborn · 15 years ago
  94. 274b120 Fix issue #2243096: Need to expose live wallpaper APIs in SDK by Dianne Hackborn · 15 years ago
  95. 7580493 Implement feature #2117336: Create event communication APIs for live wallpaper by Dianne Hackborn · 15 years ago
  96. 29e4a3c Update from API review. by Dianne Hackborn · 15 years ago
  97. ae87bd0 Fix typo by Marco Nelissen · 15 years ago
  98. 9767e41 Some improvements for wallpaper configuration. by Dianne Hackborn · 15 years ago
  99. 19382ac Some optizations to wallpaper drawing/scrolling. by Dianne Hackborn · 15 years ago
  100. bcbcaa7 Wallpapers, animations, pending intent. by Dianne Hackborn · 15 years ago