1. 79e3e5f Merge "Removed SoftInputShownOnFocus methods in TextView" by Gilles Debunne · 13 years ago
  2. 12df3cf Merge "Incorrect behavior of View clear focus." by Svetoslav Ganov · 13 years ago
  3. 54ee2ad Deprecate ACTION_BACKGROUND_DATA_SETTING_CHANGED. by Jeff Sharkey · 13 years ago
  4. 74ffdc3 Webkit text selection by John Reck · 13 years ago
  5. b61712b Import translations. DO NOT MERGE by Eric Fischer · 13 years ago
  6. e62beb5 Removed SoftInputShownOnFocus methods in TextView by Gilles Debunne · 13 years ago
  7. a585e8d Merge "Always initialize AsyncTask on the main thread." by Romain Guy · 13 years ago
  8. 5e9120d Always initialize AsyncTask on the main thread. by Romain Guy · 13 years ago
  9. a821733 Merge "Remove onPreDrawListeners earlier in TextView" by Gilles Debunne · 13 years ago
  10. 6972659 Merge "Add stencil buffer to the EGL config" by Romain Guy · 13 years ago
  11. 530041d Add stencil buffer to the EGL config by Romain Guy · 13 years ago
  12. b5622b6 Remove code that quits the webcore watchdog thread. by Ben Murdoch · 13 years ago
  13. 5e61331 Move away from deprecated NetworkInfo extra. by Jeff Sharkey · 13 years ago
  14. c7685d6 Merge "Fix bug in LayoutTransition for INVISIBLE views" by Chet Haase · 13 years ago
  15. f3a3b9e Merge "Handle adding/removing/renaming nomedia paths" by Marco Nelissen · 13 years ago
  16. 0d29936 Fix bug in LayoutTransition for INVISIBLE views by Chet Haase · 13 years ago
  17. 2e37d62 Remove onPreDrawListeners earlier in TextView by Gilles Debunne · 13 years ago
  18. b90559a Merge "Fix 5906830: Update the clock earlier when lock screen comes back from suspend." by Jim Miller · 13 years ago
  19. 2d2d7d6 Merge "Implement a cancelation mechanism for queries." by Jeff Brown · 13 years ago
  20. 75ea64f Implement a cancelation mechanism for queries. by Jeff Brown · 13 years ago
  21. ce4a0c6 Fix 5906830: Update the clock earlier when lock screen comes back from suspend. by Jim Miller · 13 years ago
  22. 23f7ad3 Use ToneGenerator::tone_type consistently by Glenn Kasten · 13 years ago
  23. ca78f3d Handle adding/removing/renaming nomedia paths by Marco Nelissen · 13 years ago
  24. 39d18f5 Merge "Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHE" by Fabrice Di Meglio · 13 years ago
  25. a731b08 Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHE by Fabrice Di Meglio · 13 years ago
  26. 566e8ba Merge "Fix for IOOB when suggestions have disappeared" by Gilles Debunne · 13 years ago
  27. ea11812 Merge "Handle tap and move cursor before showing suggestions" by Gilles Debunne · 13 years ago
  28. 9139174 Merge "Revert "Hack to workaround the fact that the EGL context can be"" by Teng-Hui Zhu · 13 years ago
  29. b6c51b9 Import translations. DO NOT MERGE by Eric Fischer · 13 years ago
  30. 66ed857 Merge "Mark locale-neutral configuration strings translatable="false"" by Eric Fischer · 13 years ago
  31. 53ebe33 Mark locale-neutral configuration strings translatable="false" by Eric Fischer · 13 years ago
  32. d343bb96 Merge "Fix doc bug." by Nick Pelly · 13 years ago
  33. d3cb80d Fix doc bug. by Nick Pelly · 13 years ago
  34. ef78d96 Merge "Add NdefMessage.getByteLength(), and more minor fixes:" by Nick Pelly · 13 years ago
  35. c14639a Merge "Use audio_source_t consistently" by Glenn Kasten · 13 years ago
  36. 815af1f Merge "Throw NPE if s is null" by Alon Albert · 13 years ago
  37. 0f0fbd9 Use audio_source_t consistently by Glenn Kasten · 13 years ago
  38. 23fb7dc Merge "Fix old issue with compatibility-scaled apps and Animations" by Chet Haase · 13 years ago
  39. 838a0e0 Merge "Removed intent logging from SearchDialog.java" by Geremy Condra · 13 years ago
  40. fb9e364 Merge "Fix 5620754: don't show pattern unlock after SIM unlock if not enabled." by Jim Miller · 13 years ago
  41. 11afa8a Throw NPE if s is null by Alon Albert · 13 years ago
  42. 1f5badc Add NdefMessage.getByteLength(), and more minor fixes: by Nick Pelly · 13 years ago
  43. e93c517 Merge "Modified algorithm to remove duplicated suggestions" by Gilles Debunne · 13 years ago
  44. 259c109 Remove @deprecate in View's fadingEdge by Gilles Debunne · 13 years ago
  45. 53f2d55 Fix old issue with compatibility-scaled apps and Animations by Chet Haase · 13 years ago
  46. c6fd88e Incorrect behavior of View clear focus. by Svetoslav Ganov · 13 years ago
  47. 93708af1 Fix 5620754: don't show pattern unlock after SIM unlock if not enabled. by Jim Miller · 13 years ago
  48. 758d97c Merge "Fixing failing focus tests" by Svetoslav Ganov · 13 years ago
  49. 7af1f96 Fix for IOOB when suggestions have disappeared by Gilles Debunne · 13 years ago
  50. 36a561b Fixing failing focus tests by Svetoslav Ganov · 13 years ago
  51. 99b46be Merge "Make sure WebView get notified before the EGL context destroyed." by Teng-Hui Zhu · 13 years ago
  52. 52da22f Merge "Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc." by Dianne Hackborn · 13 years ago
  53. 868121f Handle tap and move cursor before showing suggestions by Gilles Debunne · 13 years ago
  54. 096f557 Revert "Hack to workaround the fact that the EGL context can be" by Teng-Hui Zhu · 13 years ago
  55. a34eb91 Make sure WebView get notified before the EGL context destroyed. by Teng-Hui Zhu · 13 years ago
  56. d96e3df Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. by Dianne Hackborn · 13 years ago
  57. 3f696b2 Merge "Unbalanced batch edit begin and end leave TextView unresponsive" by Gilles Debunne · 13 years ago
  58. 6e0b22b Modified algorithm to remove duplicated suggestions by Gilles Debunne · 13 years ago
  59. 842e379 Merge "Update Javadoc for InputConnection.deleteSurroundingText()" by Fabrice Di Meglio · 13 years ago
  60. c6854d4 Merge "TextView's display list updated on layout" by Gilles Debunne · 13 years ago
  61. 39d23bd Update Javadoc for InputConnection.deleteSurroundingText() by Fabrice Di Meglio · 13 years ago
  62. c97a552 Improve NDEF API's by Nick Pelly · 13 years ago
  63. dc828ac Merge "Add API's for normalizing MIME's and URI's." by Nick Pelly · 13 years ago
  64. 43ea4e1 Merge "Added JELLY_BEAN version name; update some targetSdkVersion docs." by Dianne Hackborn · 13 years ago
  65. 954325e TextView's display list updated on layout by Gilles Debunne · 13 years ago
  66. 56965f9 Merge "Fix an inconsistent comment." by Jeff Brown · 13 years ago
  67. 81e9276 Added JELLY_BEAN version name; update some targetSdkVersion docs. by Dianne Hackborn · 13 years ago
  68. ebc016c Fix an inconsistent comment. by Jeff Brown · 13 years ago
  69. 17d3f66 Merge "Fix auto-complete for content-editable fields." by George Mount · 13 years ago
  70. f43305f Do not spell check when the keyboard language is not supported by the current spell checker by satok · 13 years ago
  71. ccae412 Add API's for normalizing MIME's and URI's. by Nick Pelly · 13 years ago
  72. 37c56b9 Merge changes Ib6b6da1d,I6d9a466a by Mathias Agopian · 13 years ago
  73. 3ad7746 Merge "Fixing a typo in the NumberPicker documentation." by Svetoslav Ganov · 13 years ago
  74. e414613 Merge "Fix bug #5901103 all_source_project_146981_Android - Android ICS LQA Regression:FA, AR, HE and TH - Font Corruption" by Fabrice Di Meglio · 13 years ago
  75. 3941a22 Fix bug #5901103 all_source_project_146981_Android - Android ICS LQA Regression:FA, AR, HE and TH - Font Corruption by Fabrice Di Meglio · 13 years ago
  76. b335fad hack up frame latency measurement by Jamie Gennis · 13 years ago
  77. fa1a916 Merge "Match WIFI_P2P data usage." by Jeff Sharkey · 13 years ago
  78. 3ca7481 Match WIFI_P2P data usage. by Jeff Sharkey · 13 years ago
  79. 7caffbc Merge "NumberPicker should not throw an exception if no enough values for wrapping." by Svetoslav Ganov · 13 years ago
  80. 08a9e9f Fixing a typo in the NumberPicker documentation. by Svetoslav Ganov · 13 years ago
  81. 37e800d Merge "Update ShareActionProvider to clear the sharing activity when the task is reset." by Adam Powell · 13 years ago
  82. 15a7bc6 Merge "Removing unused imports and swiching off deprecated APIs" by Svetoslav Ganov · 13 years ago
  83. aa47a6b Removing unused imports and swiching off deprecated APIs by Svetoslav Ganov · 13 years ago
  84. 5bbd1d1 Removed intent logging from SearchDialog.java by Geremy Condra · 13 years ago
  85. 314419c Update ShareActionProvider to clear the sharing activity when the task is reset. by Adam Powell · 13 years ago
  86. 3f9c9ea NumberPicker should not throw an exception if no enough values for wrapping. by Svetoslav Ganov · 13 years ago
  87. 629c676 Merge "Move network stats to FileRotator pattern." by Jeff Sharkey · 13 years ago
  88. fbcd983 Fix auto-complete for content-editable fields. by George Mount · 13 years ago
  89. 63abc37 Move network stats to FileRotator pattern. by Jeff Sharkey · 13 years ago
  90. 3df0159 Merge "Fix for AOOB in MeasuredText" by Gilles Debunne · 13 years ago
  91. a54b964 Merge "Restored selectAllOnFocus" by Gilles Debunne · 13 years ago
  92. 79311c4 Speedup the accessibility window querying APIs and clean up. by Svetoslav Ganov · 13 years ago
  93. cbe2f48 Merge "Fix issue 5905210, AdapterViewAnimator sending negative index to Adapter" by Adam Cohen · 13 years ago
  94. d0c735f Fix issue 5905210, AdapterViewAnimator sending negative index to Adapter by Adam Cohen · 13 years ago
  95. 50aca29 Merge "Fix bug # 5863709 API request: Change param names of deleteSurroundingText to "before" and "after"" by Fabrice Di Meglio · 13 years ago
  96. 4bb2833 Restored selectAllOnFocus by Gilles Debunne · 13 years ago
  97. d4e34d6 Merge "Inform ContentObservers about the changed content Uri." by Jeff Brown · 13 years ago
  98. b934a82 Merge "Clean up content observer code." by Jeff Brown · 13 years ago
  99. 655e66b Inform ContentObservers about the changed content Uri. by Jeff Brown · 13 years ago
  100. 1a54368 Merge "Add full support for Canvas.setDrawFilter()" by Romain Guy · 13 years ago