summaryrefslogtreecommitdiffstats
path: root/core/java/android/view
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Allow wallpapers to get touch events.Dianne Hackborn2009-08-174-24/+65
* | Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-134-16/+31
* | Don't crash when the window is closingJoe Onorato2009-08-121-1/+3
* | Report wallpaper offset to the wallpaper, use this in the image wallpaper.Dianne Hackborn2009-08-123-1/+11
* | Implement support for scrolling a wallpaper.Dianne Hackborn2009-08-112-1/+6
* | Very primitive wallpapers in a surface.Dianne Hackborn2009-08-083-17/+44
* | Fix crash when MotionEvent is initialized with more than 2 fingers, and bumpDianne Hackborn2009-08-061-3/+19
* | Fix documentation.Dianne Hackborn2009-08-051-2/+2
* | Finish implementation of multiple pointer support for MotionEvent.Dianne Hackborn2009-08-042-156/+226
* | Update the comment for setBackgroundResource that 0 removes the background.Wink Saville2009-08-041-1/+1
* | Merge change 9267Android (Google) Code Review2009-07-301-0/+2
|\ \
| * | Don't invalidate view if setEnabled doesn't change the state.Amith Yamasani2009-07-301-0/+2
* | | am 25dff70f: Merge change 9039 into donutAndroid (Google) Code Review2009-07-301-1/+4
|\ \ \ | |/ / |/| / | |/
| * Fix #2018814: System cannot correctly render assets with "wrap_content" attri...Dianne Hackborn2009-07-291-1/+4
* | Merge change 8974Android (Google) Code Review2009-07-291-2/+2
|\ \
| * | Fix OOB in arraycopy.Owen Lin2009-07-291-2/+2
* | | am 159e1a9a: Merge change 8883 into donutAndroid (Google) Code Review2009-07-291-1/+7
|\ \ \ | |/ / |/| / | |/
| * Merge change 8883 into donutAndroid (Google) Code Review2009-07-281-1/+7
| |\
| | * fix [1973755] Surface.SURACE_FROZEN spelled SURACE_FROZENMathias Agopian2009-07-281-1/+7