Commit Graph

9 Commits (48ff9673b925a9cd74b026b74aa885770a422f82)

Author SHA1 Message Date
Moxie Marlinspike bb878f8a67 Adjust Conversation List toolbar to match RecyclerView alignment 8 years ago
Moxie Marlinspike 893cf9c01d Add support for setting empty profile names
// FREEBIE
8 years ago
Moxie Marlinspike a39d9bf132 Fix for RTL layout detection crash on < API 17
Fixes #6987
// FREEBIE
8 years ago
Moxie Marlinspike e7c20499ec Display profile name in when appropriate
Display in conversation list, conversation actionbar, group
messages, and group members list when address is not in system
contacts

// FREEBIE
8 years ago
Moxie Marlinspike 375207f073 Switch MMS groups to use the group database infrastructure
Eliminate the concept of 'Recipients' (plural). There is now just
a 'Recipient', which contains an Address that is either an individual
or a group ID.

MMS groups now exist as part of the group database, just like push
groups.

// FREEBIE
8 years ago
Moxie Marlinspike dadc8d0183 Refactor "unnamed" group logic
// FREEBIE
8 years ago
Moxie Marlinspike 40af2a81db Support for per-recipient muting, blocking, and ringtones.
Fixes #757
Fixes #354
Fixes #222
Closes #1815
Closes #3378

// FREEBIE
10 years ago
Jake McGinty 54db79bfdd fix AppCompatEditText Transformation issues
Closes #3168
// FREEBIE
10 years ago
Moxie Marlinspike 41cad291f9 Display a generated avatar icon rather than a single default.
If the contact doesn't have an image, render a color-coded
background and the first letter of the contact's name.

1) Don't display anything during recipient resolution.

2) Display a # icon in material gray for recipients with no name.

3) Display a material group icon in material gray for groups with
   no avatar icon set.

Closes #3104

// FREEBIE
10 years ago