🚀 Crash screen

* Shows app crash log
* Copy or report (share)
* Logs are saved in app's internal storage (/crash)

Resolves: #188
This commit is contained in:
Acclorite 2025-03-21 19:16:11 +02:00
parent 13da03f2aa
commit ba3f5f3b7a
14 changed files with 468 additions and 4 deletions

View file

@ -96,6 +96,7 @@
<string name="never">Never</string>
<string name="undo">Undo</string>
<string name="copy">Copy</string>
<string name="report">Report</string>
<string name="translate">Translate</string>
<string name="dictionary">Dictionary</string>
<string name="next">Next</string>
@ -566,6 +567,10 @@
<string name="today">Today</string>
<string name="yesterday">Yesterday</string>
<!-- Crash -->
<string name="crash_title">Oops! The app crashed.</string>
<string name="crash_description">Please report this crash message in the most convenient way for you.</string>
<!-- Content description -->
<string name="continue_reading_content_desc">Continue reading</string>
<string name="go_back_content_desc">Go back</string>