Skip to content

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

Latest

Choose a tag to compare

@kavinmaranravi kavinmaranravi released this 21 Aug 16:15
· 26 commits to main since this release

🚀 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