- New version 17.0.0.
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode = 109
|
versionCode = 110
|
||||||
versionName = '16.1.0'
|
versionName = '17.0.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user