- New version 10.4.0.

This commit is contained in:
Juha Heinanen
2019-10-03 21:00:16 +03:00
parent 39a0230bd0
commit 266d02fedc
2 changed files with 8 additions and 2 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 91
versionName = '10.3.0'
versionCode = 92
versionName = '10.4.0'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -0,0 +1,6 @@
- Allow deletion of account's chat history via chats activity menu item.
- Ask confirmation before deleting chat and call history.
- Improved updating of main activity voicemail, chat, and call icons.
- Go directly to Accounts activity when baresip is started without any accounts.
- Swapped positions of call Accept and Reject buttons.
- Do not allow terminating outgoing call before call attempt has started.