Commit Graph

21 Commits (96736a8095c253832d8050fb9f37c5266e9dfd23)

Author SHA1 Message Date
nielsandriesse 96736a8095 Raise deployment target and migrate to AndroidX 5 years ago
Niels Andriesse 2945390842 Quick fix closed group UI issues 5 years ago
Niels Andriesse 0ef0140b0d Update package 6 years ago
Alan Evans f010a3ec0d Consistent Recipient to add contact Intent export. 6 years ago
Moxie Marlinspike 72310ed3c6 Group member dialog tap takes you to recipient preference
Fixes #7463
7 years ago
Moxie Marlinspike 17dd681dc8 Run all AsyncTasks on thread pool executor
Should Fix #7002
8 years ago
Moxie Marlinspike 893cf9c01d Add support for setting empty profile names
// 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 737810475e Remove the Canonical Address Database
This was a holdover from Signal's origins as a pure SMS app.
It causes problems, depends on undefined device specific behavior,
and should no longer be necessary now that we have all the
information we need to E164 all numbers.

// FREEBIE
8 years ago
Moxie Marlinspike 7b589c4300 TextSecure is now SignalService
// FREEBIE
9 years ago
agrajaghh c4339813e6 migrate to AppCompatDialog
closes #3222
10 years ago
Sam Lanning 99adbe5784 Made some inner classes static (For Efficiency)
(and made one explicitly private)

Closes #3932
// FREEBIE
10 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
Moxie Marlinspike 4c89b242be Eliminate progess dialog during group members lookup.
It's just a flicker of confusion.

// FREEBIE
10 years ago
Christoph Haefner 417a4b86b6 Added QuickContact onclick in GroupMembersDialog
Fixes #2837
Closes #3033
10 years ago
agrajaghh 62181a3d7f migrate AlertDialog to material-dialogs
Closes #2743
10 years ago
guiweber d7419caa4b Moved several hard-coded UI strings to strings.xml
Closes #2203
10 years ago
Moxie Marlinspike b57763f397 Display 'me' for device's local number in group membership list.
// FREEBIE

Fixes #1494
Closes #1505
11 years ago
Moxie Marlinspike 5000957b99 Listen for group updates, fix group updates, and Recipient marshing 11 years ago
Moxie Marlinspike a305bb80e6 Correctly display group members 11 years ago