Unciv/android/src/com/unciv/app
will-ca 24dfad696c
New crash handler screen Part 2: Threads, runnables, more informative reports. (#5810)
* Add crashHandlingThread.

* Replace all uses of `thread` with `crashHandlingThread`.

* Add `postCrashHandlingRunnable`.

* Replace all uses of `Gdx.app.postRunnable` with `postCrashHandlingRunnable`.

* Remove CrashController and CrashReport; Strip down CrashReportSender to CrashReportSysInfo; Fold their functionality into CrashScreen.

* Typo in comments, rename `SafeCrashStage` to `CrashHandlingStage`.

* Tweak docs.

* Tweak docs, comments, text. Undo an accidentally recursive Replace All change.

* Remove replaced translations.

* More readable indentation handling in report template.
2022-01-09 11:33:45 +02:00
..
AndroidLauncher.kt New crash handler screen Part 2: Threads, runnables, more informative reports. (#5810) 2022-01-09 11:33:45 +02:00
CopyToClipboardReceiver.kt Fixed Multiplayer Turn Notifier periodically failing with error notification. (#2054) 2020-03-02 06:44:53 +02:00
CrashReportSysInfoAndroid.kt New crash handler screen Part 2: Threads, runnables, more informative reports. (#5810) 2022-01-09 11:33:45 +02:00
CustomSaveLocationHelperAndroid.kt Implement custom save locations for Android and Desktop (#3160) 2020-09-20 23:22:07 +03:00
LimitOrientationsHelperAndroid.kt More error handling for out of memory errors 2021-11-12 00:19:52 +02:00
MultiplayerTurnCheckWorker.kt Revert "Remove periodic saving again (#5880)" (#5883) 2022-01-06 23:00:56 +01:00
NativeFontAndroid.kt Rewrite the font system to render the characters incrementally (#2635) 2020-05-18 23:09:38 +03:00