Pittvandewitt / Wavelet

A quick rundown on each feature and its settings
https://pittvandewitt.github.io/Wavelet/
666 stars 35 forks source link

Issue if app is deleted while wavelet is equalising it #125

Closed Netherquark closed 2 years ago

Netherquark commented 2 years ago

I saw AIMP showing up as a media source in wavelet and deleted the app because I dont use AIMP anymore. However this is staying:

Screenshot_20211202-132111298 (1).jpg

Also wavelet doesnt use Bluetooth device nicknames, but instead uses the actual device name. Would be cool if it could show "netherquark's earphones" instead of "rockerz 330" if that is saved as the nickname in settings

Pittvandewitt commented 2 years ago

Thank you for sharing your input. The first issue is caused by the session of the removed app not being closed properly. This can only be resolved by having a service running all the time to watch changes in package installation. In my opinion the drawback of this would be much more significant then having the null item in the title. If you reboot your device, all sessions (including the one triggering the null value) will be flushed anyway.

Getting the user defined Bluetooth name would require to ask for Bluetooth permission: https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#getName() If that was not the case I would have considered displaying the user defined title.