Commit Graph
307 Commits
Author SHA1 Message Date
Greyson Parrelli 98b3b0cd11 Update libphonenumber to 8.13.50 2024-11-22 10:53:58 -05:00
Cody HenthorneandGreyson Parrelli 2f4577531d Remove mockito usage from android tests. 2024-11-21 10:36:09 -05:00
Jameson WilliamsandGreyson Parrelli f5db6b6c91 Switch to using toml version catalogs.
Resolves #13792
2024-11-21 10:36:09 -05:00
Jameson WilliamsandGreyson Parrelli 9e49dd1270 Remove unreachable dependencies from verification-metadata.xml
I did this by clearing the components entries:

perl -i -0777 -pe 's/<components>.*?<\/components>//gs'  gradle/verification-metadata.xml

And then regenerating them:

./gradlew --write-verification-metadata sha256 qa --rerun-tasks

Resolves #13791
2024-11-21 10:36:09 -05:00
andrew-signalandGreyson Parrelli bf3012bd8a Update libsignal-net integration to match libsignal v0.62.0. 2024-11-21 10:36:09 -05:00
andrew-signalandGreyson Parrelli c6c7df2dd1 Improve documentation around code formatting and dependencies. 2024-11-13 21:46:55 -05:00
Oscar MiraandGreyson Parrelli df83611b55 Update lint version to align with AGP.
Resolves #13759
2024-11-01 16:07:25 -04:00
Greyson Parrelli 26b9cea88e Move to separate message and media backup keys. 2024-11-01 16:07:25 -04:00
Greyson Parrelli 22148550dc Update to libsignal 0.60.0 2024-11-01 16:07:25 -04:00
Jim GustafsonandGreyson Parrelli 4220068835 Update to RingRTC v2.48.4 2024-10-29 14:36:34 -04:00
Alex HartandGreyson Parrelli b979be0cb9 Rewrite App Settings in compose. 2024-10-29 14:36:33 -04:00
Greyson Parrelli 97ce7e4150 Update to libsignal 0.58.2 2024-10-07 17:01:27 -04:00
Jim GustafsonandGreyson Parrelli 813a92380b Update to RingRTC v2.48.1 2024-10-03 10:26:19 -04:00
Greyson Parrelli ec3b40e2dd Update libsignal to 0.58.1 2024-09-27 16:51:42 -04:00
Jim GustafsonandGreyson Parrelli 1597ee70ba Update to RingRTC v2.48.0 2024-09-20 10:52:18 -04:00
Greyson Parrelli 60bf121974 Update to libsignal 0.58.0 2024-09-20 10:52:18 -04:00
Gaëtan MullerandGreyson Parrelli b340097f9c Remove Multidex usages.
Since the min SDK is at least 21, it is no longer necessary to use the Multidex library.

See the following for more info: https://developer.android.com/build/multidex#mdex-on-l

