1. 1f903c3 Fix issue #5283365: Rotating the device to portrait mode, hides the keyboard partly by Dianne Hackborn · 13 years ago
  2. ff87be5 Merge "Fix bug 5297302 - Remember to release surface after starting drag" by Christopher Tate · 13 years ago
  3. 180c484 Fix issue #5309443: Ninjump crashes on boot with... by Dianne Hackborn · 13 years ago
  4. 8f73b5d Fix bug 5297302 - Remember to release surface after starting drag by Christopher Tate · 13 years ago
  5. ab0f485 Fix problems where we were allocating TypedArray when not needed. by Dianne Hackborn · 13 years ago
  6. bd5c9768c Merge "Adding accessibility delegate mechanism for backwards compatibility support." by Svetoslav Ganov · 13 years ago
  7. 031d9c1 Adding accessibility delegate mechanism for backwards compatibility support. by Svetoslav Ganov · 13 years ago
  8. fe75cb3 Merge "Fix inflating of animations." by Dianne Hackborn · 13 years ago
  9. 6a6977e Merge "Fix 5266335: bad DIRTY/invalidation logic" by Chet Haase · 13 years ago
  10. 8962028 Fix inflating of animations. by Dianne Hackborn · 13 years ago
  11. f186f30 Fix 5266335: bad DIRTY/invalidation logic by Chet Haase · 13 years ago
  12. fd19906 Merge "Inter process interrogation ocassionally gets stuck." by Svetoslav Ganov · 13 years ago
  13. 6bc5e53 Inter process interrogation ocassionally gets stuck. by Svetoslav Ganov · 13 years ago
  14. 1ef3fdb Go faster!!!! by Romain Guy · 13 years ago
  15. 7b8d7cb Merge "Pull animation attributes out of main view class." by Dianne Hackborn · 13 years ago
  16. ddb715b Pull animation attributes out of main view class. by Dianne Hackborn · 13 years ago
  17. 1d50a2c Merge "Adjust layers for system overlays." by Jeff Brown · 13 years ago
  18. 8b83a72 Fix a bug in InputMethodSubtype constructor by Ken Wakasa · 13 years ago
  19. bfcb60a Adjust layers for system overlays. by Jeff Brown · 13 years ago
  20. e080af3 Save/restore display lists' canvas properly by Romain Guy · 13 years ago
  21. aacbf91 Merge "Not visible view should not be announced or interacted with." by Svetoslav Ganov · 13 years ago
  22. 0b0a41d Not visible view should not be announced or interacted with. by Svetoslav Ganov · 13 years ago
  23. e3238c9 Merge "Code cleaning" by Fabrice Di Meglio · 13 years ago
  24. 8fc54f9 Fix build by Adam Powell · 13 years ago
  25. 2b04cef Code cleaning by Fabrice Di Meglio · 13 years ago
  26. b6e4326 Merge "Hide RTL related APIs" by Fabrice Di Meglio · 13 years ago
  27. 2273b1e Hide RTL related APIs by Fabrice Di Meglio · 13 years ago
  28. a7e88d6 Merge "Add end functionality to LayoutTransition" by Chet Haase · 13 years ago
  29. 36d3b9d Merge "Clarify AnimationSet docs and behavior" by Chet Haase · 13 years ago
  30. d56c695 Add end functionality to LayoutTransition by Chet Haase · 13 years ago
  31. 3791dc9 Merge "Fix issue with LayoutTransition on non-visible windows." by Chet Haase · 13 years ago
  32. 61158c6 Fix issue with LayoutTransition on non-visible windows. by Chet Haase · 13 years ago
  33. 2b72d93 Merge "Don't destroy a window's buffers when moving it" by Romain Guy · 13 years ago
  34. f21c9b0 Don't destroy a window's buffers when moving it by Romain Guy · 13 years ago
  35. c6fc20a Merge "Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics" by Fabrice Di Meglio · 13 years ago
  36. c529d8d Prevent crash in View.createSnapshot if getResources() returns null Bug #5260241 by Romain Guy · 13 years ago
  37. c861bd7 Clarify AnimationSet docs and behavior by Chet Haase · 13 years ago
  38. e3bf88d Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics by Fabrice Di Meglio · 13 years ago
  39. dbfba85 Add a function to check auxiliary ime. by satok · 13 years ago
  40. 6b0c11d Merge "Fix issue #5150899: Call activity takes 15MB we never get back." by Dianne Hackborn · 13 years ago
  41. 3c4ce72 Fix artifact with LayoutTransitions on disappearing window. by Chet Haase · 13 years ago
  42. 5d927c2 Fix issue #5150899: Call activity takes 15MB we never get back. by Dianne Hackborn · 13 years ago
  43. bffb83e Merge "Add an option for the implicitly selected subtype" by satok · 13 years ago
  44. a86f5e4 Add an option for the implicitly selected subtype by satok · 13 years ago
  45. ee5e77c Make setAdditionalInputMethodSubtypes async by satok · 13 years ago
  46. 3889e49 Make the constructor of InputMethodSubtype hidden. by satok · 13 years ago
  47. f679ed0 Merge "Prevent a leak when using View.postInvalidate(left, top, right, bottom)" by Romain Guy · 13 years ago
  48. 40c18f5 Prevent a leak when using View.postInvalidate(left, top, right, bottom) by Romain Guy · 13 years ago
  49. 69666e0 Merge "Fix issue #5229575: Youtube link shared through messaging is not..." by Dianne Hackborn · 13 years ago
  50. 08a1c04 Merge "Dispatch onDetachedFromWindow before destroying everything Bug #5245686" by Romain Guy · 13 years ago
  51. 16260e7 Dispatch onDetachedFromWindow before destroying everything Bug #5245686 by Romain Guy · 13 years ago
  52. ba24e4d Fix issue #5229575: Youtube link shared through messaging is not... by Dianne Hackborn · 13 years ago
  53. 8b5a8b5 Merge "Code cleaning" by Fabrice Di Meglio · 13 years ago
  54. 6a13dd5 Merge "Accessibility hover events are fired if hover otside of modal window." by Svetoslav Ganov · 13 years ago
  55. 7552c04 Increase orientation settle time. Bug: 4981385 by Jeff Brown · 13 years ago
  56. 4c1c101 Accessibility hover events are fired if hover otside of modal window. by Svetoslav Ganov · 13 years ago
  57. 7d892dc Code cleaning by Fabrice Di Meglio · 13 years ago
  58. d040edb Use floating point window positions. by Dianne Hackborn · 13 years ago
  59. 9d4bc85 Merge "Fix input channel leak. Bug: 5156144" by Jeff Brown · 13 years ago
  60. bfe561c Merge "Add a comment for setAdditionalInputMethodSubtypes" by satok · 13 years ago
  61. 75917b6 Add a comment for setAdditionalInputMethodSubtypes by satok · 13 years ago
  62. 0158a1e Add a functionality to disable the spell checker by satok · 13 years ago
  63. b669d6d Improve the fallback of the locale of the spell checker by satok · 13 years ago
  64. cc4f7db Fix input channel leak. Bug: 5156144 by Jeff Brown · 13 years ago
  65. c21843a Merge "fix Surface positions are not floats" by Mathias Agopian · 13 years ago
  66. 34cb9f2a fix Surface positions are not floats by Mathias Agopian · 13 years ago
  67. 8d102eb Merge changes I33f59705,Ia4c8c822,I2fb695ab,I2e587afc by Jamie Gennis · 13 years ago
  68. 32901b4 Merge "Fixed bug with invalidation in top-level Views." by Chet Haase · 13 years ago
  69. e4e6e20 Fixed bug with invalidation in top-level Views. by Chet Haase · 13 years ago
  70. 0db3aef Surface: unhide the SurfaceTexture ctor by Jamie Gennis · 13 years ago
  71. df0c84f Surface: move the SurfaceTexture ctor by Jamie Gennis · 13 years ago
  72. aceafe6 Fixed error in invalidation/LayoutTransition logic by Chet Haase · 13 years ago
  73. 80122c2 Merge "Prevent crash in VPN settings Bug #5217245" by Romain Guy · 13 years ago
  74. eca9b1f Prevent crash in VPN settings Bug #5217245 by Romain Guy · 13 years ago
  75. 7926f62 Fix newSpellCheckerSession by satok · 13 years ago
  76. b387954 Support system locale as the locale of the spell checkers by satok · 13 years ago
  77. fbedf1a Fix NPE in setCurrentSpellCheckerSubtype by satok · 13 years ago
  78. 2388a7b Add getServiceInfo to SpellCheckerInfo by satok · 13 years ago
  79. c714531 Add getDisplayName to SpellCheckerSubtype by satok · 13 years ago
  80. 4bc554b Merge "Fix setCurrentSpellCheckerSubtype" by satok · 13 years ago
  81. 3cb5b39 Fix setCurrentSpellCheckerSubtype by satok · 13 years ago
  82. ca07e34 fix logging of eglMakeCurrent() errors by Mathias Agopian · 13 years ago
  83. 27bf191 Merge "Optimize display lists" by Romain Guy · 13 years ago
  84. 04c9d8c Optimize display lists by Romain Guy · 13 years ago
  85. 8d8533a Merge "Implement saveLayer*() correctly" by Romain Guy · 13 years ago
  86. 189887e Implement saveLayer*() correctly by Romain Guy · 13 years ago
  87. 12bde60 Merge "Intra-process view hierarchy interrogation does not work." by Svetoslav Ganov · 13 years ago
  88. 1e3fac8 Merge "Add functions to enable / disable spell checker" by satok · 13 years ago
  89. a33c4fc Add functions to enable / disable spell checker by satok · 13 years ago
  90. c93fcdc Merge "Fix issue with views becoming visible with stale content." by Chet Haase · 13 years ago
  91. 4324ead Fix issue with views becoming visible with stale content. by Chet Haase · 13 years ago
  92. 6ff0037 Merge "Fix to show the correct HW accel background in the preview window." by Dianne Hackborn · 13 years ago
  93. 07213e6 Fix to show the correct HW accel background in the preview window. by Dianne Hackborn · 13 years ago
  94. f874c4f Merge "Spell checking in TextViews" by Gilles Debunne · 13 years ago
  95. c264409 Merge "Fix issue #5050039: Launcher is sometimes rendering underneath the system/status bar" by Dianne Hackborn · 13 years ago
  96. c39e8e8 Merge "Add OpenGL backend to ImageWallpaper Bug #5204874" by Romain Guy · 13 years ago
  97. 407ec78 Add OpenGL backend to ImageWallpaper Bug #5204874 by Romain Guy · 13 years ago
  98. fa6b35b Fix issue #5050039: Launcher is sometimes rendering underneath the system/status bar by Dianne Hackborn · 13 years ago
  99. 8bd6961 Intra-process view hierarchy interrogation does not work. by Svetoslav Ganov · 13 years ago
  100. a4bacb8 Fix animation scale to also scale start offset. by Dianne Hackborn · 13 years ago