- Upgraded versions and added changelog
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 = 53
|
versionCode = 54
|
||||||
versionName = '6.3.1'
|
versionName = '6.4.0'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
- Added possibility to set an account as the default account.
|
||||||
|
- Show red messages icon when unread messages exist.
|
||||||
|
- Ask PIN to release key guard when Callee URI is clicked.
|
||||||
|
- Fixed call, message, and call transfer actions when initiated from notifications.
|
||||||
|
- Fixed sending a message from contacts or call history.
|
||||||
|
- Used SingleTask instead of SingleTop as Main Activity launch mode.
|
||||||
Reference in New Issue
Block a user