Turasa / libsignal-service-java

GNU General Public License v3.0
37 stars 21 forks source link

cherry-pick up to 2.5.17 #11

Closed Trolldemorted closed 6 years ago

Trolldemorted commented 6 years ago

Unfortunately untested, but it should work.

If you tell me how to build a local libsignal-service-android package i will gladly test it on my Signal-Android slave.

edit: I have manually added references to signal-protocol-java and signal-service-java to my android slave branch and it appears to be working fine.

AsamK commented 6 years ago

Thanks, sorry for taking so long to update. I prefer using the original commits and just merging instead of cherry picking (git merge upstream/master). I've merged and applied the necessary changes and will push shortly. With gradle installArchives you should be able to build libsignal-service-android and install it to your local maven archive that you can reference in your android project. You just need to have the correct version of the android build tools installed and the path to the sdk specified in the local.properties file.