1. 3139297 Merge change 7035 into donut by Android (Google) Code Review · 16 years ago
  2. 17606f8 Fixes #1972593. Updates AppSecurityPermissions styles in Theme.Light by Romain Guy · 16 years ago
  3. 0560209 Import new translations by Eric Fischer · 16 years ago
  4. c4ca420 Fix build by Dave Sparks · 16 years ago
  5. 6cdc4f9 Merge change 6880 into donut by Android (Google) Code Review · 16 years ago
  6. 186b3ea Make the backup manager do nothing when backup is turned off. by Joe Onorato · 16 years ago
  7. 5c04841 Merge change 6912 into donut by Android (Google) Code Review · 16 years ago
  8. 8ceba81 Merge change 6871 into donut by Android (Google) Code Review · 16 years ago
  9. 13b24b7 JavaDoc for SearchableInfo.getActivityMetaData() by Bjorn Bringert · 16 years ago
  10. 9bc75cb Initialize searchmanager on demand by Bjorn Bringert · 16 years ago
  11. ba3ba57 * Use cached resources for widgets by Mitsuru Oshima · 16 years ago
  12. 630a8de Fixing TTS breakage. by Charles Chen · 16 years ago
  13. a95f495 Use SetByteArrayRegion to minimize copy overhead and JNI calls. by Dave Sparks · 16 years ago
  14. cf29e11 Merge change 6867 into donut by Android (Google) Code Review · 16 years ago
  15. 4554f30 CLOSE_SYSTEM_DIALOGS can't be protected. by Dianne Hackborn · 16 years ago
  16. 086bd7f Merge change 6846 into donut by Android (Google) Code Review · 16 years ago
  17. 1c9fb40 Merge change 6845 into donut by Android (Google) Code Review · 16 years ago
  18. 75acd89 Avoid memcpy's by using GetPrimitiveArrayCritical. by Dave Sparks · 16 years ago
  19. 6a109b4 Use MeasureSpec.getWidth instead of default display in lock pattern widget. by Karl Rosaen · 16 years ago
  20. 2d79105 Merge change 6820 into donut by Android (Google) Code Review · 16 years ago
  21. 5621f0d Fixed NPE bugs in Uri. Fixes internal issue #1724719. by Bob Lee · 16 years ago
  22. 7cd4379 Merge change 6806 into donut by Android (Google) Code Review · 16 years ago
  23. b1665f2 Fix regression in handling the 'Go' button by Satish Sampath · 16 years ago
  24. a11fe86 Merge change 6813 into donut by Android (Google) Code Review · 16 years ago
  25. ef0e9ae Fixes #1972421. Prevents crash in ScrollView/HorizontalScrollView. by Romain Guy · 16 years ago
  26. 59d299c Merge change 6789 into donut by Android (Google) Code Review · 16 years ago
  27. bd5a8b2 Add CLDR data files for Norway and Croatia. by Eric Fischer · 16 years ago
  28. a981013 Add support in TextToSpeech for an audio stream type param and utterance by Jean-Michel Trivi · 16 years ago
  29. 889c2d3 Merge change 6718 into donut by Android (Google) Code Review · 16 years ago
  30. ad94a98 Merge change 6801 into donut by Android (Google) Code Review · 16 years ago
  31. b8b8f04 Uri.EMPTY.toString() was returning null due to an initialization order bug. Fixes internal issue #1957015. by Bob Lee · 16 years ago
  32. 38645ee Merge change 6759 into donut by Android (Google) Code Review · 16 years ago
  33. 15d2145 Do not merge by Andrei Popescu · 16 years ago
  34. d2cad29 Merge change 6734 into donut by Android (Google) Code Review · 16 years ago
  35. a9c5e4b Adding tagging to utterances to track which app said what. by Charles Chen · 16 years ago
  36. 0e01ea4 Deprecate DialogInterface methods in SearchManager by Bjorn Bringert · 16 years ago
  37. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 16 years ago
  38. 5c2e622 Merge change 6700 into donut by Android (Google) Code Review · 16 years ago
  39. dded214 Merge change 6689 into donut by Android (Google) Code Review · 16 years ago
  40. baea01b do not merge - add a big flag to turn off backup by Joe Onorato · 16 years ago
  41. 8440ecc Merge change 6668 into donut by Android (Google) Code Review · 16 years ago
  42. d1475e0 Don't crash the app when restore agent bringup throws by Christopher Tate · 16 years ago
  43. 8f7c7c0 Merge change 6659 into donut by Android (Google) Code Review · 16 years ago
  44. 463aacf Merge change 6661 into donut by Android (Google) Code Review · 16 years ago
  45. f4422ce Check if a searchable is null before adding it to the list of searchables by Mike LeBeau · 16 years ago
  46. 16f676f Merge change 6660 into donut by Android (Google) Code Review · 16 years ago
  47. 21bf241 Add a Gservices setting to set the rate at which the home page refreshes. by Sanjay Jeyakumar · 16 years ago
  48. a5ec95c wifi: WifiManager.startScan() will now do passive scans by default. by Mike Lockwood · 16 years ago
  49. 6d87738 Fix a small bug in array length bounds checking. by Dan Egnor · 16 years ago
  50. d1e5e3f Merge change 6639 into donut by Android (Google) Code Review · 16 years ago
  51. d158214 Restore audio settings and wifi. by Amith Yamasani · 16 years ago
  52. 65e9d22 Merge change 6629 into donut by Android (Google) Code Review · 16 years ago
  53. 0ed8149 Merge change 6638 into donut by Android (Google) Code Review · 16 years ago
  54. 423d679 Unhide android.gestures. by Romain Guy · 16 years ago
  55. 45146d9 Rename "no" arrays.xml file to be in the correct "nb" locale. by Eric Fischer · 16 years ago
  56. 3bb6923 Merge change 6620 into donut by Android (Google) Code Review · 16 years ago
  57. 215a236 Keep Gears permissions in sync with system location settings. by Andrei Popescu · 16 years ago
  58. 313ea43 Make suggestion text color change based on the item state. by Satish Sampath · 16 years ago
  59. f9b7fae Merge change 6503 into donut by Android (Google) Code Review · 16 years ago
  60. 2af632f Add new <path-permission tag for use by global search. by Dianne Hackborn · 16 years ago
  61. 7dd042e Merge change 6543 into donut by Android (Google) Code Review · 16 years ago
  62. 04c7d0f Merge change 6525 into donut by Android (Google) Code Review · 16 years ago
  63. 748efcc Adding a missing catch by Charles Chen · 16 years ago
  64. 59c1a93 Add timestamps to video frames to improve A/V sync. Bug 1927069. by Dave Sparks · 16 years ago
  65. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 16 years ago
  66. 7761920 Merge change 6507 into donut by Android (Google) Code Review · 16 years ago
  67. e28aced Remove unused definitions for default language in TextToSpeech as by Jean-Michel Trivi · 16 years ago
  68. 6de4aed Fixes #1933428. Call onPrepareDialog() on managed dialogs after their onCreate() is finished. by Romain Guy · 16 years ago
  69. ec8ee34 Hide soft keyboard in SearchDialog.dismiss() by Bjorn Bringert · 16 years ago
  70. 91b0a70 Merge change 6284 into donut by Android (Google) Code Review · 16 years ago
  71. bfc29f6 Merge change 6485 into donut by Android (Google) Code Review · 16 years ago
  72. 0420cc7 Cleanup Toast.java. by Romain Guy · 16 years ago
  73. 444c727 Run search UI on its own thread. by Bjorn Bringert · 16 years ago
  74. d21572c NEW_API: Expose autoUrlDetect searchable attribute. by Satish Sampath · 16 years ago
  75. d6fe243 Merge change 6437 into donut by Android (Google) Code Review · 16 years ago
  76. 8823c0a8 Backup / Restore locale preference. by Amith Yamasani · 16 years ago
  77. 108fd1c Merge change 6435 into donut by Android (Google) Code Review · 16 years ago
  78. 771afdd Add new textColorPrimaryInverseDisableOnly color to resources. by Romain Guy · 16 years ago
  79. 72fe242 Merge change 6414 into donut by Android (Google) Code Review · 16 years ago
  80. 7bf9f93 Merge change 6415 into donut by Android (Google) Code Review · 16 years ago
  81. fb7ed10 Fixes #1748951. Calling setListSelection() explicitely should cancel the selection hidden flag. by Romain Guy · 16 years ago
  82. da7681e Optimize storing of cached TTS parameters. Initialize the cached by Jean-Michel Trivi · 16 years ago
  83. 7fdd661 Merge change 6377 into donut by Android (Google) Code Review · 16 years ago
  84. fdc3d11 Merge change 6379 into donut by Android (Google) Code Review · 16 years ago
  85. 97bdafa Update RatingBar's assets in indicator mode. by Romain Guy · 16 years ago
  86. 2c5a3ae Merge change 6326 into donut by Android (Google) Code Review · 16 years ago
  87. 04f0b05 Add a Gservices setting for how many times we should retry before discarding an uphill operation by Cynthia Wong · 16 years ago
  88. c8daa76 BackupManager wrapper class improvements by Christopher Tate · 16 years ago
  89. c8ba3b5 Propagating error codes to TextToSpeech.java by Charles Chen · 16 years ago
  90. 1e09597 Fixes #1963217. Increases the invalidate region in compatibility mode. by Romain Guy · 16 years ago
  91. 88e209d Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 16 years ago
  92. 569076c widgets scaling fix. Use container's compatibility info and display metrics when container and widgets disagree. by Mitsuru Oshima · 16 years ago
  93. dbee95c Merge change 6317 into donut by Android (Google) Code Review · 16 years ago
  94. 8031a3d Make enable/provisioning of the backup service a two-step process by Christopher Tate · 16 years ago
  95. b719515 Merge change 6287 into donut by Android (Google) Code Review · 16 years ago
  96. 70c874b Restore GPS state and ringer/vibrate toggles. by Amith Yamasani · 16 years ago
  97. 870e09f Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 16 years ago
  98. 52ae065 Fixes a compatibility issue with users that have the old TTS installed already. by Charles Chen · 16 years ago
  99. da93c26 Merge change 6271 into donut by Android (Google) Code Review · 16 years ago
  100. 2150924 Merge change 6283 into donut by Android (Google) Code Review · 16 years ago