pachli-android/app
Nik Clayton 1488c13c42
feat: Allow the user to send an error report without a crash (#406)
Getting error reports with logs of strange behaviour is useful even if
the app doesn't crash.

Move crash reporting in to `core.activity`, and provide a menu option
(in orange builds) to trigger a non-fatal crash report that is handled
the same way (i.e., sent by e-mail) as a regular crash report.

`BaseActivity` has to be able to create and handle menus, so adjust
subclasses to call the superclass when necessary.

Update `tools/mvstring` to be able to move strings between different
flavour directories, not just `main`.
2024-02-02 15:34:31 +01:00
..
src feat: Allow the user to send an error report without a crash (#406) 2024-02-02 15:34:31 +01:00
build.gradle.kts feat: Allow the user to send an error report without a crash (#406) 2024-02-02 15:34:31 +01:00
gitTools.gradle ci: Upload orangeRelease to Google Play (internal track) (#134) 2023-09-28 13:50:02 +02:00
lint-baseline.xml refactor: Modularise "about" activities (#405) 2024-02-02 15:14:31 +01:00
lint.xml build: Disable lint warnings about old versions of AGP (#379) 2024-01-23 23:18:27 +01:00
proguard-rules.pro fix: Prevent crash by keeping network.model.** classes (#369) 2024-01-19 09:39:44 +01:00