- New version 10.4.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 = 91
|
versionCode = 92
|
||||||
versionName = '10.3.0'
|
versionName = '10.4.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -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.
|
||||||
Reference in New Issue
Block a user