An-anonymous-coder
An-anonymous-coder
The suggestion I gave is fine, there doesn't need to be a roundabout solution.
The bug is in https://github.com/Darkempire78/OpenCalc/blob/main/app/src/main/java/com/darkempire78/opencalculator/calculator/Calculator.kt In your `exponentiation` function, you are converting all numbers to decimals when computing the exponentiation, which leads to precision errors. You should separate it into...
This doesn't need a separate issue, since it's too similar to what was already posted here, but: If Airplane Mode is disabled and re-enabled on another profile (I tested this...
> What calendar provider do you use (if any)? I'm not sure. I have Fossify Calendar installed on GrapheneOS, so if anything it would be the provider AOSP uses.
> So, do you keep your events locally or synchronized? Locally.
Yes, I've ensured notification permissions are set properly. The phone is not set to vibrate. Do Not Disturb is disabled. Other audio streams such as `System` or `Notification` work fine...
If this is GrapheneOS specific, should I open an issue on their issue tracker as well?
I'm not sure if this is related in any way, or if this was present before, but setting the audio stream to "System" causes the device to vibrate infinitely after...
Could it be that it's missing `Settings > Apps > Special app access > Alarms & reminders` permission? The app doesn't request it, and this could be the fix. See...
Both, technically. I'm asking the developers if that could be a workaround for the audio streams. The app doesn't request the permission because AFAIK it uses a different method for...