Skip to content

Orbit v0.1.4

Choose a tag to compare

@amelia4angela amelia4angela released this 30 Jun 01:52

Orbit v0.1.4

  • 🐛 Config persistence fixlast_config_name saved on every config load, preventing config loss on app restart
  • 🔄 Coroutine-based polling — migrated from Handler+Runnable to lifecycleScope coroutines, no more main thread blocking
  • 🧹 TOML builder refactored — extracted shared logic into TomlUtils, removed duplicated code across activities
  • 🛡️ Code quality fixes — credential exposure, socks5 quoting, API 30 guard, coroutine leak, unbounded map growth
  • Faster UI updates — poll 500ms instead of 1s for snappier latency display