1. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 15 years ago
  2. d5663a1 Merge "Setting the synth busy flag inside a synchronized block for thread safety." by Charles Chen · 15 years ago
  3. 1ceb79e Merge "Add new setting for the ComponentName of the service to be used for voice recognition on the device. Right now this just queries the package manager at boot and finds the (hopefully) single available recognizer." by Mike LeBeau · 15 years ago
  4. 5d34e9b Add new setting for the ComponentName of the service to be used by Mike LeBeau · 15 years ago
  5. 3941411a am 1e90ab54: merge from open-source master by The Android Open Source Project · 15 years ago
  6. 777db0c Merge "resolved conflicts for merge of 61bb25f2 to master" by Eric Laurent · 15 years ago
  7. 6dee18c New implementation of <original-package> tag. by Dianne Hackborn · 15 years ago
  8. 9386060 Merge "Fix installd to create /data/data/<pkgname> with appropriate permissions." by David Turner · 15 years ago
  9. c0d71d3 Merge "Truncate SYSTEM_TOMBSTONE events at the end (take the head), but still truncate the other log files at the start (take the tail)." by Dan Egnor · 15 years ago
  10. 289e580 Truncate SYSTEM_TOMBSTONE events at the end (take the head), by Dan Egnor · 15 years ago
  11. d7b92a0 resolved conflicts for merge of 61bb25f2 to master by Eric Laurent · 15 years ago
  12. 1ab6d75 Merge "MountService: Fix some mountset bugs and tighten up some return values" by San Mehat · 15 years ago
  13. 18e9396 Eliminate dependencies on Checkin, replacing checkin events with EventLog by Dan Egnor · 15 years ago
  14. 1e90ab5 merge from open-source master by The Android Open Source Project · 15 years ago
  15. 4e208bd Merge "Support for product specific fallback font file." by Ying Wang · 15 years ago
  16. 61bb25f am c1eba82b: Merge "Fix issue: 2413494: Add TTY support." into eclair by Eric Laurent · 15 years ago
  17. c1eba82 Merge "Fix issue: 2413494: Add TTY support." into eclair by Eric Laurent · 15 years ago
  18. 5e2c81d Remove in-app to global search toggle. Bug: 2436539 by Amith Yamasani · 15 years ago
  19. a181b21 MountService: Fix some mountset bugs and tighten up some return values by San Mehat · 15 years ago
  20. 2980d10c Merge "Add content provider for browser geolocation permissions" by Bjorn Bringert · 15 years ago
  21. 91f2a20 Add content provider for browser geolocation permissions by Bjorn Bringert · 15 years ago
  22. b298351 Merge "Fix NPE in AppWidgetService.addProvidersForPackageLocked()" by Bjorn Bringert · 15 years ago
  23. 9b7cb79 Setting the synth busy flag inside a synchronized block for thread safety. by Charles Chen · 15 years ago
  24. 49ffc0f Revise ThumbnailUtils API. by Ray Chen · 16 years ago
  25. 0bcc74c Merge "Change default mode." by Jason Sams · 15 years ago
  26. 8dd9ca3 Change default mode. by Jason Sams · 15 years ago
  27. b8755c7 Merge "Add java benchmark to imageProcessing." by Jason Sams · 15 years ago
  28. 586f3b5 Add java benchmark to imageProcessing. by Jason Sams · 15 years ago
  29. b507e71 Merge "Cleanup image processing example script." by Jason Sams · 15 years ago
  30. 1d317d1 Cleanup image processing example script. by Jason Sams · 15 years ago
  31. 87c2b15 Merge "Fix for bug 2427961 android.security.tests.SystemKeyStoreTest:testBasicAccess is failing. Fixed issues in test." by Oscar Montemayor · 15 years ago
  32. 575c671 Merge "Fix 2373088: Cleanup and minor fixes to PasswordKeyboard*." by Jim Miller · 15 years ago
  33. 102d05f get DHCP IP on each connection by Irfan Sheriff · 16 years ago
  34. aa82768 Merge "Fixing AMR recording code." by Andreas Huber · 15 years ago
  35. 5f85780 Fix NPE in AppWidgetService.addProvidersForPackageLocked() by Bjorn Bringert · 15 years ago
  36. a5cbed9 Merge "Fix ImageProcessing example." by Jason Sams · 15 years ago
  37. 259b7c1 Fixing AMR recording code. by Andreas Huber · 15 years ago
  38. ec2746c Fix ImageProcessing example. by Jason Sams · 15 years ago
  39. 05b2f71 Merge "Support per-application switch to execute the VM in safe mode." by Ben Cheng · 15 years ago
  40. ea23206 Merge "Add back lost python script." by Shimeng (Simon) Wang · 15 years ago
  41. 23085b7 Support per-application switch to execute the VM in safe mode. by Ben Cheng · 15 years ago
  42. 280b602 Fix 2373088: Cleanup and minor fixes to PasswordKeyboard*. by Jim Miller · 15 years ago
  43. 60586f2 API CHANGE: Add SSLSessionCache public API to allow unbundled SSL session caching. by Dan Egnor · 15 years ago
  44. d2e6af6 Merge "Do autodetection even if no locale was specified, and use the detected encoding if it is unambiguous." by Marco Nelissen · 15 years ago
  45. e4e82f2 Unhide SearchManager.INTENT_ACTION_SEARCH_SETTINGS by Bjorn Bringert · 15 years ago
  46. 23897c1 Use resource ID for searchable description by Bjorn Bringert · 15 years ago
  47. f67119b Merge "Set default value for default install location" by Suchi Amalapurapu · 15 years ago
  48. a9c1625 Set default value for default install location by Suchi Amalapurapu · 15 years ago
  49. a7d7f79 Adding null check. by Makoto Onuki · 15 years ago
  50. 2fe23de Merge "add Base64OutputStream to android-common" by Doug Zongker · 15 years ago
  51. caa6f38 Merge "fix an NPE in SyncManager's dump where it can get a null AuthorityInfo; instead create one if one doesn't exist yet" by Fred Quintana · 15 years ago
  52. 1bbcd10 fix an NPE in SyncManager's dump where it can get a null AuthorityInfo; instead create one if one doesn't exist yet by Fred Quintana · 15 years ago
  53. 46b8efa Merge "Prevent infinite loop in the Phone UI." by Romain Guy · 15 years ago
  54. 5180d1c Prevent infinite loop in the Phone UI. by Romain Guy · 15 years ago
  55. 7749adf Fix issue: 2413494: Add TTY support. by Eric Laurent · 15 years ago
  56. b448900 Add back lost python script. by Shimeng (Simon) Wang · 15 years ago
  57. d0efb6b Merge "StorageNotification: Move notification / usb storage activity into StatusBarPolicy" by San Mehat · 15 years ago
  58. 4c48cb7 Merge "Properly detect Adobe's .f4v file format as an mp4 ISO compliant file." by Andreas Huber · 15 years ago
  59. b90d448 add Base64OutputStream to android-common by Doug Zongker · 15 years ago
  60. 01830a0 Properly detect Adobe's .f4v file format as an mp4 ISO compliant file. by Andreas Huber · 15 years ago
  61. 7d57413 TI does not want the hardware H.263 decoder to be enabled. by Andreas Huber · 15 years ago
  62. b45b084 Do autodetection even if no locale was specified, and use the by Marco Nelissen · 15 years ago
  63. 6ed937e Implementation of stagefright-enabled MediaPlayerService::decode functionality by Andreas Huber · 15 years ago
  64. 5b5f865 Merge "Don't create a genre in the database for genre code 255 (unknown)" by Marco Nelissen · 15 years ago
  65. f1275e7 am 87bdfd6d: am d74bf162: Merge "Repackage samples zip with SampleSyncAdapter and CubeLiveWallpaper." into eclair by Dirk Dougherty · 15 years ago
  66. 615c98a am eb42a288: (-s ours) am a1ab9766: Merge "DO NOT MERGE" into eclair by Bart Sears · 15 years ago
  67. 87bdfd6 am d74bf162: Merge "Repackage samples zip with SampleSyncAdapter and CubeLiveWallpaper." into eclair by Dirk Dougherty · 15 years ago
  68. eb42a28 am a1ab9766: Merge "DO NOT MERGE" into eclair by Bart Sears · 15 years ago
  69. d74bf162 Merge "Repackage samples zip with SampleSyncAdapter and CubeLiveWallpaper." into eclair by Dirk Dougherty · 15 years ago
  70. a1ab976 Merge "DO NOT MERGE" into eclair by Bart Sears · 15 years ago
  71. bfcb22a Don't create a genre in the database for genre code 255 (unknown) by Marco Nelissen · 15 years ago
  72. b3316d3 DO NOT MERGE by Grace Kloba · 16 years ago
  73. 1c00e57 am 789b11c7: (-s ours) am 926780b0: Merge "DO NOT MERGE" into eclair by Bart Sears · 15 years ago
  74. 789b11c am 926780b0: Merge "DO NOT MERGE" into eclair by Bart Sears · 15 years ago
  75. 926780b Merge "DO NOT MERGE" into eclair by Bart Sears · 15 years ago
  76. 117818e Add new manifest option for install location by Suchi Amalapurapu · 15 years ago
  77. 27f3de6 Fixs the incorrect message for SecurityException by Chander S Pechetty · 15 years ago
  78. 596ce7f Merge "Clean up interface between LocationManagerService and the location providers:" by Mike Lockwood · 15 years ago
  79. a524f8a Merge "Remove SearchManager.SOURCE" by Bjorn Bringert · 15 years ago
  80. 92691e0 Merge "Add Search.SOURCE to android-common" by Bjorn Bringert · 15 years ago
  81. d2391fa Modify the API of YuvImage, so that callers do not need to deal with by Wei-Ta Chen · 16 years ago
  82. d03ff94 Clean up interface between LocationManagerService and the location providers: by Mike Lockwood · 15 years ago
  83. ced72c8 Remove SearchManager.SOURCE by Bjorn Bringert · 15 years ago
  84. 9bc82c3 Add Search.SOURCE to android-common by Bjorn Bringert · 15 years ago
  85. ca35953 Merge "Remove some logs." by Wu-cheng Li · 15 years ago
  86. a18e901 Explain setPreviewFrameRate and getPreviewFrameRate more clearly. by Wu-cheng Li · 15 years ago
  87. ca9d9dc Remove some logs. by Wu-cheng Li · 15 years ago
  88. be14332 Merge "Add exposure compensation parameter." by Wu-cheng Li · 15 years ago
  89. 4154c07 StorageNotification: Move notification / usb storage activity into StatusBarPolicy by San Mehat · 15 years ago
  90. 739e1f8 Merge "MountService: Add isSecureContainerMounted() API call" by San Mehat · 15 years ago
  91. 0dd50e6 Fix installd to create /data/data/<pkgname> with appropriate permissions. by David 'Digit' Turner · 15 years ago
  92. 46d3502 Merge "Add EXTRA_PARTIAL_RESULTS so that clients can enable receiving results via onPartialResults()" by Alex Gruenstein · 15 years ago
  93. b51f475 Merge "Generate /data/system/packages.list in the PackageManager" by David Turner · 15 years ago
  94. 8c58308 Merge "Fix the lock screen." by Romain Guy · 15 years ago
  95. b4a107d Fix the lock screen. by Romain Guy · 15 years ago
  96. f3449ee am e524ff53: am 859f4556: Merge "Add generated html docs for SampleSyncAdapter and CubeLiveWallpaper. Add article for live wallpaper." into eclair by Dirk Dougherty · 15 years ago
  97. 6cdd9c0 MountService: Add isSecureContainerMounted() API call by San Mehat · 15 years ago
  98. 9553703 Repackage samples zip with SampleSyncAdapter and CubeLiveWallpaper. by Dirk Dougherty · 15 years ago
  99. e524ff5 am 859f4556: Merge "Add generated html docs for SampleSyncAdapter and CubeLiveWallpaper. Add article for live wallpaper." into eclair by Dirk Dougherty · 15 years ago
  100. 859f455 Merge "Add generated html docs for SampleSyncAdapter and CubeLiveWallpaper. Add article for live wallpaper." into eclair by Dirk Dougherty · 15 years ago