- Self-hosted Moon Support
- Add custom planet config via file and URL
- View peers list
- Chinese translation
Check Releases page for newest apk built.
The code for this repository is based on the reverse engineering of the official Android client. The original author is Grant Limberg (glimberg@gmail.com). See AUTHORS.md for more details.
- Zerotier JNI Sdk is located in
com.zerotier.sdk
- Original Android client code is located in
net.kaaass.zerotierfix
(renamed fromcom.zerotier.one
) - Pre-built JNI library binary is located in
app/src/main/jniLibs
. This will be replaced by source code in the future - App logo is a trademark of
ZeroTier, Inc.
and made by myself.
- Add moon config persistent & file config
- Add peer list view
- Support planet config
- WIP Rewrite & update UI to fit Material Design
- Replace pre-built JNI library
- WIP Clear up code (remove decompiler tag and refine)