1. e41c317 Advance encodedKeySearchIndex if encodedKey matches a suffix of a parameter. by Keith Ito · 14 years ago
  2. ea3e8e0 Merge "Import revised translations" by Kenny Root · 14 years ago
  3. faf535e Merge "Pass selection data with the message to open the keyboard." by Leon Scroggins · 14 years ago
  4. cbf1840 Merge "Issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 14 years ago
  5. b415779 Pass selection data with the message to open the keyboard. by Leon Scroggins · 14 years ago
  6. 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
  7. 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
  8. 1ed6824 Merge "Add GoogleLogTags that includes event log tags used by Google apps" by Dan Egnor · 14 years ago
  9. 30c08a5 Add GoogleLogTags that includes event log tags used by Google apps by Dan Egnor · 14 years ago
  10. 69d41a0 Merge "Remove unused file NmeaParser.java" by Mike Lockwood · 14 years ago
  11. b9e2719 Merge "RecognitionManager does not throw exceptions when needed" by Bjorn Bringert · 14 years ago
  12. e84a0db simplify utility to hit-test focused plugin by Cary Clark · 14 years ago
  13. 26aa68c Merge "Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled" by Steve Block · 14 years ago
  14. 1168622 RecognitionManager does not throw exceptions when needed by Valentin Kravtsov · 14 years ago
  15. 38dd759 Merge "Rework permissions to be retained when an app is temporarily uninstalled." by Dianne Hackborn · 14 years ago
  16. d4310ac Rework permissions to be retained when an app is temporarily uninstalled. by Dianne Hackborn · 14 years ago
  17. 81a2914 Merge "Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390" by Amith Yamasani · 14 years ago
  18. 694f79b Fix issue #2519590: Lock screen stuck in landscape mode by Dianne Hackborn · 14 years ago
  19. 3def1ee Issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 14 years ago
  20. 4986044 Fix window leak and receiver leak. Bug: 2520143 and Bug: 2517390 by Amith Yamasani · 14 years ago
  21. 726a40b Enabling plugin engines to pass in their engine specific settings by Charles Chen · 14 years ago
  22. e4eb5bf Merge "Make Tethering not disconnect on every net change." by Robert Greenwalt · 14 years ago
  23. 8419c2f Merge "Support plugin parameter updates for TTS plugin settings." by Jean-Michel Trivi · 14 years ago
  24. d5ed7c7 Merge "fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they shouldn't" by Joe Onorato · 14 years ago
  25. b8d806d Merge "Fix for deadlock between StatusBarService and NotificationManagerService" by Joe Onorato · 14 years ago
  26. 1653775 fix 2517656 Pin/Password Unlocks place focus on the launcher screen when they shouldn't by Joe Onorato · 14 years ago
  27. 76dd788 Support plugin parameter updates for TTS plugin settings. by Jean-Michel Trivi · 14 years ago
  28. 6a1967c Make Tethering not disconnect on every net change. by Robert Greenwalt · 14 years ago
  29. cc83c86 Fix the build by Adam Powell · 14 years ago
  30. 8a836a8 Eliminate haptic feedback when hitting an overscroll barrier due to a fling. by Adam Powell · 14 years ago
  31. 69d6344 Remove unused file NmeaParser.java by Mike Lockwood · 14 years ago
  32. 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
  33. dd5b4e2 Added a check to TtsService to make sure that the engine is enabled by Charles Chen · 14 years ago
  34. fdd9d18 Merge "Added a configuration option indicating if the platform supports use of bluetooth SCO for off call use cases. Added method to BluetoothHeadset API to check if voice dialer over bluetooth is supported. Replaces direct use of DISABLE_BT_VOICE_DIALING and takes platform capabilities into account." by Eric Laurent · 14 years ago
  35. d726b35 Added a configuration option indicating if the platform supports use of by Eric Laurent · 14 years ago
  36. d3dd518 Merge "Add new install flag to install on internal flash only Change default install location policy for new flag. New error code for media unavailable." by Suchi Amalapurapu · 14 years ago
  37. 14b6abd Add new install flag to install on internal flash only by Suchi Amalapurapu · 14 years ago
  38. f43eab1 Merge "Make AbsListViews remeasure children after rotation" by Adam Powell · 14 years ago
  39. 35f480e Import revised translations by Kenny Root · 14 years ago
  40. 5062a58 Merge "Fix issue #2325621: Runtime restart after launching Android keyboard setting." by Dianne Hackborn · 14 years ago
  41. 8cf1bcd Fix issue #2325621: Runtime restart after launching Android keyboard setting. by Dianne Hackborn · 14 years ago
  42. 3be0b0a Merge "b/2483233 Made each reminder time a unique intent" by Erik · 14 years ago
  43. 3781764 Merge "Add additional sendMessage methods." by Wink Saville · 14 years ago
  44. f3c2eda Make AbsListViews remeasure children after rotation by Adam Powell · 14 years ago
  45. a378de7 Merge "Fix bug where the ID stored for an OnAudioFocusChangeListener is an empty string when audio focus is requested or abandonned with a null listener." by Jean-Michel Trivi · 14 years ago
  46. c5e56dd Fix for deadlock between StatusBarService and NotificationManagerService by Obi Okafor · 15 years ago
  47. 91fbd56 Add additional sendMessage methods. by Wink Saville · 14 years ago
  48. 8783429 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
  49. 42f1957 b/2483233 Made each reminder time a unique intent by Erik · 14 years ago
  50. aa77354 Merge "Don't stop a test case when the test case failed for some of the sample files. Instead, only check against failure or success at the end of the test case." by James Dong · 14 years ago
  51. 454f69c Don't stop a test case when the test case failed for some of the sample files. by James Dong · 14 years ago
  52. a15f4a46 Merge "Prevent crash when dismissing a PopupWindow that didn't have time to show up. Bug #2520981" by Romain Guy · 14 years ago
  53. 2babee6 Merge "Inserted a 1.5s wait time between the camera release and new camrea." by Yu Shan Emily Lau · 14 years ago
  54. 92be82e Prevent crash when dismissing a PopupWindow that didn't have time to show up. by Romain Guy · 14 years ago
  55. 308e9a5 Fix bug where the ID stored for an OnAudioFocusChangeListener is an by Jean-Michel Trivi · 14 years ago
  56. 8ad6465 docs: remove documenation about the search dialog from SearchManager by Scott Main · 14 years ago
  57. ceffa15 Adding secure setting for storing a list of enabled TTS plugins. by Charles Chen · 14 years ago
  58. d1f7876 Merge "Implementation of the policing of transport control key press events among multiple applications competing for the remote control focus. AudioManager defines a new API for applications to use in order to register their BroadcastReceiver for the media button as the one to receive the corresponding intent, but all applications at the same time (in an ordered broadcast). AudioService handles a stack of remote control focus owners. It traps ACTION_MEDIA_BUTTON intents and sends a new intent to the remote control focus owner." by Jean-Michel Trivi · 14 years ago
  59. 65c8a7a Merge "Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate." by Andreas Huber · 14 years ago
  60. 8dd9b60 Merge "Fix centering in FrameLayout when margins are specified." by Romain Guy · 14 years ago
  61. b954a54 Fix centering in FrameLayout when margins are specified. by Romain Guy · 14 years ago
  62. 9b63c8e Adds worker tests to the DumpRenderTree ignoreResults list, as workers are now disabled by Steve Block · 14 years ago
  63. 41696d3 Merge "docs: add Search dev guide new docs: Search (topic home page) Using the Android Search Box Adding Recent Query Suggestions Adding Custom Suggestions Searchable Configuration" by Scott Main · 14 years ago
  64. fe1dee8 Instead of asserting that nothing bad happened during (software-)AAC decoding, return a runtime error if appropriate. by Andreas Huber · 14 years ago
  65. d327f21 Implementation of the policing of transport control key press by Jean-Michel Trivi · 14 years ago
  66. 3b40ebf Merge "Fix NPE in AutoCompleteTextView to tame the monkeys. Bug #2522599" by Romain Guy · 14 years ago
  67. 11d5bfd Fix NPE in AutoCompleteTextView to tame the monkeys. Bug #2522599 by Romain Guy · 14 years ago
  68. 75d20e9 Merge "Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list" by Steve Block · 14 years ago
  69. d9e86f5 Merge "dumpstate: Remove df from bugreport and add vold system dump" by San Mehat · 14 years ago
  70. d8c208b Merge "Disable the HanziToPinyinTest when there is no Chinese collator." by Dmitri Plotnikov · 14 years ago
  71. 9ad006d Disable the HanziToPinyinTest when there is no Chinese collator. by Bai Tao · 14 years ago
  72. 09bc8d8 Merge "Add progress indicator to USB mass storage screen." by Daniel Sandler · 14 years ago
  73. 7c58da7 Updates the status of some HTML5 storage layout tests in the DumpRenderTree skipped list by Steve Block · 14 years ago
  74. 4f43ae0 Stupid AutoCompleteTextView. Bug #2522538 by Romain Guy · 14 years ago
  75. b3b2b4f docs: add Search dev guide by Scott Main · 15 years ago
  76. 9e3f8c6 dumpstate: Remove df from bugreport and add vold system dump by San Mehat · 14 years ago
  77. 4889fb7 Merge "Fix issue 2416481: Support Voice Dialer over BT SCO." by Eric Laurent · 14 years ago
  78. d246ca8 Merge "Allow the shift key to be passed to plugin." by Leon Scroggins · 14 years ago
  79. d426c58 Remove assets which are no longer used. by Leon Scroggins · 14 years ago
  80. 69a63b0 Allow the shift key to be passed to plugin. by Leon Scroggins · 14 years ago
  81. a03d4ce Make browser search consistent with QSB. by Leon Scroggins · 14 years ago
  82. 071862f Merge "keystore: rephrase the comment to make the usage more clear." by Chia-chi Yeh · 14 years ago
  83. 0df3c16 keystore: rephrase the comment to make the usage more clear. by Chia-chi Yeh · 14 years ago
  84. c008e0a Fix 2514479: Putting phone in car dock ignores security pattern by Tobias Haamel · 14 years ago
  85. 9ab518ad softAp framework changes by Irfan Sheriff · 14 years ago
  86. 1cffa44 Inserted a 1.5s wait time between the camera release and new camrea. by Yu Shan Emily Lau · 14 years ago
  87. 9c041bb fix [2511580] Window poop on screen - drop down list left some residual when it resized by Mathias Agopian · 14 years ago
  88. ef9500f Fix issue 2416481: Support Voice Dialer over BT SCO. by Eric Laurent · 14 years ago
  89. 057f5c3 make the statusbar viewtracker opaque by Mathias Agopian · 14 years ago
  90. 8a9ab24 Do storage checks before initiating a move. by Suchi Amalapurapu · 14 years ago
  91. 50fdbef Merge "Clean the settings for the account/authority when trying to sync an adapter that is not installed." by Fred Quintana · 14 years ago
  92. 7620f1a Clean the settings for the account/authority when trying to sync an by Fred Quintana · 14 years ago
  93. 44113ba3 Remove reload config for priority change by Irfan Sheriff · 14 years ago
  94. 247c065 Merge "Fix loading from the cache for synchronous requests" by Steve Block · 14 years ago
  95. 41e6ce1 Merge "First cut of basic RS headers for ScriptC. Not nearly complete." by Jason Sams · 14 years ago
  96. 33bcfa2 First cut of basic RS headers for ScriptC. Not nearly complete. by Jason Sams · 14 years ago
  97. 0b43747 Fix loading from the cache for synchronous requests by Steve Block · 14 years ago
  98. 4ab72cb b/2511635 Browser displays incorrect SSL cert information by Brian Carlstrom · 14 years ago
  99. beb0c1b Merge "Make JNI function for setLocale() call register_localized_collators() with the current locale, not previous one, every time it is possible." by Daisuke Miyakawa · 14 years ago
  100. ea579c7 Merge ""isPlaying" should never block, acquiring the mutex here is unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times." by Marco Nelissen · 14 years ago