- New version 17.0.0.

This commit is contained in:
Juha Heinanen
2020-02-21 04:41:55 +02:00
parent be929c4cb4
commit 9688199c06
2 changed files with 10 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 109
versionName = '16.1.0'
versionCode = 110
versionName = '17.0.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,8 @@
- Fixed saving of an account that has ;transport parameter in its AoR.
- Fixed enabling of notifications when call is closed.
- Use white status icon when account's registration has not been enabled.
- Default call volume now effects both voice call and music streams.
- Improved Accounts activity layout and implementation.
- Do not show baresip lib debug messages if Debug has not been enabled.
- Do not re-create activities when screen orientation changes.
- Properly show chat information that does not fit one line