Release 2.3.0: Android APK with subscription, ping and Xray/Hy2 VPN.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-07-29 14:21:30 +03:00
co-authored by Cursor
parent a2cdad5ebe
commit ffb3ef7512
34 changed files with 2146 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
# Navis Android
Клиент с UI как на Windows 2.2: список нод, пинг, «лучший», автоподключение, подписка.
Версия APK: **2.3.0**
## Протоколы
| Протокол | Статус в APK |
|----------|--------------|
| VLESS / VMess / Trojan (Xray) | SOCKS core + VpnService |
| Hysteria 2 | SOCKS core + VpnService |
| NaiveProxy | импорт в UI; Android Chromium-бинарник не бандлится |
| AmneziaWG | импорт в UI; полный Tun — следующий релиз |
## Сборка
Нужны JDK 17+ и Android SDK (platform 35).
```bat
build-android.bat
```
Скрипт скачает Xray/Hysteria в `app/src/main/assets/cores/` и соберёт:
`dist/navis-release/android/Navis.apk`
Или Android Studio → Open `android/` → Run.