1. b687581 Merge "Preview seperating RenderScript into RenderScript and RenderScriptGL" by Jason Sams · 14 years ago
  2. 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 · 14 years ago
  3. de1ef51 Merge "Regenerate the TopLevelDomain from iana.org website." by Shimeng (Simon) Wang · 14 years ago
  4. 6909b5a Merge "Make the Date Picker fields more consistent in locales with numeric months." by Eric Fischer · 14 years ago
  5. 704ff64 Preview seperating RenderScript into RenderScript and RenderScriptGL by Jason Sams · 14 years ago
  6. 5fe1e62 Make the Date Picker fields more consistent in locales with numeric months. by Eric Fischer · 14 years ago
  7. 46d4525 Print the snapshot focus rather than the Window Manager's actual current focus by Christopher Tate · 14 years ago
  8. ba637f8 Merge "Add support for physically rotated displays" by Mathias Agopian · 14 years ago
  9. 3ed6fbd Regenerate the TopLevelDomain from iana.org website. by Shimeng (Simon) Wang · 14 years ago
  10. 4eaef13 Merge "Defer actual work of setDataSource given a URI to the prepare phase in order to not block the calling thread for any significant amount of time..." by Andreas Huber · 14 years ago
  11. ffdf478 Defer actual work of setDataSource given a URI to the prepare phase in order to not block the calling thread for any significant amount of time... by Andreas Huber · 14 years ago
  12. 88e2a5d Merge "Update DroidSansFallback typeface + preserve legacy version" by Eugene Koh · 14 years ago
  13. 0dd4df2 Merge "If the codec's input buffer size is too small to accomodate the buffer read from the source, report and error instead of asserting." by Andreas Huber · 14 years ago
  14. 632aa76 Merge "New external storage APIs." by Dianne Hackborn · 14 years ago
  15. 42c444a If the codec's input buffer size is too small to accomodate the buffer read from the source, report and error instead of asserting. by Andreas Huber · 14 years ago
  16. e83cefce New external storage APIs. by Dianne Hackborn · 14 years ago
  17. fe3b8e9 Support the disc number and custom genre tags for mp4. by Marco Nelissen · 14 years ago
  18. 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 · 14 years ago
  19. df737e4 Merge "Set the IME action to GO for normal textfields." by Leon Scroggins · 14 years ago
  20. 72e5a88 Merge "Restart input when moving to a new textfield." by Amith Yamasani · 14 years ago
  21. 7873725 Merge "suppress broken tests(http://b/2431671)" by Vasu Nori · 14 years ago
  22. af314e2 Set the IME action to GO for normal textfields. by Leon Scroggins · 14 years ago
  23. 53d0c7f Merge "Change key dispatch timeout logging." by Ken Shirriff · 14 years ago
  24. 5c84bf0 Restart input when moving to a new textfield. by Leon Scroggins · 14 years ago
  25. 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 · 14 years ago
  26. 5793a17 suppress broken tests(http://b/2431671) by Vasu Nori · 14 years ago
  27. 1655e28 Merge "MountService: Check for failure to unmount when enabling UMS and fix reversed logic" by San Mehat · 14 years ago
  28. 59443a6 MountService: Check for failure to unmount when enabling UMS and fix reversed logic by San Mehat · 14 years ago
  29. cdc045d Merge "Properly notifies listener when an animation is cancelled. Bug: #2428005." by Romain Guy · 14 years ago
  30. 5e7a09f Update DroidSansFallback typeface + preserve legacy version by Eugene Koh · 14 years ago
  31. cb72cda Merge "change wording in warning msg printed when compiled-sql cache is full" by Vasu Nori · 14 years ago
  32. e33813d Merge "A little less verbosity in stagefright and special treatment for the error state while shutting down." by Andreas Huber · 14 years ago
  33. 8e867eb Merge "Fix NPE in PackageParser" by Bjorn Bringert · 14 years ago
  34. 4398486 Merge "Update the mdpi resource with 2.0 style icons" by Eugene Koh · 14 years ago
  35. 4a9375e A little less verbosity in stagefright and special treatment for the error state while shutting down. by Andreas Huber · 14 years ago
  36. 82f82be change wording in warning msg printed when compiled-sql cache is full by Vasu Nori · 14 years ago
  37. 6420877 Merge "Take into account the visible title height when scrolling." by Shimeng (Simon) Wang · 14 years ago
  38. 305a2eb Properly notifies listener when an animation is cancelled. Bug: #2428005. by Romain Guy · 14 years ago
  39. b7f17d4 Take into account the visible title height when scrolling. by Shimeng (Simon) Wang · 14 years ago
  40. b37d8a4 Merge "Add --auto-add-overlay option to aapt." by Xavier Ducrohet · 14 years ago
  41. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 14 years ago
  42. 3ee1317 NotificationManagerService: Add a listener for storage events by San Mehat · 14 years ago
  43. 64e6a45 StorageNotification: Add general storage notification for UMS/Storage events by San Mehat · 14 years ago
  44. 7659117 Merge "MountService: Harden for pre-boot usage users" by San Mehat · 14 years ago
  45. 6bdcc06 Merge "MountService: Add WARN checks to ASEC calls to catch bad users" by San Mehat · 14 years ago
  46. 52976f3 am 18f75bd4: am e88192b9: Cleanup fixes for ScaleGestureDetector by Adam Powell · 14 years ago
  47. 18f75bd am e88192b9: Cleanup fixes for ScaleGestureDetector by Adam Powell · 14 years ago
  48. e88192b Cleanup fixes for ScaleGestureDetector by Adam Powell · 14 years ago
  49. fdcba38 Merge "During shutdown, don't loop forever on a state transition to OMX_StateInvalid." by Andreas Huber · 14 years ago
  50. 18457fd Merge "NativeDaemonConnector: Improve error reporting and debug formatting" by San Mehat · 14 years ago
  51. c8da710 Merge changes I1aabef01,I8dbd0f83 by San Mehat · 14 years ago
  52. ace5a3f Hide resourceDirs from public API by Kenny Root · 14 years ago
  53. 9c6393b Merge "Handle the Tab key by moving to the next textfield. And ensure there is always a way to get to the next field." by Leon Scroggins · 14 years ago
  54. e56b7e6c Use bswap_16 instead of swap16, because swap16 is not available in glibc by Marco Nelissen · 14 years ago
  55. d5ff5db Handle the Tab key by moving to the next textfield. And ensure by Leon Scroggins · 14 years ago
  56. e04b1ad Fix NPE in PackageParser by Bjorn Bringert · 14 years ago
  57. 7040ce7 resolved conflicts for merge of 37a00a36 to master by Suchi Amalapurapu · 14 years ago
  58. a90cee8 Merge "Fixes to DeviceAdmin & DevicePolicyManager Javadoc" by Andy Stadler · 14 years ago
  59. 88209d1 Fixes to DeviceAdmin & DevicePolicyManager Javadoc by Andrew Stadler · 14 years ago
  60. 0b31970 Fix 2402303: Split Keyboard widget from LatinIME into reusable PasswordEntryKeyboardView by Jim Miller · 14 years ago
  61. 628fd6d Network Location unbundling: by Mike Lockwood · 15 years ago
  62. 207e538 MountService: Harden for pre-boot usage users by San Mehat · 14 years ago
  63. f919cd02 MountService: Add WARN checks to ASEC calls to catch bad users by San Mehat · 14 years ago
  64. 1ff4371 NativeDaemonConnector: Improve error reporting and debug formatting by San Mehat · 14 years ago
  65. 1bf3f8b SystemServer: Move MountService startup before NotificationManagerService by San Mehat · 14 years ago
  66. 17da5a6 StorageManager: Check for a null MountService by San Mehat · 14 years ago
  67. 37a00a3 am 08be55b8: Add null checks when scanning a package. Delete packages whose code and resource paths haven\'t been set correctly. by Suchi Amalapurapu · 14 years ago
  68. d95244f Fix NPE in FileObserver when multiple events pile in for a defunct by Dan Egnor · 14 years ago
  69. 08be55b Add null checks when scanning a package. by Suchi Amalapurapu · 14 years ago
  70. 53bd252 - change the SyncManager to retry MANUAL syncs that encounter a soft error by Fred Quintana · 14 years ago
  71. 9be54d4 ID3v1 tag's strings are ISO8859, not UTF-8, so do the proper conversion when extracting metadata. by Andreas Huber · 14 years ago
  72. ba53068 Merge "Properly implement asynchronous preparation of media playback." by Andreas Huber · 14 years ago
  73. 1655f9a Merge "Fix fountain and put the demos back in the optional build." by Jason Sams · 14 years ago
  74. 5bec3aa Fix fountain and put the demos back in the optional build. by Jason Sams · 14 years ago
  75. 960f5d4 Merge "Remember which apps have available restore info in the ancestral dataset" by Chris Tate · 14 years ago
  76. 7499ef3 Merge "Skip the endianness marker when converting UCS-2 to UTF-8, since it ends up in the UTF-8 string otherwise." by Marco Nelissen · 14 years ago
  77. b49ceb3 Remember which apps have available restore info in the ancestral dataset by Christopher Tate · 14 years ago
  78. 6be780e Properly implement asynchronous preparation of media playback. by Andreas Huber · 14 years ago
  79. 3887ac7 Skip the endianness marker when converting UCS-2 to UTF-8, since it by Marco Nelissen · 14 years ago
  80. 66c77a5 Add support for physically rotated displays by Mathias Agopian · 14 years ago
  81. ec5df83 Fix to enable having a primary index that's not the closest match. by Amith Yamasani · 14 years ago
  82. 7723c94 Merge "Use Tremor for sim-eng, and Tremolo for other targets." by Gloria Wang · 14 years ago
  83. 67c12cc Merge "Add support for the TPOS/TPA (disc number) id3 tag." by Marco Nelissen · 14 years ago
  84. 1fa2d46 Merge "Always remember the last touch mode state when touch mode changes." by Romain Guy · 14 years ago
  85. 498b296 Always remember the last touch mode state when touch mode changes. by Romain Guy · 14 years ago
  86. a229279 Merge "Rename media resource broadcasts Add checks for fwdlocked and updated system apps add more tests remove duplicate adds" by Suchi Amalapurapu · 14 years ago
  87. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 14 years ago
  88. 655306f Add support for the TPOS/TPA (disc number) id3 tag. by Marco Nelissen · 14 years ago
  89. c9a61f6 Merge "Fixing a race condition in the TextToSpeech service that could be triggered if many long utterances are started and interrupted in rapid succession." by Charles Chen · 14 years ago
  90. 2c51014 Use Tremor for sim-eng, and Tremolo for other targets. by Gloria Wang · 14 years ago
  91. c9532609 animated the return to normal of mr-stretchy by Mike Reed · 14 years ago
  92. 44afb7b Fixing a race condition in the TextToSpeech service that could be by Charles Chen · 14 years ago
  93. 836a1f2 Fix the build. That was an API change. by Joe Onorato · 14 years ago
  94. e8d898f Merge "Make ComponentName cloneable." by Joe Onorato · 14 years ago
  95. 43d5e65 Merge "Prevent crash in KeyboardView when the view is 0x0." by Romain Guy · 14 years ago
  96. 9f4557e During shutdown, don't loop forever on a state transition to OMX_StateInvalid. by Andreas Huber · 14 years ago
  97. edc649a Make ComponentName cloneable. by Joe Onorato · 14 years ago
  98. 870d81d remove android.os.Base64Utils by Doug Zongker · 14 years ago
  99. 46a61bb Prevent crash in KeyboardView when the view is 0x0. by Romain Guy · 14 years ago
  100. 0066b08 Merge "add explicit Base64.DEFAULT flag to request default behavior" by Doug Zongker · 14 years ago