0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/java
Jordan Rose ef73a621f0 java: Get the zkgroup sources to build and pass tests
This is a pretty mechanical translation *except* for

- moving the RANDOM_LENGTH constant out of the obsolete Native class
  (libsignal-client has its own) into a new Constants class

- replacing the mocked SecureRandom with a custom subclass; Mockito
  was refusing to mock SecureRandom and honestly that's fair

- removing unused classes UUIDUtil and ZkGroupError

- updating to JUnit 4, which zkgroup's tests rely on
2021-11-08 11:06:31 -08:00
..
android Android: upload unstripped libraries to Maven as well 2021-11-03 16:32:02 -07:00
docker Java: switch to Debian for Docker builds instead of Ubuntu 2021-04-21 12:15:33 -07:00
gradle/wrapper Import v2.8.1 of libsignal-protocol-java 2020-11-05 17:59:09 -05:00
java java: Get the zkgroup sources to build and pass tests 2021-11-08 11:06:31 -08:00
tests java: Get the zkgroup sources to build and pass tests 2021-11-08 11:06:31 -08:00
build_jni.sh GitHub: When a release is tagged, build and publish JNI artifacts 2021-11-01 12:53:56 -07:00
build.gradle Bump to version v0.9.8 2021-10-27 10:36:57 -07:00
check_code_size.py Java: don't eagerly strip libsignal_client.so; let gradle do it for us 2021-08-30 12:33:18 -07:00
code_size.json Bump to version v0.9.8 2021-10-27 10:36:57 -07:00
Dockerfile Docker: Fix typo in 3a3476b83: paths are relative to the repo root 2021-06-28 14:30:38 -07:00
gradlew Import v2.8.1 of libsignal-protocol-java 2020-11-05 17:59:09 -05:00
gradlew.bat Import v2.8.1 of libsignal-protocol-java 2020-11-05 17:59:09 -05:00
Makefile Java: adjust 'clean' behavior 2021-09-24 16:31:08 -07:00
settings.gradle Import v2.8.1 of libsignal-protocol-java 2020-11-05 17:59:09 -05:00