Skip to content

Releases: editech-dev/vortex-one

Vortex One v1.0.5 - Tor Remote DNS, Zero ISP Leak & Performance Release

Choose a tag to compare

@editech-dev editech-dev released this 26 Jul 20:52

🌟 What's New in v1.0.5

🛡️ 1. Tor Remote DNS Resolution & Zero ISP Leaks

  • Libcore DNS Interception: Intercepts android_getaddrinfo in OsStub.java for Tor-enabled apps, preventing plaintext DNS requests from reaching local ISP DNS servers.
  • Virtual IP Mapping (127.192.0.0/10): Maps resolved hostnames to internal synthetic Virtual IPs without touching host DNS.
  • SOCKS5 Domain Routing (ATYP 0x03): Forwards raw domain names directly to Tor exit nodes for end-to-end remote resolution inside the encrypted Tor circuit. Bypasses ISP DNS blocking completely.
  • Tor Native DNS Server: Embedded Tor daemon listens on 127.0.0.1:5453 with AutomapHostsOnResolve 1.
  • Auto-Boot & Thread Safety: Launches TorService automatically on app start and dispatches status checks asynchronously to prevent NetworkOnMainThreadException.

🔥 2. Advanced Firewall & Network Inspector

  • Consolidated Traffic Logs: Live traffic log viewer with TOR/DNS and TOR/TCP badges for onion connections.
  • Bandwidth Throttling: Token-bucket rate limiting per app.
  • Automated Retention: Auto-prunes logs older than 7 days with a 500-record cap.

⚙️ 3. Storage & Cache Tools

  • Integrated Storage & Cache Manager in Settings to inspect container sizes, clear cache, or reset virtual app data safely.

📥 Downloads (v1.0.5)

Architecture Recommended Devices Direct Download Link
🌐 Universal APK Smart TVs, TV Boxes, Smartphones (All) VortexOne-v1.0.5-universal.apk
ARM64 64-bit Modern Smartphones & High-end TV Boxes VortexOne-v1.0.5-arm64-v8a.apk
📺 ARMv7 32-bit Legacy Smart TVs & Entry-level Sticks VortexOne-v1.0.5-armeabi-v7a.apk

Built with ❤️ by editech-dev for the Android Community.

Vortex One v1.0.4

Choose a tag to compare

@editech-dev editech-dev released this 25 Jul 23:46

Vortex One v1.0.4 📱📺 - Release Notes

Vortex One v1.0.4 representa una actualización mayor enfocada en seguridad, virtualización y usabilidad. Esta versión introduce la integración completa de la Red Tor per-app, gestión avanzada de almacenamiento, optimizaciones de interfaz para Android TV y correcciones críticas en el ciclo de vida del sistema.


🚀 Novedades Principales

🛡️ 1. Integración Completa de la Red Tor (Per-App Routing)

  • Pasarela SOCKS5 Integrada: Daemon ejecutable nativo de Tor corriendo en segundo plano (127.0.0.1:9150) con puerto de control (9151).
  • Enrutamiento Granular por Aplicación: Enrutamiento transparente a nivel nativo/libcore (OsStub.java). Cada aplicación virtualizada dentro del Sandbox (BlackBox) puede ser enrutada por Tor o navegar de forma estándar de manera 100% independiente.
  • Kill-Switch de Seguridad: Bloqueo automático de tráfico (TOR/BLOCKED) si el proxy no responde para evitar fugas de IP real. Incluye un período de gracia inteligente de 1.2s (3 reintentos x 400ms) durante el arranque.
  • Auto-Inicio Inteligente: El servicio Tor (TorManager / TorService) arranca automáticamente al abrir Vortex One si al menos una aplicación tiene la red Tor activada.
  • Protección de Hilos UI: Pruebas de conectividad TCP asíncronas para evitar excepciones NetworkOnMainThreadException y mantener el indicador visual siempre sincronizado ("Tor activo" en verde).
  • Nueva Identidad (NEWNYM): Botón dedicado para solicitar un cambio inmediato de identidad y rotación de IP en la red Tor.

📑 2. Mejoras en Firewall y Logs Centralizados

  • Nueva Pestaña Tor: Agregada a la vista de detalles de cada app para un control individual de enrutamiento y gestión de identidad.
  • Registros Unificados: Identificación visual instantánea de las conexiones Tor en los logs mediante un distintivo morado y el ícono de cebolla (TOR/TCP).
  • Rotación Automática de Datos: Mantenimiento en segundo plano que purga registros con más de 7 días de antigüedad y limita la base de datos SQLite a un máximo de 500 entradas para optimizar la memoria.

⚙️ 3. Gestión de Almacenamiento y Caché

  • Control de Memoria: Nueva pestaña en "Ajustes" para consultar el espacio en disco, realizar limpiezas de caché y ejecutar el borrado seguro de datos residuales.
  • Rediseño de Ajustes: Tarjetas responsive estilizadas, totalmente compatibles con pantallas táctiles y navegación con control remoto. Nuevo pie de página con créditos a la comunidad Android.

