1. 7d562ec Add a new IRestoreObserver callback class to the restore process by Christopher Tate · 15 years ago
  2. b505ae4 Merge change 5459 into donut by Android (Google) Code Review · 15 years ago
  3. 4ababd9 Make the BackupHelperDispatcher properly handle multiple helpers. by Joe Onorato · 15 years ago
  4. ee513b6 Merge change 5444 into donut by Android (Google) Code Review · 15 years ago
  5. 6c24f24 In the native layer for the TTS service, delete the data allocated for the callback after the signal for the end of the synthesis has been received. by Jean-Michel Trivi · 15 years ago
  6. 5cb400b Keep track of backup state independently for each transport by Christopher Tate · 15 years ago
  7. 2f437b4 Merge change 5434 into donut by Android (Google) Code Review · 15 years ago
  8. 1aacdcf Adding splitting to the TTS to guard against extremely long strings. by Charles Chen · 15 years ago
  9. 6067d95 Merge change 5428 into donut by Android (Google) Code Review · 15 years ago
  10. f782e60 Improve handling of FILL_PARENT in RelativeLayout. by Romain Guy · 15 years ago
  11. c44989d Merge change 5350 into donut by Android (Google) Code Review · 15 years ago
  12. 2450173 Merge change 5414 into donut by Android (Google) Code Review · 15 years ago
  13. c4e0ff7 Merge change 5417 into donut by Android (Google) Code Review · 15 years ago
  14. f7dabb0 Fixes #1943309. RelativeLayout was confused by gravities. by Romain Guy · 15 years ago
  15. 1576015 Merge change 5413 into donut by Android (Google) Code Review · 15 years ago
  16. 2b2e9d9 Need to write the correct float math. by Grace Kloba · 15 years ago
  17. 864c0d5 move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 15 years ago
  18. 87c9684 Add caching of the speech rate and language in android.speech.tts.TextToSpeech by Jean-Michel Trivi · 15 years ago
  19. eb3ec64 Merge change 5397 into donut by Android (Google) Code Review · 15 years ago
  20. 1ab621e Fixes #1943915. Prevents circular dependency exception when using several NO_ID by Romain Guy · 15 years ago
  21. 78fb377 Merge change 5385 into donut by Android (Google) Code Review · 15 years ago
  22. c6f36ed Merge change 5352 into donut by Android (Google) Code Review · 15 years ago
  23. 7cb8182 Merge change 5390 into donut by Android (Google) Code Review · 15 years ago
  24. 24a4f20 Merge change 5239 into donut by Android (Google) Code Review · 15 years ago
  25. 35a47a6 Merge change 5389 into donut by Android (Google) Code Review · 15 years ago
  26. 3960ced Fix SMS Ack. by jsh · 15 years ago
  27. a1fb395 Merge change 5394 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. e88d803 Merge change 4739 into donut by Android (Google) Code Review · 15 years ago
  30. 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
  31. add868c Skip spaces and tabs in readProcLines() by Amith Yamasani · 15 years ago
  32. a725199 Merge change 5288 into donut by Android (Google) Code Review · 15 years ago
  33. 6f21128 Switch the default transport to GOOGLE. by Dan Egnor · 15 years ago
  34. 0bcfc53 Merge change 5386 into donut by Android (Google) Code Review · 15 years ago
  35. b8f8de8 Fixes #1940839. Prevents NPE in RelativeLayout when a non-existing View is by Romain Guy · 15 years ago
  36. d3aba7f Add PPTP, L2TP/IPSec preshared key and other fixes. by Hung-ying Tyan · 15 years ago
  37. aaf842e Updating the TextToSpeech.java with skeleton methods. by Charles Chen · 15 years ago
  38. c984329 Invoke getSystem.updateConfiguration when binding an application to by Suchi Amalapurapu · 15 years ago
  39. 0d8b77c Add ZoomDensity so that we can change the desired default scale. by Grace Kloba · 15 years ago
  40. d4eac5f Merge change 5300 into donut by Android (Google) Code Review · 15 years ago
  41. f881762 Merge change 5351 into donut by Android (Google) Code Review · 15 years ago
  42. d48388a Merge change 5344 into donut by Android (Google) Code Review · 15 years ago
  43. a125461 fix [1942438] eglGetCurrentSurface() returns bogus value by Mathias Agopian · 15 years ago
  44. 6184a2a Merge change 5339 into donut by Android (Google) Code Review · 15 years ago
  45. 60a0ad6 Merge change 5329 into donut by Android (Google) Code Review · 15 years ago
  46. 819f928 Add a method to Process to get uid for a pid. by Amith Yamasani · 15 years ago
  47. ce099c3 frameworks/base: CDMA voicemail support by David Krause · 15 years ago
  48. 8a9ae45 Fix intermittent crash related to call waiting by David Krause · 15 years ago
  49. c6a482e Merge change 5199 into donut by Android (Google) Code Review · 15 years ago
  50. 83b8678 Merge change 5319 into donut by Android (Google) Code Review · 15 years ago
  51. d0f6715 frameworks/base - CDMA settings additions by David Krause · 15 years ago
  52. d5d1ebd Only remove client after the hardware is teared down, so a new client by Chih-Chung Chang · 15 years ago
  53. c7410f6 Add includes to enable host C++ tools to compile with GCC 4.4 by Jack Palevich · 15 years ago
  54. ad39eb0 Merge change 5302 into donut by Android (Google) Code Review · 15 years ago
  55. 2bacbdf Add new APIs to LauncherActivity to be used elsewhere. by Dianne Hackborn · 15 years ago
  56. bdb087c Add includes to enable host C++ tools to compile with GCC 4.4 by Jack Palevich · 15 years ago
  57. 5416d7c Merge change 5317 into donut by Android (Google) Code Review · 15 years ago
  58. 111bd4a Start backing up wallpaper by Christopher Tate · 15 years ago
  59. 7941e90 Merge change 5091 into donut by Android (Google) Code Review · 15 years ago
  60. 28dbae7 Using a sendBroadcast to notify interested parties of when by Charles Chen · 15 years ago
  61. 69e1f47 Merge change 5289 into donut by Android (Google) Code Review · 15 years ago
  62. 076dc9f Fix TextView's fading edge when compound drawables are setup. by Romain Guy · 15 years ago
  63. 67669c9 Merge change 5196 into donut by Android (Google) Code Review · 15 years ago
  64. efe5264 Modify the IBackupTransport API to support bulk restore operations. by Dan Egnor · 15 years ago
  65. 5158cc5 Merge change 5259 into donut by Android (Google) Code Review · 15 years ago
  66. 9c8dd55 Fix bug 1829561 ("am profile" with bad filename kills process). by Dianne Hackborn · 15 years ago
  67. 0bc7b84 Merge change 5248 into donut by Android (Google) Code Review · 15 years ago
  68. 3e376a7 Merge change 5171 into donut by Android (Google) Code Review · 15 years ago
  69. 0477954 Adding TTS_QUEUE_PROCESSING_COMPLETED action to the list of Intents by Charles Chen · 15 years ago
  70. 9560703 Reverse the order in which RelativeLayout measures and positions children. by Romain Guy · 15 years ago
  71. ae7c980 Merge change 4556 into donut by Android (Google) Code Review · 15 years ago
  72. a0fd1d7 Fix NPE in RelativeLayout. by Romain Guy · 15 years ago
  73. fed0bcf Spell out the month names in the de_AT date format file. by Eric Fischer · 15 years ago
  74. e181409c Merge change 5240 into donut by Android (Google) Code Review · 15 years ago
  75. df65b60 Merge change 5243 into donut by Android (Google) Code Review · 15 years ago
  76. 63bcb79 Only report "unknown metadata" once per restore helper by Christopher Tate · 15 years ago
  77. 2cf6f5d Merge change 5238 into donut by Android (Google) Code Review · 15 years ago
  78. 7af9e19 Fixing the synth function so that queue processing continues. by Charles Chen · 15 years ago
  79. b28bf24 Merge change 5226 into donut by Android (Google) Code Review · 15 years ago
  80. 35df87c Fix the weird anchoring of the search dropdown when pivoting into an by Mike LeBeau · 15 years ago
  81. 83f6b13 Merge change 5237 into donut by Android (Google) Code Review · 15 years ago
  82. 8842f0b Calling setItemChecked(p, true) twice would toggle the selection in ListView. by Romain Guy · 15 years ago
  83. a4335ee Merge change 5236 into donut by Android (Google) Code Review · 15 years ago
  84. 9fffa1e RelativeLayout was ignoring some dependencies. by Romain Guy · 15 years ago
  85. a93466f Merge change 5220 into donut by Android (Google) Code Review · 15 years ago
  86. 1293b6b Added info about mcc and mnc, plus other changes per http://b/1918247; rewrote "How Android find best match" section per rgreenwalt's comments and added flowchart. by Katarina Stenstedt · 15 years ago
  87. 6a0e293 Fix bug in TTS service where the language setting was using the default language by Jean-Michel Trivi · 15 years ago
  88. 54118ad Put back LOGP -> printf in the backup helper code by Christopher Tate · 15 years ago
  89. 0e034e5 Merge change 5162 into donut by Android (Google) Code Review · 15 years ago
  90. 32dbefd Track native processes and airplane mode. by Amith Yamasani · 15 years ago
  91. 6f0602e Cleanup header file. Disallow copy of Camera object by making copy by Dave Sparks · 15 years ago
  92. 6f8e592 Move to a single dropdown background for the search dialog. This one by Mike LeBeau · 15 years ago
  93. a2a60a2 Merge change 5142 into donut by Android (Google) Code Review · 15 years ago
  94. eaa89f7 Merge change 5172 into donut by Android (Google) Code Review · 15 years ago
  95. 3d7b8d1 Merge change 5158 into donut by Android (Google) Code Review · 15 years ago
  96. b1dffc4 Remove deprecated callback function support. by Dave Sparks · 15 years ago
  97. 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 15 years ago
  98. 544450b Fix NPE in SuggestionsAdapter when cursor is null. by Bjorn Bringert · 15 years ago
  99. 5f80605 Include user query in search intents by Bjorn Bringert · 15 years ago
  100. 82a3271 Merge change 5190 into donut by Android (Google) Code Review · 15 years ago