1. 6b1cb35 Fix issue #2149126: unable to answer incoming call, various problems by Dianne Hackborn · 17 years ago
  2. 733fdf3 Disable keyguard while docked when the lock screen is insecure. by Mike Lockwood · 17 years ago
  3. 6af0d50 Fix issue #2149145: Safe Mode does not work on Sholes device by Dianne Hackborn · 17 years ago
  4. 7433e8a Fix issue #2148939: Sholes slow to wake up in landscape mode by Dianne Hackborn · 17 years ago
  5. 8b571a8 Fix Activity.overridePendingTransition(). by Dianne Hackborn · 17 years ago
  6. 3b3e145 A variety of work on animations. by Dianne Hackborn · 17 years ago
  7. ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 17 years ago
  8. 5baba16 Newer animations. by Dianne Hackborn · 17 years ago
  9. 9bfb707 Various fixes and improvements to window, activity. by Dianne Hackborn · 17 years ago
  10. bfe319e Turn animations on by default. by Dianne Hackborn · 17 years ago
  11. 65c2387 Fix transformation on windows. by Dianne Hackborn · 17 years ago
  12. 6136b7e Show the live wallpaper on the lock screen. by Dianne Hackborn · 17 years ago
  13. 248b188 Fix #1827299: Google login screen to re-enter password is not viewable by Dianne Hackborn · 17 years ago
  14. 93e462b Implement issue #1780928: Need support hiding nav keys. by Dianne Hackborn · 17 years ago
  15. 9767e41 Some improvements for wallpaper configuration. by Dianne Hackborn · 17 years ago
  16. 83fe3f5 Last big work on #1991910: Make swipes work with capacitive keys by Dianne Hackborn · 17 years ago
  17. 19382ac Some optizations to wallpaper drawing/scrolling. by Dianne Hackborn · 17 years ago
  18. bcbcaa7 Wallpapers, animations, pending intent. by Dianne Hackborn · 17 years ago
  19. 0586a1b Fix issue #2095422: Some fades from opaque to transparent don't work by Dianne Hackborn · 17 years ago
  20. 25994b4 Wallpapers: new transitions, hiding when not visible, other cleanup. by Dianne Hackborn · 17 years ago
  21. bdd52b2 Fix issue #2097060: Screen all messed up when setup wizard finished by Dianne Hackborn · 17 years ago
  22. a8f6018 Work on issue #2079167: Flickering issue across multiple UI by Dianne Hackborn · 17 years ago
  23. 284ac93 More work on wallpapers: animations, lifecycle, scaling, etc. by Dianne Hackborn · 17 years ago
  24. 6c3f571 Fix issue #2069662: The wallpaper doesn't move along with the home screen by Dianne Hackborn · 17 years ago
  25. 83360b3 Fix bug that would leave old windows around. by Dianne Hackborn · 17 years ago
  26. 3be63c0 Infrastructure for supporting wallpaper previews. by Dianne Hackborn · 17 years ago
  27. f8fbdb6 Add wallpaper transition animations. by Dianne Hackborn · 17 years ago
  28. e9e9bca More wallpaper fixes: scroll position, visibility, leaking. by Dianne Hackborn · 17 years ago
  29. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 17 years ago
  30. 7341d7a More work on wallpapers. by Dianne Hackborn · 17 years ago
  31. 0cd4887 A little more wallpaper robustness. by Dianne Hackborn · 17 years ago
  32. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 17 years ago
  33. f21adf6 Always have a wallpaper service running. by Dianne Hackborn · 17 years ago
  34. 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 17 years ago
  35. c8a0a75 Implement support for scrolling a wallpaper. by Dianne Hackborn · 17 years ago
  36. 759a39e Live wallpapers become a little more real. by Dianne Hackborn · 17 years ago
  37. 4c62fc0 Very primitive wallpapers in a surface. by Dianne Hackborn · 17 years ago
  38. a1bd466 am 89888b2d: Merge change 20038 into donut by Android (Google) Code Review · 17 years ago
  39. 9f028e6 Remove debug code which reads the max_events_per_sec property on every touch event by Michael Chan · 17 years ago
  40. 88e1bab am 20583ff9: Fix issue #2015611: layering problem when moving an activity to the foreground. by Dianne Hackborn · 17 years ago
  41. 20583ff Fix issue #2015611: layering problem when moving an activity to the foreground. by Dianne Hackborn · 17 years ago
  42. ddca3ee Add support for power keys, improve behavior of virtual keys. by Dianne Hackborn · 17 years ago
  43. 30b06eb am 589cebe2: * Use the scaled size for surface view instead of native. The surface will be always scaled by surface flinger in compatiblity mode. The original approach confused the app because the surface size and the view size were different. * a few clean up. remo by Mitsuru Oshima · 17 years ago
  44. 589cebe * Use the scaled size for surface view instead of native. The surface will be always scaled by Mitsuru Oshima · 17 years ago
  45. a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 17 years ago
  46. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 17 years ago
  47. fce2972 am 3b5449e9: Merge change 7862 into donut by Android (Google) Code Review · 17 years ago
  48. d2967e2 * Don't clip the display if LAYOUT_NO_LIMITS is specified (as with PhoneWindowmanager does) by Mitsuru Oshima · 17 years ago
  49. 0fde7de am 54f09101: Merge change 7613 into donut by Android (Google) Code Review · 17 years ago
  50. 5a2b91d * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. by Mitsuru Oshima · 17 years ago
  51. 545f979 am b9bae58e: Merge change 7402 into donut by Android (Google) Code Review · 17 years ago
  52. 0a5d2c4 Added fade-in out animation for compatible apps by Mitsuru Oshima · 17 years ago
  53. c3f60dd am 1ecf5d28: Re-implementation of large screen support using window manager. * added background filler surface to fill the outer rim. Using the same layer as dim surface because they never co-exists (in the same window) * clean up the obsolete code in Compatibilt by Mitsuru Oshima · 17 years ago
  54. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 17 years ago
  55. 5d16cd0 am d7cd29da: Add facility to run setup wizard after an update. by Dianne Hackborn · 17 years ago
  56. 0d0012e am 54af78a3: Merge change 5950 into donut by Android (Google) Code Review · 17 years ago
  57. d7cd29d Add facility to run setup wizard after an update. by Dianne Hackborn · 17 years ago
  58. fff2fda Fix memory leaks in system_server by Suchi Amalapurapu · 17 years ago
  59. 6463ff2 resolved conflicts for merge of 66c2942a to master by Dianne Hackborn · 17 years ago
  60. f6ff591 am 72eb0aca: Merge change 5483 into donut by Android (Google) Code Review · 17 years ago
  61. 2bd33d7 Fix issue #1943706 (Applying the monkey to GoogleVoice causes SecurityException) by Dianne Hackborn · 17 years ago
  62. 723738c Expand support for different screen sizes. by Dianne Hackborn · 17 years ago
  63. a2aaa9e resolved conflicts for merge of 6edb3487 to master by Dianne Hackborn · 17 years ago
  64. cfaef69 Implement permission test for activity, window, service manager. by Dianne Hackborn · 17 years ago
  65. f40e1a5 Fix botched merge from commit b61498d1ac8e25f0024dcde46b41bcf0d8336d89 by Eric Fischer · 17 years ago
  66. b61498d resolved conflicts for merge of f31cbb to master by Romain Guy · 17 years ago
  67. 06882f8 Enable HierarchyViewer on debuggable builds, even if they're secure. by Romain Guy · 17 years ago
  68. e10de97 Throttle one last user activity call to 1/sec that was missed last time by Michael Chan · 17 years ago
  69. ccee782 am d1a93373: Add a new window flag to display a window when keyguard is shown. by Suchi Amalapurapu · 17 years ago
  70. d1a9337 Add a new window flag to display a window when keyguard is shown. by Suchi Amalapurapu · 17 years ago
  71. 53071d6 Added LatencyTimer to ease latency measurements by Michael Chan · 17 years ago
  72. 05d24af Merge branch 'readonly-p4-donut' into donut by Michael Chan · 17 years ago
  73. e96440f AI 148368: Decrease CPU usage by throttling touch events by Michael Chan · 17 years ago
  74. 3413b89 Let screenOrientation="behind" works as expected by Owen Lin · 17 years ago
  75. 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 17 years ago
  76. cfe6524 Remove references to android.util.Config by Dave Bort · 17 years ago
  77. 958b9ad AI 143899: am: CL 143896 Fix issue #1748954 and #1737952: by Dianne Hackborn · 17 years ago
  78. 617f877 AI 143800: am: CL 143748 Fix issue #1743326 (More battery stats) by Dianne Hackborn · 17 years ago
  79. 321ae68 AI 143173: am: CL 142879 Fix issue #1732012 (Only show screen rotation animation when triggered by sensor) -- set the new surface flag as appropriate. by Dianne Hackborn · 17 years ago
  80. 1e880db AI 143169: am: CL 142870 Fix issue #1724917 (Applications (browser, maps, gmail) fail to retain their landscape state after coming out of sleep mode). We now rely on the listeners last known orientation, and make sure to clear it when enabling/disabling. by Dianne Hackborn · 17 years ago
  81. 2ad63a9 Automated import from //branches/donutburger/...@142784,142784 by Chris Tate · 17 years ago
  82. 9ed4a4b Automated import from //branches/donutburger/...@142722,142722 by Dianne Hackborn · 17 years ago
  83. c485a60 Automated import from //branches/donutburger/...@142397,142397 by Dianne Hackborn · 17 years ago
  84. ef49c57 Automated import from //branches/donutburger/...@141079,141079 by Dianne Hackborn · 17 years ago
  85. e68ffcb Automated import from //branches/donutburger/...@140997,140997 by Joe Onorato · 17 years ago
  86. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 17 years ago
  87. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 17 years ago
  88. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 17 years ago
  89. c474dec auto import from //depot/cupcake/@135863 by The Android Open Source Project · 17 years ago
  90. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  91. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  92. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 17 years ago
  93. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 17 years ago
  94. 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 17 years ago
  95. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 17 years ago
  96. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 17 years ago
  97. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 17 years ago
  98. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 17 years ago
  99. 9266c558 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
  100. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 18 years ago