1. 45cda90 Merge "Be brief." into gingerbread by Elliott Hughes · 14 years ago
  2. 1f6a21c Merge "Expose the TextAppearance.StatusBar.* styles." into gingerbread by Joe Onorato · 14 years ago
  3. 1cc86da Merge "Don't fall through from TOKEN_EMAIL_LOOKUP" into gingerbread by Makoto Onuki · 14 years ago
  4. ccfc1c1 Expose the TextAppearance.StatusBar.* styles. by Joe Onorato · 14 years ago
  5. 6e86915 Merge "Fixes to battery stats debug output." into gingerbread by Dianne Hackborn · 14 years ago
  6. b5e3165 Fixes to battery stats debug output. by Dianne Hackborn · 14 years ago
  7. 11bbe20 Hopefully fix the build. by Dianne Hackborn · 14 years ago
  8. f703b77 Merge "Add system property to turn off scheduling groups." into gingerbread by Dianne Hackborn · 14 years ago
  9. 84bb52e Add system property to turn off scheduling groups. by Dianne Hackborn · 14 years ago
  10. 1f689f7 Merge "When notifications are updated, don't re-show the ticker unless the text has changed." into gingerbread by Joe Onorato · 14 years ago
  11. da69552 When notifications are updated, don't re-show the ticker unless the text has changed. by Joe Onorato · 14 years ago
  12. b1104b3 Merge "Make SharedPreferencesBackupHelper wait for async SharedPreference writes" into gingerbread by Brad Fitzpatrick · 14 years ago
  13. 745e751 Merge "Preserve old translations for changed strings. DO NOT MERGE" into gingerbread by Eric Fischer · 14 years ago
  14. a362e1d Don't fall through from TOKEN_EMAIL_LOOKUP by Makoto Onuki · 14 years ago
  15. 2cb3e83 Merge "Use new nativeLibraryPath field for NativeActivity" into gingerbread by Kenny Root · 14 years ago
  16. 6798b62 Use new nativeLibraryPath field for NativeActivity by Kenny Root · 14 years ago
  17. 6f9d58a Make SharedPreferencesBackupHelper wait for async SharedPreference writes by Brad Fitzpatrick · 14 years ago
  18. 960b31e Merge "SipService: unset session listener if listener is gone." into gingerbread by Hung-ying Tyan · 14 years ago
  19. 612ff27 Quell annoying Java ascii/unicode warning. by Brad Fitzpatrick · 14 years ago
  20. b6264a8 Fix the build. by Chung-yih Wang · 14 years ago
  21. b12baad Add equals() funcation for SipPhone. by Chung-yih Wang · 14 years ago
  22. 1b1601d SipService: unset session listener if listener is gone. by Hung-ying Tyan · 14 years ago
  23. 6dc003a Merge "Reduce footprint of Signature from ~7000 to ~1448" into gingerbread by Kenny Root · 14 years ago
  24. 3326f804 Fix the last remaining gaps in our Java 6 API. by Jesse Wilson · 14 years ago
  25. 7e42793 Merge "LVM release 1.08 delivery." into gingerbread by Eric Laurent · 14 years ago
  26. 7627c22 DO NOT MERGE Tweak overscroll by Adam Powell · 14 years ago
  27. de0ff63 Reduce footprint of Signature from ~7000 to ~1448 by Kenny Root · 14 years ago
  28. 9077f8e Merge "Not all audio source has the drift time information" into gingerbread by James Dong · 14 years ago
  29. 5fa6df6 LVM release 1.08 delivery. by Eric Laurent · 14 years ago
  30. 69717cc DO NOT MERGE. Some stuff that is Not Ready. by Dianne Hackborn · 14 years ago
  31. df3a0f5 Merge "Improve doc." into gingerbread by Dianne Hackborn · 14 years ago
  32. 170bae7 Improve doc. by Dianne Hackborn · 14 years ago
  33. e1aa82a Merge "Adding a feature denoting support for 5 or more fully independent multitouch pointers." into gingerbread by Dianne Hackborn · 14 years ago
  34. 3a94b7c Preserve old translations for changed strings. DO NOT MERGE by Eric Fischer · 14 years ago
  35. 6993d3d Adding a feature denoting support for 5 or more fully by Dan Morrill · 14 years ago
  36. 9fee0b2 Ogg files can be tagged to be automatically looping, this setting always overrides the MediaPlayer's setLooping setting. by Andreas Huber · 14 years ago
  37. dc24348 Merge "Add API to get all foreground calls." into gingerbread by John Wang · 14 years ago
  38. e7c02ef Merge "Fix bug 2973252 - Make overscroll glow respect ifContentScrolls" into gingerbread by Adam Powell · 14 years ago
  39. cc4a38c Merge "Properly buffer a certain amount of data on streaming sources before finishing prepare()." into gingerbread by Andreas Huber · 14 years ago
  40. 87ab9cd Properly buffer a certain amount of data on streaming sources before finishing prepare(). by Andreas Huber · 14 years ago
  41. e25b4bc Merge "These are not ready to be exposed. Also rename them to be better." into gingerbread by Dianne Hackborn · 14 years ago
  42. 2b136832 am c4367e54: fix code snippet error by Scott Main · 14 years ago
  43. 482566e These are not ready to be exposed. Also rename them to be better. by Dianne Hackborn · 14 years ago
  44. a2f2141 Merge "More SharedPreferences commit() -> apply() changes." into gingerbread by Brad Fitzpatrick · 14 years ago
  45. e6ffce9 Fix bug 2973252 - Make overscroll glow respect ifContentScrolls by Adam Powell · 14 years ago
  46. 3caa714 Not all audio source has the drift time information by James Dong · 14 years ago
  47. d85621c Don't crash when extra logging is enabled. by Marco Nelissen · 14 years ago
  48. fa8e271 More SharedPreferences commit() -> apply() changes. by Brad Fitzpatrick · 14 years ago
  49. c4367e5 fix code snippet error by Scott Main · 14 years ago
  50. 7755cdd Remove unused/debugging code from MP4 file writer by James Dong · 14 years ago
  51. 46e63b3 Merge "Better file size estimate" into gingerbread by James Dong · 14 years ago
  52. 305bcbf Decrease PackageManagerService wait time for vold by Kenny Root · 14 years ago
  53. 12da9d7 Fix buffer compacting in NativeDaemonConnector by Kenny Root · 14 years ago
  54. cb7e65c Better file size estimate by James Dong · 14 years ago
  55. b355714 Merge "SipManager: always return true for SIP API and VOIP support query." into gingerbread by Hung-ying Tyan · 14 years ago
  56. 643fce9 SipManager: always return true for SIP API and VOIP support query. by Hung-ying Tyan · 14 years ago
  57. 3208557 am c5083cdf: Merge "clarify dp dimension description" into froyo by Scott Main · 14 years ago
  58. 7ed7668 Merge "Calculate audio media drift time from AudioSource" into gingerbread by James Dong · 14 years ago
  59. c5083cd Merge "clarify dp dimension description" into froyo by Scott Main · 14 years ago
  60. 192b56d Merge "Implement #2964234: Add support for <uses-package> element to aapt" into gingerbread by Dianne Hackborn · 14 years ago
  61. 43b6803 Implement #2964234: Add support for <uses-package> element to aapt by Dianne Hackborn · 14 years ago
  62. 20bb229 Add API to get all foreground calls. by John Wang · 14 years ago
  63. 2e24654 Merge "Add better debug output for ResourceType errors" into gingerbread by Kenny Root · 14 years ago
  64. d180232 Merge "Revert "Merge "InputMethodManager showSoftInput return documentation." into gingerbread"" into gingerbread by Gilles Debunne · 14 years ago
  65. d4723bb Revert "Merge "InputMethodManager showSoftInput return documentation." into gingerbread" by Gilles Debunne · 14 years ago
  66. 68c2e91 Add better debug output for ResourceType errors by Kenny Root · 14 years ago
  67. 947e25e am ac3c1f55: Add BT test instrumentation for reboot tests. by Eric Rowe · 14 years ago
  68. 26d708d Merge "InputMethodManager showSoftInput return documentation." into gingerbread by Gilles Debunne · 14 years ago
  69. 3ac85d3 am 1314219a: (-s ours) DO NOT MERGE Separate utility methods into utility class. by Eric Rowe · 14 years ago
  70. 3010713 Fix again. by Daisuke Miyakawa · 14 years ago
  71. 3bd9b8f Fix build breakage. by Daisuke Miyakawa · 14 years ago
  72. b1f5a54 Merge "VCard refactoring backport." into gingerbread by Daisuke Miyakawa · 14 years ago
  73. 32ec1ad Merge "Fix problem in AudioEffect::command() status." into gingerbread by Eric Laurent · 14 years ago
  74. e65280c Fix problem in AudioEffect::command() status. by Eric Laurent · 14 years ago
  75. 97e58ef Merge "DO NOT MERGE Separate utility methods into utility class." into gingerbread by Eric Rowe · 14 years ago
  76. 13438b02 DO NOT MERGE Separate utility methods into utility class. by Eric Rowe · 14 years ago
  77. 69831d9 VCard refactoring backport. by Daisuke Miyakawa · 14 years ago
  78. dc296b0 Merge "SipService: reduce the usage of javax.sdp.*." into gingerbread by Chia-chi Yeh · 14 years ago
  79. 95b15c3 SipService: reduce the usage of javax.sdp.*. by Chia-chi Yeh · 14 years ago
  80. 60264b30 SipProfile: remove outgoingCallAllowed flag. by Hung-ying Tyan · 14 years ago
  81. 79492a0 Merge "DO NOT MERGE Overscroll continues; asset and behavior tweaks." into gingerbread by Adam Powell · 14 years ago
  82. 5916882 DO NOT MERGE Overscroll continues; asset and behavior tweaks. by Adam Powell · 14 years ago
  83. a1c69e0 Fix a small bug when granting permissions through activity results. by Dianne Hackborn · 14 years ago
  84. d3efa39 Clean up some permissions. by Dianne Hackborn · 14 years ago
  85. bc5ec2f Merge "Improve messages when java process is starting." into gingerbread by Dianne Hackborn · 14 years ago
  86. 4c23815 Calculate audio media drift time from AudioSource by James Dong · 14 years ago
  87. 08e60f2 Improve messages when java process is starting. by Dianne Hackborn · 14 years ago
  88. b766ab8 DO NOT MERGE Add deprecated annotation to get/set PluginsPath and update current.xml by Jason Chen · 14 years ago
  89. 3424c02 Add software features for SIP and VOIP by Hung-ying Tyan · 14 years ago
  90. a2511da Merge "Better support for buffered streaming of rtsp content, if buffer drops below a certain threshold we will temporarily pause playback until we have sufficient data." into gingerbread by Andreas Huber · 14 years ago
  91. d3c1bae Merge "Make sure that if initialization fails, AudioSource still behaves well." into gingerbread by James Dong · 14 years ago
  92. 4d8f66b Better support for buffered streaming of rtsp content, if buffer drops below a certain threshold we will temporarily pause playback until we have sufficient data. by Andreas Huber · 14 years ago
  93. a800a2e Merge "Adding a feature definition corresponding to support for Near-Field Communications (NFC)." into gingerbread by Dan Morrill · 14 years ago
  94. 05f0382 When dropping privileges, check return values. by Nick Kralevich · 14 years ago
  95. 76437d3 Adding a feature definition corresponding to support for Near-Field by Dan Morrill · 14 years ago
  96. 81f339b Merge "Fixing the build." into gingerbread by Andreas Huber · 14 years ago
  97. 752fe99 Fixing the build. by Andreas Huber · 14 years ago
  98. a87544b Make sure that if initialization fails, AudioSource still behaves well. by James Dong · 14 years ago
  99. 7c1bd7f Fix logic error in downgrade of system apps by Kenny Root · 14 years ago
  100. fca5677 Merge "Add null check for package settings" into gingerbread by Kenny Root · 14 years ago