Skip to content

Releases: kavinmaranravi/HalanoiApp

Halanoi Sovereign v1.1.0 – Ambition Engine, Permanent Backup & Architecture Guide

Choose a tag to compare

@kavinmaranravi kavinmaranravi released this 21 Aug 16:15

🚀 Halanoi Sovereign v1.1.0 introduces enterprise-grade data persistence with 3-Tier Permanent Notes & Tasks Backup, in-app Sovereign Architecture Guide, refined VPN Policy Lockdown, and key UX fixes.


🌟 What’s New in this Release:

1. 📥 1-Tap Permanent Notes & Tasks Backup & Restore

  • Survives Uninstalls: Notes, tasks, and scratchpad pads automatically mirror to Android MediaStore.Downloads (Download/Halanoi/halanoi_notes_backup.json) and public Documents.
  • 1-Tap Interactive Restore: In Admin Settings, tap "Restore Notes & Tasks 📥" to pick your backup JSON via Android's native file picker (OpenDocument), bypassing all Android 11–15 Scoped Storage UID restrictions seamlessly.
  • 1-Tap Export: Instantly export a fresh snapshot of all your focus items.

2. 🛡️ VPN Policy Lockdown (Release vs. Debug)

  • Release Build (Ambition Mode): Enforces DISALLOW_CONFIG_VPN so the VPN cannot be disabled or switched over in Android system settings or Admin settings.
  • Debug Build (Flexible Focus): You can freely toggle, inspect, or turn off the VPN when testing.

3. 🎯 Choose Your Focus Mode:

  • 🧪 Debug Build (app-debug.apk): Full flexibility to edit/delete blocked websites, keywords, and apps, and toggle VPN/Accessibility. Ideal for casual focus or flexible days.
  • 🔒 Release Build (Ambition Mode): All edit/delete buttons and on-device Admin Deactivate controls are intentionally stripped so you can commit 100% to your goals without bypass temptation. (Self-compiled via ./gradlew assembleRelease).

4. ⚡ Accessibility Alert Watchdog Throttled

  • Throttled background accessibility warnings to at most once every 30 seconds, preventing notification floods and giving you ample time to configure settings.

5. 📖 In-App Sovereign Architecture Guide

  • Explore the full blueprint, AI Screen Sniper mechanics, DNS routing, and security policies directly inside the app.

📦 Installation

  1. Download the attached app-debug.apk below.

  2. Follow the Setup Guide in README to install and activate Device Owner via ADB:

    adb install -r -t -i com.android.vending app-debug.apk
    adb shell dpm set-device-owner com.halanoi.app/.HalanoiDeviceAdminReceiver

    Stay focused and good luck on your journey!

    Author by Halanoi

Halanoi Sovereign v1.0.2 - Ultra-Fast DNS & Cache Upgrade

Choose a tag to compare

@kavinmaranravi kavinmaranravi released this 13 Aug 17:37

🚀 This release optimizes the background VPN DNS engine, making internet browsing on your device ultra-fast while keeping malware, adult content, and custom site filters 100% active.

⚡ Key Upgrades:

  • Local DNS Caching: Added a thread-safe cache to serve previously visited sites in 0 milliseconds.
  • Raw UDP Forwarding: Swapped slow HTTPS queries out for fast DNS UDP routing directly to Cloudflare Family (1.1.1.3).
  • 10s Network Timeout: Upgraded the timeout to 10 seconds to prevent internet drops on slow 4G/5G connections.

📦 Installation

Download the attached app-debug.apk below, copy it to your phone, and follow the Setup Guide in the README to activate Device Owner privileges via ADB!

Halanoi Sovereign v1.0.1 - Demo Video Update

Choose a tag to compare

@kavinmaranravi kavinmaranravi released this 02 Jul 15:49

🚀 Halanoi Sovereign v1.0.1

This release adds the official detailed demonstration video showing the local Edge AI Screen Sniper and VPN blocking in action on Chrome!

📦 Changes:

  • Added Demo_video.mp4 showcasing real-time AI classification on-device.
  • Restored README visual logo and system architecture charts.

📲 Installation

Download the attached app-debug.apk below, copy it to your phone, and follow the Setup Guide in the README to activate Device Owner privileges via ADB!

Halanoi Sovereign v1.0.0 - Initial Public Release

Choose a tag to compare

@kavinmaranravi kavinmaranravi released this 02 Jul 12:33

🚀 Initial Release of Halanoi Sovereign

We are excited to launch the first official public release of Halanoi Sovereign!

📦 What's Included:

  • Edge AI Screen Sniper: Real-time on-device text scraping and local TFLite classification.
  • Sovereign Device Owner Lockdown: Corporate-grade administrative restrictions (anti-uninstall, settings freeze, VPN lockdown, anti-clear-data, and sideloading guard).
  • Active Browser Lockdown Shield: Automatically detects and hides unauthorized alternative browsers to prevent focus bypasses.
  • Local VPN Shield: Local routing framework for adult and malware content DNS filtering.

📲 Installation

Download the attached app-debug.apk file below, copy it to your phone, and follow the Setup Guide in the README to activate Device Owner privileges via ADB!