-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes for sdk-release 0.3.1 #1190
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b100dian
added a commit
to hydrogen-sailfishos/hydrogen-web
that referenced
this pull request
Dec 2, 2024
commit 8d7a4d1 Author: Mirian Margiani <[email protected]> Date: Mon Dec 2 13:14:27 2024 +0100 Fix backup key and filter field being autofilled as logins Firefox misinterprets the backup key field on the settings page and the room filter field as a pair of username-password login fields. It then autofills a username in the filter field each time the settings page is opened. The only working fix is to mark both fields as "autocomplete: new-password" because Firefox ignores all other directives. I still added the proper attributes to both fields just in case the major browsers will decide to follow the spec one day. The "readonly" hack is included for completeness. It may improve compatibility with older browsers where one of the other tricks fails. Signed-off-by: Mirian Margiani <[email protected]> commit cd02ef6 Merge: 4ae47c0 58af591 Author: R Midhun Suresh <[email protected]> Date: Mon Oct 21 17:25:32 2024 +0530 Merge pull request element-hq#1190 from element-hq/sdk-release/0.3.1 Changes for sdk-release 0.3.1 commit 58af591 Author: R Midhun Suresh <[email protected]> Date: Mon Oct 21 17:23:57 2024 +0530 Changes for sdk-release 0.3.1
b100dian
added a commit
to hydrogen-sailfishos/hydrogen-web
that referenced
this pull request
Dec 2, 2024
commit f35ba91 Author: Mirian Margiani <[email protected]> Date: Mon Dec 2 13:09:12 2024 +0100 Use text color for quick reaction emojis This fixes an issue in an app using Hydrogen (https://github.com/hydrogen-sailfishos/harbour-hydrogen). where emojis were hardly legible when/because they are rendered in a monochrome font. Signed-off-by: Mirian Margiani <[email protected]> commit cd02ef6 Merge: 4ae47c0 58af591 Author: R Midhun Suresh <[email protected]> Date: Mon Oct 21 17:25:32 2024 +0530 Merge pull request element-hq#1190 from element-hq/sdk-release/0.3.1 Changes for sdk-release 0.3.1 commit 58af591 Author: R Midhun Suresh <[email protected]> Date: Mon Oct 21 17:23:57 2024 +0530 Changes for sdk-release 0.3.1
b100dian
added a commit
to hydrogen-sailfishos/hydrogen-web
that referenced
this pull request
Dec 2, 2024
commit 09eba7d Author: Mirian Margiani <[email protected]> Date: Mon Dec 2 13:06:04 2024 +0100 Add "😂" to list of quick reaction emojis Unicode "face with tears of joy" is (one of) the most used emoji (https://emojipedia.org/face-with-tears-of-joy), so it makes sense to have it in the quick reaction list. Signed-off-by: Mirian Margiani <[email protected]> commit cd02ef6 Merge: 4ae47c0 58af591 Author: R Midhun Suresh <[email protected]> Date: Mon Oct 21 17:25:32 2024 +0530 Merge pull request element-hq#1190 from element-hq/sdk-release/0.3.1 Changes for sdk-release 0.3.1 commit 58af591 Author: R Midhun Suresh <[email protected]> Date: Mon Oct 21 17:23:57 2024 +0530 Changes for sdk-release 0.3.1
b100dian
added a commit
to hydrogen-sailfishos/hydrogen-web
that referenced
this pull request
Dec 2, 2024
commit 38d61d4 Author: Mirian Margiani <[email protected]> Date: Mon Dec 2 12:59:30 2024 +0100 Hide less important unhandled events from the timeline Signed-off-by: Mirian Margiani <[email protected]> commit 5817d68 Author: Mirian Margiani <[email protected]> Date: Mon Dec 2 12:59:29 2024 +0100 Render unknown events without sender avatar as announcements Signed-off-by: Mirian Margiani <[email protected]> commit 9c7da1c Author: Mirian Margiani <[email protected]> Date: Mon Dec 2 12:59:28 2024 +0100 Render unknown message types This helps users not to miss anything unnoticed. Clearly state that a message is not supported by hydrogen so users can check their messages with a different client. Signed-off-by: Mirian Margiani <[email protected]> commit cd02ef6 Merge: 4ae47c0 58af591 Author: R Midhun Suresh <[email protected]> Date: Mon Oct 21 17:25:32 2024 +0530 Merge pull request element-hq#1190 from element-hq/sdk-release/0.3.1 Changes for sdk-release 0.3.1 commit 58af591 Author: R Midhun Suresh <[email protected]> Date: Mon Oct 21 17:23:57 2024 +0530 Changes for sdk-release 0.3.1
b100dian
added a commit
to hydrogen-sailfishos/hydrogen-web
that referenced
this pull request
Dec 2, 2024
commit a9ee03d Author: Mirian Margiani <[email protected]> Date: Mon Dec 2 13:00:38 2024 +0100 Render stickers as images Signed-off-by: Mirian Margiani <[email protected]> commit 000d89e Author: Mirian Margiani <[email protected]> Date: Mon Dec 2 13:00:37 2024 +0100 Show audio messages as files so they can be downloaded Signed-off-by: Mirian Margiani <[email protected]> commit cd02ef6 Merge: 4ae47c0 58af591 Author: R Midhun Suresh <[email protected]> Date: Mon Oct 21 17:25:32 2024 +0530 Merge pull request element-hq#1190 from element-hq/sdk-release/0.3.1 Changes for sdk-release 0.3.1 commit 58af591 Author: R Midhun Suresh <[email protected]> Date: Mon Oct 21 17:23:57 2024 +0530 Changes for sdk-release 0.3.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.