1. 62da846 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
  2. 53071d6 Added LatencyTimer to ease latency measurements by Michael Chan · 15 years ago
  3. 4eebf59 am ba2a3a1b: Merge change 1831 into donut by Android (Google) Code Review · 15 years ago
  4. ba2a3a1 Merge change 1831 into donut by Android (Google) Code Review · 15 years ago
  5. 419780b am 935fd37d: Revert "Squashed commit of the following:" by Yang Li · 15 years ago
  6. caed820 Tear down data, if a disconnect request is pending. by Jaikumar Ganesh · 15 years ago
  7. 935fd37 Revert "Squashed commit of the following:" by Yang Li · 15 years ago
  8. b1cb6be Merge change 1777 by Android (Google) Code Review · 15 years ago
  9. 370331f am b3c6addf: Merge change 1825 into donut by Android (Google) Code Review · 15 years ago
  10. 86a99b9a am b3af6b48: Merge change 1748 into donut by Android (Google) Code Review · 15 years ago
  11. 28a6f66 am e85bb9eb: Merge change 1823 into donut by Android (Google) Code Review · 15 years ago
  12. b3c6add Merge change 1825 into donut by Android (Google) Code Review · 15 years ago
  13. 8f1344f5 Fixes #1855461, #1857290 and #1857365. Certain scrollbar styles make an opaque view not be opaque. ListView and View now account for this when indicating whether they are opaque or not. by Romain Guy · 15 years ago
  14. b3af6b4 Merge change 1748 into donut by Android (Google) Code Review · 15 years ago
  15. e85bb9e Merge change 1823 into donut by Android (Google) Code Review · 15 years ago
  16. 2e1da32 Add the backup data file writer C++ class. by Joe Onorato · 15 years ago
  17. b16a8df fix build after merge by The Android Open Source Project · 15 years ago
  18. 55eef63 Add a tool to play all kinds of media files saved in /sdcard/media_api/samples/. It also tests the seeking functionality during the play of each sample file. by Xia Wang · 15 years ago
  19. 7209337 am f8173411: Squashed commit of the following: by Yang Li · 15 years ago
  20. f817341 Squashed commit of the following: by Yang Li · 15 years ago
  21. ce31b23 enhance ContentProvider with the ability to perform batch operations by Fred Quintana · 15 years ago
  22. e18b02c am abc25e36: Add intent for gservices override, and handle empty arguments properly in the "am" utility. by Dan Egnor · 15 years ago
  23. abc25e3 Add intent for gservices override, and handle empty arguments properly by Dan Egnor · 15 years ago
  24. 695c518 am a38b427a: Add a search url text color attribute and theme. For search suggestions in global search (and in related apps using system search like the browser), we\'d like to have a consistent green color used for urls. This makes it available system-wide. by Mike LeBeau · 15 years ago
  25. 435616f Merge change 1787 by Android (Google) Code Review · 15 years ago
  26. d2146d4 resolved conflicts w/ 5bd644caf73e76750feef1a82b8817d32f5367fc merge.... by Eric Fischer · 15 years ago
  27. aaf0718 loadListener.transferEncoding() is null if it is not specified in data: schema when DataLoader is constructed. Reverse the checking order. by Grace Kloba · 15 years ago
  28. a38b427 Add a search url text color attribute and theme. For search suggestions by Mike LeBeau · 15 years ago
  29. 3fdc39a Merge change 1664 by Android (Google) Code Review · 15 years ago
  30. 47ee3bc If battery status is unknown don't send BATTERY_LOW intent by Rebecca Schultz Zavin · 15 years ago
  31. 5bd644c Start using CLDR for some date-and-time strings and formats. by Eric Fischer · 15 years ago
  32. 55051ebd am 4535e405: Implement the C++ class to write the backed up file data. by Joe Onorato · 15 years ago
  33. 4535e40 Implement the C++ class to write the backed up file data. by Joe Onorato · 15 years ago
  34. dd6face am eae850ce: Allow intent resolution to be constrained by package name. by Mihai Preda · 15 years ago
  35. eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 15 years ago
  36. 76879bc resolved conflicts w/ 75986cf9bc57ef11ad70f36fb77fbbf5d63af6ec merge.... by svetoslavganov · 15 years ago
  37. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
  38. e52a5a5 am 669ec3a6: Merge change 1747 into donut by Android (Google) Code Review · 15 years ago
  39. 669ec3a Merge change 1747 into donut by Android (Google) Code Review · 15 years ago
  40. 5bcdff4 Fixes #1846038. The dirty region can sometimes be modified by SurfaceFlinger. When this happens, force the view hierarchy to ignore the dirty flags. by Romain Guy · 15 years ago
  41. f045bb2 am 0c97c7c8: Merge change 1668 into donut by Android (Google) Code Review · 15 years ago
  42. 0c97c7c Merge change 1668 into donut by Android (Google) Code Review · 15 years ago
  43. 85119a4 am 14ad07f6: Merge change 1708 into donut by Android (Google) Code Review · 15 years ago
  44. 14ad07f Merge change 1708 into donut by Android (Google) Code Review · 15 years ago
  45. 39a6dc5 am a3519811: Fix the build, again. by Romain Guy · 15 years ago
  46. a351981 Fix the build, again. by Romain Guy · 15 years ago
  47. 3f229fe update api to match after merge by The Android Open Source Project · 15 years ago
  48. 448ecf5 Fixes #1853550. Prevent NPE when calling the PopupWindow() and PopupWindow(int, int) constructors. Instead, throw an IllegalStateException when trying to show a popup with no content view. by Romain Guy · 15 years ago
  49. 780d61d am d1f7b3a5: Merge change 1704 into donut by Android (Google) Code Review · 15 years ago
  50. d1f7b3a Merge change 1704 into donut by Android (Google) Code Review · 15 years ago
  51. 809a7f6 New feature to track down #1846038. Adds the ability to export flags encoded in int values so as to make them human readable in HierarchyViewer. by Romain Guy · 15 years ago
  52. 67fd6d5 am 1c9a92fd: Merge change 1690 into donut by Android (Google) Code Review · 15 years ago
  53. 1c9a92f Merge change 1690 into donut by Android (Google) Code Review · 15 years ago
  54. 80a538d am 9ea92317: Rearrange some code so it makes more sense. Thanks, findbugs. by Marco Nelissen · 15 years ago
  55. 9ea9231 Rearrange some code so it makes more sense. Thanks, findbugs. by Marco Nelissen · 15 years ago
  56. 658ab7d Added PluginManager to handle getting all the plugin directories from PackageManager. by Grace Kloba · 15 years ago
  57. 3537506 Rework some code so that it works the way it was supposed to work. by Marco Nelissen · 15 years ago
  58. 5f4a2a6 am 94f70cbb: Merge change 1685 into donut by Android (Google) Code Review · 15 years ago
  59. 679bfc1 am 1746d6fe: Fix a bug that findbugs found by Marco Nelissen · 15 years ago
  60. 4ae6aa2 am 109b21ba: Merge change 1677 into donut by Android (Google) Code Review · 15 years ago
  61. aa2b723 am 2a5cfe51: Merge change 1590 into donut by Android (Google) Code Review · 15 years ago
  62. d6ea77e1 am 4a8fb93f: Merge change 1638 into donut by Android (Google) Code Review · 15 years ago
  63. afee71a am fafb16c5: Fix typo by Marco Nelissen · 15 years ago
  64. 2848954 am 02c1c46f: Merge change 1674 into donut by Android (Google) Code Review · 15 years ago
  65. a9e0bdb am d4103d0d: Fix the build by Romain Guy · 15 years ago
  66. a64b8607 am aa642c0c: Merge changes 1591,1596 into donut by Android (Google) Code Review · 15 years ago
  67. 94f70cb Merge change 1685 into donut by Android (Google) Code Review · 15 years ago
  68. 4fb27ba Remove unnecessary code. by Marco Nelissen · 15 years ago
  69. 1746d6f Fix a bug that findbugs found by Marco Nelissen · 15 years ago
  70. 109b21b Merge change 1677 into donut by Android (Google) Code Review · 15 years ago
  71. 2a5cfe5 Merge change 1590 into donut by Android (Google) Code Review · 15 years ago
  72. d282ac8 Findbugs fixes. by Marco Nelissen · 15 years ago
  73. 4a8fb93 Merge change 1638 into donut by Android (Google) Code Review · 15 years ago
  74. 3d91492 fix window layout problem in ViewRoot by Mitsuru Oshima · 15 years ago
  75. fafb16c Fix typo by Marco Nelissen · 15 years ago
  76. 02c1c46 Merge change 1674 into donut by Android (Google) Code Review · 15 years ago
  77. 0632ca7 gps: Time out after 1 minute if we are unable to get a fix and our fix interval is long. by Mike Lockwood · 15 years ago
  78. d4103d0 Fix the build by Romain Guy · 15 years ago
  79. aa642c0 Merge changes 1591,1596 into donut by Android (Google) Code Review · 15 years ago
  80. d47d81a Merge change 1622 into donut by Android (Google) Code Review · 15 years ago
  81. 8f9ff7e remove isClick parameter in browser touch event handler by Cary Clark · 15 years ago
  82. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  83. ec2d74d4 Merge change 1545 into donut by Android (Google) Code Review · 15 years ago
  84. f0885c7 am b910811: am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requ by Dianne Hackborn · 15 years ago
  85. b910811 am 5d6d773: AI 148824: Fix issue #1851541 (sharedUserId requests not bei by Dianne Hackborn · 15 years ago
  86. 5d6d773 AI 148824: Fix issue #1851541 (sharedUserId requests not being checked for matching signatures on .apk). by Dianne Hackborn · 15 years ago
  87. 60b88ed Fix typos. by Ken Shirriff · 15 years ago
  88. 560d210 am c4cdc7d: Merge change 1611 into donut by Android (Google) Code Review · 15 years ago
  89. a3c36cc am 2b52b3e: Merge change 1610 into donut by Android (Google) Code Review · 15 years ago
  90. c4cdc7d Merge change 1611 into donut by Android (Google) Code Review · 15 years ago
  91. 2b52b3e Merge change 1610 into donut by Android (Google) Code Review · 15 years ago
  92. 37caecd Replace the search dialog images so that they correctly center by Mike LeBeau · 15 years ago
  93. 694bb19 Revert dividers back to their original translucent versions but add new opaque dividers to improve the speed of lists. by Romain Guy · 15 years ago
  94. c4b11a7 Add a new feature to android.os.Debug to add the ability to inject only specific fields when calling setFieldsOn(). by Romain Guy · 15 years ago
  95. a49bff4 am 3a5ce8a: am 04c72b4: AI 148812: revise the AppWidget developer guide by Scott Main · 15 years ago
  96. 3a5ce8a am 04c72b4: AI 148812: revise the AppWidget developer guide documentatio by Scott Main · 15 years ago
  97. 04c72b4 AI 148812: revise the AppWidget developer guide documentation BUG=1827433 by Scott Main · 15 years ago
  98. 13922e0 Fixes #1836075. Adds consistency checks for the View hierarchy. To enable them, you need a debug build and ViewDebug.sConsistencyCheckEnabled set to true in debug.prop. This change also lets you easily enable drawing and layout profiling in ViewRoot by setting ViewRoot.sProfileDrawing, ViewRoot.sProfileLayout and ViewRoot.sShowFps in debug.prop with a debug build. by Romain Guy · 15 years ago
  99. df867ab am 55d7bd3: am 4ce6430: AI 148803: Update 1.xml and 2.xml for methods th by Bill Napier · 15 years ago
  100. 370e92c am 7567a74: AI 148803: Update 1.xml and 2.xml for methods that take Gene by Bill Napier · 15 years ago