1. b1fa549 Merge "Fixes Issue 7907 in the public bugs database (http://code.google.com/p/android/issues/detail?id=7907)." by Jean-Baptiste Queru · 16 years ago
  2. 0a675fd Fixes Issue 7907 in the public bugs database (http://code.google.com/p/android/issues/detail?id=7907). by Daniel Trebbien · 16 years ago
  3. fc8daba fix typo by Uwe Voelker · 16 years ago
  4. 5d919b4 Merge "Make disabled TextViews uneditable" by Jean-Baptiste Queru · 16 years ago
  5. 9b38c60 Fix FastScroller overlay position bug by NoraBora · 16 years ago
  6. 042856c Make disabled TextViews uneditable by Janos Levai · 16 years ago
  7. e3cfd35 Merge "Dismissing AlertDialog before destroying WebView." by Jean-Baptiste Queru · 16 years ago
  8. 2aaa1ce Merge "Hold partial wakelock during shutdown to avoid entering sleep" by Jean-Baptiste Queru · 16 years ago
  9. 9239612 Support showing "Cold" battery health. by Imre Sunyi · 16 years ago
  10. e6b2989 Don't perform DNS lookup in android.net.Proxy.isLocalHost by Andreas Sandblad · 16 years ago
  11. 0ae2ec8 Dismissing AlertDialog before destroying WebView. by Mattias Falk · 16 years ago
  12. cd4e427 Hold partial wakelock during shutdown to avoid entering sleep by Mattias Larsson · 16 years ago
  13. 26edf20 Fix if ACTION_DOWN and lost focus time too close, it will become long press. by Tony Wu · 16 years ago
  14. 15f0a79 Merge "fix typo in comment @beamsOverlap" by Romain Guy · 16 years ago
  15. 44e8ec7 fix typo in comment @beamsOverlap by madan ankapura · 16 years ago
  16. 01937f6 Merge "Memory leak in TextKeyListener." by Romain Guy · 16 years ago
  17. ca6de93 Merge "Fix number counter will keep going after window losed focus." by Jean-Baptiste Queru · 16 years ago
  18. 7c65585 Merge "Make sure OutOfMemoryError is handled by WallpaperManager" by Jean-Baptiste Queru · 16 years ago
  19. a79c829 Fix to get A2DP to connect after unpairing by Henrik Backlund · 16 years ago
  20. 7f8069b Memory leak in TextKeyListener. by Mathias Jeppsson · 16 years ago
  21. 2c4a56a Make sure OutOfMemoryError is handled by WallpaperManager by Johan Alfven · 16 years ago
  22. 3d456a4 Fix number counter will keep going after window losed focus. by Tony Wu · 16 years ago
  23. 1d22e12 Merge "Fix a monkey crash when the new WebView is destroyed." by Jean-Baptiste Queru · 16 years ago
  24. 35e7197 Fix a monkey crash when the new WebView is destroyed. by Patrick Scott · 16 years ago
  25. 12122bf Support surrogate pairs when layouting text by Takako Ishibashi · 16 years ago
  26. b998f31 Merge "Add an API to request route to an IPv6 host." by Robert Greenwalt · 16 years ago
  27. 1ffd753 Merge "Crash when powering off." by Jean-Baptiste Queru · 16 years ago
  28. e7731f0 Added overload methods for DatabaseUtils.queryNumEntries by Christian Mehlmauer · 16 years ago
  29. ec58dff Fix build - remove dead doc link by Jean-Baptiste Queru · 16 years ago
  30. 691be97 Merge "add new sensor types for handling gyro data and device orientation more efficiently." by Jean-Baptiste Queru · 16 years ago
  31. 32f510e Merge "BluetoothHeadset.java: Added ACTION_VENDOR_SPECIFIC_HEADSET_EVENT, EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_CMD, EXTRA_VENDOR_SPECIFIC_HEADSET_EVENT_ARGS." by Jean-Baptiste Queru · 16 years ago
  32. 9bc709d Add an API to request route to an IPv6 host. by Banavathu, Srinivas Naik · 16 years ago
  33. f35fd95 add new sensor types for handling gyro data and device orientation by Kevin Powell · 16 years ago
  34. 8534a8e Crash when powering off. by Mathias Jeppsson · 16 years ago
  35. a473394 BluetoothHeadset.java: by Herb Jellinek · 16 years ago
  36. c979071 Enhance WspTypeDecoder to decode Content Type Parameters by Dan Griffin · 16 years ago
  37. ce3ac5f Merge "Corrected buffer overflow when parsing /proc/wakelocks" by Romain Guy · 16 years ago
  38. c7ab09e Merge "Fix build." by Jean-Baptiste Queru · 16 years ago
  39. b080636 Remove compilation warnings by removing illegal characters by Mac Wang · 16 years ago
  40. 708654c Shoud specify the Resource class instance as an argument of the method by Masanori Ogino · 16 years ago
  41. 798e2d3 Replaced /sdcard with Environment.getExternalStorageDirectory() by Christian Mehlmauer · 16 years ago
  42. ae96f63 typo fixed by Madan Ankapura · 16 years ago
  43. 4598804 Merge "Replaced deprecated calls to setButton and setButton2" by Romain Guy · 16 years ago
  44. 5671b28 Merge "Replaced deprecated setButton Methodcalls" by Romain Guy · 16 years ago
  45. 536ff5a Fix build. by Jean-Baptiste Queru · 16 years ago
  46. 1726cf2 Merge "Fix the problem that color drawable cache key conflicts another drawable one. The cache key of a color drawable resource may be the same as another drawable resource's value." by Romain Guy · 16 years ago
  47. c7d9d27 Fix the problem that color drawable cache key conflicts another drawable one. by Masanori Ogino · 16 years ago
  48. 3fb33c7 Merge "Added method getPreferredHttpHost" by Romain Guy · 16 years ago
  49. 9e7f41e Merge "Allow ListPreference summary to use entry" by Romain Guy · 16 years ago
  50. c9c987d Merge "Make HTTP Header class handle multiple cache-control fields." by Romain Guy · 16 years ago
  51. 2986f85 Added method getPreferredHttpHost by Andreas Sandblad · 16 years ago
  52. c692e8c Make HTTP Header class handle multiple cache-control fields. by Henrik Baard · 16 years ago
  53. df4cfa36 Start app with several activities with intent filter [Main, Launcher] was broken by Johan Erlandsson · 16 years ago
  54. e74e7e2 Remove top panel in alert dialog if empty. by Martin Sjolin · 16 years ago
  55. ba636df Allow ListPreference summary to use entry by Kenny Root · 16 years ago
  56. f0565ce Merge "Reduced Warnings by adding Type Arguments and removing unused imports" by Jean-Baptiste Queru · 16 years ago
  57. ac95a25 Merge "Documentation Bug (Issue 9557)" by Jean-Baptiste Queru · 16 years ago
  58. 0df10e9 Documentation Bug (Issue 9557) by Christian Mehlmauer · 16 years ago
  59. 3372f2e Corrected buffer overflow when parsing /proc/wakelocks by Johannes Carlsson · 16 years ago
  60. 10c543d Reduced Warnings by adding Type Arguments and removing unused imports by Christian Mehlmauer · 16 years ago
  61. a471307 Replaced deprecated calls to setButton and setButton2 by Christian Mehlmauer · 16 years ago
  62. e8db3a3 Replaced deprecated setButton Methodcalls by Christian Mehlmauer · 16 years ago
  63. 5f5acca Improved logging when there's an error creating the directories in getFilesDir() by Christian Mehlmauer · 16 years ago
  64. f1f33c4 merge from open-source master by The Android Open Source Project · 16 years ago
  65. 766d1b7 merge from open-source master by The Android Open Source Project · 16 years ago
  66. e5a023b merge from open-source master by The Android Open Source Project · 16 years ago
  67. 6b9a1a5 Merge "Fixing counting the number of days in call log screen." by Jean-Baptiste Queru · 16 years ago
  68. e429c5e Support custom themes with AlertDialog.Builder by Martin Nordholts · 16 years ago
  69. e82ff9e Merge "fillWindow's start position must be smaller than getCount value" by Romain Guy · 16 years ago
  70. b860fd1 am 322e7e47: Merge "docs: fix markup error" into froyo by Scott Main · 16 years ago
  71. a191eb0 Fix build by The Android Open Source Project · 16 years ago
  72. 4138677 merge from open-source master by The Android Open Source Project · 16 years ago
  73. e6af73e Replaced deprecated Inten.toURI method by Christian Mehlmauer · 16 years ago
  74. d7b8141 merge from open-source master by The Android Open Source Project · 16 years ago
  75. 51a9839 merge from open-source master by The Android Open Source Project · 16 years ago
  76. ea1647a merge from open-source master by The Android Open Source Project · 16 years ago
  77. 4bd0073 Merge "replaced deprecated getIntent with parseURI" by Jean-Baptiste Queru · 16 years ago
  78. 5978bcc Merge "Added an addAll to the ArrayAdapter" by Jean-Baptiste Queru · 16 years ago
  79. a2e2d20 Merge "Should accept "application/vnd.wap.multipart.alternative" message." by Jean-Baptiste Queru · 16 years ago
  80. 8c582ef Added an addAll to the ArrayAdapter by Christian Mehlmauer · 16 years ago
  81. 07d8140 merge from open-source master by The Android Open Source Project · 16 years ago
  82. f10e633 docs: fix markup error by Scott Main · 16 years ago
  83. 4e916ad Add PageUp and PageDown hot keys by Chih-Wei Huang · 16 years ago
  84. c08fd46 merge from open-source master by The Android Open Source Project · 16 years ago
  85. 3c259d3 merge from open-source master by The Android Open Source Project · 16 years ago
  86. 9226a71 Merge "Adding mimetypes to the mimetype map used in the web view" by Jean-Baptiste Queru · 16 years ago
  87. 964be41 Fix incorrect calculation of start and end indices of changed text by Viktor Yakovel · 16 years ago
  88. 14f1eb5 Should accept "application/vnd.wap.multipart.alternative" message. by takuo · 16 years ago
  89. 6ac4e4c7 merge from open-source master by The Android Open Source Project · 16 years ago
  90. c19dade am 75b6a6b9: Merge "Fix 2737842: Disable KeguardManager API if device policy is enabled" into froyo by Jim Miller · 16 years ago
  91. 75b6a6b Merge "Fix 2737842: Disable KeguardManager API if device policy is enabled" into froyo by Jim Miller · 16 years ago
  92. 284b62e Fix 2737842: Disable KeguardManager API if device policy is enabled by Jim Miller · 16 years ago
  93. 32d0d8f Merge "Bluetooth:LCD wakeup during remote BT pairing request. This change fixes the issue of LCD not coming up during remote initiated pairing request when android is in suspend" by Jean-Baptiste Queru · 16 years ago
  94. 4bd6940 merge from open-source master by The Android Open Source Project · 16 years ago
  95. 6a102b4 am 71d73a0d: Merge "Add a method to hide/show a SurfaceView\'s surface." into froyo by Romain Guy · 16 years ago
  96. 71d73a0 Merge "Add a method to hide/show a SurfaceView's surface." into froyo by Romain Guy · 16 years ago
  97. afc3e11 Add a method to hide/show a SurfaceView's surface. by Romain Guy · 16 years ago
  98. e6c2b8d Merge "Fixed problem with proxy server sometimes responds with 400 Bad Request when trying to connect to a site using https." by Jean-Baptiste Queru · 16 years ago
  99. 5d0cc81 am cb52cb52: Fix SDK build. by Jim Miller · 16 years ago
  100. cb52cb5 Fix SDK build. by Jim Miller · 16 years ago