Signal-Android/src/org/thoughtcrime/securesms/recipients
Moxie Marlinspike 68234959c4 Fix for occasional generated avatar mis-sizing in conversation.
Drawables are (strangely) mutable objects.  We reuse a single
drawable for each recipient, but some avatar views (the
conversation list -- 40dp) are larger than others (the
conversation -- 30dp).

This results in a situation where TextDrawable doesn't render
itself appropriately, because the bounds are modified by a larger
view.

Giving the Drawable an intrinsic width and height resolves this
conflict.

// FREEBIE
2015-05-08 15:08:44 -07:00
..
Recipient.java Fix for occasional generated avatar mis-sizing in conversation. 2015-05-08 15:08:44 -07:00
RecipientFactory.java Update to latest version of libtextsecure for simplified interface. 2015-03-03 12:25:09 -08:00
RecipientFormattingException.java Removed tabs 2012-09-30 19:56:29 -07:00
RecipientProvider.java Fix for occasional generated avatar mis-sizing in conversation. 2015-05-08 15:08:44 -07:00
Recipients.java Better UX handling on identity key mismatches. 2015-02-27 12:26:09 -08:00
RecipientsFormatter.java Removed tabs 2012-09-30 19:56:29 -07:00