Skip to content

Phoenix PoCX Wallet v2.0.0-rc7

Choose a tag to compare

@github-actions github-actions released this 15 Jan 20:58
· 68 commits to master since this release
cd9b91f

v2.0.0-rc7 - Android Mining & Plotting Support

🎉 Major Milestone: Full Android Support

This release brings complete mining and plotting functionality to Android devices, enabling miners to run Phoenix PoCX on mobile hardware.

New Features

Android Foreground Service

  • App stays alive when backgrounded or screen is off during mining/plotting
  • Persistent notification shows current operation status with Stop button
  • Wake lock prevents CPU sleep during operations
  • Automatic service lifecycle management (starts/stops with mining/plotting)

External Storage Support

  • Improved folder picker URI parsing for external SD cards
  • Supports various Android volume ID formats
  • Fallback to manual path entry when needed

Technical Notes

  • New plugin: tauri-plugin-foreground-service with Rust/Kotlin bridge
  • Low-priority notification channel (non-intrusive)

Full Changelog: v2.0.0-rc6...v2.0.0-rc7