2026-08-16 04:01:37 -03:00
v11
2026-08-16 04:01:37 -03:00
v9
2026-08-16 03:49:29 -03:00
v10
2026-08-16 03:57:11 -03:00
V7
2026-08-16 03:48:57 -03:00
2026-08-16 02:33:07 -03:00
V7
2026-08-16 03:48:57 -03:00
v11
2026-08-16 04:01:37 -03:00
V7
2026-08-16 03:48:57 -03:00

DragonTCP LiteVPN v11 - Separate Logs Page

This release changes only the Android UI. The working DragonTCP Lite transport core and server binaries are unchanged from the previous Lite build.

UI change

The main screen now contains only:

  • Server
  • Port
  • Optional token
  • Max/min chunk
  • Reconnect Every
  • Timeout
  • CONNECT
  • STOP
  • OPEN LOGS
  • Connection status

The Live Log is no longer present anywhere in the main layout.

Press OPEN LOGS to open a dedicated full-screen Logs Activity. That page has its own scrolling area, BACK button, and CLEAR button. Log updates therefore cannot resize, overlay, or move the settings page.

Network behavior unchanged

  • TCP/53 transport
  • mandatory existing DragonTCP payload transform
  • adaptive chunks
  • 1 fixed poller
  • reconnect-every default 1
  • max chunk 1 MiB
  • optional empty token
  • Android VPN/TUN frontend from the Lite build

The embedded Android DragonTCP core and both supplied server binaries are byte-for-byte identical to the previous Lite SplitUI build.

Build

The full source tree includes the existing build scripts. Set the Android SDK and Kotlin compiler paths and run:

./build_all.sh

Or build only the APK after the core already exists:

cd android
ANDROID_SDK_ROOT=/path/to/android-sdk \
KOTLIN_HOME=/path/to/kotlin \
./build_apk.sh

For an APK that updates the supplied release, sign with the same signing key/certificate used by the previous DragonTCP APK.

S
Description
No description provided
Readme
163 MiB
Languages
Go 64.7%
Kotlin 14%
Java 13.8%
PowerShell 4.2%
Python 1.6%
Other 1.7%