mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Updated CHANGELOG & bump version code for 6.0.3
This commit is contained in:
parent
533957ae8a
commit
cfe82d0bec
2 changed files with 25 additions and 3 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -10,6 +10,28 @@ Group changes to describe their impact on the project, as follows:
|
||||||
Fixed for any bug fixes.
|
Fixed for any bug fixes.
|
||||||
Security to invite users to upgrade in case of vulnerabilities.
|
Security to invite users to upgrade in case of vulnerabilities.
|
||||||
|
|
||||||
|
## [6.0.3] - 2025-04-04
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Show alert when default account is disabled
|
||||||
|
- Refesh list details when going back from background after one hour or more (when keep app alive using service is enabled)
|
||||||
|
- Click to copy SIP URI in call history shortcut
|
||||||
|
- Added developper settings, must click 8 times on version (in Help) to make it appear (E2E encryption for meetings & group calls setting was moved there)
|
||||||
|
- Circular indicator while search is in progress in contacts lists
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Force some default values on notifications channels
|
||||||
|
- Contacts list filter is now applied to new call / conversation & other contact pickers
|
||||||
|
- Attach file icon stays visible while typing message in conversation instead of emoji picker icon
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- No default account being selected if the default one is removed
|
||||||
|
- Navigation bar turning orange when opening search bar
|
||||||
|
- Incoming call showed as video even if video is disabled locally
|
||||||
|
- Concurrent modification crash in Contacts loader
|
||||||
|
- Meetings list not properly sorted when CCMP is used
|
||||||
|
- POST_NOTIFICATIONS permission check on old Android devices
|
||||||
|
|
||||||
## [6.0.2] - 2025-03-28
|
## [6.0.2] - 2025-03-28
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ if (firebaseCloudMessagingAvailable) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var gitBranch = ByteArrayOutputStream()
|
var gitBranch = ByteArrayOutputStream()
|
||||||
var gitVersion = "6.0.2"
|
var gitVersion = "6.0.3"
|
||||||
|
|
||||||
task("getGitVersion") {
|
task("getGitVersion") {
|
||||||
val gitVersionStream = ByteArrayOutputStream()
|
val gitVersionStream = ByteArrayOutputStream()
|
||||||
|
|
@ -100,8 +100,8 @@ android {
|
||||||
applicationId = packageName
|
applicationId = packageName
|
||||||
minSdk = 28
|
minSdk = 28
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 600002 // 6.00.002
|
versionCode = 600003 // 6.00.003
|
||||||
versionName = "6.0.2"
|
versionName = "6.0.3"
|
||||||
|
|
||||||
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
manifestPlaceholders["appAuthRedirectScheme"] = packageName
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue