1. 3d91492 fix window layout problem in ViewRoot by Mitsuru Oshima · 15 years ago
  2. d4103d0 Fix the build by Romain Guy · 15 years ago
  3. aa642c0 Merge changes 1591,1596 into donut by Android (Google) Code Review · 15 years ago
  4. d47d81a Merge change 1622 into donut by Android (Google) Code Review · 15 years ago
  5. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  6. ec2d74d4 Merge change 1545 into donut by Android (Google) Code Review · 15 years ago
  7. 60b88ed Fix typos. by Ken Shirriff · 15 years ago
  8. 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
  9. 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
  10. 541ff5d Merge change 1566 into donut by Android (Google) Code Review · 15 years ago
  11. 6063a9c Merge change 1491 into donut by Android (Google) Code Review · 15 years ago
  12. a0f87f6 Merge change 1565 into donut by Android (Google) Code Review · 15 years ago
  13. 271cee6 Fix issue #1838944: Application sync settings cant be changed with auto sync on by Dianne Hackborn · 15 years ago
  14. 3667ce4 Enable filtering <select> lists. by Leon Scroggins · 15 years ago
  15. e7fe35b Whoops fix installing. I am dumb. by Dianne Hackborn · 15 years ago
  16. 86b6c53 Add Intent.ACTION_APP_ERROR by Jacek Surazski · 15 years ago
  17. d39afbd Make android.content.ComponentName implement java.lang.Comparable. by Joe Onorato · 15 years ago
  18. c5b0e6e don't scale trackball event by Mitsuru Oshima · 15 years ago
  19. 6347c32 Merge change 1436 into donut by Android (Google) Code Review · 15 years ago
  20. 001a6e52 Density Compatibility mode for SurfaceView by Mitsuru Oshima · 15 years ago
  21. ade3eca Implement issue #1783881 (manifest option for adb-install-only apps) by Dianne Hackborn · 15 years ago
  22. 807f23b Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  23. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  24. a59d7b0 Make pressing the search button within an app that does not support by Mike LeBeau · 15 years ago
  25. c64322c PackageManager keeps track of who installed what. by Jacek Surazski · 15 years ago
  26. da33d0d Merge change 1424 into donut by Android (Google) Code Review · 15 years ago
  27. c70b644 Merge change 1463 into donut by Android (Google) Code Review · 15 years ago
  28. 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
  29. a1565b9 removing log message checked in by acccident. by Mitsuru Oshima · 15 years ago
  30. 7e3e04c Merge change 1408 into donut by Android (Google) Code Review · 15 years ago
  31. 6dfed24 Fixes 1844680. Interrupted scrolling could lead to rendering artifacts. The ListView was invalidating itself in opaque mode but before the drawing could happen, it was getting rid of its scrolling cache, thus becoming translucent again. by Romain Guy · 15 years ago
  32. 58feea7 * update all metrics data when updating density. by Mitsuru Oshima · 15 years ago
  33. 08f3b52 Merge change 1404 into donut by Android (Google) Code Review · 15 years ago
  34. 2d6afea Fix the build by Romain Guy · 15 years ago
  35. 7ed6acd Remove useless logging on every draw. by Romain Guy · 15 years ago
  36. a2ea1d3 Merge change 1371 into donut by Android (Google) Code Review · 15 years ago
  37. e292086 Merge change 1391 into donut by Android (Google) Code Review · 15 years ago
  38. 25fdf35 Merge change 1299 into donut by Android (Google) Code Review · 15 years ago
  39. 24443ea Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and avoiding drawing them. Whenever a View requests an invalidate its parent check whether the view is opaque or not. When the view is not opaque, the framework behaves as it used to. However, when a view is opaque, the parent marks itself as being dirty because of an opaque view. Its parent then does the same, and so on. When the framework then starts drawing the views, it does not draw views marked as dirty opaque. If a view is dirty opaque and receives an invalidate request from a non-opaque view, it then clears the dirty opaque flag and behaves as before. by Romain Guy · 15 years ago
  40. 6b4e427 Fix 1799207. With the new local dns, we should allow the host without any PERIOD. Otherwise http://go won't work properly. by Grace Kloba · 15 years ago
  41. 3b30d80 Merge change 1377 into donut by Android (Google) Code Review · 15 years ago
  42. c53fc4e Fix typo in javadoc by Marco Nelissen · 15 years ago
  43. 1655be4 Fix issue #1837610 and #1753079 by Dianne Hackborn · 15 years ago
  44. 82e61c9 Merge change 1316 into donut by Android (Google) Code Review · 15 years ago
  45. b059d90 Make in-app search have a different background resource which looks by Mike LeBeau · 15 years ago
  46. 81e4143 Added Java callback for JavaScript execution timeout. by Guang Zhu · 15 years ago
  47. 851a541 Implement targetSdkVersion and maxSdkVersion, plus version code names. by Dianne Hackborn · 15 years ago
  48. ed3b804 Merge change 1276 into donut by Android (Google) Code Review · 15 years ago
  49. b619c91 Define mime type for shortcut validation path. by Karl Rosaen · 15 years ago
  50. 98acd54 Make the search dialog's autocomplete dropdown behave correctly by Mike LeBeau · 15 years ago
  51. 55280a9 Improve shutdown process to send broadcast for applications. by Dianne Hackborn · 15 years ago
  52. 3a6645a Merge change 1114 into donut by Android (Google) Code Review · 15 years ago
  53. 17a5e5d Merge change 1217 into donut by Android (Google) Code Review · 15 years ago
  54. f04da95 Fix keyboard redraw bug on long-press of CapsLock. by Amith Yamasani · 15 years ago
  55. b2a5011 Define the URI path, columns and constants for shortcut validation. by Karl Rosaen · 15 years ago
  56. 881c4c2 Merge change 1108 into donut by Android (Google) Code Review · 15 years ago
  57. e10be80 Sketch out the IBackupTransport api by Christopher Tate · 15 years ago
  58. d4cc32c don't use modulo by Mitsuru Oshima · 15 years ago
  59. b1a7ffe More backup tests by Joe Onorato · 15 years ago
  60. fedf566 Merge branch 'readonly-p4-donut' into donut by Brandon Ballinger · 15 years ago
  61. cdd0ac6 AI 148484: (1) Pass recognizer intent to RecognitionService when starting to listen. by Brandon Ballinger · 15 years ago
  62. d90a331 Add new setTag(int, Object) API to allow applications to specify several tags. by Romain Guy · 15 years ago
  63. 2e3d3b9 * update density correctly when the configuration is changed. by Mitsuru Oshima · 15 years ago
  64. 413cf5f Merge change 1110 into donut by Android (Google) Code Review · 15 years ago
  65. 3799bc2 Track install/removal/update of packages that provide backup services by Christopher Tate · 15 years ago
  66. f2331a6 Merge change 1063 into donut by Android (Google) Code Review · 15 years ago
  67. f759824 Merge change 1086 into donut by Android (Google) Code Review · 15 years ago
  68. b1d790b Pass null as savedState to indicate a full backup is required by Christopher Tate · 15 years ago
  69. 4675812 Add a Backup Manager interface to request a full backup by Christopher Tate · 15 years ago
  70. e5b7632 Fixes regression introduced in Cupcake: a couple of adapters were using setTag() to store their own data, which could interfere with the use of setTag() made by the applications. The fix is quite simple an rely on a WeakHashMap to store the holders within the adapters; using the Views as the keys of the map. by Romain Guy · 15 years ago
  71. a920413 Refactor SearchableInfo. by Bjorn Bringert · 15 years ago
  72. be3ac2d Merge change 1040 into donut by Android (Google) Code Review · 15 years ago
  73. f9225f8 Add a test app for the backup by Joe Onorato · 15 years ago
  74. 231cc60 Rewrite SyncStorageEngine to use flat files and in-memory data structures. by Dianne Hackborn · 15 years ago
  75. 22b8787 Squashed commit of the following: by Christopher Tate · 15 years ago
  76. 6362741 Merge change 966 into donut by Android (Google) Code Review · 15 years ago
  77. 20fb46f Fixes 1830181. Tapping disabled items in a ListView would cause the framework to take a code path that wasn't resetting the mMotionCorrection variable if it had been previously set. This would force ListView to apply a scroll to its children even though it was unnecessary. This simple fix prevents the issue by resetting mMotionCorrection appropriately. by Romain Guy · 15 years ago
  78. b7ce28c Merge change 962 into donut by Android (Google) Code Review · 15 years ago
  79. 51d154b Fixes #1603191. GridView could provoke NPEs during layout passes initiated from key events. by Romain Guy · 15 years ago
  80. 2c9eec6 Merge change 952 into donut by Android (Google) Code Review · 15 years ago
  81. e9bfd9b Debug: Minor cleanup by Dave Bort · 15 years ago
  82. 724561c Merge change 949 into donut by Android (Google) Code Review · 15 years ago
  83. beb2498 Merge change 956 into donut by Android (Google) Code Review · 15 years ago
  84. 3373ed6 Fixes #1827988. Prevent marquee text from constantly rescaling itself in Market by Romain Guy · 15 years ago
  85. f83f59f Fixes external #2575 (http://code.google.com/p/android/issues/detail?id=2575). HorizontalScrollView was comparing the measured height of its child to its width. by Romain Guy · 15 years ago
  86. 7ff9436 Merge change 911 into donut by Android (Google) Code Review · 15 years ago
  87. 6a1ae64 Fix another HTML formatting in android.os.AsyncTask by Romain Guy · 15 years ago
  88. 8d121ce Merge change 917 into donut by Android (Google) Code Review · 15 years ago
  89. b97aec6 Fix HTML formatting in android.os.AsyncTask by Romain Guy · 15 years ago
  90. 1ce5bd3 Debug: Add setPropertiesOn(), and @hide it for now by Dave Bort · 15 years ago
  91. 821427e Merge change 847 into donut by Android (Google) Code Review · 15 years ago
  92. 52fa7c2 Config: Deprecate most fields, and hook into ConfigBuildFlags by Dave Bort · 15 years ago
  93. 854c8c7 Merge change 896 into donut by Android (Google) Code Review · 15 years ago
  94. 743ae65 make AutoCompleteTextView take the alternate anchor view into account when computing the max available space on screen. by Karl Rosaen · 15 years ago
  95. 9a81736 Add the ability to specify the onClick handler with XML. The new android:onClick attribute defines the name of the method in the Activity to invoke when the button is clicked. The method has to be public and get one View parameter. by Romain Guy · 15 years ago
  96. dc30119 Merge change 842 into donut by Android (Google) Code Review · 15 years ago
  97. a2431d0 Fixes #1712631. Whenever a View loses focus/selection, reset its pressed state. by Romain Guy · 15 years ago
  98. 2bc9e13 Merge change 841 into donut by Android (Google) Code Review · 15 years ago
  99. 52a3cb5 Merge change 840 into donut by Android (Google) Code Review · 15 years ago
  100. 980d12b Merge change 838 into donut by Android (Google) Code Review · 15 years ago