-
Notifications
You must be signed in to change notification settings - Fork 171
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
Release/1.20.0 #1662
Conversation
Release/1.19.0
Release/1.19.1
Release/1.19.2
… on different bg colors
Making sure the summary was displaye properly for drop down preferences
Cleaning up icons
Latest strings Removed the LEGACY disappearing messages New title for Share activity (also formatted the lines)
Missing the real string for it!
Deleting non needed files
…microphone permission
The control message is now clickable when the phone toggle is disabled or when the microphone permission is not given
…session-android into feature/strings-updates
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
Feature/strings updates
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-2688 SES-2689
SES-2655 standardise thread body
There was a problem hiding this 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( |
There was a problem hiding this comment.
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.
Bringing in our changes from 1.20.0