History log of /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/DrawableRecipientChip.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2348bfcd0a710201ba98cd5642cc1e3b5fa6465 10-Jan-2017 Joseph Moghadam <jmoghadam@google.com> Add ability to show warning icon with warning text in chips.

The caller of RecipientEditTextView can specify a set of addresses to show
a warning icon for. It must also provide a warning icon bitmap and some warning
text. That icon will appear in the chip, and when the user touches it, the text
will show.

For more context on this change, see the bug.

Bug: 34170077
Test: manual - built in google3 and tried on my device.
Change-Id: I0067b5e9176c11a610dfe5580b415569de32d814
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/DrawableRecipientChip.java
194d427ebcfc2133bda410e0e4c399250d9a6066 07-Mar-2013 Scott Kennedy <skennedy@google.com> Refactor some of thie chips code

VisibleRecipientChip and InvisibleRecipientChip had a lot of the same
code, so I moved it all into a delegate class. This resulted in a
bunch of "RecipientChip" classes, so I moved them all into their own
sub-package.

Change-Id: I01dfc931e006270dd37721c73e7bc3c0e7b67515
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/DrawableRecipientChip.java