1. bf378fd Don't allow screen invalidations to go outside bounds of screen by Michael Jurka · 13 years ago
  2. 68d97aa Merge "docs: fix broken link" into ics-mr1 by Scott Main · 13 years ago
  3. 2d559b5 Merge "fix NPE in race condition." into ics-mr1 by Tsu Chiang Chuang · 13 years ago
  4. 482ae5f Bug 6021294 - Contextual action bar animation tweaks by Adam Powell · 13 years ago
  5. ef0314b docs: fix broken link by Scott Main · 13 years ago
  6. 094bf51 Use ' for apostrophe in HTML encoding DO NOT MERGE by Marc Blank · 13 years ago
  7. 4fe25f6 fix NPE in race condition. by Tsu Chiang Chuang · 13 years ago
  8. 06a591c Fix last change -- don't call startInputInner() with lock held. by Dianne Hackborn · 13 years ago
  9. e8e0527 Merge "Update WiMAX notification icons Bug: 5724605" into ics-mr1 by Justin Ho · 13 years ago
  10. c470b2d Merge "Part of fixing issue #6006757: Keyboard dismissal lags" into ics-mr1 by Justin Ho · 13 years ago
  11. a82ba54 Part of fixing issue #6006757: Keyboard dismissal lags by Dianne Hackborn · 13 years ago
  12. aefa921 Update WiMAX notification icons Bug: 5724605 by Justin Ho · 13 years ago
  13. fc19160 Merge "Add a config to set Dun capabilities." into ics-mr1 by Robert Greenwalt · 13 years ago
  14. 9dd3a66 Update 4G WiMAX assets for notification area as well Bug: 5724605 by Justin Ho · 13 years ago
  15. 8d27f20 Add a config to set Dun capabilities. by Robert Greenwalt · 13 years ago
  16. 08eb7dd Merge "extending timeout to stabilize tests" into ics-mr1 by Tsu Chiang Chuang · 13 years ago
  17. 197fe269 Merge "Add OEM specific USB mode enumeration based on ro.bootmode property" into ics-mr1 by Wink Saville · 13 years ago
  18. 650462b Import revised translations. DO NOT MERGE by Eric Fischer · 13 years ago
  19. afd8f18 Add OEM specific USB mode enumeration based on ro.bootmode property by Kazuhiro Ondo · 13 years ago
  20. 52bfc24 docs: fix misc doc bugs from external issue tracker by Scott Main · 13 years ago
  21. a8c57bf extending timeout to stabilize tests by Tsu Chiang Chuang · 13 years ago
  22. 5e09593 docs: update menu guide with CAB and popup menu, plus many other revisions by Scott Main · 13 years ago
  23. 493d27b docs: change that stated as a few doc fixes and turned into by Scott Main · 15 years ago
  24. 6440534 docs: fix typos and clarify some grammar in summary external issue 21548 by Scott Main · 13 years ago
  25. 1bae806 Merge "Fix issue #5823276 again: home repaints after full-screen app is exited" into ics-mr1 by Dianne Hackborn · 13 years ago
  26. ad1f4a2 Merge "Implement a max time bound for rotation. (DO NOT MERGE)" into ics-mr1 by Jeff Brown · 13 years ago
  27. cfbf7de Fix issue #5823276 again: home repaints after full-screen app is exited by Dianne Hackborn · 13 years ago
  28. 170997a DO NOT MERGE Revert "Fix issue #5823276: home repaints after full-screen app is exited" by Justin Ho · 13 years ago
  29. 230a709 Merge "Fix 5863053: Add method to lock screen immediately." into ics-mr1 by Jim Miller · 13 years ago
  30. 8fd86f3 Implement a max time bound for rotation. (DO NOT MERGE) by Jeff Brown · 13 years ago
  31. 93c518e Fix 5863053: Add method to lock screen immediately. by Jim Miller · 13 years ago
  32. c8fcde2 Fix DeviceDefault theme/style bugs where parent styles were by Adam Powell · 13 years ago
  33. cc7bd5a Merge "Update notification documentation to follow current guidelines." into ics-mr1 by Dianne Hackborn · 13 years ago
  34. 2ddf6ea Merge "Fix issue with selecting proper JNI libraries" into ics-mr1 by Kenny Root · 13 years ago
  35. 2e282f3 Merge "Fix issue #5823276: home repaints after full-screen app is exited" into ics-mr1 by Dianne Hackborn · 13 years ago
  36. 6ceca58 Update notification documentation to follow current guidelines. by Dianne Hackborn · 13 years ago
  37. 01b02a7 Fix issue #5823276: home repaints after full-screen app is exited by Dianne Hackborn · 13 years ago
  38. 79d8493 Merge "Set Bluetooth adapter to PowerOff mode when turnoff with airplane on" into ics-mr1 by Matthew Xie · 13 years ago
  39. 2931d8a Merge "DO NOT MERGE - Cherry picking from master to MR1" into ics-mr1 by Danielle Millett · 13 years ago
  40. 8a1131d Merge "DO NOT MERGE cherry-picked FU framework tablet commits" into ics-mr1 by Brian Colonna · 13 years ago
  41. 4ac4ab4 Merge "Remove sleep from test acitivity to avoid ANR when key event is injected bug#: 5737922" into ics-mr1 by Xia Wang · 13 years ago
  42. f3171fb Set Bluetooth adapter to PowerOff mode when turnoff with airplane on by Matthew Xie · 13 years ago
  43. 51938e2 Merge "Do Not Merge. Move ssl callbacks to webcore thread." into ics-mr1 by Selim Gurun · 13 years ago
  44. 972b1a5 Do Not Merge. Move ssl callbacks to webcore thread. by Selim Gurun · 13 years ago
  45. 62fad76 Merge "Fix 4560303: Add setting to lock later when power button pressed" into ics-mr1 by Jim Miller · 13 years ago
  46. de7a2f3 DO NOT MERGE - Cherry picking from master to MR1 by Danielle Millett · 13 years ago
  47. a4edd15 Fix 4560303: Add setting to lock later when power button pressed by Jim Miller · 13 years ago
  48. d3be0a7 Merge "Unhide Resources APIs for getting resources at specific densities." into ics-mr1 by Dianne Hackborn · 13 years ago
  49. 64140a0 Fix Music import for Turkish locales. by Elliott Hughes · 13 years ago
  50. 7664c0e DO NOT MERGE cherry-picked FU framework tablet commits by Brian Colonna · 13 years ago
  51. 6139897 Unhide Resources APIs for getting resources at specific densities. by Dianne Hackborn · 13 years ago
  52. 7944704 Merge "Switch camera sounds to always use the system enforced audio stream." into ics-mr1 by Eino-Ville Talvala · 13 years ago
  53. a476eed Merge "getDuration can be only called after prepared. DO NOT MERGE" into ics-mr1 by Bart Sears · 13 years ago
  54. c1d03cf Merge "Fix bug #5822825 Paint.measureText (char[] text, int index, int count) cannot handle text more than 32K long - DO NOT MERGE" into ics-mr1 by Fabrice Di Meglio · 13 years ago
  55. 3116b7a Merge "Updating default image wallpaper for tablet." into ics-mr1 by Justin Ho · 13 years ago
  56. b7feb1c Switch camera sounds to always use the system enforced audio stream. by Eino-Ville Talvala · 13 years ago
  57. 149537c getDuration can be only called after prepared. DO NOT MERGE by Teng-Hui Zhu · 13 years ago
  58. a0a117b Fix bug #5822825 Paint.measureText (char[] text, int index, int count) cannot handle text more than 32K long - DO NOT MERGE by Fabrice Di Meglio · 13 years ago
  59. c697ebf Merge "Enhancement on ICS data stall polling logic" into ics-mr1 by Wink Saville · 13 years ago
  60. 7efb89b Enhancement on ICS data stall polling logic by Kazuhiro Ondo · 13 years ago
  61. b2c63ab Do not allow file:// access when it is disabled. Do not merge. by Ben Murdoch · 13 years ago
  62. f4a014e Updating default image wallpaper for tablet. by Winson Chung · 13 years ago
  63. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  64. 10410fc Fix issue with selecting proper JNI libraries by Anthony Mazzola · 13 years ago
  65. 8017794 Remove sleep from test acitivity to avoid ANR when key event is injected by Xia Wang · 13 years ago
  66. 251fe26 Fix some java docs. by Dianne Hackborn · 13 years ago
  67. caa8e69 Merge "Fix issue #5756204: Crespo IME briefly appears shortened when..." into ics-mr1 by Dianne Hackborn · 13 years ago
  68. 19636dc Merge "Do not spell check the foreground ExtractEditText." into ics-mr1 by Gilles Debunne · 13 years ago
  69. 33b8ee5 Fix issue #5756204: Crespo IME briefly appears shortened when... by Dianne Hackborn · 13 years ago
  70. 770f0fa Do not spell check the foreground ExtractEditText. by Gilles Debunne · 13 years ago
  71. 19a06fe Merge "Fix issue #5755172: Soft menu key disappears when menu is open" into ics-mr1 by Dianne Hackborn · 13 years ago
  72. fc997b4 NPE in GMail / TextLine by Gilles Debunne · 13 years ago
  73. 73ab6a4 Fix issue #5755172: Soft menu key disappears when menu is open by Dianne Hackborn · 13 years ago
  74. a127958 Merge "SDK only: now that support lib is in SDK, we can link to it." into ics-mr1 by Dianne Hackborn · 13 years ago
  75. a1277de Merge "Prevent a memory leak in TextLine." into ics-mr1 by Gilles Debunne · 13 years ago
  76. 1fb9049 Merge "Text blinking cursor hard to see." into ics-mr1 by Gilles Debunne · 13 years ago
  77. 7871bad SDK only: now that support lib is in SDK, we can link to it. by Dianne Hackborn · 13 years ago
  78. f93bb6d Bug 5727679 - CTS test ViewGroupTest#testGetChildVisibleRect by Adam Powell · 13 years ago
  79. c3fb7a1 Prevent a memory leak in TextLine. by Gilles Debunne · 13 years ago
  80. 961ebb9 Text blinking cursor hard to see. by Gilles Debunne · 13 years ago
  81. ed0830c Merge "Move broadcastState STATE_TURNING_ON before persistSwitchSetting" into ics-mr1 by Matthew Xie · 13 years ago
  82. 2d789e5 Move broadcastState STATE_TURNING_ON before persistSwitchSetting by Matthew Xie · 13 years ago
  83. c1e2aca Import revised translations. DO NOT MERGE by Eric Fischer · 13 years ago
  84. 17994a1 Blinking cursor in Talk by Gilles Debunne · 13 years ago
  85. be5f49f Performance improvements for long text edition. by Gilles Debunne · 13 years ago
  86. df37228 Merge "Fixed SpellCheckerSessions leak in TextView" into ics-mr1 by Gilles Debunne · 13 years ago
  87. 316ca50 Merge "Re-use SpanSets in TextLine" into ics-mr1 by Gilles Debunne · 13 years ago
  88. 556e4ca am 0a9005ed: Merge "DOC CHANGE: Package text and Formatter javadoc" into ics-mr0 by Joe Malin · 13 years ago
  89. 0a9005e Merge "DOC CHANGE: Package text and Formatter javadoc" into ics-mr0 by Joe Malin · 13 years ago
  90. c1f4483 Re-use SpanSets in TextLine by Gilles Debunne · 13 years ago
  91. c40f70a Merge "Swap OK and Cancel buttons in SIM PIN unlock screen to match ICS guidelines." into ics-mr1 by Jake Hamby · 13 years ago
  92. 48d5095 Swap OK and Cancel buttons in SIM PIN unlock screen to match ICS guidelines. by Jake Hamby · 13 years ago
  93. 48b428f Merge "NumberPicker getting stuck if scroll wheel not wrapable." into ics-mr1 by Svetoslav Ganov · 13 years ago
  94. aa4a571 Merge "Make the Next key navigate between TextViews" into ics-mr1 by Gilles Debunne · 13 years ago
  95. 0e7b802 Merge "Limit created string size in Spell Checker" into ics-mr1 by Gilles Debunne · 13 years ago
  96. ab6b816 Merge "Import revised translations. DO NOT MERGE" into ics-mr1 by Eric Fischer · 13 years ago
  97. 06a8e9b Make the Next key navigate between TextViews by Gilles Debunne · 13 years ago
  98. 24783fc Import revised translations. DO NOT MERGE by Eric Fischer · 13 years ago
  99. a5a98a0 Merge "IOOB is Suggestions" into ics-mr1 by Gilles Debunne · 13 years ago
  100. 89f2e8a Merge "Prevent NPE in SuggestionSpan" into ics-mr1 by Gilles Debunne · 13 years ago