1. 9bfb707 Various fixes and improvements to window, activity. by Dianne Hackborn · 15 years ago
  2. bfe319e Turn animations on by default. by Dianne Hackborn · 15 years ago
  3. 6136b7e Show the live wallpaper on the lock screen. by Dianne Hackborn · 15 years ago
  4. c17f07a Revert "Don't activate keyguard if screen is turned off while proximity sensor is active." by Mike Lockwood · 15 years ago
  5. d03b880 Change Theme.Light's background back to pure white. by Romain Guy · 15 years ago
  6. 93e462b Implement issue #1780928: Need support hiding nav keys. by Dianne Hackborn · 15 years ago
  7. 1cd403e Add SurfaceView API to put surface on top of window. by Dianne Hackborn · 15 years ago
  8. 8d37426 Various fixed for back key handling. by Dianne Hackborn · 15 years ago
  9. 83fe3f5 Last big work on #1991910: Make swipes work with capacitive keys by Dianne Hackborn · 15 years ago
  10. d023f9a Merge change 24829 into eclair by Android (Google) Code Review · 15 years ago
  11. 19382ac Some optizations to wallpaper drawing/scrolling. by Dianne Hackborn · 15 years ago
  12. 8c11e31 Fix a possible NPE in View. by Romain Guy · 15 years ago
  13. 8cae124 Various cleanup around resources and nine-patches. by Dianne Hackborn · 15 years ago
  14. 6b7f1a6 fix [2074427] SurfaceView doesn't disappear on GONE by Mathias Agopian · 15 years ago
  15. eb03465 Implement all of the infrastructure for configuring wallpapers. by Dianne Hackborn · 15 years ago
  16. 0586a1b Fix issue #2095422: Some fades from opaque to transparent don't work by Dianne Hackborn · 15 years ago
  17. 25994b4 Wallpapers: new transitions, hiding when not visible, other cleanup. by Dianne Hackborn · 15 years ago
  18. e8853fc also expose onDrawHorizontalScrollBar() in View by Mike Reed · 15 years ago
  19. 4d6fe5f allow subclassing for drawing vertical scrollbar, so that clients (e.g. webview) can resize/position by Mike Reed · 15 years ago
  20. 6198ae8 Prevent ListView from scrolling/flinging its content when the content fits on screen. by Romain Guy · 15 years ago
  21. 6391830 Merge change 22958 into eclair by Android (Google) Code Review · 15 years ago
  22. ddfe879 Don't activate keyguard if screen is turned off while proximity sensor is active. by Mike Lockwood · 15 years ago
  23. 6ccd2af resolved conflicts for merge of 301b97ac to eclair by Dianne Hackborn · 15 years ago
  24. e55e1a7 Change fade to use a gradient from opaque color to transparent color. by Romain Guy · 15 years ago
  25. fd12af4 Various tweaks to try to improve low memory behavior. by Dianne Hackborn · 15 years ago
  26. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  27. 391305e Add resources to specify display rotation when in keyboard open or docked state. by Mike Lockwood · 15 years ago
  28. 3be63c0 Infrastructure for supporting wallpaper previews. by Dianne Hackborn · 15 years ago
  29. 789de3a Merge change 22003 into eclair by Android (Google) Code Review · 15 years ago
  30. f8fbdb6 Add wallpaper transition animations. by Dianne Hackborn · 15 years ago
  31. b2f8450 fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of memory by Mathias Agopian · 15 years ago
  32. 15df670 Fix potential leak in ViewRoot. by Romain Guy · 15 years ago
  33. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 15 years ago
  34. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  35. 168173a Don't crash when the window is closing by Joe Onorato · 15 years ago
  36. 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 15 years ago
  37. c8a0a75 Implement support for scrolling a wallpaper. by Dianne Hackborn · 15 years ago
  38. 4c62fc0 Very primitive wallpapers in a surface. by Dianne Hackborn · 15 years ago
  39. 1e8dfc7 Fix crash when MotionEvent is initialized with more than 2 fingers, and bump by Dianne Hackborn · 15 years ago
  40. d41ba66 Fix documentation. by Dianne Hackborn · 15 years ago
  41. 0dd7cb4 Finish implementation of multiple pointer support for MotionEvent. by Dianne Hackborn · 15 years ago
  42. 7cd88e1 Update the comment for setBackgroundResource that 0 removes the background. by Wink Saville · 15 years ago
  43. a05f75d Merge change 9267 by Android (Google) Code Review · 15 years ago
  44. a2ef00b Don't invalidate view if setEnabled doesn't change the state. by Amith Yamasani · 15 years ago
  45. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 15 years ago
  46. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 15 years ago
  47. 206b7b1 Merge change 8974 by Android (Google) Code Review · 15 years ago
  48. a5d7b1b am 159e1a9a: Merge change 8883 into donut by Android (Google) Code Review · 15 years ago
  49. 18a081e Fix OOB in arraycopy. by Owen Lin · 15 years ago
  50. f256c40 am a62f16ac: Merge change 8877 into donut by Android (Google) Code Review · 15 years ago
  51. 159e1a9 Merge change 8883 into donut by Android (Google) Code Review · 15 years ago
  52. 69f593c Support for selection of silent ringtone from the ringtone picker. by Marco Nelissen · 15 years ago
  53. c87c4a3 fix [1973755] Surface.SURACE_FROZEN spelled SURACE_FROZEN by Mathias Agopian · 15 years ago
  54. e551dc7 Remove warning in non-eng builds. by Romain Guy · 15 years ago
  55. 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
  56. ddca3ee Add support for power keys, improve behavior of virtual keys. by Dianne Hackborn · 15 years ago
  57. e2dba02 am 11ea3347: Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  58. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  59. 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
  60. 08f89ed am e0ef973b: Merge change 8323 into donut by Android (Google) Code Review · 15 years ago
  61. 589cebe * Use the scaled size for surface view instead of native. The surface will be always scaled by Mitsuru Oshima · 15 years ago
  62. 240f8a7 * a best effort fix for apps that uses get/set Matrix API on canvas. by Mitsuru Oshima · 15 years ago
  63. 2c33bb1 am 98a44df4: Merge change 8235 into donut by Android (Google) Code Review · 15 years ago
  64. 424f668 * Revert the change that I introduced while refactroing in SurfaceView#dispatchTouchEvent by Mitsuru Oshima · 15 years ago
  65. 9822d2b First stab at poly-finger support. by Dianne Hackborn · 15 years ago
  66. d5d967f am 38ed7d77: * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  67. 38ed7d77 * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  68. fead9b8 am fe6f45c8: Merge change 8098 into donut by Android (Google) Code Review · 15 years ago
  69. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  70. 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
  71. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 15 years ago
  72. 97900af am e96bd129: Merge change 7707 into donut by Android (Google) Code Review · 15 years ago
  73. 0fde7de am 54f09101: Merge change 7613 into donut by Android (Google) Code Review · 15 years ago
  74. 34bf2ee * scale surface view's canvas by Mitsuru Oshima · 15 years ago
  75. 5a2b91d * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. by Mitsuru Oshima · 15 years ago
  76. e9dcb80 Fixes merge conflict. by Romain Guy · 15 years ago
  77. 6630e4a1 am b5c735d3: Merge change 7106 into donut by Android (Google) Code Review · 15 years ago
  78. b5c735d Merge change 7106 into donut by Android (Google) Code Review · 15 years ago
  79. 5b2e50c am 30d86e51: Merge change 7124 into donut by Android (Google) Code Review · 15 years ago
  80. e8b1652 Fixes #1977685. Prevent crash when the soft keyboard is brought up. by Romain Guy · 15 years ago
  81. ddd1253 Return adjusted display for WindowManager.getDefaultDisplay() by Mitsuru Oshima · 15 years ago
  82. 5583dc6 fix [1968839] tap on phonetop search couple of times will cause the runtime restart by Mathias Agopian · 15 years ago
  83. 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
  84. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 15 years ago
  85. d6f49fe am 790a604b: Merge change 6372 into donut by Android (Google) Code Review · 15 years ago
  86. 1e09597 Fixes #1963217. Increases the invalidate region in compatibility mode. by Romain Guy · 15 years ago
  87. a2b5dab am 870e09fc: Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 15 years ago
  88. 870e09f Fixes #1963229. Introduces Context#isRestricted(). by Romain Guy · 15 years ago
  89. 03a9a34 Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  90. 005ae54 am 79ec07b3: Merge change 6241 into donut by Android (Google) Code Review · 15 years ago
  91. 4296fc4 Fixes #1444844. Set a maximum fling velocity in scrollable views. by Romain Guy · 15 years ago
  92. dfe983b Merge commit 'goog/master' into merge_master by Mathias Agopian · 15 years ago
  93. 35a2664 am 22e8cbc3: Merge change 5656 into donut by Android (Google) Code Review · 15 years ago
  94. e4b988b am 52bce9c4: Merge change 5680 into donut by Android (Google) Code Review · 15 years ago
  95. b8990f3 am fbd8f69a: Fixes #1946141. Introduce new caching API to control scaling. by Romain Guy · 15 years ago
  96. 22e8cbc Merge change 5656 into donut by Android (Google) Code Review · 15 years ago
  97. e112322 Fixes #1949502. Prevents an NPE in View.buildDrawingCache(). by Romain Guy · 15 years ago
  98. 86d56cc Generate key events for actions sent to generic input connections. by Dianne Hackborn · 15 years ago
  99. fbd8f69 Fixes #1946141. Introduce new caching API to control scaling. by Romain Guy · 15 years ago
  100. f31868e merge master in master_gl by Mathias Agopian · 15 years ago