-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
6.3.0 #1047
Merged
Merged
6.3.0 #1047
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
Member
tmolitor-stud-tu
commented
Apr 29, 2024
- Fix muc status code handling for biboumi
- Implement XEP-0425: Moderated Message Retraction
- Implement XEP-0490: Message Displayed Synchronization
- Better default chat background for light and dark mode
- Fix crashes when used with very old Openfire server
- Improve cert error message
- Highlight selected chat on iPad and macOS
- Mark pinned chats with icon instead of color
- Completely rewrite privacy settings (thanks Vaidik)
- Automatically focus chat input and open keyboard when entering chat
- Allow SASL PLAIN on servers not supporting SCRAM but SASL2
- Completely new debug menu
- Add new privacy setting to allow/block calls from strangers
- Don't block callkit in china anymore
- Fix several other crashes and UI bugs
6.2.0b4
Some weird setups don't have a domain part in their jid but an empty string instead. We fix these setups by copying the server-overwrite string into the domain part. Accounts with neither domain nor server should not have been possible because the old ui did already forbid these (and not specifying a server to connect to in any field isn't going to work either).
PR Changes pinned icon default setup finalized changes with pinned messages removing unnecessary comment styling
- Fix muc status code handling for biboumi - Implement XEP-0490: Message Displayed Synchronization - Better default chat background for light and dark mode - Fix crashes when used with very old Openfire server - Improve cert error message - Highlight selected chat on iPad and macOS - Mark pinned chats with icon instead of color - Completely rewrite privacy settings (thanks Vaidik) - Automatically focus chat input and open keyboard when entering chat - Allow SASL PLAIN on servers not supporting SCRAM but SASL2
- Fix muc status code handling for biboumi - Implement XEP-0425: Moderated Message Retraction - Implement XEP-0490: Message Displayed Synchronization - Better default chat background for light and dark mode - Fix crashes when used with very old Openfire server - Improve cert error message - Highlight selected chat on iPad and macOS - Mark pinned chats with icon instead of color - Completely rewrite privacy settings (thanks Vaidik) - Automatically focus chat input and open keyboard when entering chat - Allow SASL PLAIN on servers not supporting SCRAM but SASL2 - Completely new debug menu - Add new privacy setting to allow/block calls from strangers - Don't block callkit in china anymore
6.3.0b3
If we still hold a lock not in the temp directory of our main app documents dir (or app group??), iOS will kill us instead of freezing us. --> unlock our MLProcessLock to make sure iOs can properly freeze us and we'll be able to start up more quickly by just unfreezing instead of booting the whole app again.
This also adds a exception for *@cheogram.com PSTN gateway addresses.
6.3.0b4
4 tasks
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.