TesserPG-Android
TesserPG-Android copied to clipboard
Tessercube
OpenPGP Made Mobile
Fully OpenPGP
Tessercube abides to common standards of OpenPGP.
Encryption Made Everywhere
Use OpenPGP in any app with Tessercube keyboard.
Messages Made Trackable
Never fail finding previous messages.
How to build
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