OxygenCobalt / Auxio

A simple, rational music player for android
GNU General Public License v3.0
1.78k stars 117 forks source link

Actually bubble errors to user #739

Open OxygenCobalt opened 2 months ago

OxygenCobalt commented 2 months ago

Long-term effort to remove all instances where Auxio doesn't indicate an error to the user and just logs a message. It's an extreme hassle to debug and makes managing issues a nightmare when I have to hand-hold people in making bug reports.

This is a little complicated since it requires me to begin using Snackbar components, which means another thing to cram in my brittle main UI.