1. 9cebb37 am 18dedf2c: am 50a3977c: Merge "Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com." into eclair by Trevor Johns · 17 years ago
  2. 18dedf2 am 50a3977c: Merge "Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com." into eclair by Trevor Johns · 17 years ago
  3. 50a3977 Merge "Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com." into eclair by Trevor Johns · 17 years ago
  4. 44641d3 Bug 2321983 by Paul Westbrook · 17 years ago
  5. 8809868 am 6b113b1a: am 595f48b2: Merge "SDK doc change: Miscellaneous fixes." into eclair by Dirk Dougherty · 17 years ago
  6. 19588a5 am 6c87c77d: (-s ours) am a2b0d38f: First draft of multitouch in the WebView. by Grace Kloba · 17 years ago
  7. 86cf1ad am d55aa751: am 7c5bf466: consolidating to only use one surface per plugin. give plugin access to java context. by Derek Sollenberger · 17 years ago
  8. d55aa75 am 7c5bf466: consolidating to only use one surface per plugin. give plugin access to java context. by Derek Sollenberger · 17 years ago
  9. 9d8c311 am 90ce68a9: (-s ours) am 6d0f6c78: Merge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair by Jack Palevich · 17 years ago
  10. 380ae0a am 9c74295f: am a1759cea: Merge "add eventlog message whenever sqlite reports db corruption error" into eclair by Vasu Nori · 17 years ago
  11. 333beab am c9a26f29: am aa3b5961: javadoc change: fix the selector sample XML in the class description (was broken due to improper ordering) by Scott Main · 17 years ago
  12. 2187e240 Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com. by Trevor Johns · 17 years ago
  13. 6b113b1 am 595f48b2: Merge "SDK doc change: Miscellaneous fixes." into eclair by Dirk Dougherty · 17 years ago
  14. 595f48b Merge "SDK doc change: Miscellaneous fixes." into eclair by Dirk Dougherty · 17 years ago
  15. cf6bbab SDK doc change: Miscellaneous fixes. by Dirk Dougherty · 17 years ago
  16. 7240b50 Merge "Unhide LocationManager APIs needed for unbundled location providers." by Mike Lockwood · 17 years ago
  17. 7c5bf46 consolidating to only use one surface per plugin. give plugin access to java context. by Derek Sollenberger · 17 years ago
  18. 10d268e Merge "Allow a video to be correctly resumed programatically after being paused." by Andrei Popescu · 17 years ago
  19. 6c87c77 am a2b0d38f: First draft of multitouch in the WebView. by Grace Kloba · 17 years ago
  20. a2b0d38 First draft of multitouch in the WebView. by Grace Kloba · 17 years ago
  21. a41f97b Allow a video to be correctly resumed programatically after being paused. by Andrei Popescu · 17 years ago
  22. 0f5525a framework: asec: Rename 'Cache' -> 'Container' by San Mehat · 17 years ago
  23. ee7d552 Merge "MountService: Clean up some logspam" by San Mehat · 17 years ago
  24. 52eab1c Unhide LocationManager APIs needed for unbundled location providers. by Mike Lockwood · 17 years ago
  25. 3b06c9f Merge "Copy SearchSourceSelector from QuickSearchBox" by Bjorn Bringert · 17 years ago
  26. f961358 MountService: Clean up some logspam by San Mehat · 17 years ago
  27. f6298db am ff7d33b5: am 04e0a101: Bring up IME after receiving a response from webkit. by Leon Scroggins · 17 years ago
  28. ff7d33b am 04e0a101: Bring up IME after receiving a response from webkit. by Leon Scroggins · 17 years ago
  29. 04e0a10 Bring up IME after receiving a response from webkit. by Leon Scroggins · 17 years ago
  30. 90ce68a am 6d0f6c78: Merge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair by Jack Palevich · 17 years ago
  31. 6d0f6c7 Merge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair by Jack Palevich · 17 years ago
  32. 32d580c Copy SearchSourceSelector from QuickSearchBox by Bjorn Bringert · 17 years ago
  33. 71de785 Make Build.UNKNOWN public. by Ficus Kirkpatrick · 17 years ago
  34. 9c74295 am a1759cea: Merge "add eventlog message whenever sqlite reports db corruption error" into eclair by Vasu Nori · 17 years ago
  35. c9a26f2 am aa3b5961: javadoc change: fix the selector sample XML in the class description (was broken due to improper ordering) by Scott Main · 17 years ago
  36. 4b138d8 am cffea95e: (-s ours) am 3fb4ee4e: Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair by Daniel Sandler · 17 years ago
  37. 84b42b8 am d31d7397: am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 17 years ago
  38. 2924a51 Fix duplicate constant in layoutbridge. by Romain Guy · 17 years ago
  39. 9b0b155 Merge "Deprecate fill_parent and introduce match_parent. Bug: #2361749." by Romain Guy · 17 years ago
  40. 714834d Merge "Enabling multiple apps to use different speech synthesis engines and not interfere with one another." by Charles Chen · 17 years ago
  41. 2a6c63b Merge "Remove useless start of AudioTrack for TTS and improper volume setting. The AudioTrack that plays the synthesized audio data should only be started when the first synthesis request is sent, not after the initialization of the engine. The track volume should be initialized to it nominal level. Volumes above 1 do not provide amplification, so setting the volume to 2 is not necessary." by Jean-Michel Trivi · 17 years ago
  42. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 17 years ago
  43. a1759ce Merge "add eventlog message whenever sqlite reports db corruption error" into eclair by Vasu Nori · 17 years ago
  44. 60dd360 Enabling multiple apps to use different speech synthesis engines and not by Charles Chen · 17 years ago
  45. 0a02894 Merge "MountService: Add new Settings for UMS prompting and notification behavior" by San Mehat · 17 years ago
  46. ddc63ad Remove useless start of AudioTrack for TTS and improper volume setting. by Jean-Michel Trivi · 17 years ago
  47. ad5a748 Merge "Settings: Add settings for MountService prefs and bump DB version to 46" by San Mehat · 17 years ago
  48. 923432d Merge "explicitly initialize static final boolean to fix build" by Mike Reed · 17 years ago
  49. b292473 explicitly initialize static final boolean to fix build by Mike Reed · 17 years ago
  50. e7bac8f Merge "Reorganize some of the stagefright implementation related to metadata." by Andreas Huber · 17 years ago
  51. 1df26b1 Merge "optional flag to enable tracker debugging" by Mike Reed · 17 years ago
  52. fdc5424 optional flag to enable tracker debugging by Mike Reed · 17 years ago
  53. 046dd01 Merge "ContentResolver.query() includes performance considerations" by Tom O'Neill · 17 years ago
  54. 1f6301e MountService: Add new Settings for UMS prompting and notification behavior by San Mehat · 17 years ago
  55. 87734d3 Settings: Add settings for MountService prefs and bump DB version to 46 by San Mehat · 17 years ago
  56. 0ba1cb0 ContentResolver.query() includes performance considerations by Tom O'Neill · 17 years ago
  57. f5d95cb less log spew by Joe Onorato · 17 years ago
  58. 51d3e79 Merge "MountService: Fix asec list bug" by San Mehat · 17 years ago
  59. aa3b596 javadoc change: fix the selector sample XML in the class by Scott Main · 17 years ago
  60. cffea95 am 3fb4ee4e: Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair by Daniel Sandler · 17 years ago
  61. 6c133a7 MountService: Fix asec list bug by San Mehat · 17 years ago
  62. 3fb4ee4 Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair by Daniel Sandler · 17 years ago
  63. d31d739 am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 17 years ago
  64. 7aac554 Synchronize all WifiNative calls by Irfan Sheriff · 17 years ago
  65. e4a8380 Reorganize some of the stagefright implementation related to metadata. by Andreas Huber · 17 years ago
  66. 660cc34 Merge "b/2293263 Finished removing busyBits references." by Erik Pasternak · 17 years ago
  67. 431f5fd Unhide WebView#emulateShiftHeld() so that gmail can do select-to-copy by Evan Millar · 17 years ago
  68. dd1b39b add eventlog message whenever sqlite reports db corruption error by Vasu Nori · 17 years ago
  69. 698893f Merge "Update with latest translations." by Eric Fischer · 17 years ago
  70. b816377 Merge "Fix a bug where the usage for an origin shows up as 0 in Website Settings when the origin uses app cache but not database." by Andrei Popescu · 17 years ago
  71. 29eadcf Merge "Deprecate onTooManyRedirects." by Patrick Scott · 17 years ago
  72. 02a018f Merge "when finalizing SQLiteCursor, close it but don't throw exceptions." by Vasu Nori · 17 years ago
  73. 663ec30 Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 17 years ago
  74. 9840970 Fix a bug where the usage for an origin shows up as 0 in Website Settings when the origin by Andrei Popescu · 17 years ago
  75. c2a5d96 Merge "remove Settings.Gservices" by Doug Zongker · 17 years ago
  76. 595ae28 Merge "Environment: Catch *all* exceptions from MountService" by San Mehat · 17 years ago
  77. 6a5b0ec Deprecate onTooManyRedirects. by Patrick Scott · 17 years ago
  78. 0d05539 am 4e9a9d8e: am c89b13b9: Use Calendar.add() instead of Calendar.roll() by Leon Scroggins · 17 years ago
  79. b0470f6 am 2110bb02: am affa5d2c: remove unused jni interfaces by Cary Clark · 17 years ago
  80. 4e9a9d8 am c89b13b9: Use Calendar.add() instead of Calendar.roll() by Leon Scroggins · 17 years ago
  81. c89b13b Use Calendar.add() instead of Calendar.roll() by Leon Scroggins · 17 years ago
  82. 994cd79 DO NOT MERGE A library for encoding and decoding ETC1 textures. by Jack Palevich · 17 years ago
  83. a6a7281 Environment: Catch *all* exceptions from MountService by San Mehat · 17 years ago
  84. 624d39d Unhide intent extra constants for Camera. by Chih-Chung Chang · 17 years ago
  85. b0ef1bc Merge "Bumper un-@hide (un-@pending actually) of previously reviewed APIs:" by Dan Egnor · 17 years ago
  86. 6e70912 Bumper un-@hide (un-@pending actually) of previously reviewed APIs: by Dan Egnor · 17 years ago
  87. 7f9ea43f am f6de904a: am 063d03ed: Converting tabs to spaces in docs/html/resources/resources_toc.cs. by Trevor Johns · 17 years ago
  88. f6de904 am 063d03ed: Converting tabs to spaces in docs/html/resources/resources_toc.cs. by Trevor Johns · 17 years ago
  89. aed8f8e remove Settings.Gservices by Doug Zongker · 17 years ago
  90. 6054552 Merge "remove GoogleWebContentHelper class" by Doug Zongker · 17 years ago
  91. b85513b b/2293263 Finished removing busyBits references. by Erik · 17 years ago
  92. 917cd4f Fix npot but where mipmap level sizes were rounding in the wrong direction. Should always be floor. by Jason Sams · 17 years ago
  93. 6286953 Change user attribs to look for empty slot rather than using them in order. Prevents conflict with numbered legacy slots. by Jason Sams · 17 years ago
  94. d22c49a2 Update with latest translations. by Eric Fischer · 17 years ago
  95. c34705b remove GoogleWebContentHelper class by Doug Zongker · 17 years ago
  96. 42960e8 when finalizing SQLiteCursor, close it but don't throw exceptions. by Vasu Nori · 17 years ago
  97. 063d03e Converting tabs to spaces in docs/html/resources/resources_toc.cs. by Trevor Johns · 17 years ago
  98. edc5189 change remaining frameworks/base Gservices to Secure settings by Doug Zongker · 17 years ago
  99. 43866e0 move some system services from gservices to secure settings by Doug Zongker · 17 years ago
  100. 6414970 Merge "b/2358627 and b/2293263 Fixed eventDay bugs." by Erik Pasternak · 17 years ago