Skip to content

Improve crash screen and reporter

Torsten Grote requested to merge 1054-crash-scroll into master

The crash screen and the reporter have been split up into two separate fragments and layouts, because this mess wasn't really maintainable anymore. I took care to not do other functional changes beyond the split to not introduce any new bugs. Further improvements should be easier now.

I took the liberty of also adding a crash icon to the screen. It adapts its size to the available space, so it won't show when there's not enough space. The buttons are fixed to the bottom of the screen and are always visible.

device-2019-02-27-125058 device-2019-02-27-125113 device-2019-02-27-130123

The report form is now scrollable:

device-2019-02-27-130830

Closes #1054 (closed), #1012 (closed)

Edited by Torsten Grote

Merge request reports