| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge "Fix some documentation typos." into lmp-dev | Newton Allen | 2014-10-02 | 1 | -2/+2 |
|\ |
|
| * | Fix some documentation typos. | Newton Allen | 2014-09-30 | 1 | -2/+2 |
* | | Inset the non-overlay contextual action bar without a status guard | Adam Powell | 2014-09-30 | 1 | -0/+1 |
|/ |
|
* | Avoid invalidating view during some outline invalidations | Chet Haase | 2014-09-15 | 1 | -7/+31 |
* | Clean up view drawable tinting methods, fix default modes | Alan Viverette | 2014-09-14 | 1 | -20/+55 |
* | Provide a public API for View#computeFitSystemWindows | Adam Powell | 2014-09-12 | 1 | -0/+22 |
* | Remove View methods that can't be used safely from the SDK | Adam Powell | 2014-09-11 | 1 | -0/+4 |
* | Merge "Clicking on partially coverd views by other views or windows." into lm... | Svet Ganov | 2014-09-08 | 1 | -0/+142 |
|\ |
|
| * | Clicking on partially coverd views by other views or windows. | Svet Ganov | 2014-09-07 | 1 | -0/+142 |
* | | Add shadow/clipping properties to HierarchyViewer | Chris Craik | 2014-09-05 | 1 | -0/+12 |
|/ |
|
* | Merge "Prioritize reveal clipping over Outline clipping" into lmp-dev | Chris Craik | 2014-09-04 | 1 | -7/+16 |
|\ |
|
| * | Prioritize reveal clipping over Outline clipping | Chris Craik | 2014-09-04 | 1 | -7/+16 |
* | | Fix clip rect when drawing accessibility focus rect | Alan Viverette | 2014-09-04 | 1 | -1/+3 |
* | | Remove partial support for hotspot changes on focus movement | Alan Viverette | 2014-09-02 | 1 | -27/+0 |
|/ |
|
* | Merge "Animator stuff" into lmp-dev | John Reck | 2014-08-28 | 1 | -4/+5 |
|\ |
|
| * | Animator stuff | John Reck | 2014-08-27 | 1 | -4/+5 |
* | | Merge "Fix live region updates." into lmp-dev | Svetoslav | 2014-08-28 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix live region updates. | Svetoslav | 2014-08-20 | 1 | -1/+1 |
* | | | Use bounds in screen for better A11y backwards compatibility | Alan Viverette | 2014-08-25 | 1 | -1/+4 |
| |/
|/| |
|
* | | Merge "Add Parent Change to ChangeTransform" into lmp-dev | George Mount | 2014-08-21 | 1 | -0/+9 |
|\ \ |
|
| * | | Add Parent Change to ChangeTransform | Dake Gu | 2014-08-21 | 1 | -0/+9 |
* | | | Jump drawable state (including ripples) on view detach | Alan Viverette | 2014-08-21 | 1 | -0/+4 |
|/ / |
|
* | | Merge "Implement full View.buildLayer" into lmp-dev | John Reck | 2014-08-16 | 1 | -4/+3 |
|\ \
| |/
|/| |
|
| * | Implement full View.buildLayer | John Reck | 2014-08-20 | 1 | -4/+3 |
* | | Add outlineProvider attribute | Chris Craik | 2014-08-19 | 1 | -8/+26 |
|/ |
|
* | Draw accessibility focus in View rather than ViewRootImpl | Alan Viverette | 2014-08-19 | 1 | -0/+46 |
* | Exposes style and theme data, adds developer option. | Jon Miranda | 2014-08-18 | 1 | -0/+69 |
* | Don't mangle layer paint's alpha | John Reck | 2014-08-18 | 1 | -9/+6 |
* | Merge "Move shared elements to overlay when in a transition group." into lmp-dev | George Mount | 2014-08-08 | 1 | -1/+1 |
|\ |
|
| * | Move shared elements to overlay when in a transition group. | George Mount | 2014-08-08 | 1 | -1/+1 |
* | | Don't make ripples respond to selection state | Alan Viverette | 2014-08-08 | 1 | -0/+1 |
|/ |
|
* | Send accessibility click event after calling click listener | Alan Viverette | 2014-08-08 | 1 | -5/+7 |
* | Separate tint and tintMode properties | Alan Viverette | 2014-08-06 | 1 | -13/+14 |
* | Move clip bound execution into drawChild() | Chris Craik | 2014-08-05 | 1 | -14/+21 |
* | Set default outline alpha to 1.0f | Chris Craik | 2014-08-04 | 1 | -3/+4 |
* | Use RoundRect clipping for circle reveal animation | Chris Craik | 2014-07-30 | 1 | -8/+3 |
* | Merge "Exposed getLocationOnScreen, added formatToHexString method." into lmp... | Jon Miranda | 2014-07-24 | 1 | -3/+16 |
|\ |
|
| * | Exposed getLocationOnScreen, added formatToHexString method. | Jon Miranda | 2014-07-29 | 1 | -3/+16 |
* | | Allow a "ghost view" that paint a different view from the overlay. | George Mount | 2014-07-29 | 1 | -3/+15 |
|/ |
|
* | Move ClipBounds to native | Chris Craik | 2014-07-25 | 1 | -26/+20 |
* | Allow focusable in touch mode views to ignore touchscreen focus blocks | Adam Powell | 2014-07-21 | 1 | -1/+11 |
* | Clean up view tinting APIs, tileModeX/Y attribute docs | Alan Viverette | 2014-07-22 | 1 | -29/+13 |
* | Return Animator instead of ValueAnimator | John Reck | 2014-07-19 | 1 | -18/+0 |
* | Tweaks to outline API | Chris Craik | 2014-07-19 | 1 | -11/+7 |
* | ActivityTransition: fix wrong width/height applied to sharedelement. | Dake Gu | 2014-07-18 | 1 | -11/+14 |
* | Add RT-enabled reveal animator | John Reck | 2014-07-18 | 1 | -4/+2 |
* | Add nested pre-fling for nested scrolling | Adam Powell | 2014-07-17 | 1 | -0/+37 |
* | Merge "Add accessibility text contrast setting" into lmp-dev | Chris Craik | 2014-07-16 | 1 | -0/+6 |
|\ |
|
| * | Add accessibility text contrast setting | Chris Craik | 2014-07-16 | 1 | -0/+6 |
* | | Fix hotspot movement on focus change | Alan Viverette | 2014-07-16 | 1 | -2/+18 |
|/ |
|