Tags

Tags give the ability to mark specific points in history as being important
  • v1.8.1

    protected Release: SimbaBox v1.8.1
    Release v1.8.1
  • v1.8.0

    protected Release: SimbaBox v1.8.0
    Release 1.8.0
  • v1.7.5

    protected Release: SimbaBox v1.7.5
    Release v1.7.5
  • v1.7.4

    protected Release: SimbaBox v1.7.4
    Release v1.7.4
  • v1.7.3

    protected Release: SimbaBox v1.7.3
    Release v1.7.3
  • v1.7.2

    protected Release: SimbaBox v1.7.2
    Release v1.7.2
  • v1.7.1

    protected Release: SimbaBox v1.7.1
    Release v1.7.1
    
    ## Fix
    
    ### Manual update check now downloads APK directly
    - "Check for updates" in About screen now downloads and installs APK directly instead of opening browser
    - Uses the same download+install flow as auto-update (progress dialog, correct ABI detection, FileProvider install)
  • v1.7.0

    protected Release: SimbaBox v1.7.0
    Release v1.7.0
    
    ## What's New
    
    ### sing-box 1.13.3
    - Updated sing-box core from 1.12.19 to 1.13.3
    - Cherry-picked neko patches for compatibility
    - Updated gvisor, removed deprecated APIs (conntrack, legacy tun fields)
    - Fixed gVisor close panic on profile switch
    - Go updated to 1.24.7
    
    ### Yggdrasil Subscription (NEW)
    - Auto-update Yggdrasil config via JSON subscription over overlay network
    - New subscriptionUrl field in Yggdrasil profile settings
    - Checks when first peer comes online + every 3 hours
    - Auto-restarts VPN when config changes
    - Supports profile fields: peers, dns, proxy addresses, runetRules, name
    - Supports global app settings: proxy mode, app lists (set/add/remove), DNS, sniffing, IPv6
    - Can add non-Yggdrasil profiles via addProfiles (vless://, ss://, trojan://, hysteria2://, etc.)
    - Config versioning (skip if not newer) and minAppVersion check
    - Full documentation: docs/subscription_format.md
    
    ### Subscription Export (NEW)
    - Export active profile or all profiles as subscription JSON
    - UI: Tools → Backup → Export Subscription JSON
    - ADB API: content://net.simbabox.subscription.export/json
    - Options: include global settings, include private keys, active only
    - Output directly usable as subscription file on server
    
    ### QR Scanner
    - Replaced zxing-lite with direct CameraX for full camera control
    - 1080p analysis resolution with center auto-focus
    - Dual-decode: normal + inverted luminance for light-on-dark codes
    - Scan frame overlay with large square cutout
    
    ### App Blacklist (NEW)
    - New always-bypass app list in Settings → Routes
    - Selected apps always bypass VPN regardless of proxy mode
    
    ### Auto-Update
    - Check on app start + every 24 hours
    - Download and install APK from GitLab releases
    - Handle GitLab APK download links directly in-app
    - Fixed false update notification on same version
    
    ### Peer Editor
    - Drag-and-drop reordering
    - Edit, copy, delete buttons per peer
    - Country flags via GeoIP lookup
    - Priority display from URI parameters
    - Raw text editor for bulk editing
    - Comment lines hidden from display
    
    ### Bug Fixes
    - Fixed profile save overwritten by traffic stats on VPN stop
    - Fixed default DNS (was DoH, now plain DNS) and FakeDNS (was enabled, now disabled)
    - Fixed tun config for sing-box 1.13 (legacy inet4/6 address fields)
    - Allow editing active profile while VPN is running
    - Increased URL test timeout for Yggdrasil (30s + 10s startup delay)
    - Increased TCP ping timeout for Yggdrasil (30s)
    - Profile list refreshes on resume and instantly via FileObserver on subscription update
    - Peer count excludes comment lines
  • v1.6.3

    protected Release: SimbaBox v1.6.3
    Release v1.6.3
    
    ## Bug Fix
    
    ### Default settings were wrong on fresh install
    - Remote DNS defaulted to DoH (https://dns.google/dns-query) instead of plain DNS servers — caused VPN failure on networks without DoH support
    - Direct DNS defaulted to Chinese DoH (https://223.5.5.5/dns-query) instead of standard DNS servers
    - FakeDNS defaulted to enabled (true) instead of disabled — incompatible with ALFIS domains
    
    XML preference defaults now match DataStore defaults:
    - Remote DNS: 1.1.1.1, 8.8.8.8, 9.9.9.9 + ALFIS servers
    - Direct DNS: 8.8.8.8, 1.1.1.1, 9.9.9.9, 77.88.8.88
    - FakeDNS: disabled
    
    Note: existing users with wrong settings need to manually fix DNS in Settings or clear app data.
  • v1.6.2

    protected Release: SimbaBox v1.6.2
    Release v1.6.2
    
    ## What's New
    
    ### QR Scanner — rebuilt with direct CameraX
    - Replaced zxing-lite with direct CameraX for full camera control
    - 1080p analysis resolution with center auto-focus and metering
    - Dual-decode: normal + inverted luminance for light-on-dark codes
    - Proper row stride handling for correct image geometry
    - Scan frame overlay with large square cutout (nearly full screen width)
    - Significantly improved recognition of dense/complex QR codes
    
    ### App Blacklist
    - New "Чёрный список приложений" in Settings → Routes
    - Selected apps always bypass VPN regardless of proxy mode
    - Works with all per-app proxy configurations (off/whitelist/blacklist)
    
    ### Auto-Update improvements
    - Throttle update check to once per 24 hours
    - Fix false update notification when already on latest version
    
    ### Other
    - Handle GitLab APK download links directly in-app
    - Help screen updated with blacklist documentation
  • v1.6.1

    protected Release: SimbaBox v1.6.1
    Release v1.6.1
    
    ## What's New
    
    ### Auto-Update improvements
    - Throttle update check to once per 24 hours
    - Fix false update notification when already on latest version (VERSION_NAME with build code was never matching release name)
  • v1.6.0

    protected Release: SimbaBox v1.6.0
    Release v1.6.0
    
    ## What's New
    
    ### Peer Editor
    - Dedicated peer editor screen with card-based UI
    - Drag-and-drop reordering of peers
    - Edit, copy, delete buttons per peer
    - Country flags via GeoIP lookup
    - Priority display from URI parameters
    - Raw text editor for bulk editing
    - Comment lines (starting with #) hidden from display
    
    ### Auto-Update
    - Automatic update check on app start (configurable)
    - Download and install APK directly from GitLab releases
    - Detects device ABI for correct APK variant
    
    ### QR Scanner
    - Dual-decode analyzer: normal + inverted luminance
    - Much better recognition of dense/complex QR codes
    
    ### Bug Fixes
    - Fix profile changes lost when saving with VPN active (traffic stats race condition)
    - Allow editing active profile while VPN is running
    
    ### Other
    - Help screen redesigned with HTML/WebView
    - Donate screen with crypto addresses
    - sing-box updated to 1.12.19-neko-1
  • v1.5.5

    protected Release: SimbaBox v1.5.5
  • v1.5.4

    protected Release: SimbaBox v1.5.4
    Release 1.5.4
  • v1.5.3

    protected Release: SimbaBox v1.5.3
    Release 1.5.3
  • v1.5.2

    protected Release: SimbaBox v1.5.2
    Release 1.5.2
  • v1.4.2-72

    protected
    375a25b1 · Bump VERSION_CODE to 72 ·
    v1.4.2 build 72: auto-download geo assets, geosite:category-ru fix
  • 1.4.2

    08c33696 · 1.4.2 ·
  • 1.4.1

    04c494a1 · 1.4.1 ·
  • preview

    baa18f5d · update core ·