Commit Graph

14 Commits (263a540151fe12ccfd37b98f7abb761d677da8d2)

Author SHA1 Message Date
nielsandriesse 96736a8095 Raise deployment target and migrate to AndroidX 5 years ago
Niels Andriesse d7f1b86615 Remove legacy code 6 years ago
Niels Andriesse 0ef0140b0d Update package 6 years ago
Niels Andriesse 3a8d509c1e Further Lokify UI 6 years ago
Greyson Parrelli cfff10622a Move conversation classes to their own package. 7 years ago
Greyson Parrelli a498176043 Switch logs to use new Log class. 7 years ago
Moxie Marlinspike 6924f0519e No need for a RecipientFactory any longer
// 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
Jake McGinty 02c37e815c enable media forwarding
fixes #1362
closes #4589
// FREEBIE
10 years ago
Jake McGinty 8933e03c02 prevent blocking recipient resolution on UI thread
fixes #4058
Closes #4059
// FREEBIE
10 years ago
Moxie Marlinspike d1940fe0f9 Support for populating contacts DB with TS account type.
// FREEBIE
10 years ago
Rhodey Orbits 8f002bd68d fix handling of sms:, smsto:, mms:, mmsto: URIs
1) add VIEW action and BROWSABLE category to SmsSendtoActivity intent filter
2) created class Rfc5724Uri for processing RFC5724 SMS URIs
3) added a set of tests for new Rfc5724Uri class
4) updated SmsSendtoActivity to use Rfc5742Uri for processing VIEW intents

Fixes #2578
Closes #3030

// FREEBIE
11 years ago
Jake McGinty 0ff99258ac move routing logic to all activities
Fixes #2239
Closes #27923

// FREEBIE
11 years ago