1. 2a091d7 Update Tethering. by Robert Greenwalt · 15 years ago
  2. e421195 Merge "Fix for [Horizontal]ScrollView scroll range reporting" by Adam Powell · 15 years ago
  3. a2f9101 Fix for [Horizontal]ScrollView scroll range reporting by Adam Powell · 15 years ago
  4. e8cb5ab Merge "Enhance URL regular expression to match more Unicode chars." by Shimeng (Simon) Wang · 15 years ago
  5. 3d0ff09 Merge "VelocityTracker now uses pointer id instead of index when referring to multiple pointers. VelocityTracker now correctly handles multitouch. Addresses http://b/issue?id=2439030" by Adam Powell · 15 years ago
  6. 70bc217 Merge "Added proper overscrolling scroll bar behavior to GridView" by Adam Powell · 15 years ago
  7. b9dfb9b Download Manager API to support Gmail by Paul Westbrook · 15 years ago
  8. 642b7c0 Merge "Include install location preference when installing packages. Changes include Add new remote call in default container service to determine install location. Rename INSTALL_ON_SDCARD Remove recommentAppInstall method Add some additional flags used in remote stubs. Move check for protected apps prior to copy. Unit tests" by Suchi Amalapurapu · 15 years ago
  9. c694aa7 Merge "tweak the Base64 implementation" by Doug Zongker · 15 years ago
  10. 9df2ffd tweak the Base64 implementation by Doug Zongker · 15 years ago
  11. bd275440 Set up the WebTextView before setting its selection. by Leon Scroggins · 15 years ago
  12. 103d536 Make vCard importer use Organization name when there's no other information available. by Daisuke Miyakawa · 15 years ago
  13. 51e43a3 Add error handling codes into vCard composer. by Daisuke Miyakawa · 15 years ago
  14. 1c9131c Remove all traces of the old checkin service (and its associated parental by Dan Egnor · 15 years ago
  15. 0e9d2af New user interface sound effects: by Daniel Sandler · 15 years ago
  16. 73d8fca VelocityTracker now uses pointer id instead of index when referring to by Adam Powell · 15 years ago
  17. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 15 years ago
  18. 8fe5571 fix build breakage due to javadoc error by Doug Zongker · 15 years ago
  19. b125dc5 Fix MotionEvent pointer API. by Dianne Hackborn · 15 years ago
  20. 33f7a80 @hide the bizarro Base64 stream constructors by Doug Zongker · 15 years ago
  21. d2affae add a Base64 implementation to the API by Doug Zongker · 15 years ago
  22. f5c6eff Force layout on TableRows when column widths are shrinked or streched. by Gilles Debunne · 15 years ago
  23. f2a204e Added proper overscrolling scroll bar behavior to GridView by Adam Powell · 15 years ago
  24. a10b48d Merge "Closed tabs removed from layout." by Gilles Debunne · 15 years ago
  25. 60d2156 Merge "Really fix the build - one more change to SearchDialog which shouldn't have been submitted." by Mike LeBeau · 15 years ago
  26. 0ffc570 Really fix the build - one more change to SearchDialog which shouldn't have by Mike LeBeau · 15 years ago
  27. 0a3e94d Merge "Log previous SQL statement also when logging "COMMIT;" operations." by Brad Fitzpatrick · 15 years ago
  28. 0499498 Add a new KEYBOARD_TAP haptic feedback type for very short, low-latency vibration. by Amith Yamasani · 15 years ago
  29. 80eeeb7 Merge "Make the corresponding frameworks change to add VoiceRecognitionService to the list of SDK sample apps." by Mike LeBeau · 15 years ago
  30. 9c57aca Make the corresponding frameworks change to add VoiceRecognitionService to by Mike LeBeau · 15 years ago
  31. 96898b3 Merge "Add Pointer Location to the window manager." by Dianne Hackborn · 15 years ago
  32. d85639a Merge "Public Download Manager API" by Jean-Baptiste Queru · 15 years ago
  33. 90d2db3 Add Pointer Location to the window manager. by Dianne Hackborn · 15 years ago
  34. b28c797 Log previous SQL statement also when logging "COMMIT;" operations. by Brad Fitzpatrick · 15 years ago
  35. 1257b10 Merge "Fix javadoc link for SDK build breakage" by Adam Powell · 15 years ago
  36. 4886d40 Fix javadoc link for SDK build breakage by Adam Powell · 15 years ago
  37. 93c0a0d Merge "Fix key debounce (was too aggressive and buggy) and dismiss mini keyboard on cancel event." by Amith Yamasani · 15 years ago
  38. d0534f4 Merge "Implement navigator.isApplicationInstalled() API" by Andrei Popescu · 15 years ago
  39. a6d747d Implement navigator.isApplicationInstalled() API by Andrei Popescu · 15 years ago
  40. 0b8bb42 Overscrolling modifications. Overscroll will not allow the user to by Adam Powell · 15 years ago
  41. cccd63c Fixing the bug where mic button is not shown by Valentin Kravtsov · 15 years ago
  42. ac6df2d Move the animations in the UI thread by Nicolas Roard · 15 years ago
  43. 4709693 Add APIs for mapping between new and current package names. by Dianne Hackborn · 15 years ago
  44. 7aa936e Fix key debounce (was too aggressive and buggy) and dismiss mini keyboard on cancel event. by Amith Yamasani · 15 years ago
  45. 6a35387 Measure walltime in ContentResolver and SQLiteDatabase operations logging. by Brad Fitzpatrick · 15 years ago
  46. 5a4b1d9 Merge "Hiding the new TextToSpeech Intent extras for voice data check to fix the build." by Charles Chen · 15 years ago
  47. f1e245f Hiding the new TextToSpeech Intent extras for voice data check to fix the build. by Charles Chen · 15 years ago
  48. 1202cf1 Merge "Measure walltime in ContentResolver and SQLiteDatabase operations logging." by Brad Fitzpatrick · 15 years ago
  49. d72f718 Measure walltime in ContentResolver and SQLiteDatabase operations logging. by Brad Fitzpatrick · 15 years ago
  50. dc2df32 Fix build. by Raphael · 15 years ago
  51. 387e805 Merge "Adding Intent extra strings to TextToSpeech.Engine for doing voice data checks." by Charles Chen · 15 years ago
  52. 76d9c3c Adding Intent extra strings to TextToSpeech.Engine for doing voice data checks. by Charles Chen · 15 years ago
  53. f26919e Merge "Improve a comment in RecognitionService." by Mike LeBeau · 15 years ago
  54. 2f853ea Improve a comment in RecognitionService. by Mike LeBeau · 15 years ago
  55. cb6351c Merge "Use the new RecognitionService.SERVICE_INTERFACE instead of RecognizerIntent.ACTION_RECOGNIZE_SPEECH when finding a voice recognition service." by Mike LeBeau · 15 years ago
  56. cb0be8a Use the new RecognitionService.SERVICE_INTERFACE instead of by Mike LeBeau · 15 years ago
  57. 315ada7 Get rid of the limit-unlock policy control. by Dianne Hackborn · 15 years ago
  58. 51c02db Enhance URL regular expression to match more Unicode chars. by Shimeng (Simon) Wang · 15 years ago
  59. 378ae12 Add SERVICE_INTERFACE and SERVICE_META_DATA constants to RecognitionService, by Mike LeBeau · 15 years ago
  60. 27b28b3 Introduce special UI modes for night and car usage. by Tobias Haamel · 15 years ago
  61. 1ceb79e Merge "Add new setting for the ComponentName of the service to be used for voice recognition on the device. Right now this just queries the package manager at boot and finds the (hopefully) single available recognizer." by Mike LeBeau · 15 years ago
  62. 5d34e9b Add new setting for the ComponentName of the service to be used by Mike LeBeau · 15 years ago
  63. 6dee18c New implementation of <original-package> tag. by Dianne Hackborn · 15 years ago
  64. 1ab6d75 Merge "MountService: Fix some mountset bugs and tighten up some return values" by San Mehat · 15 years ago
  65. 18e9396 Eliminate dependencies on Checkin, replacing checkin events with EventLog by Dan Egnor · 15 years ago
  66. 5e2c81d Remove in-app to global search toggle. Bug: 2436539 by Amith Yamasani · 15 years ago
  67. a181b21 MountService: Fix some mountset bugs and tighten up some return values by San Mehat · 15 years ago
  68. 91f2a20 Add content provider for browser geolocation permissions by Bjorn Bringert · 15 years ago
  69. 49ffc0f Revise ThumbnailUtils API. by Ray Chen · 15 years ago
  70. ce2baf0 Closed tabs removed from layout. by Gilles Debunne · 15 years ago
  71. 23085b7 Support per-application switch to execute the VM in safe mode. by Ben Cheng · 15 years ago
  72. 60586f2 API CHANGE: Add SSLSessionCache public API to allow unbundled SSL session caching. by Dan Egnor · 15 years ago
  73. e4e82f2 Unhide SearchManager.INTENT_ACTION_SEARCH_SETTINGS by Bjorn Bringert · 15 years ago
  74. 23897c1 Use resource ID for searchable description by Bjorn Bringert · 15 years ago
  75. caa6f38 Merge "fix an NPE in SyncManager's dump where it can get a null AuthorityInfo; instead create one if one doesn't exist yet" by Fred Quintana · 15 years ago
  76. 1bbcd10 fix an NPE in SyncManager's dump where it can get a null AuthorityInfo; instead create one if one doesn't exist yet by Fred Quintana · 15 years ago
  77. 46b8efa Merge "Prevent infinite loop in the Phone UI." by Romain Guy · 15 years ago
  78. 5180d1c Prevent infinite loop in the Phone UI. by Romain Guy · 15 years ago
  79. 117818e Add new manifest option for install location by Suchi Amalapurapu · 15 years ago
  80. ced72c8 Remove SearchManager.SOURCE by Bjorn Bringert · 15 years ago
  81. a18e901 Explain setPreviewFrameRate and getPreviewFrameRate more clearly. by Wu-cheng Li · 15 years ago
  82. be14332 Merge "Add exposure compensation parameter." by Wu-cheng Li · 15 years ago
  83. 739e1f8 Merge "MountService: Add isSecureContainerMounted() API call" by San Mehat · 15 years ago
  84. 46d3502 Merge "Add EXTRA_PARTIAL_RESULTS so that clients can enable receiving results via onPartialResults()" by Alex Gruenstein · 15 years ago
  85. 8c58308 Merge "Fix the lock screen." by Romain Guy · 15 years ago
  86. b4a107d Fix the lock screen. by Romain Guy · 15 years ago
  87. 6cdd9c0 MountService: Add isSecureContainerMounted() API call by San Mehat · 15 years ago
  88. a63730d Log ContentProvider operations to the EventLog. by Brad Fitzpatrick · 15 years ago
  89. e1d6830 am 87da8606: Manually merged VelocityTracker changes by Adam Powell · 15 years ago
  90. c4893b7 Merge "only make AccountManager throw an exception on blocking calls in the UI thread if the application's SDK is froyo or later" by Fred Quintana · 15 years ago
  91. 6909b5a Merge "Make the Date Picker fields more consistent in locales with numeric months." by Eric Fischer · 15 years ago
  92. 5fe1e62 Make the Date Picker fields more consistent in locales with numeric months. by Eric Fischer · 15 years ago
  93. cc47fae Add EXTRA_PARTIAL_RESULTS so that clients can enable receiving results via onPartialResults() by Alex Gruenstein · 15 years ago
  94. 87da860 Manually merged VelocityTracker changes by Adam Powell · 15 years ago
  95. 632aa76 Merge "New external storage APIs." by Dianne Hackborn · 15 years ago
  96. e83cefce New external storage APIs. by Dianne Hackborn · 15 years ago
  97. 751fdc0 only make AccountManager throw an exception on blocking calls in the UI thread if the application's SDK is froyo or later by Fred Quintana · 15 years ago
  98. df737e4 Merge "Set the IME action to GO for normal textfields." by Leon Scroggins · 15 years ago
  99. af314e2 Set the IME action to GO for normal textfields. by Leon Scroggins · 15 years ago
  100. 5c84bf0 Restart input when moving to a new textfield. by Leon Scroggins · 15 years ago