Commit Graph

7 Commits (8cf3ba424a3918e73313789a5b309e972c48ded9)

Author SHA1 Message Date
Greyson Parrelli 267bc32e23 Temporary revert to fix an avatar retrieval issue.
This reverts commit 8aa185070b.
5 years ago
Moxie Marlinspike 8aa185070b Update libsignalservice to 2.13.0
- Eliminate the explicit spongycastle dependency. All access to
  primitives is done through the JCE interfaces now, which allows
  us to use a secure native-backed provider like conscrypt.

- Use conscrypt for our default security provider. This gives us
  fast TLS 1.2 and 1.3 support on all devices, even before they
  had platform support (like 4.4).

- Update minSdk to 18. Unfortunately the JCE interfaces for GCM
  primitives are JDK 7+ (!) only, which became supported by Android
  at 18.
5 years ago
Moxie Marlinspike e0f6a92c73 Forgot that we do need the JCE EC stuff
Fixes #5337
// FREEBIE
8 years ago
Moxie Marlinspike 9aec80beda Drop some packages from spongycastle to accomodate GB dexopt
Fixes #5269
// FREEBIE
8 years ago
Moxie Marlinspike d83a3d71bc Support for Signal calls.
Merge in RedPhone

// FREEBIE
9 years ago
Moxie Marlinspike 7d81c41404 Update spongycastle proguard to fix GB dexopt limits.
// FREEBIE
9 years ago
Jake McGinty 597f7bbafd refactor proguard rules
// FREEBIE
9 years ago