From 5d906c39330b3dee80ef3213a1618232ed4bdc35 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Wed, 2 Feb 2022 14:30:30 +0100 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16dc18a4e..fa361f48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,16 +24,20 @@ Group changes to describe their impact on the project, as follows: - Setting to automatically record all calls - 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 +- New fragment explaining generic SIP account limitations contrary to sip.linphone.org SIP accounts +- Link to Weblate added in about page ### Changed - 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 - 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) +- Received messages are now trimmed - Bumped dependencies, gradle updated from 4.2.2 to 7.0.2 - Target Android SDK version set to 31 (Android 12) - Splashscreen is using new APIs - SDK updated to 5.1.0 release +- Updated translations ### Fixed - 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 - 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) +- Missing foreground service notification for background mode ### Removed - Launcher Activity has been replaced by [Splash Screen API](https://developer.android.com/reference/kotlin/androidx/core/splashscreen/SplashScreen)