1. de2722a Merge "Package manager optimizations." into froyo by Dianne Hackborn · 15 years ago
  2. d7c0968 Package manager optimizations. by Dianne Hackborn · 15 years ago
  3. 8899186 Merge "Timeout on socket recv calls after 5secs, retry connection also if server unexpectedly closed the connection on its end and we know that there should've been more data available." into froyo by Andreas Huber · 15 years ago
  4. b75d137 Timeout on socket recv calls after 5secs, retry connection also if server unexpectedly closed the connection on its end and we know that there should've been more data available. by Andreas Huber · 15 years ago
  5. 22375e4 Merge "Make RestoreSession.getAvailableRestoreSets() asynchronous" into froyo by Christopher Tate · 15 years ago
  6. a703590 Remove logspew. by Daniel Sandler · 15 years ago
  7. 2d449afe Make RestoreSession.getAvailableRestoreSets() asynchronous by Christopher Tate · 15 years ago
  8. ae405d5 Merge "Fix a simple logic mistake." into froyo by Patrick Scott · 15 years ago
  9. 2a5d9f9 Fix bug 2553592 API REVIEW: android.speech by Jean-Michel Trivi · 15 years ago
  10. 0cf6046 Fix a simple logic mistake. by Patrick Scott · 15 years ago
  11. d4610977d Merge "framework: Hide StorageManager for froyo - DO NOT MERGE" into froyo by San Mehat · 15 years ago
  12. 0e09030 Relax the requirement of making a DBUS call for creating the Bluez Device. by Jaikumar Ganesh · 15 years ago
  13. 7a17f0c Merge "Import revised translations" into froyo by Kenny Root · 15 years ago
  14. 42205f8 Import revised translations by Kenny Root · 15 years ago
  15. 63cce83 framework: Hide StorageManager for froyo - DO NOT MERGE by San Mehat · 15 years ago
  16. fef8ceb Clean up SearchableInfo API, JavaDoc and formatting by Bjorn Bringert · 15 years ago
  17. e252246 Fix issue #2547337: switching night modes by Dianne Hackborn · 15 years ago
  18. ad5499d Hopefully get rid of some ANRs. by Dianne Hackborn · 15 years ago
  19. 9d32d24 Remove overscrolling by Adam Powell · 15 years ago
  20. f5f3006 Merge "DO NOT MERGE Removing unused features from source tree. Please refer to Bug#2502219." into froyo by Oscar Montemayor · 15 years ago
  21. a599daf Merge "Fix for bug 2548048 - it was impossible for applications to discover if their TTS settings were being overridden by the user or not." into froyo by Charles Chen · 15 years ago
  22. 4222925 Fix for bug 2548048 - it was impossible for applications to discover by Charles Chen · 15 years ago
  23. 8c6af52 Merge "Fix preloaded classes for API rename of BackupAgentHelper" into froyo by Amith Yamasani · 15 years ago
  24. 1f4df90 DO NOT MERGE by Oscar Montemayor · 15 years ago
  25. 03aa34f5 Fix preloaded classes for API rename of BackupAgentHelper by Amith Yamasani · 15 years ago
  26. 59fc58d fix the build by Joe Onorato · 15 years ago
  27. 691b806 Merge "Fix possible security issue. Bug #2553187" into froyo by Romain Guy · 15 years ago
  28. ef3f5dd Replace "safeMode" with a more specific name "vmSafeMode" in the public API. by Ben Cheng · 15 years ago
  29. 8deb239 Merge "Remove upside-down portrait orientation." into froyo by Steve Howard · 15 years ago
  30. 2aba11f Fix possible security issue. Bug #2553187 by Romain Guy · 15 years ago
  31. 3f264c4 Merge "API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council" into froyo by Christopher Tate · 15 years ago
  32. cc84c69 API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council by Christopher Tate · 15 years ago
  33. a019df8 Merge "Fix Android's glEGLImageTargetRenderbufferOES() wrapper" into froyo by Mathias Agopian · 15 years ago
  34. 04fdd18 Merge "fix [2542425] memory leak during video recording" into froyo by Mathias Agopian · 15 years ago
  35. c46f28d Merge "doc change: In fundamentals doc, make statement about synchronous execution of RPC less strict. Indicate that FLAG_ONEWAY applies only across processes." into froyo by Dirk Dougherty · 15 years ago
  36. 02a1f78 Merge "Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB." into froyo by Andreas Huber · 15 years ago
  37. c2eeb2f Limit the total amount of ID3 metadata to something (un-)reasonable: 3MB. by Andreas Huber · 15 years ago
  38. a5d4ad3 Fix Android's glEGLImageTargetRenderbufferOES() wrapper by Mathias Agopian · 15 years ago
  39. c6dc507 Merge "Fix 2537999: Don't throw exception when SlidingTab has UNSPECIFIED specs" into froyo by Jim Miller · 15 years ago
  40. 89d4e2d Fix the buid! by Romain Guy · 15 years ago
  41. d76ef97 doc change: In fundamentals doc, make statement about synchronous execution of RPC less strict. Indicate that FLAG_ONEWAY applies only across processes. by Dirk Dougherty · 15 years ago
  42. 1c310b9 Remove upside-down portrait orientation. by Steve Howard · 15 years ago
  43. 6b1e696 Rename tab widget attributes, remove scroll barrier constant. by Romain Guy · 15 years ago
  44. ab69e29 relocate android.util.base64.* -> android.util.* by Doug Zongker · 15 years ago
  45. d741452 fix [2542425] memory leak during video recording by Mathias Agopian · 15 years ago
  46. 272b504 Merge "Tame the monkey. Bug #2547546" into froyo by Romain Guy · 15 years ago
  47. 12cd8a3 Merge "doc change: Indicate that only the first 8 characters of the key alias are used." into froyo by Dirk Dougherty · 15 years ago
  48. 7eec2bc Tame the monkey. Bug #2547546 by Romain Guy · 15 years ago
  49. 1e64e52 Merge "Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the only event in the queue has been cancelled while we're waiting for its scheduled time. Avoids potential int64_t overflow when converting from us to ns." into froyo by Andreas Huber · 15 years ago
  50. 670b449 doc change: Indicate that only the first 8 characters of the key alias are used. by Dirk Dougherty · 15 years ago
  51. 0e12292 Merge "Rename private fields to break bad code examples" into froyo by Romain Guy · 15 years ago
  52. 65fe2c08 Rename private fields to break bad code examples by Romain Guy · 15 years ago
  53. 5d96108 Add a test of EGL pausing and resuming. by Jack Palevich · 15 years ago
  54. b99fe5e cherry-pick 288b4ac94571e6f77036831708e7bb7c31874688 into froyo by Irfan Sheriff · 15 years ago
  55. 62141b4 Fix a bug where the TimedEventQueue mistakenly accesses a bogus event if the only event in the queue has been cancelled while we're waiting for its scheduled time. Avoids potential int64_t overflow when converting from us to ns. by Andreas Huber · 15 years ago
  56. ab924c9 Merge "Make EditTextPreference scrollable. Bug #2549257" into froyo by Romain Guy · 15 years ago
  57. b5d73d0 Make EditTextPreference scrollable. Bug #2549257 by Romain Guy · 15 years ago
  58. 3e9032e6 Merge "Increase name-label height so that "g" isn't cut off anymore. Decrease header height so that no resizes are required after background loading for most contacts Bug:2542703 Bug:2549485" into froyo by Daniel Lehmann · 15 years ago
  59. 0737d77 Merge "Implement audio focus support in the notification manager." into froyo by Jean-Michel Trivi · 15 years ago
  60. 211957f Implement audio focus support in the notification manager. by Jean-Michel Trivi · 15 years ago
  61. 51b9701 cherry-pick 4a4f9886a789ece80f127397c1c7ad7f543b78fa into froyo by Grace Kloba · 15 years ago
  62. 7c3006f http://b/issue?id=2496591 by Leon Clarke · 15 years ago
  63. 0ca2519 Add some comments for zoom methods. by Wu-cheng Li · 15 years ago
  64. 4a65900 Turn off logging. by Jack Palevich · 15 years ago
  65. d07950f Increase name-label height so that "g" isn't cut off anymore. Decrease header height so that no resizes are required after background loading for most contacts by Daniel Lehmann · 15 years ago
  66. 7205b0f Merge "cherry-pick 7d39f981badf7ec75138d6ef97d37c57a63ab5f0 to froyo." into froyo by Dirk Dougherty · 15 years ago
  67. 913cbcc cherry-pick 7d39f981badf7ec75138d6ef97d37c57a63ab5f0 to froyo. by Katie McCormick · 15 years ago
  68. 4c8a63c Merge "Fix issue #2538228: Intents targeting browsers constantly nagging" into froyo by Dianne Hackborn · 15 years ago
  69. 5c2a502 cherry-pick 72aadeb013548cfdc317b5f6fec9dab9551911b8 to froyo. by Dirk Dougherty · 15 years ago
  70. 1f196f2 Merge "cherry-pick af4786bcb5945f72e8639d74611cd5f9b0236710 to froyo" into froyo by Dirk Dougherty · 15 years ago
  71. 7b229ef cherry-pick af4786bcb5945f72e8639d74611cd5f9b0236710 to froyo by Dirk Dougherty · 15 years ago
  72. 213b980 Merge "Don't assume there's a selected position in touch mode. Bug #2520743" into froyo by Romain Guy · 15 years ago
  73. 91c8613 Don't assume there's a selected position in touch mode. Bug #2520743 by Romain Guy · 15 years ago
  74. 5ef402b Fix issue #2538228: Intents targeting browsers constantly nagging by Dianne Hackborn · 15 years ago
  75. a947fce cherry-pick fda3521ea37b53c1dc633c39845e4e8f25c3234f into froyo by Dirk Dougherty · 15 years ago
  76. 7986a167 Merge "Cherry-pick 97432e866eedd2a179242fa7017e03b6febe4887 to froyo." into froyo by Dirk Dougherty · 15 years ago
  77. 4658b4d Cherry-pick 97432e866eedd2a179242fa7017e03b6febe4887 to froyo. by Katie McCormick · 15 years ago
  78. c7d2e16 Merge "Cherry-picking this fix into Froyo." into froyo by Jean-Michel Trivi · 15 years ago
  79. def7185 Cherry-picking this fix into Froyo. by Charles Chen · 15 years ago
  80. 966a8c7 Fix 2537999: Don't throw exception when SlidingTab has UNSPECIFIED specs by Jim Miller · 15 years ago
  81. 307a2b5 Merge "Remove long_press when WebView lost window focus. Reset touch mode too." into froyo by Grace Kloba · 15 years ago
  82. 378f028 Remove long_press when WebView lost window focus. Reset touch mode too. by Grace Kloba · 15 years ago
  83. 9c3cee9 API CHANGE: Backup/restore API changes requested by the API Council by Christopher Tate · 15 years ago
  84. a3de745 Move PackageManagerTests and AsecTests. by Brett Chabot · 15 years ago
  85. 092cfaa Merge "cherry-picked bf4650ca39c9153e38c76280ceb5e9af48b67751 to froyo" into froyo by Grace Kloba · 15 years ago
  86. d49258f Fix issue #2544466: Car Home brightness icon comes and goes while phone is in car dock in FRE83 by Dianne Hackborn · 15 years ago
  87. fc6d1ba Merge "Hide download manager." into froyo by Jean-Baptiste Queru · 15 years ago
  88. 89837b2 Merge "Fix StatusBarService deadlock for real this time." into froyo by Joe Onorato · 15 years ago
  89. 1aedcce Fix StatusBarService deadlock for real this time. by Joe Onorato · 15 years ago
  90. 7e8bc24 cherry-picked bf4650ca39c9153e38c76280ceb5e9af48b67751 to froyo by Grace Kloba · 15 years ago
  91. 4ea1eea Merge "Redesigned keyguard layout in the no-SIM case. DO NOT MERGE" into froyo by Daniel Sandler · 15 years ago
  92. cf7958f Hide download manager. by Jean-Baptiste Queru · 15 years ago
  93. 252573c Finer-grained locking in AwesomePlayer, position and duration are now protected by a separate mutex that's only held for brief moments of time. by Andreas Huber · 15 years ago
  94. 6295205 Redesigned keyguard layout in the no-SIM case. DO NOT MERGE by Daniel Sandler · 15 years ago
  95. 2911e8e Merge "Clarify some Binder docs regarding things that are thread-local." by Brad Fitzpatrick · 15 years ago
  96. a0527f2 Clarify some Binder docs regarding things that are thread-local. by Brad Fitzpatrick · 15 years ago
  97. d7c1c00 Merge "fix [2236865] STOPSHIP: bump soft gl and egl minor version number" by Mathias Agopian · 15 years ago
  98. 57e4865 fix [2236865] STOPSHIP: bump soft gl and egl minor version number by Mathias Agopian · 15 years ago
  99. 1d1fe98 Merge "Fix 2535700: Add support for enforcing password quality" by Jim Miller · 15 years ago
  100. 386d7ae Merge "Remove spurious byte order marks from xml files." by Marco Nelissen · 15 years ago