Resolves #13696
2024-09-20 10:52:18 -04:00
Greyson Parrelli c36c6e62e2 Add Flow.throttleLatest extension. 2024-09-20 10:52:17 -04:00
Jim GustafsonandCody Henthorne 6789715556 Update to RingRTC v2.47.1 2024-09-13 10:51:30 -04:00
Alex HartandCody Henthorne c3be92d365 Upgrade several AndroidX libraries and Compose to latest stable versions. 2024-09-13 10:51:30 -04:00
Jim GustafsonandCody Henthorne ee033b49fe Update to RingRTC v2.47.0 2024-09-13 10:51:30 -04:00
Jim GustafsonandNicholas Tinsley d6d9e5ca64 Update to RingRTC v2.46.2 2024-08-30 12:55:22 -04:00
Greyson ParrelliandNicholas Tinsley 8e3000d852 Update sqlcipher to 4.6.0-S1 2024-08-27 13:21:20 -04:00
Nicholas Tinsleyandmtang-signal 46bc2589b5 Update Jetpack Compose to BOM 2024.06.00 2024-08-22 13:04:59 -07:00
Nicholas Tinsleyandmtang-signal 8727f0d90d Update video sample app for API 34. 2024-08-22 13:04:59 -07:00
Cody Henthorneandmtang-signal a76d400bd1 Upgrade to libsignal 0.56.0 2024-08-22 13:04:59 -07:00
Jim Gustafsonandmtang-signal 8a4d9fc635 Update to RingRTC v2.46.1 2024-08-22 13:04:59 -07:00
Alex Hartandmtang-signal cda029cd93 Add billing module and include in play implementation. 2024-08-22 13:04:59 -07:00
Nicholas Tinsleyandmtang-signal 6f2cc923c2 Add dependency to convert RxJava to Kotlin Flows. 2024-08-22 12:58:33 -07:00
moiseev-signalandmtang-signal 5f40144ae9 Upgrade to libsignal 0.55.0 2024-08-22 12:58:33 -07:00
Greyson Parrelliandmtang-signal 5ffb7b07da Update to latest Backup.proto and fix various backup bugs. 2024-08-22 12:58:33 -07:00
Jim Gustafsonandmtang-signal ffd2e164bf Update to RingRTC v2.46.0 2024-08-08 12:19:01 -07:00
Greyson Parrelliandmtang-signal d9586e8d00 Revert "Upgrade Jetpack Compose to 2024.04.00."
This reverts commit f1fbd647685ab51e54863a763b37978505251b8e.
2024-08-08 12:19:00 -07:00
Nicholas Tinsleyandmtang-signal 4091af3632 Upgrade Jetpack Compose to 2024.04.00. 2024-08-08 12:19:00 -07:00
Nicholas Tinsleyandmtang-signal 1b729c42b6 Upgrade AndroidX Lifecycle to 2.8.4.
This also adds a dependency on the lifecycle-runtime-compose artifact.
2024-08-08 12:19:00 -07:00
Jim Gustafsonandmtang-signal 12529e9fb0 Update to RingRTC v2.45.0 2024-08-08 12:19:00 -07:00
Greyson ParrelliandNicholas Tinsley e6d8e36141 Add new backup testing infrastructure. 2024-07-26 23:43:53 +02:00
Greyson ParrelliandNicholas Tinsley ab03a627da Upgrade libsignal-client to 0.52.5 2024-07-26 23:43:53 +02:00
Rashad SookramandGitHub 1007111310 Update to RingRTC v2.44.4 2024-07-18 08:54:54 -04:00
Alex KonradiandGreyson Parrelli 97974291d2 Update to libsignal 0.52.2 2024-07-16 16:54:38 -04:00
Nicholas TinsleyandGreyson Parrelli 8cbecc2992 Upgrade libphonenumber to 8.13.40. 2024-07-16 16:54:38 -04:00
Jim GustafsonandCody Henthorne a3d1197aef Update to RingRTC v2.44.3 2024-07-09 13:40:41 -04:00
Nicholas TinsleyandCody Henthorne d91760eefc Upgrade AndroidX Media3 to 1.3.1. 2024-07-09 13:40:41 -04:00
Rashad SookramandCody Henthorne 3c13619ce8 Update to RingRTC v2.44.2 2024-07-09 13:40:41 -04:00
Jim GustafsonandCody Henthorne 176e0e7765 Update to RingRTC v2.44.1 2024-07-09 13:40:41 -04:00
moiseev-signalandGreyson Parrelli 816e3442a0 Adopt libsignal 0.51.1 2024-06-24 15:04:03 -04:00
Nicholas TinsleyandGreyson Parrelli 8ba57a2733 Upgrade OkHttp to 4.12.
Addresses #13491
2024-06-24 15:04:02 -04:00
Nicholas TinsleyandGreyson Parrelli 1950b80402 Update AndroidX Camera libraries to 1.3.4. 2024-06-24 15:04:02 -04:00
Jim GustafsonandGreyson Parrelli d22d18da47 Update to RingRTC v2.44.0 2024-06-24 15:04:02 -04:00
Michelle TangandAlex Hart d3eb480d31 Update add linked devices screen. 2024-06-21 09:19:47 -03:00