You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was previously using the OGG format. I was tapping the different format options, for no reason. When I tapped on WAV/PCM, the app crashed. From then on, whenever I try to launch BCR, the app immediately crashes. Cleared the app's data to manually reset it, and then am able to launch it and set it like I want.
(Sidenote - "Disable battery optimization" option is greyed out at "on" position! i.e. it is turned on and I can't disable it. But I checked in BCR app's app info page that "Battery" is set to "Unrestricted".)
(Should I create separate issues for these sidenotes.)
The text was updated successfully, but these errors were encountered:
Oh, nice catch. I'm able to reproduce this. I'll investigate it and make a new release with the fix.
(Sidenote - "Disable battery optimization" option is greyed out at "on" position! i.e. it is turned on and I can't disable it. But I checked in BCR app's app info page that "Battery" is set to "Unrestricted".)
This is because Android's API for this is kind of bad. An app can only request it to be turned on (which is the same as Unrestricted), but not to turn it off. I made the setting grayed out because there's nothing BCR can do to turn it off. I'm open to suggestions for better ways to handle the UI for this.
(Should I create separate issues for these sidenotes.)
This fixes a crash due to NoSuchMethodException when switching to an
output format that does not specify a parameter (bitrate or compression
level). The workaround is no longer necessary now that the material3 bug
has been fixed and we've upgraded to a release containing the fix in
commit 3b0999a.
Fixes: #240
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
I was previously using the OGG format. I was tapping the different format options, for no reason. When I tapped on WAV/PCM, the app crashed. From then on, whenever I try to launch BCR, the app immediately crashes. Cleared the app's data to manually reset it, and then am able to launch it and set it like I want.
Pixel 7 Pro, running Android 14 DP1, Magisk Canary 25206.
BCR 1.32
(Sidenote - "Disable battery optimization" option is greyed out at "on" position! i.e. it is turned on and I can't disable it. But I checked in BCR app's app info page that "Battery" is set to "Unrestricted".)
(Should I create separate issues for these sidenotes.)
The text was updated successfully, but these errors were encountered: