| Commit message (Expand) | Author | Age | Files | Lines |
* | [PB9] Make buttons that animate-out unclickable•••Clicking on a button that is animating-out is only done by
mistake. Better make them unclickable.
Also, interrupt an out-in animation if it has been preempted.
Bug: 7600384
Change-Id: Ic4700cda46a894ea580bc67ee7bef885ecf1d3bc
|  Jean Chalard | 2013-04-26 | 1 | -0/+3 |
* | [PB8] Add an animation upon status change.•••Bug: 7600384
Change-Id: If5efb9357075193d10255187008e870e2933bdb8
|  Jean Chalard | 2013-04-25 | 1 | -6/+22 |
* | [PB7] Export animation code out of the preference•••Bug: 7600384
Change-Id: I8009b31d96646acd667db410b94e969daea91d52
|  Jean Chalard | 2013-04-25 | 1 | -11/+78 |
* | [PB6] Encapsulate the buttons into a view•••Handling buttons directly in the preference causes large
problems of code readability and interface. It's better to
have a class to manage the buttons and their animations
separately. This is feature-equivalent, and mostly
delegates stuff for now.
Bug: 7600384
Change-Id: Ia8da0ec68ffac84fc1d65e1760539a87a73fa776
|  Jean Chalard | 2013-04-25 | 1 | -0/+69 |