pachli-android/core
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
..
accounts refactor: Remove unnecesary parcelize plugin import (#407) 2024-02-02 15:12:55 +01:00
activity feat: Allow the user to send an error report without a crash (#406) 2024-02-02 15:34:31 +01:00
common refactor: Remove unnecesary parcelize plugin import (#407) 2024-02-02 15:12:55 +01:00
data refactor: Modularise "about" activities (#405) 2024-02-02 15:14:31 +01:00
database fix: Ensure actions happen against the correct status (#373) 2024-01-26 12:15:27 +01:00
designsystem fix(l10n): Translations update from Hosted Weblate (#397) 2024-01-30 16:39:45 +01:00
navigation chore(deps): update dependency com.gaelmarhic.quadrant to v1.9 (#400) 2024-01-30 16:40:11 +01:00
network refactor: Modularise "about" activities (#405) 2024-02-02 15:14:31 +01:00
preferences refactor: Remove unnecesary parcelize plugin import (#407) 2024-02-02 15:12:55 +01:00
testing refactor: Remove unnecesary parcelize plugin import (#407) 2024-02-02 15:12:55 +01:00
ui refactor: Modularise "about" activities (#405) 2024-02-02 15:14:31 +01:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00