OpenPGP Made Mobile
Tessercube abides to common standards of OpenPGP.
Use OpenPGP in any app with Tessercube keyboard.
Never fail finding previous messages.
Requirement:
- ndk-r19c
- android-28
- Kotlin plugin (When using Android Studio)
Clone the project
git clone https://github.com/DimensionDev/Tessercube-Android.git
We're using a modified version of LatinIME as a submodule, so we need to initial the submodules
git submodule update --init --recursive
You can run a debug build using
./gradlew assembleDebug