summaryrefslogtreecommitdiffstats
path: root/core/java/android/view
Commit message (Expand)AuthorAgeFilesLines
* Support invoking key shortcuts using Control.Jeff Brown2010-12-212-0/+26
* Add a parameter to InputMethodManagerService.getEnabledSubtype for allowing t...satok2010-12-211-2/+3
* Merge "Ensure bitmaps aren't freed while referenced from a display list"Patrick Dubroy2010-12-203-38/+297
|\
| * Ensure bitmaps aren't freed while referenced from a display listPatrick Dubroy2010-12-203-38/+297
* | Merge "Make sure background drawables are correct when View is attached"Chet Haase2010-12-201-0/+1
|\ \ | |/ |/|
| * Make sure background drawables are correct when View is attachedChet Haase2010-12-201-0/+1
* | Fix documentation errorsGlenn Kasten2010-12-203-23/+24
|/
* Demo hack!Dianne Hackborn2010-12-181-0/+5
* Add initial support for TAB navigation.Jeff Brown2010-12-174-68/+281
* Merge "Fix for TimePicker not redrawing itself."Chet Haase2010-12-171-2/+3
|\
| * Fix for TimePicker not redrawing itself.Chet Haase2010-12-171-2/+3
* | Fix issue #3272082: Contacts: when going back from edit view,Dianne Hackborn2010-12-161-4/+6
|/
* Reduced Overfling threshold after many different cefficient tries.Gilles Debunne2010-12-141-1/+1
* Merge "Allocate bitmap backing buffers in the Java heap."Patrick Dubroy2010-12-141-13/+15
|\
| * Allocate bitmap backing buffers in the Java heap.Patrick Dubroy2010-12-141-13/+15
* | Fix bug 3210201 - Popup window wrong size/position when IME hiddenAdam Powell2010-12-141-0/+3
|/
* Fix issue #3258849: Grab thumbnail when exiting an app via backDianne Hackborn2010-12-132-2/+14
* Make framework modifier key handling more precise.Jeff Brown2010-12-132-22/+253
* Improve error detection in HardwareRenderer.draw().Romain Guy2010-12-131-28/+38
* Modified OverScroller curvesGilles Debunne2010-12-101-1/+1
* New API in InputConnection to signal IME's text correction.Gilles Debunne2010-12-106-10/+153
* Holo scrollbars and related tweaks.Adam Powell2010-12-091-8/+84
* Merge "Fix issue #3272051: Use backward transition when going backwards."Dianne Hackborn2010-12-091-3/+2
|\
| * Fix issue #3272051: Use backward transition when going backwards.Dianne Hackborn2010-12-091-3/+2
* | Don't set the invisible flag when saving an empty layer.Romain Guy2010-12-091-0/+6
|/
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-084-81/+33
* Merge "Fallback to software rendering when eglMakeCurrent fails. Bug #3200621"Romain Guy2010-12-081-11/+15
|\
| * Fallback to software rendering when eglMakeCurrent fails.Romain Guy2010-12-081-11/+15
* | Rework activity lifecycle so onSaveInstanceState() is after onPause().Dianne Hackborn2010-12-081-0/+6
* | Merge "resolved conflicts for merge of a0f011ff to master"Mathias Agopian2010-12-071-1/+1
|\ \
| * \ resolved conflicts for merge of a0f011ff to masterMathias Agopian2010-12-071-1/+1
| |\ \
| | * \ am 05813b0e: Merge changes I244b5469,I32044e91 into gingerbreadMathias Agopian2010-12-071-1/+1
| | |\ \
| | | * | [3253328, 3171580] Treat GONE and INVISIBLE views the same when calculating t...Mathias Agopian2010-12-031-1/+1
* | | | | Merge "Correctly release the OpenGL Canvas on EGL error."Romain Guy2010-12-071-3/+14
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Correctly release the OpenGL Canvas on EGL error.Romain Guy2010-12-071-3/+14
* | | | Add support for fallback keycodes.Jeff Brown2010-12-075-23/+92
|/ / /
* | | Fix possible NPE in ViewRoot with GL rendering enabled.Romain Guy2010-12-071-1/+3
* | | fixing getLocationInWindowMichael Jurka2010-12-031-4/+4
* | | Fix invalidation issue for optimized/GL case.Chet Haase2010-12-032-0/+15
* | | Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-033-42/+140
* | | Improve support for external keyboards.Jeff Brown2010-12-021-0/+4
* | | Skip DIRTY_OPAQUE optimizations when ViewRoot changes the dirty region.Romain Guy2010-12-021-0/+3
* | | Revert "Re-add performance optimization in View"Michael Jurka2010-12-021-6/+0
* | | API CHANGE: drags can now carry an originator-only object payloadChristopher Tate2010-12-013-6/+48
* | | Refactored OverScrollerGilles Debunne2010-12-011-1/+1
* | | Implement issue #3201795: Improve transition when keyboard comes upDianne Hackborn2010-12-012-11/+112
* | | Fix documentation bug.Jeff Brown2010-11-301-1/+1
* | | Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-304-30/+97
* | | Re-add performance optimization in ViewMichael Jurka2010-11-301-0/+6
* | | animation bugfix plus xml resources for new View propertiesChet Haase2010-11-301-0/+85