session-android/src/org/thoughtcrime/securesms/contacts
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
..
ArrayListCursor.java Initial Project Import 2011-12-20 10:20:44 -08:00
ContactAccessor.java Include group titles in search 2014-12-23 12:40:30 -08:00
ContactIdentityManager.java Improve support for "me" contact. 2012-10-22 19:17:08 -07:00
ContactIdentityManagerGingerbread.java Split into library project and add shared preferences layer of indirection. 2014-01-06 14:20:59 -08:00
ContactIdentityManagerICS.java Major reorganization of view/model interactions. 2012-10-28 18:24:21 -07:00
ContactPhotoFactory.java Fix for occasional generated avatar mis-sizing in conversation. 2015-05-08 15:08:44 -07:00
ContactsCursorLoader.java maintain one ContactsDatabase instance per Loader 2015-04-23 14:28:39 -07:00
ContactsDatabase.java maintain one ContactsDatabase instance per Loader 2015-04-23 14:28:39 -07:00
ContactSelectionListAdapter.java Display a generated avatar icon rather than a single default. 2015-05-07 10:36:54 -07:00
NameAndNumber.java whitespace cleanup 2014-12-12 14:39:51 -08:00
RecipientsAdapter.java Initial Project Import 2011-12-20 10:20:44 -08:00
RecipientsEditor.java Upgrade to AppCompat v22.1 2015-04-30 16:51:16 -07:00