1. eb03465 Implement all of the infrastructure for configuring wallpapers. by Dianne Hackborn · 15 years ago
  2. 0586a1b Fix issue #2095422: Some fades from opaque to transparent don't work by Dianne Hackborn · 15 years ago
  3. 25994b4 Wallpapers: new transitions, hiding when not visible, other cleanup. by Dianne Hackborn · 15 years ago
  4. e8853fc also expose onDrawHorizontalScrollBar() in View by Mike Reed · 15 years ago
  5. 4d6fe5f allow subclassing for drawing vertical scrollbar, so that clients (e.g. webview) can resize/position by Mike Reed · 15 years ago
  6. 6198ae8 Prevent ListView from scrolling/flinging its content when the content fits on screen. by Romain Guy · 15 years ago
  7. 6391830 Merge change 22958 into eclair by Android (Google) Code Review · 15 years ago
  8. ddfe879 Don't activate keyguard if screen is turned off while proximity sensor is active. by Mike Lockwood · 15 years ago
  9. 6ccd2af resolved conflicts for merge of 301b97ac to eclair by Dianne Hackborn · 15 years ago
  10. e55e1a7 Change fade to use a gradient from opaque color to transparent color. by Romain Guy · 15 years ago
  11. fd12af4 Various tweaks to try to improve low memory behavior. by Dianne Hackborn · 15 years ago
  12. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  13. 391305e Add resources to specify display rotation when in keyboard open or docked state. by Mike Lockwood · 15 years ago
  14. 3be63c0 Infrastructure for supporting wallpaper previews. by Dianne Hackborn · 15 years ago
  15. 789de3a Merge change 22003 into eclair by Android (Google) Code Review · 15 years ago
  16. f8fbdb6 Add wallpaper transition animations. by Dianne Hackborn · 15 years ago
  17. b2f8450 fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of memory by Mathias Agopian · 15 years ago
  18. 15df670 Fix potential leak in ViewRoot. by Romain Guy · 15 years ago
  19. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 15 years ago
  20. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  21. 168173a Don't crash when the window is closing by Joe Onorato · 15 years ago
  22. 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 15 years ago
  23. c8a0a75 Implement support for scrolling a wallpaper. by Dianne Hackborn · 15 years ago
  24. 4c62fc0 Very primitive wallpapers in a surface. by Dianne Hackborn · 15 years ago
  25. 1e8dfc7 Fix crash when MotionEvent is initialized with more than 2 fingers, and bump by Dianne Hackborn · 15 years ago
  26. d41ba66 Fix documentation. by Dianne Hackborn · 15 years ago
  27. 0dd7cb4 Finish implementation of multiple pointer support for MotionEvent. by Dianne Hackborn · 15 years ago
  28. 7cd88e1 Update the comment for setBackgroundResource that 0 removes the background. by Wink Saville · 15 years ago
  29. a05f75d Merge change 9267 by Android (Google) Code Review · 15 years ago
  30. a2ef00b Don't invalidate view if setEnabled doesn't change the state. by Amith Yamasani · 15 years ago
  31. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 15 years ago
  32. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 15 years ago
  33. 206b7b1 Merge change 8974 by Android (Google) Code Review · 15 years ago
  34. a5d7b1b am 159e1a9a: Merge change 8883 into donut by Android (Google) Code Review · 15 years ago
  35. 18a081e Fix OOB in arraycopy. by Owen Lin · 15 years ago
  36. f256c40 am a62f16ac: Merge change 8877 into donut by Android (Google) Code Review · 15 years ago
  37. 159e1a9 Merge change 8883 into donut by Android (Google) Code Review · 15 years ago
  38. 69f593c Support for selection of silent ringtone from the ringtone picker. by Marco Nelissen · 15 years ago
  39. c87c4a3 fix [1973755] Surface.SURACE_FROZEN spelled SURACE_FROZEN by Mathias Agopian · 15 years ago
  40. e551dc7 Remove warning in non-eng builds. by Romain Guy · 15 years ago
  41. dac57e4 Fix a bug that was causing ArrayIndexOutOfBoutExceptions when obtaining a MotionEvent from an older one that had a number of time samples. by Adam Bliss · 15 years ago
  42. ddca3ee Add support for power keys, improve behavior of virtual keys. by Dianne Hackborn · 15 years ago
  43. e2dba02 am 11ea3347: Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  44. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  45. 30b06eb am 589cebe2: * Use the scaled size for surface view instead of native. The surface will be always scaled by surface flinger in compatiblity mode. The original approach confused the app because the surface size and the view size were different. * a few clean up. remo by Mitsuru Oshima · 15 years ago
  46. 08f89ed am e0ef973b: Merge change 8323 into donut by Android (Google) Code Review · 15 years ago
  47. 589cebe * Use the scaled size for surface view instead of native. The surface will be always scaled by Mitsuru Oshima · 15 years ago
  48. 240f8a7 * a best effort fix for apps that uses get/set Matrix API on canvas. by Mitsuru Oshima · 15 years ago
  49. 2c33bb1 am 98a44df4: Merge change 8235 into donut by Android (Google) Code Review · 15 years ago
  50. 424f668 * Revert the change that I introduced while refactroing in SurfaceView#dispatchTouchEvent by Mitsuru Oshima · 15 years ago
  51. 9822d2b First stab at poly-finger support. by Dianne Hackborn · 15 years ago
  52. d5d967f am 38ed7d77: * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  53. 38ed7d77 * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  54. fead9b8 am fe6f45c8: Merge change 8098 into donut by Android (Google) Code Review · 15 years ago
  55. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  56. a065b01 am 841f13c8: * Reverted the change in PackageParser that I checked by accident * More surface view fix. - correct event translation on surface view. - use compatible window * removed FLAG_NO_COMPATIBILITY_SCALE. It was my misunderstanding of how SurfaceView works, by Mitsuru Oshima · 15 years ago
  57. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 15 years ago
  58. 97900af am e96bd129: Merge change 7707 into donut by Android (Google) Code Review · 15 years ago
  59. 0fde7de am 54f09101: Merge change 7613 into donut by Android (Google) Code Review · 15 years ago
  60. 34bf2ee * scale surface view's canvas by Mitsuru Oshima · 15 years ago
  61. 5a2b91d * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. by Mitsuru Oshima · 15 years ago
  62. e9dcb80 Fixes merge conflict. by Romain Guy · 15 years ago
  63. 6630e4a1 am b5c735d3: Merge change 7106 into donut by Android (Google) Code Review · 15 years ago
  64. b5c735d Merge change 7106 into donut by Android (Google) Code Review · 15 years ago
  65. 5b2e50c am 30d86e51: Merge change 7124 into donut by Android (Google) Code Review · 15 years ago
  66. e8b1652 Fixes #1977685. Prevent crash when the soft keyboard is brought up. by Romain Guy · 15 years ago
  67. ddd1253 Return adjusted display for WindowManager.getDefaultDisplay() by Mitsuru Oshima · 15 years ago
  68. 5583dc6 fix [1968839] tap on phonetop search couple of times will cause the runtime restart by Mathias Agopian · 15 years ago
  69. c3f60dd am 1ecf5d28: Re-implementation of large screen support using window manager. * added background filler surface to fill the outer rim. Using the same layer as dim surface because they never co-exists (in the same window) * clean up the obsolete code in Compatibilt by Mitsuru Oshima · 15 years ago
  70. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 15 years ago
  71. d6f49fe am 790a604b: Merge change 6372 into donut by Android (Google) Code Review · 15 years ago
  72. 1e09597 Fixes #1963217. Increases the invalidate region in compatibility mode. by Romain Guy · 15 years ago
  73. a2b5dab am 870e09fc: Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 15 years ago
  74. 870e09f Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 15 years ago
  75. 03a9a34 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  76. 005ae54 am 79ec07b3: Merge change 6241 into donut by Android (Google) Code Review · 15 years ago
  77. 4296fc4 Fixes #1444844. Set a maximum fling velocity in scrollable views. by Romain Guy · 15 years ago
  78. dfe983b Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  79. 35a2664 am 22e8cbc3: Merge change 5656 into donut by Android (Google) Code Review · 15 years ago
  80. e4b988b am 52bce9c4: Merge change 5680 into donut by Android (Google) Code Review · 15 years ago
  81. b8990f3 am fbd8f69a: Fixes #1946141. Introduce new caching API to control scaling. by Romain Guy · 15 years ago
  82. 22e8cbc Merge change 5656 into donut by Android (Google) Code Review · 15 years ago
  83. e112322 Fixes #1949502. Prevents an NPE in View.buildDrawingCache(). by Romain Guy · 15 years ago
  84. 86d56cc Generate key events for actions sent to generic input connections. by Dianne Hackborn · 15 years ago
  85. fbd8f69 Fixes #1946141. Introduce new caching API to control scaling. by Romain Guy · 15 years ago
  86. f31868e merge master in master_gl by Mathias Agopian · 15 years ago
  87. ecf2b68 am 7941e903: Merge change 5091 into donut by Android (Google) Code Review · 15 years ago
  88. 64f5934 * new screen resolution support impl. by Mitsuru Oshima · 15 years ago
  89. 03e53b4 am 61ab270c: Add missing \'break\'s in switch statement, fixing bug 1876430 by Karl Rosaen · 15 years ago
  90. 61ab270 Add missing 'break's in switch statement, fixing bug 1876430 by Karl Rosaen · 15 years ago
  91. cb85ef6 am e146d824: Merge change 4965 into donut by Android (Google) Code Review · 15 years ago
  92. a465a17 Fix bugs 1827027, 1808979, 1820700. by Dianne Hackborn · 15 years ago
  93. 9f79975 am ecfb9f91: Merge change 4940 into donut by Android (Google) Code Review · 15 years ago
  94. 7299807 Fixes #1933585. Don't dismiss ACTV's drop down when it's set to alwaysVisible. by Romain Guy · 15 years ago
  95. f73bbd0 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  96. e57b288 am 8ad47399: Merge change 4374 into donut by Android (Google) Code Review · 15 years ago
  97. 779398e Fixes a potential NPE in View. by Romain Guy · 15 years ago
  98. 69f066c Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  99. 9d2b0f4 merge cafdea61a85c8f5d0646cc9413a09346c637f43f w/ one minor conflict in core/java/android/view/MotionEvent.java by The Android Open Source Project · 15 years ago
  100. cafdea6 Fixes #1914574. An NPE could be causes in lists by ViewGroup.dispatchDraw(). by Romain Guy · 15 years ago