| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Use ViewCompat support library"•••This reverts commit e7ee4fa862e9d7986c292c2e3a0d6b392100540a.
Change-Id: I56fab60ac859289d3ed51f691cd7e2a15da01856
|  Tadashi G. Takaoka | 2014-01-27 | 1 | -3/+3 |
* | Use ViewCompat support library•••Change-Id: I4ba261752750f5087cba810045669512b430b5e0
|  Tadashi G. Takaoka | 2014-01-27 | 1 | -3/+3 |
* | Override View.drawableStateChanged to detect state_pressed•••Unlike on JB, View.setPressed(boolean) is never called when the view
is pressed on ICS. To detect a pressed state of the view, we need to
override View.drawableStateChanged() and check the drawable state
contains state_pressed.
Bug: 8159728
Change-Id: I481051364d6f3d1370742723c3ce19d898ea5463
|  Tadashi G. Takaoka | 2013-05-01 | 1 | -8/+23 |
* | Add welcome screen to setup wizard•••This is a preliminary implementation because the welcome screen video
is just a placeholder.
Bug: 8159728
Change-Id: I6a2459a266babec2f078fc393b18c77b0b7992a8
|  Tadashi G. Takaoka | 2013-04-19 | 1 | -0/+108 |