diff --git a/TCHAP_CHANGES.md b/TCHAP_CHANGES.md index 332e8c3c3f..38f0c1fa19 100644 --- a/TCHAP_CHANGES.md +++ b/TCHAP_CHANGES.md @@ -1,3 +1,15 @@ +Changes in Tchap 2.3.1 (2022-05-25) +=================================== + +Bugfixes 🐛 +---------- + - Remove "answer in a thread" from the message's quick actions ([#599](https://github.com/tchapgouv/tchap-android-v2/issues/599)) + +Other changes +------------- + - Rename home tab titles ([#601](https://github.com/tchapgouv/tchap-android-v2/issues/601)) + + Changes in Tchap 2.3.0 (2022-05-23) =================================== @@ -16,6 +28,10 @@ Bugfixes 🐛 - Fix Crash: Exception: kotlin.UninitializedPropertyAccessException: lateinit property login has not been initialized ([#557](https://github.com/tchapgouv/tchap-android-v2/issues/557)) - Replace the "app_name" wording in the rageshake dialog ([#579](https://github.com/tchapgouv/tchap-android-v2/issues/579)) +Other changes +------------- +- Rebase against Element-Android v1.4.11 ([#541](https://github.com/tchapgouv/tchap-android/issues/541)) + Changes in Tchap 2.2.1 (2022-04-19) =================================== @@ -39,7 +55,7 @@ Bugfixes 🐛 Other changes ------------- - - Rebase against version v1.4.8 ([#497](https://github.com/tchapgouv/tchap-android/issues/497)) + - Rebase against Element-Android v1.4.8 ([#497](https://github.com/tchapgouv/tchap-android/issues/497)) - Hide/Disable unwanted features from Element: polls, location sharing, analytics(PostHog) ([#404](https://github.com/tchapgouv/tchap-android/issues/404)) diff --git a/towncrier.toml b/towncrier.toml index 9941872dd3..7068918ded 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -1,5 +1,5 @@ [tool.towncrier] - version = "2.3.0" + version = "2.3.1" directory = "changelog.d" filename = "TCHAP_CHANGES.md" name = "Changes in Tchap" diff --git a/vector/build.gradle b/vector/build.gradle index 408059a351..affaeacfc7 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -18,7 +18,7 @@ ext.versionMinor = 3 // Note: even values are reserved for regular release, odd values for hotfix release. // When creating a hotfix, you should decrease the value, since the current value // is the value for the next regular release. -ext.versionPatch = 0 +ext.versionPatch = 1 static def getGitTimestamp() { def cmd = 'git show -s --format=%ct' diff --git a/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/action/MessageActionsViewModel.kt b/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/action/MessageActionsViewModel.kt index 09d2976449..8dbccf93be 100644 --- a/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/action/MessageActionsViewModel.kt +++ b/vector/src/main/java/im/vector/app/features/home/room/detail/timeline/action/MessageActionsViewModel.kt @@ -455,7 +455,8 @@ class MessageActionsViewModel @AssistedInject constructor( messageContent: MessageContent?, actionPermissions: ActionPermissions): Boolean { // We let reply in thread visible even if threads are not enabled, with an enhanced flow to attract users -// if (!vectorPreferences.areThreadMessagesEnabled()) return false + // Tchap: don't show the canReplyInThread quick action if it's not enable in the labs + if (!vectorPreferences.areThreadMessagesEnabled()) return false if (initialState.isFromThreadTimeline) return false if (event.root.isThread()) return false if (event.root.getClearType() != EventType.MESSAGE && diff --git a/vector/src/main/res/values-fr/strings.xml b/vector/src/main/res/values-fr/strings.xml index 91317818d5..0ddc958f6c 100644 --- a/vector/src/main/res/values-fr/strings.xml +++ b/vector/src/main/res/values-fr/strings.xml @@ -230,7 +230,7 @@ Attention Favoris Personnes - Conversations + Salons Rechercher des conversations Invitations Priorité basse @@ -891,8 +891,8 @@ Décrivez votre suggestion ici Merci, la suggestion a bien été envoyée Échec d’envoi de la suggestion (%s) - Afficher les évènements cachés dans l’historique - Conversations privées + Afficher les événements cachés dans l’historique + Messages Directs Attente… Chiffrement de la miniature… Envoi de la miniature (%1$s / %2$s)