1. d072154 Add a null check in an AutoCompleteTextView callback to prevent a crash. by Eric Fischer · 15 years ago
  2. 17a8008 Merge change 5544 into donut by Android (Google) Code Review · 15 years ago
  3. 72eb0ac Merge change 5483 into donut by Android (Google) Code Review · 15 years ago
  4. 723738c Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
  5. c62f9bd Pipe all the camera callbacks to Java to facilitate the addition by Dave Sparks · 15 years ago
  6. 156411d Use a long for restore token by Dan Egnor · 15 years ago
  7. 040441f Merge change 5529 into donut by Android (Google) Code Review · 15 years ago
  8. 8a27f92 Don't crash in various ways when using backup services too early by Christopher Tate · 15 years ago
  9. 56bc715 Merge change 5537 into donut by Android (Google) Code Review · 15 years ago
  10. dc355a9 Add a test for SharedPreferencesBackupHelper by Joe Onorato · 15 years ago
  11. 77cb40a Merge change 5447 into donut by Android (Google) Code Review · 15 years ago
  12. a9be47c Tweak the core and maximum pool sizes for AsyncTask. by Romain Guy · 15 years ago
  13. 741c25b Adding skeleton methods for IPA support. by Charles Chen · 15 years ago
  14. 7d562ec Add a new IRestoreObserver callback class to the restore process by Christopher Tate · 15 years ago
  15. 4ababd9 Make the BackupHelperDispatcher properly handle multiple helpers. by Joe Onorato · 15 years ago
  16. 6067d95 Merge change 5428 into donut by Android (Google) Code Review · 15 years ago
  17. f782e60 Improve handling of FILL_PARENT in RelativeLayout. by Romain Guy · 15 years ago
  18. 2450173 Merge change 5414 into donut by Android (Google) Code Review · 15 years ago
  19. c4e0ff7 Merge change 5417 into donut by Android (Google) Code Review · 15 years ago
  20. f7dabb0 Fixes #1943309. RelativeLayout was confused by gravities. by Romain Guy · 15 years ago
  21. 1576015 Merge change 5413 into donut by Android (Google) Code Review · 15 years ago
  22. 2b2e9d9 Need to write the correct float math. by Grace Kloba · 15 years ago
  23. 87c9684 Add caching of the speech rate and language in android.speech.tts.TextToSpeech by Jean-Michel Trivi · 15 years ago
  24. eb3ec64 Merge change 5397 into donut by Android (Google) Code Review · 15 years ago
  25. 1ab621e Fixes #1943915. Prevents circular dependency exception when using several NO_ID by Romain Guy · 15 years ago
  26. 78fb377 Merge change 5385 into donut by Android (Google) Code Review · 15 years ago
  27. 7cb8182 Merge change 5390 into donut by Android (Google) Code Review · 15 years ago
  28. e24ef60 Fixes #1940605. RelativeLayout was swapping horizontal and vertical by Romain Guy · 15 years ago
  29. 6c451b7 When mPreventDrag is true, don't respond to long press. This should prevent the context menu popping up in the Map sites. by Grace Kloba · 15 years ago
  30. a725199 Merge change 5288 into donut by Android (Google) Code Review · 15 years ago
  31. 0bcfc53 Merge change 5386 into donut by Android (Google) Code Review · 15 years ago
  32. b8f8de8 Fixes #1940839. Prevents NPE in RelativeLayout when a non-existing View is by Romain Guy · 15 years ago
  33. aaf842e Updating the TextToSpeech.java with skeleton methods. by Charles Chen · 15 years ago
  34. c984329 Invoke getSystem.updateConfiguration when binding an application to by Suchi Amalapurapu · 15 years ago
  35. 0d8b77c Add ZoomDensity so that we can change the desired default scale. by Grace Kloba · 15 years ago
  36. f881762 Merge change 5351 into donut by Android (Google) Code Review · 15 years ago
  37. 60a0ad6 Merge change 5329 into donut by Android (Google) Code Review · 15 years ago
  38. 819f928 Add a method to Process to get uid for a pid. by Amith Yamasani · 15 years ago
  39. 83b8678 Merge change 5319 into donut by Android (Google) Code Review · 15 years ago
  40. d0f6715 frameworks/base - CDMA settings additions by David Krause · 15 years ago
  41. 2bacbdf Add new APIs to LauncherActivity to be used elsewhere. by Dianne Hackborn · 15 years ago
  42. 5416d7c Merge change 5317 into donut by Android (Google) Code Review · 15 years ago
  43. 111bd4a Start backing up wallpaper by Christopher Tate · 15 years ago
  44. 7941e90 Merge change 5091 into donut by Android (Google) Code Review · 15 years ago
  45. 69e1f47 Merge change 5289 into donut by Android (Google) Code Review · 15 years ago
  46. 076dc9f Fix TextView's fading edge when compound drawables are setup. by Romain Guy · 15 years ago
  47. 67669c9 Merge change 5196 into donut by Android (Google) Code Review · 15 years ago
  48. efe5264 Modify the IBackupTransport API to support bulk restore operations. by Dan Egnor · 15 years ago
  49. 5158cc5 Merge change 5259 into donut by Android (Google) Code Review · 15 years ago
  50. 9c8dd55 Fix bug 1829561 ("am profile" with bad filename kills process). by Dianne Hackborn · 15 years ago
  51. 0477954 Adding TTS_QUEUE_PROCESSING_COMPLETED action to the list of Intents by Charles Chen · 15 years ago
  52. 9560703 Reverse the order in which RelativeLayout measures and positions children. by Romain Guy · 15 years ago
  53. a0fd1d7 Fix NPE in RelativeLayout. by Romain Guy · 15 years ago
  54. 2cf6f5d Merge change 5238 into donut by Android (Google) Code Review · 15 years ago
  55. 35df87c Fix the weird anchoring of the search dropdown when pivoting into an by Mike LeBeau · 15 years ago
  56. 83f6b13 Merge change 5237 into donut by Android (Google) Code Review · 15 years ago
  57. 8842f0b Calling setItemChecked(p, true) twice would toggle the selection in ListView. by Romain Guy · 15 years ago
  58. 9fffa1e RelativeLayout was ignoring some dependencies. by Romain Guy · 15 years ago
  59. 6f8e592 Move to a single dropdown background for the search dialog. This one by Mike LeBeau · 15 years ago
  60. 544450b Fix NPE in SuggestionsAdapter when cursor is null. by Bjorn Bringert · 15 years ago
  61. 5f80605 Include user query in search intents by Bjorn Bringert · 15 years ago
  62. 64f5934 * new screen resolution support impl. by Mitsuru Oshima · 15 years ago
  63. e29f064 Fixes #1905761. Updates the height of ACTV's drop down whenever the IME changes. by Romain Guy · 15 years ago
  64. 4133751 Merge change 5129 into donut by Android (Google) Code Review · 15 years ago
  65. 725015a Improve RelativeLayout by allowing dependencies to be declared in a random by Romain Guy · 15 years ago
  66. 2a3cd36 Merge change 5119 into donut by Android (Google) Code Review · 15 years ago
  67. 2ea5349 Adding support for pitch changes of the synthesized text in Text-To-Speech. by Jean-Michel Trivi · 15 years ago
  68. 41282a3 EnhancedGoogleSearch overrides GoogleSearch if present. by Satish Sampath · 15 years ago
  69. 61ab270 Add missing 'break's in switch statement, fixing bug 1876430 by Karl Rosaen · 15 years ago
  70. b0ae27f Store correct state in SearchDialog.onSaveInstanceState() by Bjorn Bringert · 15 years ago
  71. 54f156c Merge change 5006 into donut by Android (Google) Code Review · 15 years ago
  72. 5cbbf56 Pass the originating app's versionCode along with a restore set by Christopher Tate · 15 years ago
  73. e8a1f6a Merge change 4961 into donut by Android (Google) Code Review · 15 years ago
  74. 2830b92 Merge change 4977 into donut by Android (Google) Code Review · 15 years ago
  75. 662df0b Launch user-entered URLs directly without a web search. by Satish Sampath · 15 years ago
  76. 2c0a01a Update the gservices gtalk setting for the terms and services url. by Tom Taylor · 15 years ago
  77. e146d82 Merge change 4965 into donut by Android (Google) Code Review · 15 years ago
  78. a465a17 Fix bugs 1827027, 1808979, 1820700. by Dianne Hackborn · 15 years ago
  79. 9427c28 Set organizations to be null for generateKeyPair to use the default. by Grace Kloba · 15 years ago
  80. 856dd8a Merge change 4952 into donut by Android (Google) Code Review · 15 years ago
  81. eb717b9 Merge change 4477 into donut by Android (Google) Code Review · 15 years ago
  82. 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
  83. 6dc0ef0 BulkCursorToCursorAdaptor.respond no longer assumes RemoteException is impossible, fails more gracefully. by Karl Rosaen · 15 years ago
  84. ecfb9f9 Merge change 4940 into donut by Android (Google) Code Review · 15 years ago
  85. 7299807 Fixes #1933585. Don't dismiss ACTV's drop down when it's set to alwaysVisible. by Romain Guy · 15 years ago
  86. ceca25f add GServices settings for Google Talk privacy and legal urls. by Wei Huang · 15 years ago
  87. 9336f5d Merge change 4775 into donut by Android (Google) Code Review · 15 years ago
  88. 9ce4c6c Make browser bookmarks permissions part of the public API. by Leon Scroggins · 15 years ago
  89. 8d15382 Make all static methods in SearchManager non-static. by Bjorn Bringert · 15 years ago
  90. 97325db Add non-static version of SearchManager.getSuggestions(). by Bjorn Bringert · 15 years ago
  91. a68ca64 Remove checks for Activity Context when creating SearchManager by Bjorn Bringert · 15 years ago
  92. 3e3324b Merge the change in cupcake_dcm so that Contacts app is able to use it. by Daisuke Miyakawa · 15 years ago
  93. 9e71b07 Merge change 4829 into donut by Android (Google) Code Review · 15 years ago
  94. 4dc4f73 Fixes #1926784. Setting android:ellipsize on an EditText now ellipsizes the hint. by Romain Guy · 15 years ago
  95. 3af8e93 Change addCertificate to take byte[] instead of String as we don't know the encoding. by Grace Kloba · 15 years ago
  96. 5254657 Merge change 4818 into donut by Android (Google) Code Review · 15 years ago
  97. b4e456b Merge change 4785 into donut by Android (Google) Code Review · 15 years ago
  98. a6fcc95 Added in Settings.Secure default country and variant for the default TTS language. by Jean-Michel Trivi · 15 years ago
  99. 4d1b5bd Merge change 4808 into donut by Android (Google) Code Review · 15 years ago
  100. 9ebd737 Merge change 4793 into donut by Android (Google) Code Review · 15 years ago