Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display error messages better #587

Open
oakkitten opened this issue Nov 16, 2024 · 1 comment
Open

Display error messages better #587

oakkitten opened this issue Nov 16, 2024 · 1 comment

Comments

@oakkitten
Copy link
Collaborator

At the moment, we use Toasts for error messages. This was “good enough” before, but as these are limited to just two lines on recent Android versions, we should switch to Snackbars. A snackbar could have a button to show the full traceback and whatnot.

@oakkitten
Copy link
Collaborator Author

While we are at it, it would probably help to have r8 not combine several exceptions into one, it's just very confusing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@oakkitten and others