Awesome
<p align="center"><img src="metadata/en-US/branding/wordmark.svg" alt="AVNC Banner" height="200"></img></a> <p align="center"> <b>AVNC</b> is a VNC client for Android. </p>Features
- Material Design (with Dark theme)
- Configurable gestures
- Tight encoding
- Virtual Keys
- Picture-in-Picture mode
- View-only mode
- Zeroconf Server Discovery
- TLS support (AnonTLS, VeNCrypt)
- SSH tunnel (VNC over SSH)
- Import/Export servers
- VNC Repeater support
- Clipboard Sync with server
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80"> <img src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" alt="Get it on Play Store" height="80">
Screenshots
<img src="metadata/en-US/images/phoneScreenshots/1.jpg" width="250"> <img src="metadata/en-US/images/phoneScreenshots/2.jpg" width="250"> <img src="metadata/en-US/images/phoneScreenshots/3.jpg" width="250"> <img src="metadata/en-US/images/phoneScreenshots/4.jpg" width="250"> <img src="metadata/en-US/images/phoneScreenshots/5.jpg" width="250"> <img src="metadata/en-US/images/phoneScreenshots/6.jpg" width="250"> <img src="metadata/en-US/images/phoneScreenshots/7.jpg" width="380"> <img src="metadata/en-US/images/phoneScreenshots/8.jpg" width="380">
Development
Tools required:
- Git
- Android Studio
- Android SDK
- NDK (with CMake)
To get started, simply clone the repo and initialize submodules:
git clone https://github.com/gujjwal00/avnc.git
cd avnc
git submodule update --init --depth 1
Now you can import the project in Android Studio, or build it directly from terminal.
Read Architecture.kt (preferably in Android Studio) to know more about the code.
You can translate AVNC on Weblate.