mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-25 13:38:45 +01:00
1488c13c42
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`.
mvstring
Synopsis
mvstring
moves a string resource from one module to another.
Usage
From the parent directory, run:
./runtools mvstring dst-module id
./runtools mvstring src-module dst-module id
where:
src-module
- identifier for the source module that contains the string. If omitted thenapp
is assumed.dst-module
- identifier for the destination moduleid
- resource ID of the string to move
Verify the modifications made to the Pachli resource files, and commit the result.