Updated CHANGELOG
This commit is contained in:
parent
772531141b
commit
5d906c3933
1 changed files with 5 additions and 0 deletions
|
@ -24,16 +24,20 @@ Group changes to describe their impact on the project, as follows:
|
||||||
- Setting to automatically record all calls
|
- Setting to automatically record all calls
|
||||||
- When using a physical keyboard, use left control + enter keys to send message
|
- When using a physical keyboard, use left control + enter keys to send message
|
||||||
- Using CallStyle notifications for calls for devices running Android 12 or newer
|
- Using CallStyle notifications for calls for devices running Android 12 or newer
|
||||||
|
- New fragment explaining generic SIP account limitations contrary to sip.linphone.org SIP accounts
|
||||||
|
- Link to Weblate added in about page
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- UI has been reworked around SlidingPane component to better handle tablets & foldable devices
|
- UI has been reworked around SlidingPane component to better handle tablets & foldable devices
|
||||||
- No longer scroll to bottom of chat room when new messages are received, a new button shows up to do it and it displays conversation's unread messages count
|
- No longer scroll to bottom of chat room when new messages are received, a new button shows up to do it and it displays conversation's unread messages count
|
||||||
- Animations have been replaced to use com.google.android.material.transition ones
|
- Animations have been replaced to use com.google.android.material.transition ones
|
||||||
- Using new [Unified Content API](https://developer.android.com/about/versions/12/features/unified-content-api) to share files from keyboard (or other sources)
|
- Using new [Unified Content API](https://developer.android.com/about/versions/12/features/unified-content-api) to share files from keyboard (or other sources)
|
||||||
|
- Received messages are now trimmed
|
||||||
- Bumped dependencies, gradle updated from 4.2.2 to 7.0.2
|
- Bumped dependencies, gradle updated from 4.2.2 to 7.0.2
|
||||||
- Target Android SDK version set to 31 (Android 12)
|
- Target Android SDK version set to 31 (Android 12)
|
||||||
- Splashscreen is using new APIs
|
- Splashscreen is using new APIs
|
||||||
- SDK updated to 5.1.0 release
|
- SDK updated to 5.1.0 release
|
||||||
|
- Updated translations
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Chat notifications disappearing when app restarts
|
- Chat notifications disappearing when app restarts
|
||||||
|
@ -41,6 +45,7 @@ Group changes to describe their impact on the project, as follows:
|
||||||
- Going back to the dialer when pressing back in a chat room after clicking on a chat message notification
|
- Going back to the dialer when pressing back in a chat room after clicking on a chat message notification
|
||||||
- Missing international prefix / phone number in assistant after granting permission
|
- Missing international prefix / phone number in assistant after granting permission
|
||||||
- Display issue for incoming call notification preventing to use answer/hangup actions on some Xiaomi devices (like Redmi Note 9S)
|
- Display issue for incoming call notification preventing to use answer/hangup actions on some Xiaomi devices (like Redmi Note 9S)
|
||||||
|
- Missing foreground service notification for background mode
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Launcher Activity has been replaced by [Splash Screen API](https://developer.android.com/reference/kotlin/androidx/core/splashscreen/SplashScreen)
|
- Launcher Activity has been replaced by [Splash Screen API](https://developer.android.com/reference/kotlin/androidx/core/splashscreen/SplashScreen)
|
||||||
|
|
Loading…
Reference in a new issue