1. d218365 Fix ownership of CursorWindows across processes. Bug: 5332296 by Jeff Brown · 13 years ago
  2. 1d8e7d6 Fix Cursor leak in SettingsBackupAgent. Bug: 5434060 by Jeff Brown · 13 years ago
  3. d5875d9 Always log StrictMode violations on ENG builds. by Jeff Brown · 13 years ago
  4. baaf8c3 Implement CloseGuard in ContentResolver. by Jeff Brown · 13 years ago
  5. df6611d Clean up handrolled Binder proxies. Bug: 5332296 by Jeff Brown · 13 years ago
  6. da71e80 Merge "don't log EGL errors due to unimplemented proprietary extensions" by Mathias Agopian · 13 years ago
  7. ba8ecd2 Merge "Fix how we hide and show the nav bar." by Dianne Hackborn · 13 years ago
  8. 270928b Merge changes Idbfeb3cc,I03e8e2e7,Iff9eed78 by Jeff Brown · 13 years ago
  9. 4cc8baf Merge "Restore broken CursorWindow.getType behavior. Bug: 5430009" by Jeff Brown · 13 years ago
  10. b762d1e Merge "Handle audio focus in HTML5 audio" by Michael Kolb · 13 years ago
  11. 69f906e Merge "Stupid fixed point math. Bug #5423215" by Romain Guy · 13 years ago
  12. 5a6d3a4 Stupid fixed point math. Bug #5423215 by Romain Guy · 13 years ago
  13. 705a664 Merge "Fixing alarm clock bug" by Steven Ross · 13 years ago
  14. df89e65 Fix how we hide and show the nav bar. by Dianne Hackborn · 13 years ago
  15. 889453b Handle audio focus in HTML5 audio by Michael Kolb · 13 years ago
  16. 715311f Fix regression in CursorWindow.getString() Bug: 5332296 by Jeff Brown · 13 years ago
  17. e47b89c Merge "Fix wallpaper restore" by Christopher Tate · 13 years ago
  18. 7ce7452 Clean up CursorWindow lifetime. Bug: 5332296 by Jeff Brown · 13 years ago
  19. d0ff68d Fix regression in CursorWindow.copyStingToBuffer. Bug: 5332296 by Jeff Brown · 13 years ago
  20. aa32c30 Restore broken CursorWindow.getType behavior. Bug: 5430009 by Jeff Brown · 13 years ago
  21. 9c2df26 Fixing alarm clock bug by Steven Ross · 13 years ago
  22. 25d888b Merge "Fix calc visible to account for action bar" by John Reck · 13 years ago
  23. cf6bc99 Merge "Turn off debug messge" by Matthew Xie · 13 years ago
  24. bf6ee4f Fix wallpaper restore by Christopher Tate · 13 years ago
  25. 75b071e Merge "Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest build is wrong" by Fabrice Di Meglio · 13 years ago
  26. 05f876e Merge "Simplify the way we get the version info. Reduces startup overhead." by Jason Sams · 13 years ago
  27. 5c863f7 Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest build is wrong by Fabrice Di Meglio · 13 years ago
  28. e0f2515 Merge "Fix bug 5399568 - ListView check states inconsistent after data set change" by Adam Powell · 13 years ago
  29. f0f9511 Turn off debug messge by Matthew Xie · 13 years ago
  30. 41c95f3 Merge "Specifying -1 for both low and highwater marks would not actually do the right thing" by Andreas Huber · 13 years ago
  31. b987d87 Specifying -1 for both low and highwater marks would not actually do the right thing by Andreas Huber · 13 years ago
  32. 851a14e Merge "Add initialize method to CameraHardwareInterface" by Iliyan Malchev · 13 years ago
  33. d8b505d Merge "Add WebViewClient.onProceededAfterSslError()" by Steve Block · 13 years ago
  34. 7b6da3c Add initialize method to CameraHardwareInterface by Tyler Luu · 13 years ago
  35. 59797e6 Merge "Allow a system property "media.stagefright.cache-params" to override cache/prefetcher" by Andreas Huber · 13 years ago
  36. fe33a75 Add WebViewClient.onProceededAfterSslError() by Steve Block · 13 years ago
  37. 1370987 Reconcile with ics-factoryrom-release by The Android Open Source Project · 13 years ago
  38. 17f2541 Merge "Allow shutter/recording sound to be adjusted unless it's forced." by Chih-Chung Chang · 13 years ago
  39. 3c02c12 Merge "Allow Camera.setDisplayOrientation to be called when preview is active." by Wu-cheng Li · 13 years ago
  40. d303362 Allow Camera.setDisplayOrientation to be called when preview is active. by Wu-cheng Li · 13 years ago
  41. 1d6f70c docs: Add api overview for ICS by Scott Main · 13 years ago
  42. b89ebaa Doc change: revise API diffs. by Dirk Dougherty · 13 years ago
  43. 0eefb56 Revert "Doc change: add diffs for API level 14." due to api change by Scott Main · 13 years ago
  44. 9143aaa Allow shutter/recording sound to be adjusted unless it's forced. by Chih-Chung Chang · 13 years ago
  45. 1233316 merge in ics-factoryrom-release history after reset to ics-factoryrom by The Android Automerger · 13 years ago
  46. f3c0056 Merge "Fix an issue where we should allow negative values but did not" by James Dong · 13 years ago
  47. fffce6f Fix calc visible to account for action bar by John Reck · 13 years ago
  48. 2e12977 am a0c39e28: (-s ours) DO NOT MERGE: fix wallpaper restore by Christopher Tate · 13 years ago
  49. 14c0804 Fix bug 5399568 - ListView check states inconsistent after data set change by Adam Powell · 13 years ago
  50. 5e3cdc7 Merge "docs: deprecate thingy" by Scott Main · 13 years ago
  51. 4cc5333 docs: deprecate thingy by Scott Main · 13 years ago
  52. 98a5fcd Merge "Trigger a full screen repaint when touching layers, as webkitDraw() may not generate the correct invalidations." by Nicolas Roard · 13 years ago
  53. 45f9663 Merge "Make symlinks for DroidSans.ttf and DroidSans-Bold.ttf" by Ying Wang · 13 years ago
  54. 74450d3 Merge "Docs changes for WiFiDirect sample" by Anirudh Dewani · 13 years ago
  55. 85397d8 Simplify the way we get the version info. Reduces startup overhead. by Jason Sams · 13 years ago
  56. 31743d8 Merge "Accessibility test automation API not working." by Svetoslav Ganov · 13 years ago
  57. a0c39e2 DO NOT MERGE: fix wallpaper restore by Christopher Tate · 13 years ago
  58. 3b88d87 Merge "Move Activity1 and Activity2 to API Demos area in development/samples." by Philip Milne · 13 years ago
  59. dee7b1b Trigger a full screen repaint when touching layers, as webkitDraw() by Nicolas Roard · 13 years ago
  60. 2eaa0d73 Merge "Reference download asset through intermediate." by Justin Ho · 13 years ago
  61. f0a9181 Merge "Clean up CursorWindow code. Bug: 5332296" by Jeff Brown · 13 years ago
  62. e974f63 Move Activity1 and Activity2 to API Demos area in development/samples. by Philip Milne · 13 years ago
  63. 8e35981 Make symlinks for DroidSans.ttf and DroidSans-Bold.ttf by Ying Wang · 13 years ago
  64. 4b5bd847 am 65162b1e: Merge "Adding 3 additional notification sounds Bug: 5416299" into ics-factoryrom by Justin Ho · 13 years ago
  65. 65162b1 Merge "Adding 3 additional notification sounds Bug: 5416299" into ics-factoryrom by Justin Ho · 13 years ago
  66. b749315 Merge "VPN: temporarily disable the default proxy when VPN is active." by Chia-chi Yeh · 13 years ago
  67. 893783e Merge "ConnectivityService: detach the logic of global proxy." by Chia-chi Yeh · 13 years ago
  68. 594f0ba Allow a system property "media.stagefright.cache-params" to override cache/prefetcher by Andreas Huber · 13 years ago
  69. fe993cf Adding 3 additional notification sounds Bug: 5416299 by Justin Ho · 13 years ago
  70. 85b9edf Merge "Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately" by Dianne Hackborn · 13 years ago
  71. 7853c57 Merge "Fixing errors in position information of scrollable views reported for accessibility." by Svetoslav Ganov · 13 years ago
  72. 9a230e0 Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately by Dianne Hackborn · 13 years ago
  73. d9ee72f Fixing errors in position information of scrollable views reported for accessibility. by Svetoslav Ganov · 13 years ago
  74. 3bc6bbc Clean up CursorWindow code. Bug: 5332296 by Jeff Brown · 13 years ago
  75. e9121bc Merge "Fix issue #5367164: memory leak in LayoutTransition" by Chet Haase · 13 years ago
  76. b6eca6e Accessibility test automation API not working. by Svetoslav Ganov · 13 years ago
  77. bece9cb Merge "Enable support for multiple SMSDispatchers in CDMALTEPhone." by Jake Hamby · 13 years ago
  78. 3541521 Merge "docs: tools and adt notes" by Robert Ly · 13 years ago
  79. 2461fef Merge "Disable db_sample logging" by Christopher Tate · 13 years ago
  80. 0ded8c8 Merge "Prevent concurrent backup operations" by Christopher Tate · 13 years ago
  81. 6c81c30 docs: tools and adt notes by Robert Ly · 13 years ago
  82. f6f056c Merge "Update dev guide for new build system and new lib system." by Xavier Ducrohet · 13 years ago
  83. 3013134 Merge "Mobile hotspot provision string" by Irfan Sheriff · 13 years ago
  84. 1a76dcd Fix issue #5367164: memory leak in LayoutTransition by Chet Haase · 13 years ago
  85. 4954213 Merge "Cascading clear-all in the phone notifications panel." by Daniel Sandler · 13 years ago
  86. f2bf2be Merge "Fix issue #5384631: hw windows not resizing correctly" by Chet Haase · 13 years ago
  87. 40e0383 Fix issue #5384631: hw windows not resizing correctly by Chet Haase · 13 years ago
  88. 72b54db Mobile hotspot provision string by Irfan Sheriff · 13 years ago
  89. ad9c571 am a50d0f89: Merge "Hide quota APIs until finalized." into ics-factoryrom by Jeff Sharkey · 13 years ago
  90. a50d0f8 Merge "Hide quota APIs until finalized." into ics-factoryrom by Jeff Sharkey · 13 years ago
  91. 328ee95 Merge "docs: add new action item and state list drawable resource attributes" by Scott Main · 13 years ago
  92. b23e99c am 2fc826ec: (-s ours) Import translations for late permission additions. by Eric Fischer · 13 years ago
  93. 43ce9b2 Merge "Set mGotCountryCode properly." by Wink Saville · 13 years ago
  94. 44a3e0d Hide quota APIs until finalized. by Jeff Sharkey · 13 years ago
  95. 8ba33c9 Cascading clear-all in the phone notifications panel. by Daniel Sandler · 13 years ago
  96. 1672124 Merge "Improve a warning message in WebViewCore's EventHub" by Steve Block · 13 years ago
  97. 2fc826e Import translations for late permission additions. by Eric Fischer · 13 years ago
  98. b166bc8 Set mGotCountryCode properly. by Wink Saville · 13 years ago
  99. 9231549 Merge "Pass correct units for text size in autocomplete drop down." by Ben Murdoch · 13 years ago
  100. 68b9074 Merge "Prevent adapter flickering" by John Reck · 13 years ago