Piwigo / Piwigo-Android

Piwigo Native Android App
GNU General Public License v3.0
140 stars 43 forks source link

Show failure details #114

Closed ramack closed 4 years ago

ramack commented 5 years ago

Is your feature request related to a problem? Please describe.

Some errors are a bit generic like 'Login failed' and not understanable fot a user, as it could have so many different reasons of the failure. Some of them are shown in a Toast.

Describe the solution you'd like We should implement a generic approach to use a snackbar for those with a button 'Details' that gives the exception description and the stacktrace, together with a button 'I did everyting right, report this as a bug' which will transmit the stacktrace via ACRA email to the developers.

Describe alternatives you've considered No idea, further proposals welcome...

Additional context See comment in https://github.com/Piwigo/Piwigo-Android/pull/105#issuecomment-521393093

Valou447 commented 4 years ago

Done in #142