summaryrefslogtreecommitdiffstats
path: root/core/java/android/view
Commit message (Expand)AuthorAgeFilesLines
* Added check to make orientation calculations more robustNiclas Kellgren2011-01-141-0/+11
* Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-051-1/+1
* Fix policy issues when screen is off. (DO NOT MERGE)Jeff Brown2010-12-221-4/+7
* [3253328, 3171580] Treat GONE and INVISIBLE views the same when calculating t...Mathias Agopian2010-12-031-1/+1
* Fix bug 3163052 - always use 32-bit drawing caches when destinationAdam Powell2010-11-082-7/+8
* possibly fix [2265804] OpenGL GLSurfaceView apps don't draw status bar drop s...Mathias Agopian2010-11-041-0/+1
* Add support for secure system overlays. (DO NOT MERGE)Jeff Brown2010-10-151-2/+15
* Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-111-0/+1
* Added more robust tracking and cancelation of events.Jeff Brown2010-10-103-8/+14
* Clarify some comments on individual key codes.Jeff Brown2010-10-071-3/+8
* Fix issue #3001362: API REVIEW: android.view.InputQueue.CallbackDianne Hackborn2010-10-061-0/+13
* Merge "Fix NPE if there is no accelerometer." into gingerbreadDianne Hackborn2010-10-051-1/+3
|\
| * Fix NPE if there is no accelerometer.Dianne Hackborn2010-10-051-1/+3
* | DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for ove...Adam Powell2010-10-051-67/+67
|/
* fix build. SurfaceView.setFrame needed to be hiddenMathias Agopian2010-10-041-0/+1
* Merge "fix [3008290] passion GB surface does not send surfaceChanged notifica...Mathias Agopian2010-10-041-2/+3
|\
| * fix [3008290] passion GB surface does not send surfaceChanged notification af...Mathias Agopian2010-10-041-2/+3
* | Fix issue #3041660: Camera image flips upside down when rotating deviceDianne Hackborn2010-10-041-10/+49
|/
* Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-011-0/+1
* Fix build.Dianne Hackborn2010-10-011-18/+0
* Merge "Add suuport for splitting touch events across windows." into gingerbreadJeff Brown2010-09-271-0/+13
|\
| * Add suuport for splitting touch events across windows.Jeff Brown2010-09-261-0/+13
* | Some debugging support.Dianne Hackborn2010-09-241-0/+2
* | Enforce serial ordering of MotionEvents.Jeff Brown2010-09-231-19/+44
|/
* Merge "Fix for IndexOutOfBounds in setComposingRegion." into gingerbreadAmith Yamasani2010-09-231-1/+5
|\
| * Fix for IndexOutOfBounds in setComposingRegion.Amith Yamasani2010-09-221-1/+5
* | Merge "Decrease sensitivity of orientation changes a bit." into gingerbreadSteve Howard2010-09-221-2/+2
|\ \ | |/ |/|
| * Decrease sensitivity of orientation changes a bit.Steve Howard2010-09-211-2/+2
* | Text selection anchors changed to use windowsAdam Powell2010-09-214-181/+1
|/
* Fix some drawing artifacts/bugs around overlays/text anchorsAdam Powell2010-09-171-3/+3
* Added overlay support for drawing/responding to text anchors.Adam Powell2010-09-174-1/+182
* Input API review.Jeff Brown2010-09-143-44/+254
* DO NOT MERGE Fix bug 2995887 - overscroll effect initialization issueAdam Powell2010-09-131-1/+2
* Fix some API discrepancies in InputEvent.Jeff Brown2010-09-121-1/+3
* Add support for secure views.Jeff Brown2010-09-084-7/+127
* DO NOT MERGE Tweak overscrollAdam Powell2010-09-031-1/+1
* Revert "Merge "InputMethodManager showSoftInput return documentation." into g...Gilles Debunne2010-09-021-6/+9
* Merge "InputMethodManager showSoftInput return documentation." into gingerbreadGilles Debunne2010-09-021-9/+6
|\
| * InputMethodManager showSoftInput return documentation.Gilles Debunne2010-08-311-9/+6
* | DO NOT MERGE Overscroll continues; asset and behavior tweaks.Adam Powell2010-09-021-2/+2
|/
* Fix doc link in InputDevice.Jeff Brown2010-08-301-2/+1
* New edge effects for scrolling widgets (overscroll)Adam Powell2010-08-302-0/+193
* Input device calibration and capabilities.Jeff Brown2010-08-303-25/+219
* Add methods to InputConnection: setComposingRegion() to select a region of te...Amith Yamasani2010-08-263-29/+131
* Merge "Fix issue #2951784: Launcher crashes on startup" into gingerbreadDianne Hackborn2010-08-261-4/+5
|\
| * Fix issue #2951784: Launcher crashes on startupDianne Hackborn2010-08-261-4/+5
* | Merge "Don't retain global ref to last inflated context." into gingerbreadDianne Hackborn2010-08-251-0/+4
|\ \ | |/
| * Don't retain global ref to last inflated context.Dianne Hackborn2010-08-251-0/+4
* | Preventing the hierarchy viewer from getting stuck, once when trying to load ...Konstantin Lopyrev2010-08-251-15/+17
|/
* Merge "DO NOT MERGE 2928156 Accessibility event's parcelableData property no...Dianne Hackborn2010-08-201-0/+1
|\