1. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
  2. 40f5a4e Merge change 2089 into donut by Android (Google) Code Review · 15 years ago
  3. a48a5af Update searchables list in getSearchablesInGlobalSearch(). by Bjorn Bringert · 15 years ago
  4. a5ca342 Merge change 2017 into donut by Android (Google) Code Review · 15 years ago
  5. 90bd733 Merge change 2075 into donut by Android (Google) Code Review · 15 years ago
  6. 9a940e8 Fix bad filtering of error code when set_position_mode() is being called. by David 'Digit' Turner · 15 years ago
  7. 97dd7ac Merge change 1860 into donut by Android (Google) Code Review · 15 years ago
  8. 9fb724b Merge change 1804 into donut by Android (Google) Code Review · 15 years ago
  9. f5b9c72 ActivityManagerService sends bug reports on crashes and ANRs by Jacek Surazski · 15 years ago
  10. 95fc68f Fix issue where apps could prevent the user from going home. by Dianne Hackborn · 15 years ago
  11. 83a6ec6 Merge change 1791 into donut by Android (Google) Code Review · 15 years ago
  12. 9bfbfbd Add a method to get the PhoneType in CellLocation. by Jaikumar Ganesh · 15 years ago
  13. eba1ffb Merge change 2022 into donut by Android (Google) Code Review · 15 years ago
  14. f9df6bd Merge change 1878 into donut by Android (Google) Code Review · 15 years ago
  15. 48540eb TextView was not setting the callback on its compound drawables, thus preventing them from refreshing the view when updating their internal state. This would for instance prevent animated drawables from actually animating. Quite infuriating. by Romain Guy · 15 years ago
  16. 58ff021 Increment BatteryStatsImpl's VERSION. by Robert Greenwalt · 15 years ago
  17. 3e45824 process: Add setProcessGroup() hidden API call to set the cgroup of by San Mehat · 15 years ago
  18. 12bb947 Merge change 1936 into donut by Android (Google) Code Review · 15 years ago
  19. 2f11599 Merge change 1579 into donut by Android (Google) Code Review · 15 years ago
  20. e9b06d7 Teleca 2b changes by Wink Saville · 15 years ago
  21. 35aa84b Recovered the code of the gesture library by Yang Li · 15 years ago
  22. 9d16d20 Merge change 1916 into donut by Android (Google) Code Review · 15 years ago
  23. 704a647 Merge change 1927 into donut by Android (Google) Code Review · 15 years ago
  24. 6e9610e Fix build breakage by Daisuke Miyakawa · 15 years ago
  25. 0dfe16d Merge change 1891 into donut by Android (Google) Code Review · 15 years ago
  26. 842a1f4 Merge change 1912 into donut by Android (Google) Code Review · 15 years ago
  27. 841ddef Hand merge from cupcake_dcm to donut, part 2. by Daisuke Miyakawa · 15 years ago
  28. 84971ae0 Revise the ImageButton class description to include information by Scott Main · 15 years ago
  29. af99928 Change BIND_APPWIDGET to be signatureOrSystem. by Jeff Sharkey · 15 years ago
  30. 2cad06f Fix the build by Romain Guy · 15 years ago
  31. 9da06a4 Fixes external #2686. Fix typo. by Romain Guy · 15 years ago
  32. 9a7773a Merge change 1875 into donut by Android (Google) Code Review · 15 years ago
  33. ec144d6 Record statistics about whether HTTP connections are reused. by Dan Egnor · 15 years ago
  34. 936257e Fixes external #2686. Make @android:anim/linear_interpolator public since the default intperpolator for all animations is accelerate_decelerate. by Romain Guy · 15 years ago
  35. d1a9337 Add a new window flag to display a window when keyguard is shown. by Suchi Amalapurapu · 15 years ago
  36. 924dd93 Fixes external #2669. Clarify the documentation of the XML attributes android:gravity and android:layout_gravity. by Romain Guy · 15 years ago
  37. ce2372d Merge change 1836 into donut by Android (Google) Code Review · 15 years ago
  38. 16e7972 Fix bug 1856713 gl Pointer functions should use Buffer position by Jack Palevich · 15 years ago
  39. a96cbb4 Implement compatibility support for WRITE_SDCARD permission. by Dianne Hackborn · 15 years ago
  40. b3c6add Merge change 1825 into donut by Android (Google) Code Review · 15 years ago
  41. 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
  42. cbd8a24 Additional logging in buildSearchableList(). by Satish Sampath · 15 years ago
  43. abc25e3 Add intent for gservices override, and handle empty arguments properly by Dan Egnor · 15 years ago
  44. a38b427 Add a search url text color attribute and theme. For search suggestions by Mike LeBeau · 15 years ago
  45. 5bd644c Start using CLDR for some date-and-time strings and formats. by Eric Fischer · 15 years ago
  46. eae850c Allow intent resolution to be constrained by package name. by Mihai Preda · 15 years ago
  47. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
  48. 669ec3a Merge change 1747 into donut by Android (Google) Code Review · 15 years ago
  49. 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
  50. 0c97c7c Merge change 1668 into donut by Android (Google) Code Review · 15 years ago
  51. 14ad07f Merge change 1708 into donut by Android (Google) Code Review · 15 years ago
  52. 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
  53. d1f7b3a Merge change 1704 into donut by Android (Google) Code Review · 15 years ago
  54. 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
  55. 1c9a92f Merge change 1690 into donut by Android (Google) Code Review · 15 years ago
  56. 9ea9231 Rearrange some code so it makes more sense. Thanks, findbugs. by Marco Nelissen · 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. 94f70cb Merge change 1685 into donut by Android (Google) Code Review · 15 years ago
  59. 4fb27ba Remove unnecessary code. by Marco Nelissen · 15 years ago
  60. 1746d6f Fix a bug that findbugs found by Marco Nelissen · 15 years ago
  61. 2a5cfe5 Merge change 1590 into donut by Android (Google) Code Review · 15 years ago
  62. 4a8fb93 Merge change 1638 into donut by Android (Google) Code Review · 15 years ago
  63. 3d91492 fix window layout problem in ViewRoot by Mitsuru Oshima · 15 years ago
  64. fafb16c Fix typo by Marco Nelissen · 15 years ago
  65. d4103d0 Fix the build by Romain Guy · 15 years ago
  66. aa642c0 Merge changes 1591,1596 into donut by Android (Google) Code Review · 15 years ago
  67. d47d81a Merge change 1622 into donut by Android (Google) Code Review · 15 years ago
  68. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  69. ec2d74d4 Merge change 1545 into donut by Android (Google) Code Review · 15 years ago
  70. 60b88ed Fix typos. by Ken Shirriff · 15 years ago
  71. c4cdc7d Merge change 1611 into donut by Android (Google) Code Review · 15 years ago
  72. 2b52b3e Merge change 1610 into donut by Android (Google) Code Review · 15 years ago
  73. 37caecd Replace the search dialog images so that they correctly center by Mike LeBeau · 15 years ago
  74. 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
  75. 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
  76. 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
  77. 541ff5d Merge change 1566 into donut by Android (Google) Code Review · 15 years ago
  78. 5347bd4 Add wifi multicast filter api (enable/disable). by Robert Greenwalt · 15 years ago
  79. 6063a9c Merge change 1491 into donut by Android (Google) Code Review · 15 years ago
  80. a0f87f6 Merge change 1565 into donut by Android (Google) Code Review · 15 years ago
  81. 271cee6 Fix issue #1838944: Application sync settings cant be changed with auto sync on by Dianne Hackborn · 15 years ago
  82. 3667ce4 Enable filtering <select> lists. by Leon Scroggins · 15 years ago
  83. e7fe35b Whoops fix installing. I am dumb. by Dianne Hackborn · 15 years ago
  84. 86b6c53 Add Intent.ACTION_APP_ERROR by Jacek Surazski · 15 years ago
  85. d39afbd Make android.content.ComponentName implement java.lang.Comparable. by Joe Onorato · 15 years ago
  86. c5b0e6e don't scale trackball event by Mitsuru Oshima · 15 years ago
  87. 6347c32 Merge change 1436 into donut by Android (Google) Code Review · 15 years ago
  88. 001a6e52 Density Compatibility mode for SurfaceView by Mitsuru Oshima · 15 years ago
  89. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 15 years ago
  90. 807f23b Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  91. 2bb3ea1 Fix native core runtime. A messy declaration was causing a problem at boot time. by Romain Guy · 15 years ago
  92. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  93. a59d7b0 Make pressing the search button within an app that does not support by Mike LeBeau · 15 years ago
  94. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago
  95. 3e3439d Merge change 1478 into donut by Android (Google) Code Review · 15 years ago
  96. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 15 years ago
  97. e51f3a0 Merge change 1297 into donut by Android (Google) Code Review · 15 years ago
  98. da33d0d Merge change 1424 into donut by Android (Google) Code Review · 15 years ago
  99. c70b644 Merge change 1463 into donut by Android (Google) Code Review · 15 years ago
  100. 83b2107 Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignoring the visibility of the currently selected layer. This change simply reports a TRANSPARENT opacity if there is no currently selected layer of if the selected layer is not visible. Otherwise it reports the opacity computed by the state class. by Romain Guy · 15 years ago