chenxiaolong / BCR

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

Remove plus from phone number #290

Closed Daeamon closed 1 year ago

Daeamon commented 1 year ago

Hello, if filename contains plus symbol as in phone number +79999999999 then i couldn't sync this file to my cloud. Can you add format feature to phone numbers too?

chenxiaolong commented 1 year ago

The next BCR release (version 1.40) will officially support custom filename templates. You'll be able to edit the template and change {phone_number} to {phone_number:digits_only} to get this behavior.