Merge branch 'release/1.3.4' into develop
This commit is contained in:
commit
86d4d13d50
36
CHANGES.md
36
CHANGES.md
@ -1,3 +1,39 @@
|
|||||||
|
Changes in Element v1.3.4 (2021-10-20)
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Features ✨
|
||||||
|
----------
|
||||||
|
- Implement /part command, with or without parameter ([#2909](https://github.com/vector-im/element-android/issues/2909))
|
||||||
|
- Handle Presence support, for Direct Message room ([#4090](https://github.com/vector-im/element-android/issues/4090))
|
||||||
|
|
||||||
|
Bugfixes 🐛
|
||||||
|
----------
|
||||||
|
- Issue #908 Adding trailing space " " or ": " if the user started a sentence by mentioning someone, ([#908](https://github.com/vector-im/element-android/issues/908))
|
||||||
|
- Fixes reappearing notifications when dismissing notifications from slow homeservers or delayed /sync responses ([#3437](https://github.com/vector-im/element-android/issues/3437))
|
||||||
|
- Catching event decryption crash and logging when attempting to markOlmSessionForUnwedging fails ([#3608](https://github.com/vector-im/element-android/issues/3608))
|
||||||
|
- Fixing notification sounds being triggered for every message, now they only trigger for the first, consistent with the vibrations ([#3774](https://github.com/vector-im/element-android/issues/3774))
|
||||||
|
- Voice Message not sendable if recorded while flight mode was on ([#4006](https://github.com/vector-im/element-android/issues/4006))
|
||||||
|
- Fixes push notification emails list not refreshing the first time seeing the notifications page.
|
||||||
|
Also improves the error handling in the email notification toggling by using synchronous flows instead of the WorkManager ([#4106](https://github.com/vector-im/element-android/issues/4106))
|
||||||
|
- Make MegolmBackupAuthData.signatures optional for robustness ([#4162](https://github.com/vector-im/element-android/issues/4162))
|
||||||
|
- Fixing push notifications starting the looping background sync when the push notification causes the application to be created. ([#4167](https://github.com/vector-im/element-android/issues/4167))
|
||||||
|
- Fix random crash when user logs out just after the log in. ([#4193](https://github.com/vector-im/element-android/issues/4193))
|
||||||
|
- Make the font size selection dialog scrollable ([#4201](https://github.com/vector-im/element-android/issues/4201))
|
||||||
|
- Fix conversation notification for sent messages ([#4221](https://github.com/vector-im/element-android/issues/4221))
|
||||||
|
- Fixes the developer sync options being displayed in the home menu when developer mode is disabled ([#4234](https://github.com/vector-im/element-android/issues/4234))
|
||||||
|
- Restore support for Android Auto as sent messages are no longer read aloud ([#4247](https://github.com/vector-im/element-android/issues/4247))
|
||||||
|
- Fix crash on slash commands Exceptions ([#4261](https://github.com/vector-im/element-android/issues/4261))
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
-------------
|
||||||
|
- Scrub user sensitive data like gps location from images when sending on original quality ([#465](https://github.com/vector-im/element-android/issues/465))
|
||||||
|
- Migrate to MvRx2 (Mavericks) ([#3890](https://github.com/vector-im/element-android/issues/3890))
|
||||||
|
- Implement a new github action workflow to generate two PRs for emoji and sas string sync ([#4216](https://github.com/vector-im/element-android/issues/4216))
|
||||||
|
- Improve wording around rageshakes in the defect issue template. ([#4226](https://github.com/vector-im/element-android/issues/4226))
|
||||||
|
- Add automation to move incoming issues and X-Needs-Info into the right places on the issue triage board. ([#4250](https://github.com/vector-im/element-android/issues/4250))
|
||||||
|
- Uppon sharing image compression fails, return the original image ([#4264](https://github.com/vector-im/element-android/issues/4264))
|
||||||
|
|
||||||
|
|
||||||
Changes in Element v1.3.3 (2021-10-11)
|
Changes in Element v1.3.3 (2021-10-11)
|
||||||
======================================
|
======================================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Implement /part command, with or without parameter
|
|
@ -1 +0,0 @@
|
|||||||
Fixes reappearing notifications when dismissing notifications from slow homeservers or delayed /sync responses
|
|
@ -1 +0,0 @@
|
|||||||
Catching event decryption crash and logging when attempting to markOlmSessionForUnwedging fails
|
|
@ -1 +0,0 @@
|
|||||||
Fixing notification sounds being triggered for every message, now they only trigger for the first, consistent with the vibrations
|
|
@ -1 +0,0 @@
|
|||||||
Migrate to MvRx2 (Mavericks)
|
|
@ -1 +0,0 @@
|
|||||||
Voice Message not sendable if recorded while flight mode was on
|
|
@ -1 +0,0 @@
|
|||||||
Handle Presence support, for Direct Message room
|
|
@ -1,2 +0,0 @@
|
|||||||
Fixes push notification emails list not refreshing the first time seeing the notifications page.
|
|
||||||
Also improves the error handling in the email notification toggling by using synchronous flows instead of the WorkManager
|
|
@ -1 +0,0 @@
|
|||||||
Make MegolmBackupAuthData.signatures optional for robustness
|
|
@ -1 +0,0 @@
|
|||||||
Fixing push notifications starting the looping background sync when the push notification causes the application to be created.
|
|
@ -1 +0,0 @@
|
|||||||
Fix random crash when user logs out just after the log in.
|
|
@ -1 +0,0 @@
|
|||||||
Make the font size selection dialog scrollable
|
|
@ -1 +0,0 @@
|
|||||||
Implement a new github action workflow to generate two PRs for emoji and sas string sync
|
|
@ -1 +0,0 @@
|
|||||||
Fix conversation notification for sent messages
|
|
@ -1 +0,0 @@
|
|||||||
Improve wording around rageshakes in the defect issue template.
|
|
@ -1 +0,0 @@
|
|||||||
Fixes the developer sync options being displayed in the home menu when developer mode is disabled
|
|
@ -1 +0,0 @@
|
|||||||
Restore support for Android Auto as sent messages are no longer read aloud
|
|
@ -1 +0,0 @@
|
|||||||
Add automation to move incoming issues and X-Needs-Info into the right places on the issue triage board.
|
|
@ -1 +0,0 @@
|
|||||||
Fix crash on slash commands Exceptions
|
|
@ -1 +0,0 @@
|
|||||||
Uppon sharing image compression fails, return the original image
|
|
@ -1 +0,0 @@
|
|||||||
Scrub user sensitive data like gps location from images when sending on original quality
|
|
@ -1 +0,0 @@
|
|||||||
Issue #908 Adding trailing space " " or ": " if the user started a sentence by mentioning someone,
|
|
2
fastlane/metadata/android/en-US/changelogs/40103040.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/40103040.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Main changes in this version: Add Presence support, for Direct Message room (note: presence is disabled on matrix.org. Add again Android Auto support.
|
||||||
|
Full changelog: https://github.com/vector-im/element-android/releases/tag/v1.3.4
|
@ -641,9 +641,11 @@ class RoomDetailFragment @Inject constructor(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.setOnEmojiPopupDismissListener {
|
.setOnEmojiPopupDismissListener {
|
||||||
views.composerLayout.views.composerEmojiButton.apply {
|
if (isAdded) {
|
||||||
contentDescription = getString(R.string.a11y_open_emoji_picker)
|
views.composerLayout.views.composerEmojiButton.apply {
|
||||||
setImageResource(R.drawable.ic_insert_emoji)
|
contentDescription = getString(R.string.a11y_open_emoji_picker)
|
||||||
|
setImageResource(R.drawable.ic_insert_emoji)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.build(views.composerLayout.views.composerEditText)
|
.build(views.composerLayout.views.composerEditText)
|
||||||
|
8
vector/src/main/res/values-en-rGB/strings_no_weblate.xml
Normal file
8
vector/src/main/res/values-en-rGB/strings_no_weblate.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<string name="resources_language">en</string>
|
||||||
|
<string name="resources_country_code">GB</string>
|
||||||
|
<string name="resources_script">Latn</string>
|
||||||
|
|
||||||
|
</resources>
|
Loading…
Reference in New Issue
Block a user