1. 117818e Add new manifest option for install location by Suchi Amalapurapu · 15 years ago
  2. ced72c8 Remove SearchManager.SOURCE by Bjorn Bringert · 15 years ago
  3. a18e901 Explain setPreviewFrameRate and getPreviewFrameRate more clearly. by Wu-cheng Li · 15 years ago
  4. be14332 Merge "Add exposure compensation parameter." by Wu-cheng Li · 15 years ago
  5. 739e1f8 Merge "MountService: Add isSecureContainerMounted() API call" by San Mehat · 15 years ago
  6. 46d3502 Merge "Add EXTRA_PARTIAL_RESULTS so that clients can enable receiving results via onPartialResults()" by Alex Gruenstein · 15 years ago
  7. 8c58308 Merge "Fix the lock screen." by Romain Guy · 15 years ago
  8. b4a107d Fix the lock screen. by Romain Guy · 15 years ago
  9. 6cdd9c0 MountService: Add isSecureContainerMounted() API call by San Mehat · 15 years ago
  10. a63730d Log ContentProvider operations to the EventLog. by Brad Fitzpatrick · 15 years ago
  11. e1d6830 am 87da8606: Manually merged VelocityTracker changes by Adam Powell · 15 years ago
  12. 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
  13. 6909b5a Merge "Make the Date Picker fields more consistent in locales with numeric months." by Eric Fischer · 15 years ago
  14. 5fe1e62 Make the Date Picker fields more consistent in locales with numeric months. by Eric Fischer · 15 years ago
  15. cc47fae Add EXTRA_PARTIAL_RESULTS so that clients can enable receiving results via onPartialResults() by Alex Gruenstein · 15 years ago
  16. 87da860 Manually merged VelocityTracker changes by Adam Powell · 15 years ago
  17. 632aa76 Merge "New external storage APIs." by Dianne Hackborn · 15 years ago
  18. e83cefce New external storage APIs. by Dianne Hackborn · 15 years ago
  19. 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
  20. df737e4 Merge "Set the IME action to GO for normal textfields." by Leon Scroggins · 15 years ago
  21. af314e2 Set the IME action to GO for normal textfields. by Leon Scroggins · 15 years ago
  22. 5c84bf0 Restart input when moving to a new textfield. by Leon Scroggins · 15 years ago
  23. 44d9937 Merge "Fix NPE in FileObserver when multiple events pile in for a defunct observer. Also, fix up some bogus whitespace (hard tabs, etc)." by Dan Egnor · 15 years ago
  24. cdc045d Merge "Properly notifies listener when an animation is cancelled. Bug: #2428005." by Romain Guy · 15 years ago
  25. cb72cda Merge "change wording in warning msg printed when compiled-sql cache is full" by Vasu Nori · 15 years ago
  26. 8e867eb Merge "Fix NPE in PackageParser" by Bjorn Bringert · 15 years ago
  27. 82f82be change wording in warning msg printed when compiled-sql cache is full by Vasu Nori · 15 years ago
  28. 305a2eb Properly notifies listener when an animation is cancelled. Bug: #2428005. by Romain Guy · 15 years ago
  29. b7f17d4 Take into account the visible title height when scrolling. by Shimeng (Simon) Wang · 15 years ago
  30. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 15 years ago
  31. 64e6a45 StorageNotification: Add general storage notification for UMS/Storage events by San Mehat · 15 years ago
  32. 18f75bd am e88192b9: Cleanup fixes for ScaleGestureDetector by Adam Powell · 15 years ago
  33. e88192b Cleanup fixes for ScaleGestureDetector by Adam Powell · 15 years ago
  34. c8da710 Merge changes I1aabef01,I8dbd0f83 by San Mehat · 15 years ago
  35. ace5a3f Hide resourceDirs from public API by Kenny Root · 15 years ago
  36. d5ff5db Handle the Tab key by moving to the next textfield. And ensure by Leon Scroggins · 15 years ago
  37. e04b1ad Fix NPE in PackageParser by Bjorn Bringert · 15 years ago
  38. ff723b6 Add exposure compensation parameter. by Wu-cheng Li · 15 years ago
  39. a90cee8 Merge "Fixes to DeviceAdmin & DevicePolicyManager Javadoc" by Andy Stadler · 15 years ago
  40. 88209d1 Fixes to DeviceAdmin & DevicePolicyManager Javadoc by Andrew Stadler · 15 years ago
  41. 0b31970 Fix 2402303: Split Keyboard widget from LatinIME into reusable PasswordEntryKeyboardView by Jim Miller · 15 years ago
  42. 17da5a6 StorageManager: Check for a null MountService by San Mehat · 15 years ago
  43. d95244f Fix NPE in FileObserver when multiple events pile in for a defunct by Dan Egnor · 15 years ago
  44. 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 15 years ago
  45. ec5df83 Fix to enable having a primary index that's not the closest match. by Amith Yamasani · 15 years ago
  46. 1fa2d46 Merge "Always remember the last touch mode state when touch mode changes." by Romain Guy · 15 years ago
  47. 498b296 Always remember the last touch mode state when touch mode changes. by Romain Guy · 15 years ago
  48. a229279 Merge "Rename media resource broadcasts Add checks for fwdlocked and updated system apps add more tests remove duplicate adds" by Suchi Amalapurapu · 15 years ago
  49. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 15 years ago
  50. c9532609 animated the return to normal of mr-stretchy by Mike Reed · 15 years ago
  51. e8d898f Merge "Make ComponentName cloneable." by Joe Onorato · 15 years ago
  52. 43d5e65 Merge "Prevent crash in KeyboardView when the view is 0x0." by Romain Guy · 15 years ago
  53. edc649a Make ComponentName cloneable. by Joe Onorato · 15 years ago
  54. 870d81d remove android.os.Base64Utils by Doug Zongker · 15 years ago
  55. 46a61bb Prevent crash in KeyboardView when the view is 0x0. by Romain Guy · 15 years ago
  56. 8d45e4e changes after review by API council by Vasu Nori · 15 years ago
  57. 3ef94e2 use sqlite 3.6.22 to print and profile the sql statetements by Vasu Nori · 15 years ago
  58. 5d36c46 am ad9bcb22: merge from open-source master by The Android Open Source Project · 15 years ago
  59. 7406e53 Merge "Fixing a bug when installing VoiceSearch cause error" by Bjorn Bringert · 15 years ago
  60. 7a3c9d3 Fixing a bug when installing VoiceSearch cause error by Valentin Kravtsov · 15 years ago
  61. 0bce138 Merge "fix a warning message that is confusing people." by Vasu Nori · 15 years ago
  62. 4580347 ListView updates. Fixed several overscrolling bugs. Added programmatic by Adam Powell · 15 years ago
  63. 8186ae5 Merge "Do not let negative margins reduce the size of the LinearLayout." by Romain Guy · 15 years ago
  64. 053b480 Do not let negative margins reduce the size of the LinearLayout. by Romain Guy · 15 years ago
  65. c5d1c6d add sync polling by Fred Quintana · 15 years ago
  66. adf1c58 fix a warning message that is confusing people. by Vasu Nori · 15 years ago
  67. ad9bcb2 merge from open-source master by The Android Open Source Project · 15 years ago
  68. b09ef7b Merge "Use a circular buffer in VelocityTracker" by Adam Powell · 15 years ago
  69. b74a84d Merge "Fix dialogs to occupy more space." by Romain Guy · 15 years ago
  70. d60d374 Fix dialogs to occupy more space. by Romain Guy · 15 years ago
  71. 2cd2374 Merge "Make ACCOUNT_NAME/ACCOUNT_TYPE consistent." by Ken Shirriff · 15 years ago
  72. 15049e4 Make ACCOUNT_NAME/ACCOUNT_TYPE consistent. by Ken Shirriff · 15 years ago
  73. 97e4494 Add an AlarmManager API to set the system time (with the proper permissions). by Dan Egnor · 15 years ago
  74. 7722abe Bug 2420366 by Paul Westbrook · 15 years ago
  75. 744d902 Add a new permission and remove createTitleFromFilename. by Leon Scroggins · 15 years ago
  76. 3da3cad Adding speech recognition service public API by Valentin Kravtsov · 15 years ago
  77. 4766def Fixed Android animation framework, for using interpolators that do not start at 0.0f by Andreas Agvard · 15 years ago
  78. 50929f0 Merge "Rename ApplicationContext to ContextImpl." by Dianne Hackborn · 15 years ago
  79. 2155637 Rename ApplicationContext to ContextImpl. by Dianne Hackborn · 15 years ago
  80. 5c1779b Merge "Add single-package restore from an app's most-recent data" by Chris Tate · 15 years ago
  81. 8472581 Add single-package restore from an app's most-recent data by Christopher Tate · 15 years ago
  82. 64226a4 Merge "Add support in StatusBarManager for disabling ticker text." by Daniel Sandler · 15 years ago
  83. 91e1d0c Add support in StatusBarManager for disabling ticker text. by Daniel Sandler · 15 years ago
  84. ac72cb9 Merge "fix [2313526] sensor enable race condition" by Mathias Agopian · 15 years ago
  85. b3dc5eb fix [2313526] sensor enable race condition by Mathias Agopian · 15 years ago
  86. a969dc4 Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection<Rfc822Token> out) by Michael Chan · 15 years ago
  87. 5c19aec API review: TrafficStats: rename Pkts to Packets by Ken Shirriff · 15 years ago
  88. 46c5312 Rename GestureUtilities to GestureUtils. by Romain Guy · 15 years ago
  89. 7b4030d Merge "Framework part of issue #2391576: Add method to start the Jit and call it" by Dianne Hackborn · 15 years ago
  90. 2a9094d Framework part of issue #2391576: Add method to start the Jit and call it by Dianne Hackborn · 15 years ago
  91. da5c1bd Remove source selector from SearchDialog by Bjorn Bringert · 15 years ago
  92. 5c33c62 Merge "Enable StreamLoader to be loaded in a separate thread." by Grace Kloba · 15 years ago
  93. d0e18ff First pass at USB Tethering. by Robert Greenwalt · 15 years ago
  94. ac75f56 Enable StreamLoader to be loaded in a separate thread. by Grace Kloba · 15 years ago
  95. 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 · 15 years ago
  96. fa6bc84 Merge "Implement system data migration support." by Dianne Hackborn · 15 years ago
  97. eb6b1fa Fixed an overscrolling bug in AbsListView with a root in OverScroller. by Adam Powell · 15 years ago
  98. b858dfd Implement system data migration support. by Dianne Hackborn · 15 years ago
  99. 348f7b9 Merge "Add auto-restore setting and Backup Manager awareness thereof" by Chris Tate · 15 years ago
  100. cce9da5 Add auto-restore setting and Backup Manager awareness thereof by Christopher Tate · 15 years ago