1. 43c87e4 Improve Sensors documentation a bit by Mathias Agopian · 16 years ago
  2. 4af0cfa Merge "Verify that onPause() calls its superclass." into gingerbread by Dianne Hackborn · 16 years ago
  3. e2978c8 Merge "Fix for an NPE in TextView." into gingerbread by Gilles Debunne · 16 years ago
  4. 4e765e0 Fix for an NPE in TextView. by Gilles Debunne · 16 years ago
  5. b1bbe99 Merge "Some StrictMode API changes." into gingerbread by Brad Fitzpatrick · 16 years ago
  6. 88bff62 Merge "Fix vCard so that it looks at IM correctly." into gingerbread by Daisuke Miyakawa · 16 years ago
  7. 6dd19ca Merge "Make VCardTestsBase public." into gingerbread by Daisuke Miyakawa · 16 years ago
  8. 4a2a2eb Fix vCard so that it looks at IM correctly. by Daisuke Miyakawa · 16 years ago
  9. e794e9f Verify that onPause() calls its superclass. by Dianne Hackborn · 16 years ago
  10. 97461bd Some StrictMode API changes. by Brad Fitzpatrick · 16 years ago
  11. 2703a42 When an EditText gains focus by tapping, move the insertion point where tapped. by Gilles Debunne · 16 years ago
  12. 9088100 Don't touch the VFS during window relayout. by Brad Fitzpatrick · 16 years ago
  13. 3e05a0b Hysteresis effect in Text selection. by Gilles Debunne · 16 years ago
  14. 0263b0d Make VCardTestsBase public. by Daisuke Miyakawa · 16 years ago
  15. 0c76c7c Merge "add new sensor types for handling gyro data and device orientation more efficiently." into gingerbread by Mathias Agopian · 16 years ago
  16. 7a0541d add new sensor types for handling gyro data and device orientation by Kevin Powell · 16 years ago
  17. d2e5f95 Merge "Make ProgressBar.setVisibility() remotable." into gingerbread by Steve Howard · 16 years ago
  18. b25ffff Make ProgressBar.setVisibility() remotable. by Steve Howard · 16 years ago
  19. 06c81f2 Merge changes I8a257579,I82d16312 into gingerbread by Kenny Root · 16 years ago
  20. 3251925 Merge "Fix a few small battery stats problems:" into gingerbread by Dianne Hackborn · 16 years ago
  21. 4d42ccd Tracking merge of dalvik-dev to gingerbread by Brian Carlstrom · 16 years ago
  22. 99d0452d Fix a few small battery stats problems: by Dianne Hackborn · 16 years ago
  23. be857d4 Reorganize MountService IPC by Kenny Root · 16 years ago
  24. baf72cd Merge "DO NOT MERGE 2928156 Accessibility event's parcelableData property not nullified during recycling (GINGERBREAD)" into gingerbread by Dianne Hackborn · 16 years ago
  25. 4b1bdc0 Merge "DO NOT MERGE Fixing Connectivity" into gingerbread by Robert Greenwalt · 16 years ago
  26. 39792d2 Fix bugs with granting permissions through onNewIntent(). by Dianne Hackborn · 16 years ago
  27. 97a56269d Merge "Add camera fps range API." into gingerbread by Wu-cheng Li · 16 years ago
  28. 454630f Add camera fps range API. by Wu-cheng Li · 16 years ago
  29. 8afddad DO NOT MERGE Fixing Connectivity by Robert Greenwalt · 16 years ago
  30. 581f786 DO NOT MERGE Refactor find and select dialogs by Cary Clark · 16 years ago
  31. 2f6d975 Minor MotionEvent optimization. by Jeff Brown · 16 years ago
  32. d3aaad0 Merge "Use getMinFrameCount() instead of querying AudioSystem directly." into gingerbread by Chia-chi Yeh · 16 years ago
  33. d018a0c Merge "Text selection without trackball." into gingerbread by Gilles Debunne · 16 years ago
  34. 70c9ffb am 11a72482: Merge "docs: add links from widget classes to tutorials" into froyo by Scott Main · 16 years ago
  35. 41ec653 docs: add links from widget classes to tutorials by Scott Main · 16 years ago
  36. b0d6ba1 Text selection without trackball. by Gilles Debunne · 16 years ago
  37. 189de28 Merge "Fix for a Resource system bug that displayed the wrong name for missing asset." into gingerbread by Gilles Debunne · 16 years ago
  38. 18ef3725 DO NOT MERGE. Fix the build. by Romain Guy · 16 years ago
  39. 7539968 Fix for a Resource system bug that displayed the wrong name for missing asset. by Gilles Debunne · 16 years ago
  40. 288471d DO NOT MERGE. Load assets in place instead of deferring until draw. by Romain Guy · 16 years ago
  41. 54d4137 Merge "Add OBB flags to support overlays" into gingerbread by Kenny Root · 16 years ago
  42. e0c8582 Merge "Improve orientation sensing when waking up while flat." into gingerbread by Steve Howard · 16 years ago
  43. c330807 Use getMinFrameCount() instead of querying AudioSystem directly. by Chia-chi Yeh · 16 years ago
  44. 8d124f7 Merge "Fix a bug, where one thread is using JNIEnv associated with another thread." into gingerbread by Wei-Ta Chen · 16 years ago
  45. 291303b Fix a bug, where one thread is using JNIEnv associated with another thread. by Wei-Ta Chen · 16 years ago
  46. b424b63 Fix issue #2845673: android:exported="false" is not obeyed by Dianne Hackborn · 16 years ago
  47. 6b2c56a Merge "DO NOT MERGE Do not kill sockets going default->hipri" into gingerbread by Robert Greenwalt · 16 years ago
  48. a22ae07 DO NOT MERGE Do not kill sockets going default->hipri by Robert Greenwalt · 16 years ago
  49. 5eb4958 Improve orientation sensing when waking up while flat. by Steve Howard · 16 years ago
  50. 11709ab Merge "Avoid unnecessary SharedPrefences disk writes." into gingerbread by Brad Fitzpatrick · 16 years ago
  51. 8ad86fe Merge "Improve documentation of getAltitude" into gingerbread by Mathias Agopian · 16 years ago
  52. a6704d3 Improve documentation of getAltitude by Mathias Agopian · 16 years ago
  53. f2af87b Merge "Making sure the draw time is measured." into gingerbread by Konstantin Lopyrev · 16 years ago
  54. bef337f Making sure the draw time is measured. by Konstantin Lopyrev · 16 years ago
  55. c869602 Merge "Document that autoFocus must be called in auto and macro mode." into gingerbread by Wu-cheng Li · 16 years ago
  56. 02ca31f Add OBB flags to support overlays by Kenny Root · 16 years ago
  57. baf3869 Merge "Fix up handling of null fields in DownloadManager." into gingerbread by Steve Howard · 16 years ago
  58. 3dfaf21 DO NOT MERGE 2928156 Accessibility event's parcelableData property not nullified during recycling (GINGERBREAD) by Svetoslav Ganov · 16 years ago
  59. 72ce423 Merge "Fix possible race conditions during channel unregistration." into gingerbread by Jeff Brown · 16 years ago
  60. 2cbecea Fix possible race conditions during channel unregistration. by Jeff Brown · 16 years ago
  61. f996ed9 Merge "Make vCard importer/exporter aware of multi-byte parameters." into gingerbread by Daisuke Miyakawa · 16 years ago
  62. b768855 Make vCard importer/exporter aware of multi-byte parameters. by Daisuke Miyakawa · 16 years ago
  63. 8c11e95 DO NOT MERGE WifiLock extensions for high performance mode by Irfan Sheriff · 16 years ago
  64. 8651bd5 Fix up handling of null fields in DownloadManager. by Steve Howard · 16 years ago
  65. f008f3e Document that autoFocus must be called in auto and macro mode. by Wu-cheng Li · 16 years ago
  66. 67fed01 Avoid unnecessary SharedPrefences disk writes. by Brad Fitzpatrick · 16 years ago
  67. b3e957bb Merge "New download manager error code when we can't resume." into gingerbread by Steve Howard · 16 years ago
  68. f1f48bc Do JPEG tile-based decoding. by Joseph Wen · 16 years ago
  69. 33bbd12 New download manager error code when we can't resume. by Steve Howard · 16 years ago
  70. 833533c Improve Display javadoc slightly by Mathias Agopian · 16 years ago
  71. 997dc32 Merge "add an api for getting a device serial number" into gingerbread by Doug Zongker · 16 years ago
  72. 7d2e3df add an api for getting a device serial number by Doug Zongker · 16 years ago
  73. 567722e Merge "Fix problems with determining when to kill apps for wake usage." into gingerbread by Dianne Hackborn · 16 years ago
  74. 1ebccf5 Fix problems with determining when to kill apps for wake usage. by Dianne Hackborn · 16 years ago
  75. e300b8c Merge "DO NOT MERGE Always set/remove default routes." into gingerbread by Robert Greenwalt · 16 years ago
  76. b738fb9 DO NOT MERGE Always set/remove default routes. by Robert Greenwalt · 16 years ago
  77. 9adb9c3 Various battery info things: by Dianne Hackborn · 16 years ago
  78. 8762477 DO NOT MERGE WLAN: Reset power save mode to startup value after DHCP response. by Mikael Kanstrup · 16 years ago
  79. 699fe93 Improve camera documentation. by Wu-cheng Li · 16 years ago
  80. 92ff1dd Fix ViewRoot bug attempting to finish synthetic KeyEvents. by Jeff Brown · 16 years ago
  81. 95af0c1 Merge "Add support for the PointerLocation overlay." into gingerbread by Jeff Brown · 16 years ago
  82. a41ca77 Add support for the PointerLocation overlay. by Jeff Brown · 16 years ago
  83. a02b8b0 Move OBB file reading to DefaultContainerService by Kenny Root · 16 years ago
  84. 9902196 Fix npe in getCacheTotalSize. by Patrick Scott · 16 years ago
  85. 08d5b8f More native work. by Dianne Hackborn · 16 years ago
  86. 91a7f5f Making sure that the prefix is handled properly. by Konstantin Lopyrev · 16 years ago
  87. 224ab9a Merge "Fix public bug http://code.google.com/p/android/issues/detail?id=10067" into gingerbread by Adam Powell · 16 years ago
  88. 9bccdb7 Fix public bug http://code.google.com/p/android/issues/detail?id=10067 by Adam Powell · 16 years ago
  89. f39d598 Merge "Categorizing exported view properties." into gingerbread by Konstantin Lopyrev · 16 years ago
  90. bea9516 Categorizing exported view properties. by Konstantin Lopyrev · 16 years ago
  91. c3fc2d0 Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 16 years ago
  92. d98d0fc Merge "Optimize VelocityTracker to run in linear time." into gingerbread by Jeff Brown · 16 years ago
  93. 605f402 Merge "Import revised translations. DO NOT MERGE" into gingerbread by Eric Fischer · 16 years ago
  94. edae848 am 301c437b: Remove @LargeTest annotations by Eric Rowe · 16 years ago
  95. 06a43dc Import revised translations. DO NOT MERGE by Eric Fischer · 16 years ago
  96. 88cf2fc Optimize VelocityTracker to run in linear time. by Jeff Brown · 16 years ago
  97. 56718cb Fix gingerbread FrameworkCoreTests makefile. by Brett Chabot · 16 years ago
  98. 745d1e9 Merge "Update javadoc for the API and change return of getBondedDevices()." into gingerbread by Jaikumar Ganesh · 16 years ago
  99. 63cca69 Merge "Make sure profiling is done only for views that are actually measured, laid out and drawn." into gingerbread by Konstantin Lopyrev · 16 years ago
  100. fec86f4 Update javadoc for the API and change return of getBondedDevices(). by Jaikumar Ganesh · 16 years ago