1. f8338d4 Change overscroll background to be same as status bar pulldown. by Grace Kloba · 14 years ago
  2. 4b55d49 Fix SDK build Remove links to hidden constant in javadoc. by Jean-Michel Trivi · 14 years ago
  3. 95b88fb Attempt to fix the SDK build. by Eric Laurent · 14 years ago
  4. ee379aa Merge "Fix issue #2512507: Shortcuts and Widgets lost on upgrading from Eclair to FRE70D" by Dianne Hackborn · 14 years ago
  5. 806da1d Fix issue #2512507: Shortcuts and Widgets lost on upgrading from Eclair to FRE70D by Dianne Hackborn · 14 years ago
  6. 8ee1d97 Merge "Make aapt warning concise" by Kenny Root · 14 years ago
  7. cdb8667 Force all views to relayout when ViewRoot is resized. Bug #2519590 by Romain Guy · 14 years ago
  8. 078fd47 Support focus requests where ducking of the loser of audio focus by Jean-Michel Trivi · 14 years ago
  9. 84b446f Merge "Only backup real files." by Dianne Hackborn · 14 years ago
  10. 1b13e5a Merge "Unhide AudioManager API to control bluetooth SCO audio connection." by Eric Laurent · 14 years ago
  11. e4ec08a Merge "Fix bug 2520540" by Adam Powell · 14 years ago
  12. c04cfa3 Unhide AudioManager API to control bluetooth SCO audio connection. by Eric Laurent · 14 years ago
  13. e6d36ff Merge "Cleaning up list of common nicknames" by Dmitri Plotnikov · 14 years ago
  14. 7182ef3 Ensure that binder incalls to the system process keep the fg cgroup by Christopher Tate · 14 years ago
  15. 5e12aec Add the blacklist for the SCO connections by Eric Olsen · 14 years ago
  16. 7942b33 Merge "Switch default install location to unspecified. Add a new install location unspecified for backward compatibility. There is not much difference between policies auto and unspecified. But we dont have to make any code changes in PackageParser based on our preference for install location. Add tests" by Suchi Amalapurapu · 14 years ago
  17. e5bdece Merge "Allow transitionTo in enter/exit." by Wink Saville · 14 years ago
  18. 738b758 Only backup real files. by Dianne Hackborn · 14 years ago
  19. 90d8ee6 Switch default install location to unspecified. by Suchi Amalapurapu · 14 years ago
  20. 78b6e89 Add support for DUN over a cdma connection. by Robert Greenwalt · 14 years ago
  21. 42a9c53 Merge "Include "album artist" when inserting items in the media provider." by Marco Nelissen · 14 years ago
  22. abc2819 Include "album artist" when inserting items in the media provider. by Marco Nelissen · 14 years ago
  23. e7fea45 Fix bug 2520540 by Adam Powell · 14 years ago
  24. e7be6a8 Allow transitionTo in enter/exit. by Wink Saville · 14 years ago
  25. 6d33c5a Merge "Clean up changing AP configuration" by Irfan Sheriff · 14 years ago
  26. ca2c8e7 Merge "Fix issue #2438457: Resolving Flash artifacts while scrolling." by Dianne Hackborn · 14 years ago
  27. e2af5c8 Fix issue #2438457: Resolving Flash artifacts while scrolling. by Dianne Hackborn · 14 years ago
  28. 2b24a6a Merge "Change opaque RS typedefs from void * to int. These will likely become int64_t once proper support for >32bits is worked out." by Jason Sams · 14 years ago
  29. 5335600 Change opaque RS typedefs from void * to int. These will likely become int64_t once proper support for >32bits is worked out. by Jason Sams · 14 years ago
  30. 9db133c Merge "Documentation fix" by Adam Powell · 14 years ago
  31. 592629e Merge "Added a comment to make it clearer that the operation has to be the first Bug:2521447" by Daniel Lehmann · 14 years ago
  32. 4f31a00 Fix null pointer exception by Irfan Sheriff · 14 years ago
  33. d62d9ee Added a comment to make it clearer that the operation has to be the first by Daniel Lehmann · 14 years ago
  34. c2f54c2 Clean up changing AP configuration by Irfan Sheriff · 14 years ago
  35. b127bf2 Merge "Release MediaPlayer if suspend() returns false." by Gloria Wang · 14 years ago
  36. f298a02 Merge "Change global variables from extern to non static. Make script local global vars static." by Jason Sams · 14 years ago
  37. cb88ac9 Change global variables from extern to non static. Make script local global vars static. by Jason Sams · 14 years ago
  38. 047212f Release MediaPlayer if suspend() returns false. by Gloria Wang · 14 years ago
  39. db78bbc Merge "Fix current.xml for previous changes" by Adam Powell · 14 years ago
  40. caa5ac3 Merge "Fix bug where the setConfig method in SynthProxy has the wrong signature." by Jean-Michel Trivi · 14 years ago
  41. 434dbce Fix current.xml for previous changes by Adam Powell · 14 years ago
  42. ef905c8 Merge "Update signal strength mapping for GSM/UMTS." by jsh · 14 years ago
  43. 0c659fe Merge "Make the VCardEntry more robust against badly behaving resolvers. Additionally make the ImportTestResolver return the right result Bug:2521447" by Daniel Lehmann · 14 years ago
  44. 54a3dcd Fix bug where the setConfig method in SynthProxy has the wrong signature. by Jean-Michel Trivi · 14 years ago
  45. 76ec68f Merge "More rsh headers for renderscript and a llvm compatible test script for fountain." by Jason Sams · 14 years ago
  46. 4ab7b23 More rsh headers for renderscript and a llvm compatible test script for fountain. by Jason Sams · 14 years ago
  47. ed98309 Make aapt warning concise by Kenny Root · 14 years ago
  48. 099e3e7 Merge "Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!)" by Andreas Huber · 14 years ago
  49. bd27875 Report a runtime error rather than asserting if the amr software decoder reads more data than it was given(!) by Andreas Huber · 14 years ago
  50. a0d6b59 Merge "Fix bug 2523989" by Adam Powell · 14 years ago
  51. 0d6deea Merge "Tweak the omx tests to always do a seek-beyond-EOS on the first iteration, followed by a linear read on the second iteration." by Andreas Huber · 14 years ago
  52. c900687 Fix bug 2523989 by Adam Powell · 14 years ago
  53. d928200 Tweak the omx tests to always do a seek-beyond-EOS on the first iteration, followed by a linear read on the second iteration. by Andreas Huber · 14 years ago
  54. ed531b3 Merge "Fix minSdkVersion scanning to not throw warnings" by Kenny Root · 14 years ago
  55. 7e25f5c Make the VCardEntry more robust against badly behaving resolvers. Additionally make the ImportTestResolver return the right result by Daniel Lehmann · 14 years ago
  56. 2944190 Documentation fix by Adam Powell · 14 years ago
  57. 1741cd4 Fix minSdkVersion scanning to not throw warnings by Kenny Root · 14 years ago
  58. ee63e47 Update signal strength mapping for GSM/UMTS. by jsh · 14 years ago
  59. 239750f Merge "Retry pending memory status update to modem when radio is ON." by Wink Saville · 14 years ago
  60. b50ebe3 Merge "Update TTS plugin interface to receive engine configuration data coming from the plugin helper code (handling config and preferences)." by Jean-Michel Trivi · 14 years ago
  61. 900e0d0 Update TTS plugin interface to receive engine configuration data by Jean-Michel Trivi · 14 years ago
  62. eccb394 Merge "Fix problem with calling onConfigurationChanged() too much." by Dianne Hackborn · 14 years ago
  63. 1a54301 Dont disable AP for tether failures by Irfan Sheriff · 14 years ago
  64. cc17ed2 ignore not-so-useful warning messages from sqlite logging func by Vasu Nori · 14 years ago
  65. ae07816 Fix problem with calling onConfigurationChanged() too much. by Dianne Hackborn · 14 years ago
  66. 2fbc10f Merge "Fix bug in airplane mode." by Robert Greenwalt · 14 years ago
  67. 4ce4feb Merge "Either the software mp3 decoder's CRC computation is wrong (and PV never enabled it before) or there are files in the wild with wrong CRCs that nonetheless decode correctly, either way, opt out of CRC verification." by Andreas Huber · 14 years ago
  68. 43595bc Either the software mp3 decoder's CRC computation is wrong (and PV never enabled it before) or there are files in the wild with wrong CRCs that nonetheless decode correctly, either way, opt out of CRC verification. by Andreas Huber · 14 years ago
  69. ea3e8e0 Merge "Import revised translations" by Kenny Root · 14 years ago
  70. faf535e Merge "Pass selection data with the message to open the keyboard." by Leon Scroggins · 14 years ago
  71. cbf1840 Merge "Issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 14 years ago
  72. b415779 Pass selection data with the message to open the keyboard. by Leon Scroggins · 14 years ago
  73. b82ac6b Merge "Enabling plugin engines to pass in their engine specific settings via a ContentProvider to the TtsService so that the TtsService can invoke their .so file with those settings." by Charles Chen · 14 years ago
  74. cf74ceea Merge "While streaming media data, upon a socket-read error, try reconnecting to the server and attempt to re-read for at most 3 times." by Andreas Huber · 14 years ago
  75. 1ed6824 Merge "Add GoogleLogTags that includes event log tags used by Google apps" by Dan Egnor · 14 years ago
  76. 30c08a5 Add GoogleLogTags that includes event log tags used by Google apps by Dan Egnor · 14 years ago
  77. 69d41a0 Merge "Remove unused file NmeaParser.java" by Mike Lockwood · 14 years ago
  78. b9e2719 Merge "RecognitionManager does not throw exceptions when needed" by Bjorn Bringert · 14 years ago
  79. e84a0db simplify utility to hit-test focused plugin by Cary Clark · 14 years ago
  80. 26aa68c Merge "Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled" by Steve Block · 14 years ago
  81. 1168622 RecognitionManager does not throw exceptions when needed by Valentin Kravtsov · 14 years ago
  82. 38dd759 Merge "Rework permissions to be retained when an app is temporarily uninstalled." by Dianne Hackborn · 14 years ago
  83. d4310ac Rework permissions to be retained when an app is temporarily uninstalled. by Dianne Hackborn · 14 years ago
  84. 81a2914 Merge "Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390" by Amith Yamasani · 14 years ago
  85. 694f79b Fix issue #2519590: Lock screen stuck in landscape mode by Dianne Hackborn · 14 years ago
  86. 3def1ee Issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 14 years ago
  87. 4986044 Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390 by Amith Yamasani · 14 years ago
  88. 726a40b Enabling plugin engines to pass in their engine specific settings by Charles Chen · 14 years ago
  89. e4eb5bf Merge "Make Tethering not disconnect on every net change." by Robert Greenwalt · 14 years ago
  90. 8419c2f Merge "Support plugin parameter updates for TTS plugin settings." by Jean-Michel Trivi · 14 years ago
  91. d5ed7c7 Merge "fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they shouldn't" by Joe Onorato · 14 years ago
  92. b8d806d Merge "Fix for deadlock between StatusBarService and NotificationManagerService" by Joe Onorato · 14 years ago
  93. 1653775 fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they shouldn't by Joe Onorato · 14 years ago
  94. 76dd788 Support plugin parameter updates for TTS plugin settings. by Jean-Michel Trivi · 14 years ago
  95. 6a1967c Make Tethering not disconnect on every net change. by Robert Greenwalt · 14 years ago
  96. cc83c86 Fix the build by Adam Powell · 14 years ago
  97. 8a836a8 Eliminate haptic feedback when hitting an overscroll barrier due to a fling. by Adam Powell · 14 years ago
  98. 69d6344 Remove unused file NmeaParser.java by Mike Lockwood · 14 years ago
  99. 61f1ce0 Fix bug in airplane mode. by Robert Greenwalt · 14 years ago
  100. 6c261f3 Merge "Added a check to TtsService to make sure that the engine is enabled before using it; if the engine is not enabled, TtsService will fall back to using the default system engine." by Charles Chen · 14 years ago