Skip to content

Releases: rhythmcache/Dioxamine

Dioxamine v0.0.4

Choose a tag to compare

@github-actions github-actions released this 20 Sep 14:29
  • Added live streaming Logcat tile with real-time log reading, debounced search, and multi-level filtering
  • Scrcpy: collapsible floating overlay controls, auto-fit aspect ratio, survive screen rotation, and direct device rotate control
  • Scrcpy: added VP8/VP9 codec options and per-device settings persistence
  • Plugins: added Fastboot API support (flash, boot, reboot, variables, stage data) and Fastboot permission gating
  • Plugins: added native HTTP client (dioxamine.http.fetch) and openBrowser API with secure user confirmation dialog
  • Plugins: namespaced ADB APIs under dioxamine.adb and grouped permissions by subkeys (adb, fastboot, common)
  • Added address history and real-time autocomplete suggestions for TCP and Wireless Debugging
  • Added in-app GitHub Release Update Checker in Settings > About
  • Export ADB keys in standard PEM format
  • Added Russian translation and updated Hindi and Simplified Chinese strings
  • General UI refinements, performance improvements, and bug fixes

Dioxamine v0.0.3-stable

Choose a tag to compare

@github-actions github-actions released this 02 Sep 03:53
a571d8e
  • Added Scrcpy Session Recording to record screen mirroring video and audio directly to MP4
  • Added dedicated Recordings manager to preview, export (SAF), and delete recorded clips
  • Added Process Manager tool in ADB to monitor CPU/memory usage and manage running processes
  • Added Multi-device handling in Fastboot with interactive device chips and seamless session switching
  • Added Keep Alive background service with WakeLock to maintain connections when minimized
  • Added dynamic status notification displaying real-time connected ADB and Fastboot device counts
  • Added Hindi and Simplified Chinese localization with in-app language picker
  • Added Miscellaneous ADB tools card (battery metrics, density, timeout, display controls)
  • Added direct Documentation links in Settings > About
  • Camera mirroring is now properly gated on Android versions below 12
  • UI improvements, string fixes, and general performance enhancements

Dioxamine v0.0.2-stable

Choose a tag to compare

@github-actions github-actions released this 22 Aug 19:44
  • First stable release of Dioxamine (v0.0.2-stable)
  • Added Custom Plugin Engine to install and run modular web-based plugins (.zip)
  • Added Plugin Permission Gate and settings to manage plugin permissions
  • Added Audio-only streaming mode in Scrcpy
  • Added built-in action shortcuts (Home, Back, Recents, Power, Volume) to the Touchpad remote control
  • Added interactive PTY support and improved terminal stability for ADB shell
  • Reorganized Scrcpy video settings with source and camera controls placed under Enable Video
  • Added proper back and exit navigation handling across screens and plugin views
  • Added in-app documentation links and guidance for ADB Shell and Plugins
  • General UI refinements and bug fixes

Dioxamine v0.0.2-alpha

Choose a tag to compare

@github-actions github-actions released this 08 Aug 12:24

Release notes for 0.0.2-alpha:
• Fixed Scrcpy first-attempt connection issues by increasing connection timeout and retry delays.
• Redesigned File Manager backend (dxls) to execute once as a persistent socket daemon, eliminating repeated execution overhead on directory navigation.
• Enhanced security & storage hygiene: helper binary automatically deletes itself from disk upon execution while staying active in memory.
• Improved Android compatibility and updated adbKt dependency to v1.0.5.

Dioxamine v0.0.1-alpha

Choose a tag to compare

@github-actions github-actions released this 06 Aug 20:56
9fcacaf
Update NDK_TOOLCHAIN path for Linux environment