Merge branch 'develop' into feature/color-brand

This commit is contained in:
shaunasong 2024-09-27 00:26:05 -07:00
Родитель ad7f876c72 83f8687de0
Коммит 2e222f06d4
3 изменённых файлов: 18 добавлений и 4 удалений

Просмотреть файл

@ -5,7 +5,7 @@ buildscript {
}
ext {
call_library_version_name = '1.11.0-beta.2'
call_library_version_name = '1.11.0'
chat_library_version_name = '1.0.0-beta.3'
ui_library_version_code = getVersionCode()
@ -46,7 +46,7 @@ buildscript {
// and enable the beta features
// Latest GA version of the SDK
azure_calling_sdk_version_ga = '2.10.0'
azure_calling_sdk_version_ga = '2.11.0'
// Newest version of the SDK, can be beta
azure_calling_sdk_version_beta = '2.11.0-beta.1'

Просмотреть файл

@ -4,7 +4,7 @@
## Latest Release
- [1.10.0 release](https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.10.0)
- [1.11.0 release](https://github.com/Azure/communication-ui-library-android/releases/tag/calling-v1.11.0)
## Getting Started
@ -27,7 +27,7 @@ android {
```groovy
dependencies {
...
implementation 'com.azure.android:azure-communication-ui-calling:1.10.0'
implementation 'com.azure.android:azure-communication-ui-calling:1.11.0'
...
}
```

Просмотреть файл

@ -1,5 +1,19 @@
# Azure Communication UI Calling Release History
## 1.11.0 (2024-09-25)
### Features
- Call screen information header title/subtitle customization
- Ability to hide or disable buttons and create custom buttons
### Bug Fixes
- Bring to foreground crash in disconnecting state
- Snackbar text length fix
- Set text size for speaker button
- OnHold text position
- Most recent joined participant shows up in the participants list with the local User's custom avatar
- Apply correct colour to the window to avoid splash white screen on the launch
## 1.11.0-beta.2 (2024-09-12)
### Features