- New version 13.0.0.
This commit is contained in:
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode = 100
|
versionCode = 101
|
||||||
versionName = '12.2.1'
|
versionName = '13.0.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
9
fastlane/metadata/android/en-US/changelogs/13.0.0.txt
Normal file
9
fastlane/metadata/android/en-US/changelogs/13.0.0.txt
Normal 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.
|
||||||
Reference in New Issue
Block a user