1. c886060 Incorrect temporary detach of accessibility focused view may lead to a crash. by Svetoslav Ganov · 12 years ago
  2. dfab363 Fix rendering artifacts on tiled renderers Bug #7275145 by Romain Guy · 12 years ago
  3. 391fef0 Force redraw of new/resized windows by Chet Haase · 12 years ago
  4. 3b84206 Fix issue #7184877: Calendar Locksceen Widget crashes and forces phone to reboot by Dianne Hackborn · 12 years ago
  5. 11cb642 Update layers in a single batch at the beginning of a frame Bug #7186819 by Romain Guy · 12 years ago
  6. 603f6de Fix occasional crash bug with layers by Chet Haase · 12 years ago
  7. f84208f Prevent crash when invalidating all Views Bug #7165793 by Romain Guy · 12 years ago
  8. dcd8c81 Merge "Propagate systemUiVisibility changes to window manager" into jb-mr1-dev by Craig Mautner · 12 years ago
  9. 7eac0f5 Propagate systemUiVisibility changes to window manager by Craig Mautner · 12 years ago
  10. 8d5e6f8 Maybe fix issue #7146119: exception in FragmentManager by Dianne Hackborn · 12 years ago
  11. b38070c IME support for trackball and generic motion events by Victoria Lease · 12 years ago
  12. 1cf70bb Screen magnification - feature - framework. by Svetoslav Ganov · 12 years ago
  13. df2390a Don't die(immediate) if from performTraversals. by Craig Mautner · 12 years ago
  14. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  15. 4702a85 More view hierarchy, fragment debugging. by Dianne Hackborn · 12 years ago
  16. c89b14b It seems that apparently useless public APIs are actually useful Bug #6953651 by Romain Guy · 12 years ago
  17. 17112ad Cleanup of libhwui by Romain Guy · 12 years ago
  18. 758143e Window position not reported if the window is not moved. by Svetoslav Ganov · 12 years ago
  19. 908aecc Start moving away from DisplayMetrics.DENSITY_DEVICE. by Dianne Hackborn · 12 years ago
  20. 6881a10 Small step towards supporting multiple displays by Craig Mautner · 12 years ago
  21. a8b9def Stop using raw display size except in window manager. by Jeff Brown · 12 years ago
  22. 63cf075 Merge "Make HardwareRenderer able to target generic Surface objects" by Romain Guy · 12 years ago
  23. 786fc93 Make HardwareRenderer able to target generic Surface objects by Romain Guy · 12 years ago
  24. 23e7c35 Remove dead code in window manager. by Jeff Brown · 12 years ago
  25. c9c9a48 Removing a workaround for incorrect window position on window move. by Svetoslav Ganov · 12 years ago
  26. fbf885b Merge "Notify client side of window movement." by Craig Mautner · 12 years ago
  27. 05e91ed Force invalidates on non-visible views to traverse the hierarchy by Chet Haase · 12 years ago
  28. 27e2da7 Remove the accessibility focus search code. by Svetoslav Ganov · 12 years ago
  29. 5702d4d Notify client side of window movement. by Craig Mautner · 12 years ago
  30. c32b209 am 45c4a8df: am ec7c7ebf: Merge "API for finding accessibility focus in virtual tree not needed." into jb-dev by Svetoslav Ganov · 12 years ago
  31. 45a02e0 API for finding accessibility focus in virtual tree not needed. by Svetoslav Ganov · 12 years ago
  32. 04ddf3c Allow applications to recover from IME related ANRs. by Jeff Brown · 12 years ago
  33. 54ab347 Don't create a giant layer for all notifications Bug #6642475 by Romain Guy · 12 years ago
  34. 9d09089 Fix issue #6634325: View.setKeepScreenOn and... by Dianne Hackborn · 12 years ago
  35. 527ee91 Prevent crash in WebView when disabling the hw renderer Bug #6596807 by Romain Guy · 12 years ago
  36. 8678347 Cannot interact with dialogs when IME is up and on not touch explored popups. by Svetoslav Ganov · 12 years ago
  37. 932b7f6 Revert "Add more temporary logging for investigating detachFunctor" by Chris Craik · 12 years ago
  38. 8857b2f Add more temporary logging for investigating detachFunctor by Chris Craik · 12 years ago
  39. 41ee465 Force webview invalidates on unsuccessful functor attach by Chris Craik · 12 years ago
  40. 38c2ece Clear bitmap references from display lists as early as possible Bug #6555840 by Romain Guy · 12 years ago
  41. f406286 Merge "Accessibility focus and input focus do not sync - part 2" into jb-dev by Svetoslav Ganov · 12 years ago
  42. 525ae20 Accessibility focus and input focus do not sync - part 2 by Svetoslav Ganov · 12 years ago
  43. e2d7f18 Remove DEBUG_LATENCY flag by Romain Guy · 12 years ago
  44. 13b9073 Remove unused, obsolete debug code by Romain Guy · 12 years ago
  45. dddcd22 Don't crash on Surface.unlockAndPost() but log & try again Bug #6482593 by Romain Guy · 12 years ago
  46. 648337b Merge "Fix a bug where late-invalidating views with animations would be held for too long by ViewRootImpl" into jb-dev by Adam Powell · 12 years ago
  47. 3e3c4ee Fix a bug where late-invalidating views with animations would be held by Adam Powell · 12 years ago
  48. c8d2668b Add systrace method tags for measure and layout. by Jeff Brown · 12 years ago
  49. 413baf8 Don't draw onto a hw surface using the software renderer Bug #6485955 by Romain Guy · 12 years ago
  50. 78cb7cf Allow animations to run past cancelled draws, if the view is visible. by Chris Wren · 12 years ago
  51. 791fd31 Accessibility focus traversal in virtual nodes. by Svetoslav Ganov · 12 years ago
  52. 8ce2d78 Merge "Improving accessibility focus traversal." into jb-dev by Svetoslav Ganov · 12 years ago
  53. e5dfa47d Improving accessibility focus traversal. by Svetoslav Ganov · 12 years ago
  54. 85afd1b Implement new window cropping. by Dianne Hackborn · 12 years ago
  55. 78b8ef3 Surface: replace active rect with window crop by Jamie Gennis · 12 years ago
  56. cf67578 Fix issue #6475693: OnSystemUiVisibilityChangeListener reporting... by Dianne Hackborn · 12 years ago
  57. a482d36 Merge "Fixed typo in findAccessibilityFocus API." into jb-dev by Dianne Hackborn · 12 years ago
  58. 57aab75 Fixed typo in findAccessibilityFocus API. by alanv · 12 years ago
  59. 571d4cb Merge "Fix bugs in fallback key handling." into jb-dev by Jeff Brown · 12 years ago
  60. a53de06 Add callback hack to find out when to load system properties. by Dianne Hackborn · 12 years ago
  61. fd23e3e Fix bugs in fallback key handling. by Jeff Brown · 12 years ago
  62. 2a0f228 Invalidate display lists immediately when views are removed/added quickly by Romain Guy · 12 years ago
  63. ec4d904 Merge "Attempt to recover from apps destroying their window at draw time Bug #6436642" into jb-dev by Romain Guy · 12 years ago
  64. 1f59e5c Attempt to recover from apps destroying their window at draw time Bug #6436642 by Romain Guy · 12 years ago
  65. 139e5aa Fix issue #6404215: New ActionBar auto-hide can conflict with application by Dianne Hackborn · 12 years ago
  66. 3556c9a Implement cropping of windows based on system UI elements. by Dianne Hackborn · 12 years ago
  67. 3fe38c0 Retain current visibility when copying layoutparam by Craig Mautner · 12 years ago
  68. fb68fdb Merge "Accessibility should not change input focus behavior." into jb-dev by Svetoslav Ganov · 12 years ago
  69. cf8a3b8 Accessibility should not change input focus behavior. by Svetoslav Ganov · 12 years ago
  70. 1e945c4 Merge "Add system insets to windows." into jb-dev by Dianne Hackborn · 12 years ago
  71. 2f87014 Merge "Enabling accessibility focus only if explore by touch is on." into jb-dev by Svetoslav Ganov · 12 years ago
  72. 18dcf2f Merge "Fixing crash when drawing accessibility focus indicator." into jb-dev by Svetoslav Ganov · 12 years ago
  73. 07b726c Enabling accessibility focus only if explore by touch is on. by Svetoslav Ganov · 12 years ago
  74. 5c58de3 Add system insets to windows. by Dianne Hackborn · 12 years ago
  75. 1d74df2 Fixing crash when drawing accessibility focus indicator. by Svetoslav Ganov · 12 years ago
  76. 79c6346 Merge "When a window is first shown only draw once while animating." into jb-dev by Dianne Hackborn · 12 years ago
  77. 771526c Resample touch events on frame boundaries. by Jeff Brown · 12 years ago
  78. 12d3a94 When a window is first shown only draw once while animating. by Dianne Hackborn · 12 years ago
  79. 330314c Simplify the consume before traversal heuristic. by Jeff Brown · 12 years ago
  80. 97d5c41 Remove unused pipelining optimization. by Jeff Brown · 12 years ago
  81. ba6be8a Prevent WebView from crashing when detached from the window Bug #6365056 by Romain Guy · 12 years ago
  82. 72de206 Merge "Adding support for traversing the content of a node info at granularity." by Svetoslav Ganov · 12 years ago
  83. aa780c1 Adding support for traversing the content of a node info at granularity. by Svetoslav Ganov · 12 years ago
  84. d6b1098 Support fallback action if unhandled key event by John Reck · 12 years ago
  85. b78c284 Always execute actions on the runQueue by Chet Haase · 12 years ago
  86. f01d3dd Merge "Adding some more gestures and actions for accessibility." by Svetoslav Ganov · 12 years ago
  87. 005b83b Adding some more gestures and actions for accessibility. by Svetoslav Ganov · 12 years ago
  88. 09dd116 Fix a bug with enterTouchMode removing focus by John Reck · 12 years ago
  89. 4213804 Accessibility focus - framework by Svetoslav Ganov · 12 years ago
  90. 067b091 Accessibility query APIs report invisible views. by Svetoslav Ganov · 12 years ago
  91. aa6f3de Some view not shown on the screen are reported for accessibility. by Svetoslav Ganov · 12 years ago
  92. edbca12 Make sure we clean up after ourselves by Romain Guy · 12 years ago
  93. 25eba5c Add a new OnDrawListener to ViewRoot by Romain Guy · 12 years ago
  94. 3a3a6cf Add new feature to let apps layout over status bar / system bar. by Dianne Hackborn · 12 years ago
  95. fa8b27c Improve responsiveness by always consuming batched events. by Jeff Brown · 12 years ago
  96. a08f3e8 Merge "Enable vsync traversals by default." by Jeff Brown · 12 years ago
  97. ebb2d8d Enable vsync traversals by default. by Jeff Brown · 12 years ago
  98. a998dff Destroy the hardware renderer when ViewRootImpl's die is post-poned Bug #6109035 by Romain Guy · 12 years ago
  99. 006f0e4 Override not drawing to screen when screen is off. by Craig Mautner · 12 years ago
  100. 7b2f8b8 Pre-scale bitmaps on the native heap by Romain Guy · 12 years ago