1. 6ae8d18 Fix (mostly) issue #5109947: Race condition between retrieving a... by Dianne Hackborn · 12 years ago
  2. 7cbe645 Merge "Copy over the scroll position for the scrolling layer" into jb-dev by John Reck · 12 years ago
  3. ec1b71a Copy over the scroll position for the scrolling layer by John Reck · 12 years ago
  4. 18afc62 Merge "Fix for IOOB in SearchView" into jb-dev by Gilles Debunne · 12 years ago
  5. 65e0832 Merge "Better support for HTML5 audio loop." into jb-dev by Teng-Hui Zhu · 12 years ago
  6. 2427192 Fix for IOOB in SearchView by Gilles Debunne · 12 years ago
  7. 97594d6 Merge "Unhide KeyguardManager locked and secure state getters" into jb-dev by Jean-Michel Trivi · 12 years ago
  8. f738810 Merge "Support skipping a touch stream due to lack of handlers" into jb-dev by John Reck · 12 years ago
  9. 37fde0a Unhide KeyguardManager locked and secure state getters by Jean-Michel Trivi · 12 years ago
  10. c1e80a3 Support skipping a touch stream due to lack of handlers by John Reck · 12 years ago
  11. 6f62ef3 Better support for HTML5 audio loop. by Teng-Hui Zhu · 12 years ago
  12. 94328c3 Merge "Clear bitmap references from display lists as early as possible Bug #6555840" into jb-dev by Romain Guy · 12 years ago
  13. 38c2ece Clear bitmap references from display lists as early as possible Bug #6555840 by Romain Guy · 12 years ago
  14. 0100625 Merge "Fix bug #6522190 MountService should respond to configuration changes ("INTERNAL STORAGE" string should be translated dynamically)" into jb-dev by Fabrice Di Meglio · 12 years ago
  15. 222f561 Merge "Use setCustomSelectActionModeCallback to disallow action bar." into jb-dev by George Mount · 12 years ago
  16. 7e9f62e Use setCustomSelectActionModeCallback to disallow action bar. by George Mount · 12 years ago
  17. 2b5d668 Make the WebCore thread watchdog opt in. by Ben Murdoch · 12 years ago
  18. f927e17 Use correct spell check locale by satok · 12 years ago
  19. 75ac4e8 Merge "Fix a bug with deferred position scrolling in lists while data changes are pending" into jb-dev by Adam Powell · 12 years ago
  20. 161abf3 Fix a bug with deferred position scrolling in lists while data changes by Adam Powell · 12 years ago
  21. 13fe2a5 Fix bug #6522190 MountService should respond to configuration changes ("INTERNAL STORAGE" string should be translated dynamically) by Fabrice Di Meglio · 12 years ago
  22. a587b89 Merge "ActivityChooser view not handling its removal and relayout properly." into jb-dev by Svetoslav Ganov · 12 years ago
  23. df3633b Merge "Make it harder for apps to mess up ViewGroup's internal state Bug #6421288" into jb-dev by Romain Guy · 12 years ago
  24. 748ee2e ActivityChooser view not handling its removal and relayout properly. by Svetoslav Ganov · 12 years ago
  25. 8871403a Merge "Show caret handle when clicking in the middle of text." into jb-dev by George Mount · 12 years ago
  26. 38330ec Merge "Avoid running layout transitions on unattached views and windows" into jb-dev by Chet Haase · 12 years ago
  27. 393a52c Make it harder for apps to mess up ViewGroup's internal state Bug #6421288 by Romain Guy · 12 years ago
  28. ab3a776 Avoid running layout transitions on unattached views and windows by Chet Haase · 12 years ago
  29. c2813fa Show caret handle when clicking in the middle of text. by George Mount · 12 years ago
  30. b72ac9d Merge "BigPicture notifications for screenshots." into jb-dev by Chris Wren · 12 years ago
  31. 85aea36 Merge "Remove Popup immediately rather than defer it." into jb-dev by Craig Mautner · 12 years ago
  32. b82d074 Remove Popup immediately rather than defer it. by Craig Mautner · 12 years ago
  33. ed82973 Merge "Interaction model of KeyboarView should be same as latimIME" into jb-dev by Svetoslav Ganov · 12 years ago
  34. 321a56c Merge "Clearing accessibility focus of a view did not update the global state." into jb-dev by Svetoslav Ganov · 12 years ago
  35. b6a0b09 Interaction model of KeyboarView should be same as latimIME by Svetoslav Ganov · 12 years ago
  36. 44fc8d5 Merge "Add media directory, hidden for now." into jb-dev by Jeff Sharkey · 12 years ago
  37. c00d008 Clearing accessibility focus of a view did not update the global state. by Svetoslav Ganov · 12 years ago
  38. d525baa Add media directory, hidden for now. by Jeff Sharkey · 12 years ago
  39. 3534e13 Merge "Avoid crash if onDetachedFromWindow called after destroy" into jb-dev by Chris Craik · 12 years ago
  40. 9e08012 Avoid crash if onDetachedFromWindow called after destroy by Chris Craik · 12 years ago
  41. 956f28e Merge "Always reference injector using get method." into jb-dev by Svetoslav Ganov · 12 years ago
  42. 3745a3d BigPicture notifications for screenshots. by Chris Wren · 12 years ago
  43. 662e4a4 Merge "Fix ANR which could occur for collection widgets with very large items" into jb-dev by Adam Cohen · 12 years ago
  44. 7a9328a Merge "Add temporary functor lifetime logging" into jb-dev by Chris Craik · 12 years ago
  45. f8dafa1 Add temporary functor lifetime logging by Chris Craik · 12 years ago
  46. 500b91e Always reference injector using get method. by alanv · 12 years ago
  47. 35fbe2a Fix ANR which could occur for collection widgets with very large items by Adam Cohen · 12 years ago
  48. ac92087 Fix issue #6499411: Characters not displayed (but suggestion bar is working) by Dianne Hackborn · 12 years ago
  49. 12221d1 DO NOT MERGE Consider current scroll position to move text field into view. by George Mount · 12 years ago
  50. b999b22 DO NOT MERGE Consider fixed layers when scrolling the edit box. by George Mount · 12 years ago
  51. c40a7fe Merge "Fix three-line notifications." into jb-dev by Daniel Sandler · 12 years ago
  52. 1957fd2 Merge "Add public API to Choreographer." into jb-dev by Jeff Brown · 12 years ago
  53. 084c63e Merge "Fix accessibility actions in AbsListView." into jb-dev by Svetoslav Ganov · 12 years ago
  54. cae8049 Add public API to Choreographer. by Jeff Brown · 12 years ago
  55. 9faa937 Merge "Changing the interaction model of the touch explorer." into jb-dev by Svetoslav Ganov · 12 years ago
  56. f406286 Merge "Accessibility focus and input focus do not sync - part 2" into jb-dev by Svetoslav Ganov · 12 years ago
  57. 525ae20 Accessibility focus and input focus do not sync - part 2 by Svetoslav Ganov · 12 years ago
  58. 493743e Merge "Flip TextureView's layer after calling setSurfaceTexture() Bug #6531172" into jb-dev by Romain Guy · 12 years ago
  59. 51f7c6b Flip TextureView's layer after calling setSurfaceTexture() Bug #6531172 by Romain Guy · 12 years ago
  60. 4ce106f Merge "Fixing some minor issues in accessibility focus." into jb-dev by Svetoslav Ganov · 12 years ago
  61. f76a83c Fixing some minor issues in accessibility focus. by Svetoslav Ganov · 12 years ago
  62. af5c011 Merge "Fix issue #6447773: Pulse does not run in JB (NPE in GestureDetector.onTouchEvent)" into jb-dev by Dianne Hackborn · 12 years ago
  63. 7a83b93 Fix issue #6447773: Pulse does not run in JB (NPE in GestureDetector.onTouchEvent) by Dianne Hackborn · 12 years ago
  64. de83e7a Merge "Make TextView respect ACCESSIBILITY_SPEAK_PASSWORD preference." into jb-dev by Svetoslav Ganov · 12 years ago
  65. d4cc925 Merge "Remove DEBUG_LATENCY flag" into jb-dev by Romain Guy · 12 years ago
  66. 7d62419 Make TextView respect ACCESSIBILITY_SPEAK_PASSWORD preference. by alanv · 12 years ago
  67. ab68bba Merge "add flag to websearch intent" into jb-dev by Michael Kolb · 12 years ago
  68. e15ccb9 Changing the interaction model of the touch explorer. by Svetoslav Ganov · 12 years ago
  69. e2d7f18 Remove DEBUG_LATENCY flag by Romain Guy · 12 years ago
  70. 9f7936a Fix three-line notifications. by Daniel Sandler · 12 years ago
  71. 46a8b1a Merge "Remove unused, obsolete debug code" into jb-dev by Romain Guy · 12 years ago
  72. 2926948 Merge "Add RemoteViews.setViewPadding()." into jb-dev by Daniel Sandler · 12 years ago
  73. 13b9073 Remove unused, obsolete debug code by Romain Guy · 12 years ago
  74. 99d1f74 Add RemoteViews.setViewPadding(). by Daniel Sandler · 12 years ago
  75. 90497c1 Merge "Remotable view method for TextView.setTextSize(int, float)." into jb-dev by Daniel Sandler · 12 years ago
  76. 7264f71 Remotable view method for TextView.setTextSize(int, float). by Daniel Sandler · 12 years ago
  77. bfa3d50 Merge "Doc changes for GridLayout." into jb-dev by Philip Milne · 12 years ago
  78. b65408f Doc changes for GridLayout. by Philip Milne · 12 years ago
  79. 2c1b8c7 Update AsyncTask documentation by Romain Guy · 12 years ago
  80. 3fe0bca add flag to websearch intent by Michael Kolb · 12 years ago
  81. 29bb6d9 Support more items in the Notification.InboxStyle, plus an overflow. by Chris Wren · 12 years ago
  82. cf39bdf Add support for switching between multiple keyboard layouts. by Jeff Brown · 12 years ago
  83. 51f2430 Support toast cancellation. by Jeff Brown · 12 years ago
  84. 13a0271 Merge "Add aapt support for generating proguard rules for onClick methods." into jb-dev by Dianne Hackborn · 12 years ago
  85. 9275197 Add aapt support for generating proguard rules for onClick methods. by Dianne Hackborn · 12 years ago
  86. 35013d0 Merge "DO NOT MERGE: Remove a few left-over layout direction things." into jb-dev by Dianne Hackborn · 12 years ago
  87. 9c3e0e6 Fix accessibility actions in AbsListView. by alanv · 12 years ago
  88. 52fcdd0 Merge "Fix documentation" into jb-dev by Romain Guy · 12 years ago
  89. 39af624 DO NOT MERGE: Remove a few left-over layout direction things. by Dianne Hackborn · 12 years ago
  90. d2aed40 Fix documentation by Romain Guy · 12 years ago
  91. 9579bf8 Merge "Gallery, we need to talk..." into jb-dev by Romain Guy · 12 years ago
  92. 5a418c7 Gallery, we need to talk... by Romain Guy · 12 years ago
  93. 43a760b Merge "Don't crash on Surface.unlockAndPost() but log & try again Bug #6482593" into jb-dev by Romain Guy · 12 years ago
  94. fb5c3db Fix issue #6440173: MenuItem.setIcon(Drawable) scaling incorrectly... by Dianne Hackborn · 12 years ago
  95. dddcd22 Don't crash on Surface.unlockAndPost() but log & try again Bug #6482593 by Romain Guy · 12 years ago
  96. d51ac09 Merge "Fix activity resolver, issues #6519130 and #6507239" into jb-dev by Dianne Hackborn · 12 years ago
  97. 5320eb8 Fix activity resolver, issues #6519130 and #6507239 by Dianne Hackborn · 12 years ago
  98. 9cb660f Merge "Guard against apps breaking CHOOSER contract." into jb-dev by Jeff Sharkey · 12 years ago
  99. 1c29700 Guard against apps breaking CHOOSER contract. by Jeff Sharkey · 12 years ago
  100. e312c61 Merge "Improve fitSystemWindows() documentation." into jb-dev by Dianne Hackborn · 12 years ago