- New version 17.0.0.
This commit is contained in:
@ -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'
|
||||
|
||||
8
fastlane/metadata/android/en-US/changelogs/17.0.0.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/17.0.0.txt
Normal 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
|
||||
Reference in New Issue
Block a user