summaryrefslogtreecommitdiffstats
path: root/core/java/android/view
Commit message (Expand)AuthorAgeFilesLines
* Prevent transparent region from getting out of sync with Surface FlingerJack Palevich2009-10-211-0/+1
* Fixes #2175599. Prevents an NPE when AttachInfo is null.Romain Guy2009-10-081-1/+1
* More fix #2163209: alarm clock rings but is hidden behind lock screenDianne Hackborn2009-10-071-0/+7
* Improve drawing cache speed by selecting the correct opacity and keeping a 32...Romain Guy2009-10-072-9/+18
* Update from API review.Dianne Hackborn2009-09-302-1/+21
* Git sucksMike Cleron2009-09-291-3/+47
* Fix issue #1930911: Crash in system processDianne Hackborn2009-09-281-6/+10
* Finish off java API to allow fading scrollbarsMike Cleron2009-09-281-1/+13
* Merge change I55edce63 into eclairAndroid (Google) Code Review2009-09-282-1/+13
|\
| * Fix issue #2149145: Safe Mode does not work on Sholes deviceDianne Hackborn2009-09-282-1/+13
* | Remove obsolete links; start at a method to turn on fading scrollbarsMike Cleron2009-09-281-7/+18
|/
* Fix buildMike Cleron2009-09-281-2/+3
* Fading scrollbars return. But you have to opt in.Mike Cleron2009-09-282-25/+297
* Maybe fix issue #2145012: Array bounds exception in touch event processingDianne Hackborn2009-09-261-2/+2
* Fix/improve issue #2142662: too easy to click a link/item instead of flingDianne Hackborn2009-09-251-1/+1
* A variety of work on animations.Dianne Hackborn2009-09-253-15/+53
* Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns offDianne Hackborn2009-09-234-0/+31
* Newer animations.Dianne Hackborn2009-09-231-0/+28
* Various fixes and improvements to window, activity.Dianne Hackborn2009-09-222-4/+27
* Turn animations on by default.Dianne Hackborn2009-09-211-1/+3
* Show the live wallpaper on the lock screen.Dianne Hackborn2009-09-181-0/+6
* Revert "Don't activate keyguard if screen is turned off while proximity senso...Mike Lockwood2009-09-171-2/+0
* Change Theme.Light's background back to pure white.Romain Guy2009-09-161-3/+4
* Implement issue #1780928: Need support hiding nav keys.Dianne Hackborn2009-09-151-0/+6
* Add SurfaceView API to put surface on top of window.Dianne Hackborn2009-09-151-9/+35
* Various fixed for back key handling.Dianne Hackborn2009-09-141-0/+16
* Last big work on #1991910: Make swipes work with capacitive keysDianne Hackborn2009-09-143-5/+249
* Merge change 24829 into eclairAndroid (Google) Code Review2009-09-143-2/+10
|\
| * Some optizations to wallpaper drawing/scrolling.Dianne Hackborn2009-09-143-2/+10
* | Fix a possible NPE in View.Romain Guy2009-09-141-3/+2
|/
* Various cleanup around resources and nine-patches.Dianne Hackborn2009-09-111-4/+12
* fix [2074427] SurfaceView doesn't disappear on GONEMathias Agopian2009-09-091-1/+13
* Implement all of the infrastructure for configuring wallpapers.Dianne Hackborn2009-09-071-2/+2
* Fix issue #2095422: Some fades from opaque to transparent don't workDianne Hackborn2009-09-072-7/+9
* Wallpapers: new transitions, hiding when not visible, other cleanup.Dianne Hackborn2009-09-041-2/+8
* also expose onDrawHorizontalScrollBar() in ViewMike Reed2009-09-041-66/+36
* allow subclassing for drawing vertical scrollbar, so that clients (e.g. webvi...Mike Reed2009-09-031-7/+17
* Prevent ListView from scrolling/flinging its content when the content fits on...Romain Guy2009-08-311-1/+0
* Merge change 22958 into eclairAndroid (Google) Code Review2009-08-271-0/+2
|\
| * Don't activate keyguard if screen is turned off while proximity sensor is act...Mike Lockwood2009-08-271-0/+2
* | resolved conflicts for merge of 301b97ac to eclairDianne Hackborn2009-08-271-0/+5
|\ \
| * | Various tweaks to try to improve low memory behavior.Dianne Hackborn2009-08-271-0/+5
* | | Change fade to use a gradient from opaque color to transparent color.Romain Guy2009-08-271-1/+2
| |/ |/|
* | I am getting tired of the java doc warnings, so fix them.Dianne Hackborn2009-08-241-1/+1
* | Add resources to specify display rotation when in keyboard open or docked state.Mike Lockwood2009-08-241-0/+3
* | Infrastructure for supporting wallpaper previews.Dianne Hackborn2009-08-201-2/+17
* | Merge change 22003 into eclairAndroid (Google) Code Review2009-08-191-0/+6
|\ \
| * | Add wallpaper transition animations.Dianne Hackborn2009-08-191-0/+6
* | | fix [2063336] Surface.lockSurface throws IllegalArgumentException when out of...Mathias Agopian2009-08-191-2/+3
|/ /
* | Fix potential leak in ViewRoot.Romain Guy2009-08-181-3/+5