Phoenix PoCX Wallet v2.0.0-rc7
·
68 commits
to master
since this release
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