🎮 4. Optimizaciones de UI/UX (Android TV y Móvil)

  • Navegación D-Pad en Android TV: Interceptación global de eventos del control remoto (dispatchKeyEvent) para permitir transiciones fluidas desde las pestañas hacia las listas inferiores.
  • Resaltado Neón Dinámico: Los bordes de las tarjetas Material ahora muestran un resaltado azul neón (#38BDF8) al recibir el foco del control remoto.
  • Respuesta Táctil en Móviles: Eliminación de los atributos focusableInTouchMode conflictivos para garantizar una respuesta inmediata al toque directo en smartphones.
  • Ajuste de Escala Visual: Reducción de animaciones a 1.015x para evitar recortes visuales en pantallas de alta densidad.

🛠️ Resumen de Ficheros Modificados

Componente Archivos Clave Descripción del Cambio
Tor Engine TorManager.kt, TorService.kt Ciclo de vida, auto-boot, proxy 9150 y seguridad de hilos.
Virtualization OsStub.java Interceptación de sockets, túnel SOCKS5 y Kill-Switch con gracia.
Firewall & UI TorFragment.kt, FirewallAppDetailActivity.kt Pestaña Tor, sincronización en onResume() y eventos D-Pad.
Settings & Storage AdManager.kt, README.md Limpieza de caché, créditos y documentación actualizada.

📥 Archivos de Instalación (Assets)

  • VortexOne-v1.0.4-universal.apk: APK Universal recomendada (32-bit & 64-bit ARM).
  • VortexOne-v1.0.4-arm64-v8a.apk: APK optimizada para dispositivos ARM 64-bit (Smartphones modernos y TV Boxes de 64 bits).
  • VortexOne-v1.0.4-armeabi-v7a.apk: APK optimizada para dispositivos ARM 32-bit.

Vortex One v1.0.3 - Security Firewall & Network Control 🛡️⚡

Choose a tag to compare

@editech-dev editech-dev released this 05 Apr 18:47

What's New in v1.0.3 🛡️⚡

This is a major security and networking update. We are introducing a built-in firewall and advanced network controls to ensure your virtual environment remains completely isolated, secure, and optimized.

✨ Key Features & Improvements

  • Built-in Security Firewall: Monitor, manage, and control network access for all your virtualized applications in real-time.
  • Advanced Threat Neutralization: Hardened security measures to automatically block malicious ADB connections and prevent apps from scanning or attacking your local network (LAN).
  • Bandwidth Limiter: Take full control of your connection. You can now limit the internet speed for specific cloned apps to avoid background data hogging.
  • Enhanced Multi-language Support: Polished localization engine for smoother and more accurate language switching across the entire interface.

How to Update 📥

  1. Download the vortex-one-v1.0.3.apk attached in the Assets section below.
  2. Install the update directly over your previous version. Your existing virtual apps and configurations will be safely preserved.

Crafted with ❤️ by @editech-dev

Vortex One v1.0.2 - Multi-language & Ad-Fix

Choose a tag to compare

@editech-dev editech-dev released this 04 Feb 18:13

What's New in v1.0.2 🌍🛠️

This update focuses on global accessibility and stability. We've squashed a critical bug and added support for multiple languages to make Vortex One more inclusive.

✨ Highlights

  • Multi-language Support: The app now adapts to your device's language settings. (English & Spanish initially supported).
  • Ad-Engine Stabilization: Fixed a critical bug where the app would hang or freeze during certain advertisement sequences.
  • Improved UI Responsiveness: General tweaks to ensure smoother transitions after an ad is closed.

🐛 Bug Fixes

  • Fixed: Application freezing issues on specific ad providers that prevented users from returning to the main dashboard.

How to Update 📥

  1. Download the vortex-one-v1.0.2.apk below.
  2. Install the update. Your cloned apps and settings will remain intact.

Maintained with ❤️ by @editech-dev

Vortex One v1.0.1 - Android 9 Compatibility

Choose a tag to compare

@editech-dev editech-dev released this 04 Feb 01:18

What's New in v1.0.1 🚀

The focus of this update is accessibility and hardware support. We've optimized the core engine to ensure a smooth experience on older but widely used Android versions.

✨ Highlights

  • Android 9 (Pie) Support: Now fully compatible with devices running Android 9.0 (API level 28) and above.
  • Performance Optimization: Improved memory management for devices with limited RAM.
  • Bug Fixes: Resolved minor crashes reported during initial setup on some TV Boxes.

How to Update 📥

  1. Download the vortex-one-v1.0.1.apk attached in the Assets section below.
  2. Install it over your existing version or perform a clean install.
  3. (Optional) Clear cache if you experience any UI glitches after the update.

Maintained by @editech-dev

Vortex One v1.0.0 - Initial Release

Choose a tag to compare

@editech-dev editech-dev released this 03 Feb 01:28

What's New 🚀

  • Initial Public Release: First stable version of Vortex One.
  • Multi-platform support: Full compatibility for Android TV and Mobile devices.
  • Sandbox Environment: Securely run dual apps in an isolated space.
  • APK Installer: Seamlessly install applications from local storage or USB.

Installation 📥

  1. Download the vortex-one.apk attached below.
  2. Enable "Unknown Sources" on your Android device settings.
  3. Install and enjoy!

Developed by @editech-dev