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