- Bouncy Castle (Utility)
requires 1 permissions: android.permission.INTERNET
a collection of APIs used in cryptography. Also see
Wikipedia.
- Spongy Castle (Utility)
requires 1 permissions: android.permission.INTERNET
a collection of APIs used in cryptography, to complement the stripped-down version of
Bouncy Castle Android ships with.
- Android Support v4 (Development Framework)
The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see
Understanding the Android Support Library.
- Arch (Utility)
helper for other arch dependencies, including JUnit test rules that can be used with LiveData.
- AppCompat (Utility)
support newer Android features on older Android versions.
- Constraint Layout Library (Utility)
library to reduce the number of nested views needed.
- Androidx Core (Utility)
a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs.
- Documentfile (UI Component)
a library to view a file document.
- Lifecycle (Utility)
perform actions in response to a change in the lifecycle status of another component, such as activities and fragments.
- Loader (Utility)
library to load data for your UI that survives configuration changes.
- Transition (UI Component)
animates motion in the UI with starting and ending layouts.
- Vectordrawable (UI Component)
AndroidX library to render vector graphics.
- Google Material Design (Utility)
library to help with material design guidelines.
- sshj (Utility)
SSHv2 library for Java.
- JZlib (Utility)
a lossless data-compression library
- Kotlin (Utility)
The Kotlin Programming Language
- kotlinx.coroutines (Utility)
library support for Kotlin coroutines.
- EdDSA-Java (Utility)
pure Java implementation of
EdDSA (cryptography: Edwards-curve Digital Signature Algorithm).
- I2P Android (Utility)
- sshj (Utility)
SSHv2 library for Java: ssh, scp and sftp.
- IntelliJ IDEA (Utility)
- jBCrypt (Utility)
a Java™ implementation of OpenBSD's Blowfish password hashing code.
- Simple Logging Facade for Java (Utility)
abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing to plug in the desired logging framework at deployment time.
- asn-one (Utility)
a pure Java implementation of an ASN.1 encoder and decoder supporting the BER and DER encoding rules of the bytestream.