| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ActionMode.snooze API | Abodunrinwa Toki | 2015-06-05 | 1 | -5/+5 |
* | Hide floating toolbar when user interacts with screen. | Abodunrinwa Toki | 2015-05-19 | 1 | -0/+12 |
* | Revert "Use ObjectAnimator for fading scrollbars, set initial duration to 1500" | Alan Viverette | 2015-02-27 | 1 | -17/+1 |
* | Use ObjectAnimator for fading scrollbars, set initial duration to 1500 | Alan Viverette | 2015-02-20 | 1 | -1/+17 |
* | am 9241a8d6: am 8031fa01: Fix build due to @deprecated tag not having content | Justin Koh | 2014-05-06 | 1 | -1/+1 |
|\ |
|
| * | Fix build due to @deprecated tag not having content | Justin Koh | 2014-05-05 | 1 | -1/+1 |
* | | am fd04632a: am 3caf9258: Merge "Hide getDeviceGlobalActionKeyTimeout" into k... | Justin Koh | 2014-05-05 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Hide getDeviceGlobalActionKeyTimeout | Justin Koh | 2014-05-05 | 1 | -1/+3 |
* | | am 9abf0b90: am 60158445: Merge "Make global action key timeout configurable.... | Justin Koh | 2014-05-02 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | Make global action key timeout configurable. | Justin Koh | 2014-05-02 | 1 | -0/+16 |
* | | am ed7e36dc: am d5e92318: Merge "Update fling min velocity" into klp-modular-dev | Mindy Pereira | 2014-05-01 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | Update fling min velocity | Mindy Pereira | 2014-04-30 | 1 | -2/+5 |
| * | Add a config override for ViewConfiguration#hasPermanentMenuKey | Adam Powell | 2014-03-11 | 1 | -6/+33 |
* | | Lower tap timeout to 100ms, because 180ms is a lot of ms | Alan Viverette | 2014-03-17 | 1 | -1/+1 |
* | | Add a config override for ViewConfiguration#hasPermanentMenuKey | Adam Powell | 2013-12-04 | 1 | -6/+33 |
|/ |
|
* | Add a minimum timeout for double-tap in GestureDetector | Adam Powell | 2013-09-05 | 1 | -0/+18 |
* | Remove concept of system bar from window manager. | John Spurlock | 2013-06-14 | 1 | -1/+1 |
* | Refactor for multi-display support. | Jeff Brown | 2012-08-19 | 1 | -2/+3 |
* | Stop using raw display size except in window manager. | Jeff Brown | 2012-07-25 | 1 | -3/+6 |
* | Remove obsolete optimization | Romain Guy | 2012-07-12 | 1 | -18/+0 |
* | Changing the interaction model of the touch explorer. | Svetoslav Ganov | 2012-05-21 | 1 | -22/+1 |
* | Accessibility focus - framework | Svetoslav Ganov | 2012-04-13 | 1 | -6/+6 |
* | Clean up status bar, system bar, navigation bar management. | Dianne Hackborn | 2012-04-04 | 1 | -1/+1 |
* | Shorten PRESSED_STATE_DURATION | Daisuke Miyakawa | 2012-04-03 | 1 | -27/+27 |
* | Use the actual screen size for the max bitmap cache size. | Romain Guy | 2012-03-09 | 1 | -1/+2 |
* | resolved conflicts for merge of db81dc72 to master | Adam Powell | 2011-12-07 | 1 | -1/+1 |
|\ |
|
| * | Raise touch slop value from previous experiment | Adam Powell | 2011-12-07 | 1 | -1/+1 |
* | | resolved conflicts for merge of 6a828712 to master | Adam Powell | 2011-12-06 | 1 | -5/+23 |
|\ \
| |/ |
|
| * | Lower touch slop in ViewConfiguration. | Adam Powell | 2011-12-06 | 1 | -4/+21 |
* | | Cleaning and new constant in ViewConfiguration | Gilles Debunne | 2011-10-27 | 1 | -29/+48 |
|/ |
|
* | Add hasNavigationBar() to the window manager. | Daniel Sandler | 2011-10-19 | 1 | -2/+1 |
* | Make some methods/fields package private so that layoutlib can access them. | Xavier Ducrohet | 2011-08-11 | 1 | -1/+1 |
* | Add the ability to enable/disable marquee fading per device | Romain Guy | 2011-08-02 | 1 | -0/+13 |
* | Add API to report the presence of a permanent menu key on the device. | Adam Powell | 2011-06-30 | 1 | -3/+36 |
* | Added scroll and text selection change accessibility events. | Svetoslav Ganov | 2011-06-26 | 1 | -0/+21 |
* | resolved conflicts for merge of 8b2c0014 to master | Jeff Brown | 2011-06-07 | 1 | -3/+37 |
|\ |
|
| * | am b3536145: am ed48fa89: Merge "Touch pad improvements. Bug: 4124987" into h... | Jeff Brown | 2011-06-06 | 1 | -3/+37 |
| |\ |
|
| | * | Touch pad improvements. | Jeff Brown | 2011-06-06 | 1 | -3/+37 |
| * | | Merged "Adjust mBiggerTouchSlopSquare to the suitable value" | Conley Owens | 2011-04-29 | 1 | -0/+17 |
| |\ \
| | |/
| |/| |
|
| | * | Adjust mBiggerTouchSlopSquare to the suitable value | Masanori Ogino | 2011-02-07 | 1 | -0/+17 |
| | * | DO NOT MERGE Tweak overscroll | Adam Powell | 2010-09-03 | 1 | -1/+1 |
| | * | DO NOT MERGE Overscroll continues; asset and behavior tweaks. | Adam Powell | 2010-09-02 | 1 | -2/+2 |
| | * | New edge effects for scrolling widgets (overscroll) | Adam Powell | 2010-08-30 | 1 | -0/+31 |
* | | | Only delay pressed feedback for Views inside a scrolling parent | Patrick Dubroy | 2011-05-05 | 1 | -1/+1 |
* | | | Touch exploration feature, event bubling, refactor | Svetoslav Ganov | 2011-04-22 | 1 | -1/+21 |
* | | | Revert "Touch exploration feature, event bubling, refactor" | Adam Powell | 2011-04-22 | 1 | -21/+1 |
* | | | Touch exploration feature, event bubling, refactor | Svetoslav Ganov | 2011-04-21 | 1 | -1/+21 |
|/ / |
|
* | | Get key repeat timeout and delay from ViewConfiguration. | Jeff Brown | 2011-03-02 | 1 | -4/+23 |
* | | Add system wide management of core settings | Svetoslav Ganov | 2011-03-02 | 1 | -4/+8 |
* | | Gracefully handle drawing caches allocation failure. | Romain Guy | 2011-02-14 | 1 | -2/+2 |