chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.76k stars 113 forks source link

Split pure silence warning notification to separate channel #583

Closed chenxiaolong closed 3 months ago

chenxiaolong commented 3 months ago

The warning can sometimes be triggered when hanging up before the other party is able to answer, so allow the user to disable the notification if desired.

This commit also changes the recorder thread status reporting to be more explicit and type-safe. All user-facing error messages are now computed in the UI layers instead of the recorder thread.

Closes: #579