Tonyslogic / comparetout

Android app for comparing time of use tariffs with options for solar PV
Apache License 2.0
2 stars 0 forks source link

Bug: crash while fetching solar data #17

Closed Tonyslogic closed 2 months ago

Tonyslogic commented 2 months ago

The permissions update for Android 14 does not handle missed permissions well. Fetching solar data crashes if it can't write to the specified folder.

A workaround is to remove external storage permission. This option can be found in the android storage settings for the app. Removing permission forces the app to ask again.

If you see this issue on versions other than 14, please let me know.

Also impacts exporting AlphaESS data

Tonyslogic commented 2 months ago

Work started. Fix on referenced branch.

Tonyslogic commented 2 months ago

Fix included in V1.46