/TessercubeDV-Android

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

TessercubeDV

OpenPGP Made Mobile

Fully OpenPGP

TessercubeDV abides to common standards of OpenPGP.

Encryption Made Everywhere

Use OpenPGP in any app with TessercubeDV 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/SecretestSquirrel/TessercubeDV-Android.git

We're using a modified version of LatinIME as a submodule, so we need to initial the subtoolses

git submodule update --init --recursive

You can build using

./gradlew assemble

Dependency