Angel-Studio / SoundTap

SoundTap is an Android app that enhances your music listening experience by allowing you to control playback using your device's volume buttons. Skip tracks, pause, and resume with ease. Built with Kotlin and Jetpack Compose.
https://play.google.com/store/apps/details?id=fr.angel.soundtap
Apache License 2.0
88 stars 4 forks source link

No service when player isn't running #12

Closed z9xx7o0 closed 4 months ago

z9xx7o0 commented 4 months ago

Is your feature request related to a problem? Please describe.

When I finish listening to music and close my music player app, every time I want to adjust the sound, the app does its thing.

Describe the solution you'd like

The app detects if a player is active, and if it's true, then it will do its thing. I don't mean close and open, I mean: if a player isn't running, I can long press my volume as much as I want, and the app won't interfere. But if a player is running, then it will.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

JulesPvx commented 4 months ago

Okay, I see what's going on here, thanks for the feedback! I'll try to fix that quickly (it was already a feature haha)

JulesPvx commented 4 months ago

Should be fixed in 1.1.4 :)