1. 5d36c46 am ad9bcb22: merge from open-source master by The Android Open Source Project · 14 years ago
  2. 7406e53 Merge "Fixing a bug when installing VoiceSearch cause error" by Bjorn Bringert · 14 years ago
  3. 7a3c9d3 Fixing a bug when installing VoiceSearch cause error by Valentin Kravtsov · 14 years ago
  4. 0bce138 Merge "fix a warning message that is confusing people." by Vasu Nori · 14 years ago
  5. 6b31e4d Merge "Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)"" by Gloria Wang · 14 years ago
  6. 9682728 Revert "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 14 years ago
  7. 496388c Merge "KeyStore: minor improvements." by Chia-chi Yeh · 14 years ago
  8. d12feb9 KeyStore: minor improvements. by Chia-chi Yeh · 14 years ago
  9. 2b726af Merge "fix [2189862] Race condition in eglIntialize and eglDestroy" by Mathias Agopian · 14 years ago
  10. 7e64962 Merge "ListView updates. Fixed several overscrolling bugs. Added programmatic scrolling to ListView. Added auto-scrolling to show expanded content for ExpandableListView. Fixed an AbsListView recycler bug where offscreen views would stick around in the view hierarchy." by Adam Powell · 14 years ago
  11. 4580347 ListView updates. Fixed several overscrolling bugs. Added programmatic by Adam Powell · 14 years ago
  12. 6004edc Merge "Fixing a bug with the TextToSpeech speech queue processing. The queue processor should not be called for the next item until synthesis has actually happened for the current item; before it was being incorrectly called regardless of whether or not the synthesizer had processed the current item." by Charles Chen · 14 years ago
  13. f5c87b3 Fixing a bug with the TextToSpeech speech queue processing. by Charles Chen · 14 years ago
  14. f6a5c09 Groundwork for new lock icon in the status bar. by Daniel Sandler · 14 years ago
  15. 420bc12 Remove reference to unused static library. by Jeff Hamilton · 14 years ago
  16. 6099ab7 fix [2189862] Race condition in eglIntialize and eglDestroy by Mathias Agopian · 14 years ago
  17. 8186ae5 Merge "Do not let negative margins reduce the size of the LinearLayout." by Romain Guy · 14 years ago
  18. 053b480 Do not let negative margins reduce the size of the LinearLayout. by Romain Guy · 14 years ago
  19. 75ed814 Merge "Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression)" by Gloria Wang · 14 years ago
  20. c5d1c6d add sync polling by Fred Quintana · 14 years ago
  21. adf1c58 fix a warning message that is confusing people. by Vasu Nori · 14 years ago
  22. 0a45a09 am 0af04493: am 31bfdf69: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  23. ad9bcb2 merge from open-source master by The Android Open Source Project · 14 years ago
  24. 4023afd Merge "Add support for direct EGLImageKHR use with pushbuffer API" by Mathias Agopian · 14 years ago
  25. cb2d35d Merge "Proper EGLImageKHR error handling" by Mathias Agopian · 14 years ago
  26. b74a84d Merge "Fix dialogs to occupy more space." by Romain Guy · 14 years ago
  27. d60d374 Fix dialogs to occupy more space. by Romain Guy · 14 years ago
  28. 2cd2374 Merge "Make ACCOUNT_NAME/ACCOUNT_TYPE consistent." by Ken Shirriff · 14 years ago
  29. 15049e4 Make ACCOUNT_NAME/ACCOUNT_TYPE consistent. by Ken Shirriff · 14 years ago
  30. cb14ec1 Merge "Don't hold the backup queue lock across a backup operation" by Chris Tate · 14 years ago
  31. 1688d31 Merge "Keep automatic screen brightness monotonically increasing until screen is turned off." by Mike Lockwood · 14 years ago
  32. 97e4494 Add an AlarmManager API to set the system time (with the proper permissions). by Dan Egnor · 14 years ago
  33. 9446c50 Merge "When the extractor is not able to be created successfully, don't crash" by James Dong · 14 years ago
  34. b286541 Keep automatic screen brightness monotonically increasing until screen is turned off. by Mike Lockwood · 14 years ago
  35. c61da31 Don't hold the backup queue lock across a backup operation by Christopher Tate · 14 years ago
  36. 7d039fb Merge "Fix x coordinate of the ACTION_UP event in TouchUtils.drag() method" by Romain Guy · 14 years ago
  37. 8621cfa Fix x coordinate of the ACTION_UP event in TouchUtils.drag() method by Marc Capdevielle · 14 years ago
  38. 7722abe Bug 2420366 by Paul Westbrook · 14 years ago
  39. 0af0449 am 31bfdf69: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  40. 744d902 Add a new permission and remove createTitleFromFilename. by Leon Scroggins · 14 years ago
  41. 31bfdf6 reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  42. 1009e82 Merge "Adding speech recognition service public API" by Bjorn Bringert · 14 years ago
  43. 3da3cad Adding speech recognition service public API by Valentin Kravtsov · 14 years ago
  44. 17fe395 Merge "rename encodeString to encodeToString" by Doug Zongker · 14 years ago
  45. 4766def Fixed Android animation framework, for using interpolators that do not start at 0.0f by Andreas Agvard · 14 years ago
  46. f6e003b Merge "Add ability to parse HTTP-format moratorium times (since pretty much every user wants this)." by Dan Egnor · 14 years ago
  47. e4cfcb8 When the extractor is not able to be created successfully, don't crash by James Dong · 14 years ago
  48. f575403 Whoops I am an idiot. by Dianne Hackborn · 14 years ago
  49. 760dcec Merge "Camcorder profile Java API support - Use Enum for Quality instead of int - Use static values() method from Enum, rather than if-else" by James Dong · 14 years ago
  50. 8fca8ab Whoops, update preloaded classes. by Dianne Hackborn · 14 years ago
  51. 2f46c06 Replace Tremor with Tremolo (an ARM optimised version of the Tremor library for doing Ogg Vorbis decompression) by Gloria Wang · 14 years ago
  52. fcdd394 Add support for direct EGLImageKHR use with pushbuffer API by Mathias Agopian · 14 years ago
  53. e2127fb rename encodeString to encodeToString by Doug Zongker · 14 years ago
  54. 42d99d2 Proper EGLImageKHR error handling by Mathias Agopian · 14 years ago
  55. 50929f0 Merge "Rename ApplicationContext to ContextImpl." by Dianne Hackborn · 14 years ago
  56. c04236c Merge "a new java implementation of base64 for android-common" by Doug Zongker · 14 years ago
  57. 2155637 Rename ApplicationContext to ContextImpl. by Dianne Hackborn · 14 years ago
  58. 5c1779b Merge "Add single-package restore from an app's most-recent data" by Chris Tate · 14 years ago
  59. 8472581 Add single-package restore from an app's most-recent data by Christopher Tate · 14 years ago
  60. 64226a4 Merge "Add support in StatusBarManager for disabling ticker text." by Daniel Sandler · 14 years ago
  61. 91e1d0c Add support in StatusBarManager for disabling ticker text. by Daniel Sandler · 14 years ago
  62. 6123eaf a new java implementation of base64 for android-common by Doug Zongker · 14 years ago
  63. 214ea34 Merge "Move the NDK graphics wrapper (libjnigraphics) to frameworks/base/native" by Dima Zavin · 14 years ago
  64. 3227631 Move the NDK graphics wrapper (libjnigraphics) to frameworks/base/native by Dima Zavin · 14 years ago
  65. ac72cb9 Merge "fix [2313526] sensor enable race condition" by Mathias Agopian · 14 years ago
  66. b3dc5eb fix [2313526] sensor enable race condition by Mathias Agopian · 14 years ago
  67. cf6b299 Merge "Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> out)" by Michael Chan · 14 years ago
  68. c4aac70 Merge "Some tests for install and replace package." by Suchi Amalapurapu · 14 years ago
  69. a969dc4 Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> out) by Michael Chan · 14 years ago
  70. 5c19aec API review: TrafficStats: rename Pkts to Packets by Ken Shirriff · 14 years ago
  71. 46c5312 Rename GestureUtilities to GestureUtils. by Romain Guy · 14 years ago
  72. 8f3ff09 Merge "resolved conflicts for merge of dd24f599 to master" by Kenny Root · 14 years ago
  73. 2cce626 resolved conflicts for merge of dd24f599 to master by Kenny Root · 14 years ago
  74. e7038ac Camcorder profile Java API support by James Dong · 14 years ago
  75. 7b4030d Merge "Framework part of issue #2391576: Add method to start the Jit and call it" by Dianne Hackborn · 14 years ago
  76. fb06c59 Merge "Remove source selector from SearchDialog" by Bjorn Bringert · 14 years ago
  77. 2a9094d Framework part of issue #2391576: Add method to start the Jit and call it by Dianne Hackborn · 14 years ago
  78. 1ec608d Sharper mdpi transfers of usb_android{,_connected}.png. by Daniel Sandler · 14 years ago
  79. da5c1bd Remove source selector from SearchDialog by Bjorn Bringert · 14 years ago
  80. 76bc4a6 Merge "Stop using the PV software decoders and use ours (based on PV code) instead even in non-FULL_STAGEFRIGHT builds." by Andreas Huber · 14 years ago
  81. acfbc80 Stop using the PV software decoders and use ours (based on PV code) instead even in non-FULL_STAGEFRIGHT builds. by Andreas Huber · 14 years ago
  82. 09922d8 Merge "Stop scaring the kids when USB is connected." by Daniel Sandler · 14 years ago
  83. fb37dc8 Stop scaring the kids when USB is connected. by Daniel Sandler · 14 years ago
  84. caa2a69 Merge "When a window is closed, destroy the WebView properly so that WebCore is informed of it's destruction." by Ben Murdoch · 14 years ago
  85. 5c33c62 Merge "Enable StreamLoader to be loaded in a separate thread." by Grace Kloba · 14 years ago
  86. dd24f59 am aead64de: Fix issue: 2413494: [Passion-c] Add TTY support. by Eric Laurent · 14 years ago
  87. d0e18ff First pass at USB Tethering. by Robert Greenwalt · 14 years ago
  88. ac75f56 Enable StreamLoader to be loaded in a separate thread. by Grace Kloba · 14 years ago
  89. fc4a69e When a window is closed, destroy the WebView properly so that WebCore is informed of it's destruction. by Ben Murdoch · 14 years ago
  90. 3141e0a Add new ConsoleMessage class that adds more information (such as the Message Log Level from WebCore) and a new overload of onConsoleMessage that takes this as a parameter. by Ben Murdoch · 14 years ago
  91. 5d9661b Add getAttributeDouble() and focal length tag. by Wu-cheng Li · 14 years ago
  92. aead64d Fix issue: 2413494: [Passion-c] Add TTY support. by Eric Laurent · 14 years ago
  93. fcebc0c am b5c01b96: am 8a6c0607: Merge "SDK doc change: Fixed typo--fingure->finger Bug: 1993220" into eclair by Katie McCormick · 14 years ago
  94. f1dd37a Merge "Fix 1667521 - system process crash after bad notification" by Joe Onorato · 14 years ago
  95. 68065e0 Fix 1667521 - system process crash after bad notification by Joe Onorato · 14 years ago
  96. b5c01b9 am 8a6c0607: Merge "SDK doc change: Fixed typo--fingure->finger Bug: 1993220" into eclair by Katie McCormick · 14 years ago
  97. 2991425 Add ability to parse HTTP-format moratorium times by Dan Egnor · 14 years ago
  98. fa6bc84 Merge "Implement system data migration support." by Dianne Hackborn · 14 years ago
  99. afbaaa1 Some tests for install and replace package. by Suchi Amalapurapu · 14 years ago
  100. b039fd4 Merge "Fixed an overscrolling bug in AbsListView with a root in OverScroller." by Adam Powell · 14 years ago