Changelogs
New Feature
- Wake on Fastboot (WOF): Power-button replacement for devices with broken/dead power buttons — Stay Awake While Charging, Wake + Unlock (KEYCODE_WAKEUP + keyguard dismiss), and Continue Boot (
fastboot continue) to exit bootloader hands-free. - ADBKit Logo
Improvement
- Bottom Dock: Added persistent navigation handle for better discoverability and usability.
- Build System: Default to webkit2_41 build tag for modern WebKitGTK compatibility.
- Code Quality: Resolved all ESLint errors —
make checknow passes clean.
Bugfix
- Fastboot Reboot to System: Fixed
fastboot reboot systemfailing with "unknown reboot target". Fastboot now uses barefastboot rebootto boot to system. - Recovery/Sideload Reboot Options: Recovery and sideload mode now show all reboot targets (System, Bootloader, Recovery, Fastbootd) instead of only "Exit to System".
Documentation
- Added screenshots gallery for all modules and updated README with complete feature list and troubleshooting guide.