- New version 13.0.0.

This commit is contained in:
Juha Heinanen
2019-11-16 05:10:54 +02:00
parent 0bbe15737e
commit cc1c09b24f
2 changed files with 11 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 100
versionName = '12.2.1'
versionCode = 101
versionName = '13.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,9 @@
- Play notification sound also when message arrives and baresip is visible.
- If contact's name is empty, use contact's SIP URI AoR as contact's name.
- Relaxed checking of contact's name.
- Avoid occasional crash when selecting an account in the spinner.
- Ask Record Audio (Microphone) permission when baresip starts (if not
already granted or permanently denied).
- Improved handling of Write/Read External Storage (Storage Space)
permission upon Backup/Restore.
- Read Phone State (Phone) permission is not needed.