1. ef6b22f Fix issue #2420412: API review: DeviceAdmin API changes by Dianne Hackborn · 14 years ago
  2. 679bba3 Move mount service wrapper calls to PackageHelper by Suchi Amalapurapu · 14 years ago
  3. 642b7c0 Merge "Include install location preference when installing packages. Changes include Add new remote call in default container service to determine install location. Rename INSTALL_ON_SDCARD Remove recommentAppInstall method Add some additional flags used in remote stubs. Move check for protected apps prior to copy. Unit tests" by Suchi Amalapurapu · 14 years ago
  4. 0e9d2af New user interface sound effects: by Daniel Sandler · 15 years ago
  5. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 14 years ago
  6. cf36010 Merge "Remove BACKUP_DATA permission and associated checks" by Chris Tate · 14 years ago
  7. a87240c Remove BACKUP_DATA permission and associated checks by Christopher Tate · 14 years ago
  8. 6176677 Watch 2274882: Add a field to the db when we wipe due to an error in the upgrader. by Jim Miller · 14 years ago
  9. cb0be8a Use the new RecognitionService.SERVICE_INTERFACE instead of by Mike LeBeau · 14 years ago
  10. d5663a1 Merge "Setting the synth busy flag inside a synchronized block for thread safety." by Charles Chen · 14 years ago
  11. 5d34e9b Add new setting for the ComponentName of the service to be used by Mike LeBeau · 14 years ago
  12. 9b7cb79 Setting the synth busy flag inside a synchronized block for thread safety. by Charles Chen · 14 years ago
  13. a9c1625 Set default value for default install location by Suchi Amalapurapu · 14 years ago
  14. 117818e Add new manifest option for install location by Suchi Amalapurapu · 14 years ago
  15. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  16. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 14 years ago
  17. 44afb7b Fixing a race condition in the TextToSpeech service that could be by Charles Chen · 14 years ago
  18. 6004edc Merge "Fixing a bug with the TextToSpeech speech queue processing. The queue processor should not be called for the next item until synthesis has actually happened for the current item; before it was being incorrectly called regardless of whether or not the synthesizer had processed the current item." by Charles Chen · 14 years ago
  19. f5c87b3 Fixing a bug with the TextToSpeech speech queue processing. by Charles Chen · 14 years ago
  20. 4f8ff39 use device serial number to seed RNG for generating ANDROID_ID by Doug Zongker · 14 years ago
  21. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  22. 63d15ee DefaultContainerService: Refactor MountService calls (new api) by San Mehat · 15 years ago
  23. 9327f4f More device policy work: clarify password modes, monkeying. by Dianne Hackborn · 15 years ago
  24. a8eed0d Add asec permission to DefaultContainerService by Suchi Amalapurapu · 15 years ago
  25. c028be4 AppsOnSd feature - Add default container by Suchi Amalapurapu · 15 years ago
  26. e79f721 Remove unused providers by Ken Shirriff · 15 years ago
  27. df83afa More device policy manager / admin work. by Dianne Hackborn · 15 years ago
  28. 31f90b6 Fix 2385283: Add DevicePolicyManager calls to LockScreen. by Jim Miller · 15 years ago
  29. 0320f8b Apply EQ on the output of the speech synthesis only when using the Pico by Jean-Michel Trivi · 15 years ago
  30. 714834d Merge "Enabling multiple apps to use different speech synthesis engines and not interfere with one another." by Charles Chen · 15 years ago
  31. 2a6c63b Merge "Remove useless start of AudioTrack for TTS and improper volume setting. The AudioTrack that plays the synthesized audio data should only be started when the first synthesis request is sent, not after the initialization of the engine. The track volume should be initialized to it nominal level. Volumes above 1 do not provide amplification, so setting the volume to 2 is not necessary." by Jean-Michel Trivi · 15 years ago
  32. 60dd360 Enabling multiple apps to use different speech synthesis engines and not by Charles Chen · 15 years ago
  33. ddc63ad Remove useless start of AudioTrack for TTS and improper volume setting. by Jean-Michel Trivi · 15 years ago
  34. 87734d3 Settings: Add settings for MountService prefs and bump DB version to 46 by San Mehat · 15 years ago
  35. f5d95cb less log spew by Joe Onorato · 15 years ago
  36. 698893f Merge "Update with latest translations." by Eric Fischer · 15 years ago
  37. aed8f8e remove Settings.Gservices by Doug Zongker · 15 years ago
  38. d22c49a2 Update with latest translations. by Eric Fischer · 15 years ago
  39. edc5189 change remaining frameworks/base Gservices to Secure settings by Doug Zongker · 15 years ago
  40. 432bff0 Do not use a user tag on apps, as it is ignored. by Jean-Baptiste Queru · 15 years ago
  41. f524115 am 014085a8: am 4bc95d19: Merge change Iab089078 into eclair-mr2 by Charles Chen · 15 years ago
  42. a0b5176 am 68e9014e: am 484d2888: Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa. by Eric Laurent · 15 years ago
  43. 4bc95d1 Merge change Iab089078 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  44. f0108cd resolved conflicts for merge of ad2fa35d to master by Tom Taylor · 15 years ago
  45. 484d288 Fix issue 2299360: Change in in-call volume affects the Bluetooth in-call volume and vice versa. by Eric Laurent · 15 years ago
  46. d4a4729 Update imports to android-common by Tom Taylor · 15 years ago
  47. 23c279d am bc1c8847: am 66cc5900: Merge change Ic70239e8 into eclair-mr2 by Fred Quintana · 15 years ago
  48. c70239e changed SettingsProvider to manage the androidid itself by Fred Quintana · 15 years ago
  49. ab08907 Fix for a race condition that can occur if an utterance by Charles Chen · 15 years ago
  50. 9ce13a3 am 1224b101: am 42c4c589: am a9791d30: Merge change Iae3ed706 into eclair by Amith Yamasani · 15 years ago
  51. 42c4c58 am a9791d30: Merge change Iae3ed706 into eclair by Amith Yamasani · 15 years ago
  52. ae3ed70 Add new setting for notification light pulsing. Bug #2238250 by Amith Yamasani · 15 years ago
  53. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 15 years ago
  54. b4fbe76 Adding the ability to specify the speech synthesis by Charles Chen · 15 years ago
  55. bd5b099 Import revised translations. DO NOT MERGE by Eric Fischer · 15 years ago
  56. 7274981 Import revised translations. DO NOT MERGE by Eric Fischer · 15 years ago
  57. 12a8a59 am 0fb041f3: am 3266c5f1: resolved conflicts for merge of f476c480 to eclair-mr2 by Fred Quintana · 15 years ago
  58. 3266c5f resolved conflicts for merge of f476c480 to eclair-mr2 by Fred Quintana · 15 years ago
  59. 48cbd0b remove the SubscribedFeedsProvider since it has been moved to vendor/google by Fred Quintana · 15 years ago
  60. 38a9bec Import revised translations. DO NOT MERGE by Eric Fischer · 15 years ago
  61. 8212a84 Merge change I824f0fc9 by Android (Google) Code Review · 15 years ago
  62. c4bf942 Import revised translations. DO NOT MERGE by Eric Fischer · 15 years ago
  63. 998207c Adding support for plugins. by Charles Chen · 15 years ago
  64. 2086152 am f55aa972: Merge change I01935be3 into eclair by Mike Lockwood · 15 years ago
  65. dc3494e Remove PowerManager.setAutoBrightness() by Mike Lockwood · 15 years ago
  66. da1d0a6 Reimport translations. by Eric Fischer · 15 years ago
  67. bd6c80f Import revised translations. DO NOT MERGE by Eric Fischer · 15 years ago
  68. 813f2f2 am 8da45e9e: am 87b94b13: Merge change I6e01fa52 into eclair by Daniel Sandler · 15 years ago
  69. 9a45b1f am 3d95dfc4: am 62de7421: Merge change I4fe2a47a into eclair by Hung-ying Tyan · 15 years ago
  70. 55b0a4e am 6a444d4f: am 5f3c928f: Merge change Id93f4c9e into eclair by Christopher Tate · 15 years ago
  71. 4cbcab9 am 6678aecc: am 436344ae: Turn off most of the backup-related debug logging by Christopher Tate · 15 years ago
  72. 5679ccb am 051b28dd: am 170d9df0: Merge change I2d4deb11 into eclair by Mike Cleron · 15 years ago
  73. 7b81fe7 am 11d8d62e: am 4ca8c837: Merge change Ia4087911 into eclair by Mike Cleron · 15 years ago
  74. d153ea2 am 264f9b45: am 3348f14b: Remove GAIA string by Costin Manolache · 15 years ago
  75. a60a1ef am 03ecab42: am 7957eaa6: Merge change Iee9b30d3 into eclair by Mike Cleron · 15 years ago
  76. 28a1b67 Remove unneeded icon. by Daniel Sandler · 15 years ago
  77. c821763 Fix stopping all vpn daemons before connect and more. by Hung-ying Tyan · 15 years ago
  78. 13f4a64 Turn off the last of the STOPSHIP verbose debugging by Christopher Tate · 15 years ago
  79. 436344a Turn off most of the backup-related debug logging by Christopher Tate · 15 years ago
  80. 170d9df Merge change I2d4deb11 into eclair by Android (Google) Code Review · 15 years ago
  81. 2d4deb1 Placeholder mdpi assets by Mike Cleron · 15 years ago
  82. 4ca8c83 Merge change Ia4087911 into eclair by Android (Google) Code Review · 15 years ago
  83. a408791 Newer icons by Mike Cleron · 15 years ago
  84. 3348f14 Remove GAIA string by Costin Manolache · 15 years ago
  85. ee9b30d New icons by Mike Cleron · 15 years ago
  86. cfe7715 am 2d5168f6: am 141e4f1d: Merge change 27177 into eclair by Christopher Tate · 15 years ago
  87. 4e4607c am 9f704306: am 075a18d6: Turn on haptic feedback by default. by Dianne Hackborn · 15 years ago
  88. 141e4f1 Merge change 27177 into eclair by Android (Google) Code Review · 15 years ago
  89. 075a18d Turn on haptic feedback by default. by Dianne Hackborn · 15 years ago
  90. 362aca6 Add auto-brightness mode to the list of backed-up settings by Christopher Tate · 15 years ago
  91. fb554ac am a0b07d2c: am 13006be1: Merge change 26457 into eclair by Christopher Tate · 15 years ago
  92. 796e0f0 Don't restore any setting that we don't think should be backed up by Christopher Tate · 15 years ago
  93. 990f215 am 91115fd6: am 5b4aa6db: Merge change 26315 into eclair by Chia-chi Yeh · 15 years ago
  94. 5b4aa6d Merge change 26315 into eclair by Android (Google) Code Review · 15 years ago
  95. 6ee4e59 VpnService: use Credentials instead of CertTool. by Chia-chi Yeh · 15 years ago
  96. 8f3da4a am 3ffe6b12: am 7f3fb7de: Merge change 26130 into eclair by Dianne Hackborn · 15 years ago
  97. bfe319e Turn animations on by default. by Dianne Hackborn · 15 years ago
  98. a6ea1e9 am 9122a49c: am d163f4ba: Merge change 25853 into eclair by Christopher Tate · 15 years ago
  99. a286f41 Don't back up / restore certain sync-related settings by Christopher Tate · 15 years ago
  100. 4175b5f Import revised translations. DO NOT MERGE by Eric Fischer · 15 years ago