1. 774f9be Merge "Add debug to CallManager#canDial." into honeycomb by Wink Saville · 14 years ago
  2. 2bd78c9 Merge "Remove debugging log left by mistake." into honeycomb by Romain Guy · 14 years ago
  3. 8d2959d Remove debugging log left by mistake. by Romain Guy · 14 years ago
  4. 8d37c4e Merge "Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle" into honeycomb by Brian Carlstrom · 14 years ago
  5. b6b15dc Merge "TextLine cache is used, even for long lines of text." into honeycomb by Gilles Debunne · 14 years ago
  6. d14239a Merge "Fix tethering when switching default connection" into honeycomb by Robert Greenwalt · 14 years ago
  7. c1e7f2d Merge "Set high usage delta to 1 to avoid constant V8 GC." into honeycomb by Shimeng (Simon) Wang · 14 years ago
  8. 7f53297 Merge "Docs for Origin" into honeycomb by John Reck · 14 years ago
  9. 7c1bcfd Set high usage delta to 1 to avoid constant V8 GC. by Shimeng (Simon) Wang · 14 years ago
  10. f902d7b TextLine cache is used, even for long lines of text. by Gilles Debunne · 14 years ago
  11. 3a92c5fd Merge "Fix the return value of switch to last ime." into honeycomb by satok · 14 years ago
  12. c445bcd Fix the return value of switch to last ime. by satok · 14 years ago
  13. b562792 Merge "Sort IME by id" into honeycomb by satok · 14 years ago
  14. 7dc93a1 Sort IME by id by satok · 14 years ago
  15. 24a0b71 Merge "Clip touch event at SoftInputWindow to handle the event from Inset" into honeycomb by Ken Wakasa · 14 years ago
  16. 7bd6c20 Clip touch event at SoftInputWindow to handle the event from Inset by Tadashi G. Takaoka · 14 years ago
  17. 03855bb Fix bug 3385881 by Jason Sams · 14 years ago
  18. 887a834 Merge "Attempt to fix 3333866 Missing memory barrier when the non-locking past path is hit." into honeycomb by Jason Sams · 14 years ago
  19. 079c8d7 Add debug to CallManager#canDial. by Wink Saville · 14 years ago
  20. a2edecf Merge "Issue no : 3370622" into honeycomb by Dheeraj Sharma · 14 years ago
  21. 5113382 Tweak layouts of IME switch button by satok · 14 years ago
  22. 1ac760a Issue no : 3370622 by Dheeraj Sharma · 14 years ago
  23. 4989aa7 Merge "Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439" into honeycomb by Dianne Hackborn · 14 years ago
  24. 5e7f766 Make nested hardware layers work again by Romain Guy · 14 years ago
  25. 89fca35 Merge "Make nested hardware layers work again" into honeycomb by Romain Guy · 14 years ago
  26. 9c0bd86 Merge "Review rework on Patch Set 2 for issue 3372849" into honeycomb by Santosh Madhava · 14 years ago
  27. 6bcbb3b Review rework on Patch Set 2 for issue 3372849 by Santosh Madhava · 14 years ago
  28. c2d9c8e Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439 by Dianne Hackborn · 14 years ago
  29. 82d41a5 Fix display list support for shapes. by Romain Guy · 14 years ago
  30. c6a0944 Merge "Fix display list support for shapes." into honeycomb by Romain Guy · 14 years ago
  31. e6564ea Merge "Fix bug 3178934 - Make MenuBuilder notify its adapters of changes" into honeycomb by Adam Powell · 14 years ago
  32. 1821ff9 Fix bug 3178934 - Make MenuBuilder notify its adapters of changes by Adam Powell · 14 years ago
  33. bc891b6 Merge "Fix NPE in IInputMethodSessionWrapper.executeMessage" into honeycomb by Ken Wakasa · 14 years ago
  34. 5d9d03a Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException... by Dianne Hackborn · 14 years ago
  35. a308c03 Fix NPE in IInputMethodSessionWrapper.executeMessage by Ken Wakasa · 14 years ago
  36. 8168396 Fix rendering issues with animated layers. Bug #3385247 by Romain Guy · 14 years ago
  37. 169fafe Merge "Fix rendering issues with animated layers. Bug #3385247" into honeycomb by Romain Guy · 14 years ago
  38. d88f54c Fix rendering issues in Movie Studio. by Romain Guy · 14 years ago
  39. 92dcf62 Merge "Fix rendering issues in Movie Studio." into honeycomb by Romain Guy · 14 years ago
  40. 68b2990 Merge "Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken" into honeycomb by Adam Powell · 14 years ago
  41. 34edd5b Merge "tone down the log spew regarding taking screenshots." into honeycomb by Mathias Agopian · 14 years ago
  42. 6d0576d Fix bug 3385930 - Holo.SegmentedButton contentarea and disabled state broken by Adam Powell · 14 years ago
  43. c8de291 Merge "Improved conversion accuracy of exif geotag data" into honeycomb by Wu-cheng Li · 14 years ago
  44. 2ff6d70 Merge "Enable partial invalidates when rendering with OpenGL." into honeycomb by Romain Guy · 14 years ago
  45. 7d7b549 Enable partial invalidates when rendering with OpenGL. by Romain Guy · 14 years ago
  46. 7a9662f Merge "Fix 3382123: Set default state of LockScreen portrait kb" into honeycomb by Jim Miller · 14 years ago
  47. 4140fae Tracking jarjar of org.bouncycastle to com.android.org.bouncycastle by Brian Carlstrom · 14 years ago
  48. 3431f47b tone down the log spew regarding taking screenshots. by Mathias Agopian · 14 years ago
  49. 9c91b3f Merge "Updated overscroll assets" into honeycomb by Justin Ho · 14 years ago
  50. 40bcb0f Updated overscroll assets by Justin Ho · 14 years ago
  51. 21d405f Merge "Fix for display list problem with listview items." into honeycomb by Chet Haase · 14 years ago
  52. 9b2a59b Docs for Origin by John Reck · 14 years ago
  53. 3b2b0fc Fix for display list problem with listview items. by Chet Haase · 14 years ago
  54. 315fae2 Merge "Throw Base64DataException instead of IOException" into honeycomb by Andy Stadler · 14 years ago
  55. fcecc24 Attempt to fix 3333866 by Jason Sams · 14 years ago
  56. a4967fa Merge "Cleanup script init to fix bogus log printing and reduce memory churn." into honeycomb by Jason Sams · 14 years ago
  57. 935dedf Merge "Fix 3385152: Update lockscreen font." into honeycomb by Jim Miller · 14 years ago
  58. 532c145 Merge "Fix bug 3383867 - default height for dropdown list items in framework layouts" into honeycomb by Adam Powell · 14 years ago
  59. 5df3426 Fix bug 3383867 - default height for dropdown list items in framework layouts by Adam Powell · 14 years ago
  60. d2d31da Merge "Fix 3381660: Update PasswordUnlock screen's EditText background." into honeycomb by Jim Miller · 14 years ago
  61. 9807a7b Merge "Reduce the JNI native method visibility" into honeycomb by James Dong · 14 years ago
  62. 50d4de2 Merge "Fix bug with display lists and layout." into honeycomb by Chet Haase · 14 years ago
  63. 85d3ef3 Merge "Fix 3381304: disable key preview in LockScreen's qwerty keyboard" into honeycomb by Jim Miller · 14 years ago
  64. 5af048c Fix bug with display lists and layout. by Chet Haase · 14 years ago
  65. 8bb7e48 Merge "Fix regression setting input windows." into honeycomb by Jeff Brown · 14 years ago
  66. c5a0ce2 Throw Base64DataException instead of IOException by Andy Stadler · 14 years ago
  67. 2e44b07 Fix regression setting input windows. by Jeff Brown · 14 years ago
  68. e57c0bd Fix 3381660: Update PasswordUnlock screen's EditText background. by Jim Miller · 14 years ago
  69. 3dd0908 Merge "Add missing functions to math library." into honeycomb by Stephen Hines · 14 years ago
  70. 98dcca9 Reduce the JNI native method visibility by James Dong · 14 years ago
  71. 2dbba00 Fix 3385152: Update lockscreen font. by Jim Miller · 14 years ago
  72. aaa55d3 Merge "New orientation listener." into honeycomb by Jeff Brown · 14 years ago
  73. 3332205 Merge "DatePicker is picking the wrong date" into honeycomb by Svetoslav Ganov · 14 years ago
  74. e4c2d80 Fix 3382123: Set default state of LockScreen portrait kb by Jim Miller · 14 years ago
  75. 1914971 Merge "Fix bug 3242393 - overscroll effect missing from lists which drag but are always visible" into honeycomb by Adam Powell · 14 years ago
  76. 8801ad3 Merge "Disable focus controller when WebView loses focus." into honeycomb by Leon Scroggins · 14 years ago
  77. 4ce3541 Fix bug 3242393 - overscroll effect missing from lists which drag but by Adam Powell · 14 years ago
  78. 7c8c6d6 Typo in InputMethodManager's documentation by Gilles Debunne · 14 years ago
  79. 88b5953 Merge "NULL inputType text fields should never show the IME." into honeycomb by Gilles Debunne · 14 years ago
  80. 705a27a Merge "Non-editable TextViews should not display a cursor." into honeycomb by Gilles Debunne · 14 years ago
  81. b4ffd11 Disable focus controller when WebView loses focus. by Leon Scroggins · 14 years ago
  82. c831e31 Merge "Fix bug 3382994 - android.view.WindowManager$BadTokenException" into honeycomb by Adam Powell · 14 years ago
  83. 5b9936f Merge "LayoutLib: Use special view cookie for include-merge case." into honeycomb by Xavier Ducrohet · 14 years ago
  84. 5576744 Fix bug 3382994 - android.view.WindowManager$BadTokenException by Adam Powell · 14 years ago
  85. bffb0a2 Merge "Fix bug 3237638 - make it easy to change a "refresh" AB button/icon into the indeterminate progress icon" into honeycomb by Adam Powell · 14 years ago
  86. 82b9232 LayoutLib: Use special view cookie for include-merge case. by Xavier Ducrohet · 14 years ago
  87. abbcc24 Fix bug 3237638 - make it easy to change a "refresh" AB button/icon by Adam Powell · 14 years ago
  88. bc5172f Merge "Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoder" into honeycomb by Andreas Huber · 14 years ago
  89. 7e893e1 Add missing functions to math library. by Stephen Hines · 14 years ago
  90. 4519f07 New orientation listener. by Jeff Brown · 14 years ago
  91. f735899 Merge "Import revised translations. DO NOT MERGE" into honeycomb by Eric Fischer · 14 years ago
  92. a8385dd Support non-multiple-of-16 dimensions in MPEG4/H.263 software decoder by Andreas Huber · 14 years ago
  93. c45d3ad Merge "The .mkv parser lib leaves some tracks NULL if it doesn't support them." into honeycomb by Andreas Huber · 14 years ago
  94. 94b8b11 Merge "A few small cleanning-ups." into honeycomb by Huahui Wu · 14 years ago
  95. 1e25a23 Merge "Vertically align SSID/PLMN on lockscreen." into honeycomb by Daniel Sandler · 14 years ago
  96. 7040e33 Merge "Updated checkbox assets for legacy applications" into honeycomb by Justin Ho · 14 years ago
  97. 98dbfd4 Non-editable TextViews should not display a cursor. by Gilles Debunne · 14 years ago
  98. bfa8983 Vertically align SSID/PLMN on lockscreen. by Daniel Sandler · 14 years ago
  99. dfe8d9b The .mkv parser lib leaves some tracks NULL if it doesn't support them. by Andreas Huber · 14 years ago
  100. a1a8d94 Import revised translations. DO NOT MERGE by Eric Fischer · 14 years ago