torchbutton v1.1.0
First public release.
Long-press Power toggles the flashlight when the screen is off or locked.
When on + unlocked, long-press still opens the system power dialog.
Power+VolumeDown (screenshot) keeps working. Toggle the whole thing on/off
from the bundled Torch Button app or its Quick Settings tile.
Tested on Pixel 8 Pro / Android 16 (CP1A.260505.005) / Magisk 30.7.
Install
```sh
adb push torchbutton-v1.1.0.zip /data/local/tmp/torchbutton.zip
adb shell su -c 'magisk --install-module /data/local/tmp/torchbutton.zip'
adb reboot
```
Or Magisk app → Modules → Install from storage.
See the wiki for build
instructions, configuration, and architecture notes.