Skip to content
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

Release/1.20.0 #1662

Merged
merged 56 commits into from
Sep 11, 2024
Merged

Release/1.20.0 #1662

merged 56 commits into from
Sep 11, 2024

Conversation

ThomasSession
Copy link
Collaborator

Bringing in our changes from 1.20.0

ThomasSession and others added 30 commits August 9, 2024 13:41
Making sure the summary was displaye properly for drop down preferences
Latest strings
Removed the LEGACY disappearing messages
New title for Share activity (also formatted the lines)
ThomasSession and others added 25 commits September 6, 2024 09:39
The control message is now clickable when the phone toggle is disabled or when the microphone permission is not given
Updated the avatar picker to match the designs. Had to rewrite it in Compose and moved the logic to the VM.
We could moev the whole settings page to compose in another step now that we have the VM set up.
Group notification option was missing
Using the appropriate disappearing message string
Don't show 'uploading' state for quotes/replies
Accompanist doesn't handle "ask every time" properly so we need to use our old xml methods
Reworking permission logic
Added the ability to copy build number from debug menu (requested by Miki)
SES-2655 standardise thread body
Copy link
Collaborator

@AL-Session AL-Session left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

val userPublicKey = getUserPublicKey() ?: return

val mmsDb = DatabaseComponent.get(context).mmsDatabase()
val message = IncomingMediaMessage(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still think IncomingMediaMessage should be converted to Kotlin and we then use named parameters - because this constructor is just asking for mistakes.

@ThomasSession ThomasSession merged commit af89d5f into dev Sep 11, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants