1. 49401dd Revamp backup scheduling policy by Christopher Tate · 16 years ago
  2. ce0bf06 Use secure settings for backup enable / transport selection by Christopher Tate · 16 years ago
  3. 1b1a6e4 Fix build break by adding an @hide javadoc comment. by Satish Sampath · 16 years ago
  4. fef8d3e Make search UI open up quicker to the user. by Satish Sampath · 16 years ago
  5. 74dc3e4 Merge change 5616 into donut by Android (Google) Code Review · 16 years ago
  6. 50d87fb Merge change 5879 into donut by Android (Google) Code Review · 16 years ago
  7. c56096f Merge change 5878 into donut by Android (Google) Code Review · 16 years ago
  8. 735b333 Represent new searchSettingsDescription attribute on searchables in by Mike LeBeau · 16 years ago
  9. f763e8f Add new attribute 'searchSettingsDescription' for use within an app's by Mike LeBeau · 16 years ago
  10. 6536383 Merge change 5854 into donut by Android (Google) Code Review · 16 years ago
  11. 7958834 Run backups at background priority by Christopher Tate · 16 years ago
  12. b0b815d Merge change 5845 into donut by Android (Google) Code Review · 16 years ago
  13. 58b971d Always clear the TextView drag state whenever a touch begins. by Eric Fischer · 16 years ago
  14. daa5a21 Merge change 5810 into donut by Android (Google) Code Review · 16 years ago
  15. 85d650c Merge change 5804 into donut by Android (Google) Code Review · 16 years ago
  16. f3ab3c3 Merge change 5833 into donut by Android (Google) Code Review · 16 years ago
  17. 09b3373 Fix nit on length of flag constant. by lknguyen · 16 years ago
  18. f9eca3d Merge change 5807 into donut by Android (Google) Code Review · 16 years ago
  19. 6e1647a Merge change 5829 into donut by Android (Google) Code Review · 16 years ago
  20. d8de2ba Merge change 5750 into donut by Android (Google) Code Review · 16 years ago
  21. 1dac277 Implement issue #1943927 (need notification in status bar when adb is active) by Dianne Hackborn · 16 years ago
  22. 9848f11 Merge change 5826 into donut by Android (Google) Code Review · 16 years ago
  23. de7faf6 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 16 years ago
  24. b1a9752 Merge change 5739 into donut by Android (Google) Code Review · 16 years ago
  25. b7d7d5f Merge change 5806 into donut by Android (Google) Code Review · 16 years ago
  26. d0cbb1a Check to make sure the Java camera object is still valid on the by Dave Sparks · 16 years ago
  27. 54285f2 Fix NullPointerException in NinePatch constructor by Phil Dubach · 16 years ago
  28. 72d19aa Tighten up the metadata backup logic by Christopher Tate · 16 years ago
  29. 91c91b7 Merge change 5817 into donut by Android (Google) Code Review · 16 years ago
  30. b5537c4 Replace indeterminate progress animated asset with new ones by Romain Guy · 16 years ago
  31. 441cb04 Merge change 5732 into donut by Android (Google) Code Review · 16 years ago
  32. ebb814b Fixing synth to file to use the speech queue. by Charles Chen · 16 years ago
  33. 1078213 Fix bug 1930055 of NullPointerException. by John Wang · 16 years ago
  34. 40656be Use additional functions to collect more memory information data points. by Guang Zhu · 16 years ago
  35. 3856785 Ensure that we never trigger ArrayIndexOutOfBoundsException by checking that by Chris Palmer · 16 years ago
  36. 2f8d58b Merge change 5420 into donut by Android (Google) Code Review · 16 years ago
  37. f47b8e9 Added two test cases to trace the failure in closing the hw decoder and the current playtime is greater than the duration. by Yu Shan Emily Lau · 16 years ago
  38. a79ee8e Merge change 5792 into donut by Android (Google) Code Review · 16 years ago
  39. 5fb4cab Merge change 5787 into donut by Android (Google) Code Review · 16 years ago
  40. 34267f7 Fix typo introduced during variable cleanup. by Jaikumar Ganesh · 16 years ago
  41. b8a10fe Allow setPreviewDisplay after startPreview. by Wu-cheng Li · 16 years ago
  42. 2f189fa Fix http://code.google.com/p/android/issues/detail?id=3059 by Marco Nelissen · 16 years ago
  43. 33a7030 Merge change 5780 into donut by Android (Google) Code Review · 16 years ago
  44. f07d824 In TTS synthesis to file, remove hard coded values for the writing of the WAV header. by Jean-Michel Trivi · 16 years ago
  45. 7a57386 Merge change 5720 into donut by Android (Google) Code Review · 16 years ago
  46. b0cba43 Add a new checkin server flag for Vending Machine client server ping frequency for pending downloads. by lknguyen · 16 years ago
  47. 083928f Merge change 5718 into donut by Android (Google) Code Review · 16 years ago
  48. 8561de1 eliminate byte-typed cdma sms fields by Tammo Spalink · 16 years ago
  49. 0178afe Merge change 5485 into donut by Android (Google) Code Review · 16 years ago
  50. 8aadf7a Merge change 5359 into donut by Android (Google) Code Review · 16 years ago
  51. 6f31742 Don't issue a deletion for the global metadata backup by Christopher Tate · 16 years ago
  52. 6be507c Fix NullPointerException in DrawableContainer.mutate() by Phil Dubach · 16 years ago
  53. 97eb32e Fix assertContentsInOrder (bug 1790350). by Karl Rosaen · 16 years ago
  54. bbd63cb Fix bug where the default TTS Service country is initialized to the default language. by Jean-Michel Trivi · 16 years ago
  55. aa4f1f9 Merge change 5711 into donut by Android (Google) Code Review · 16 years ago
  56. 22e8cbc Merge change 5656 into donut by Android (Google) Code Review · 16 years ago
  57. 65c0fc4 Fix #1876303. Even rfc2616 4.2 says that "Field names are case-insensitive.", servers including Google internal uses case-sensitive checking for "Cookie". So change it. by Grace Kloba · 16 years ago
  58. ddb0a80 Adding in TTS service support for language query and level of support. by Jean-Michel Trivi · 16 years ago
  59. 27a8e07 Merge change 5699 into donut by Android (Google) Code Review · 16 years ago
  60. 5c22f51 Adding status return codes for TTS calls. by Charles Chen · 16 years ago
  61. bda0413 Merge change 5669 into donut by Android (Google) Code Review · 16 years ago
  62. 526355d Merge change 5701 into donut by Android (Google) Code Review · 16 years ago
  63. bee1c7e Expose in SynthProxy the query for the TTS supported and current language. by Jean-Michel Trivi · 16 years ago
  64. 53e083c Merge change 5645 into donut by Android (Google) Code Review · 16 years ago
  65. ab4748c Merge change 5694 into donut by Android (Google) Code Review · 16 years ago
  66. 48d4f67 Merge change 5692 into donut by Android (Google) Code Review · 16 years ago
  67. 6ef58a1 Implement persistent enable/disable of the backup manager by Christopher Tate · 16 years ago
  68. 48d2c4a Adjust the character picker layout a little so it will fit on the screen. by Eric Fischer · 16 years ago
  69. f92bd42 Added a new operation mode where user can launch all tests under a folder from test app ui. by Guang Zhu · 16 years ago
  70. 3a608f8 Merge change 5684 into donut by Android (Google) Code Review · 16 years ago
  71. baac463 Fixes #1940605. MeasureSpec's mode and height were inverted in RelativeLayout. by Romain Guy · 16 years ago
  72. 52bce9c Merge change 5680 into donut by Android (Google) Code Review · 16 years ago
  73. e112322 Fixes #1949502. Prevents an NPE in View.buildDrawingCache(). by Romain Guy · 16 years ago
  74. 9032ab8 Merge change 5673 into donut by Android (Google) Code Review · 16 years ago
  75. 03454f8 Adding support for params. by Charles Chen · 16 years ago
  76. c030392 Fix setting of the APN type. by Jaikumar Ganesh · 16 years ago
  77. 58ebdcc Merge change 5625 into donut by Android (Google) Code Review · 16 years ago
  78. 86d56cc Generate key events for actions sent to generic input connections. by Dianne Hackborn · 16 years ago
  79. 66c2942 Merge change 5605 into donut by Android (Google) Code Review · 16 years ago
  80. dbcd9c3 Merge change 5654 into donut by Android (Google) Code Review · 16 years ago
  81. 8aeaf2e The BACKUP permission should have the signatureOrSystem protectionLevel, by Joe Onorato · 16 years ago
  82. bd9aa79 Merge change 5593 into donut by Android (Google) Code Review · 16 years ago
  83. 287148b Add in TTS engine interface the methods to query the availability for a language, by Jean-Michel Trivi · 16 years ago
  84. 3a08cec fix potential string index problems in PhoneNumberUtils.numberToCalledPartyBCDHelper by Tammo Spalink · 16 years ago
  85. 2f157b1 fix [1947273] the DimLayer causes the whole screen to update during transactions by Mathias Agopian · 16 years ago
  86. 8203dc1 cdma sms is91 support by Tammo Spalink · 16 years ago
  87. c25dbf8 add comment about endianness by Tammo Spalink · 16 years ago
  88. 2b04d29 Revise VpnService to use new vpn.* properties. by Hung-ying Tyan · 16 years ago
  89. 9171749 Use system properties to track the current transport by Christopher Tate · 16 years ago
  90. 4cb1276 Merge change 4956 into donut by Android (Google) Code Review · 16 years ago
  91. 05ebcb5 Merge change 5609 into donut by Android (Google) Code Review · 16 years ago
  92. f4f7046 Update spinner's drawables. Clean up resources, pave the way for new animation. by Romain Guy · 16 years ago
  93. 2bd33d7 Fix issue #1943706 (Applying the monkey to GoogleVoice causes SecurityException) by Dianne Hackborn · 16 years ago
  94. e7e12b4 Tune the Reconnect back off timer. by Jaikumar Ganesh · 16 years ago
  95. 2d9f316 Merge change 5595 into donut by Android (Google) Code Review · 16 years ago
  96. 9788119 We might try to close the Vorbis file twice under certain by Dave Sparks · 16 years ago
  97. fbd8f69 Fixes #1946141. Introduce new caching API to control scaling. by Romain Guy · 16 years ago
  98. a159058 Merge change 5578 into donut by Android (Google) Code Review · 16 years ago
  99. 74d9095 Add new EXTRA_POST_DATA extra key for use in VIEW intents to Browser. by Mike LeBeau · 16 years ago
  100. 3059924 Merge change 5570 into donut by Android (Google) Code Review · 16 years ago