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

Voice message additions #4661

Merged
merged 6 commits into from
Aug 5, 2021
Merged

Voice message additions #4661

merged 6 commits into from
Aug 5, 2021

Conversation

stefanceriu
Copy link
Member

#4655 - Allowing voice message playback to be controlled from the lock screen or the control center.

  • Doing this in the VoiceMessageMediaServiceProvider so that it keeps working properly if the currently playing voice message (cell) gets scrolled off screen and deallocated.

#4656 - Stop recording voice message and go into locked mode when the application becomes inactive.

@ismailgulek ismailgulek mentioned this pull request Aug 5, 2021
}

let nowPlayingInfoCenter = MPNowPlayingInfoCenter.default()
nowPlayingInfoCenter.nowPlayingInfo = [MPMediaItemPropertyTitle: audioPlayer.displayName ?? "Voice message",
Copy link
Contributor

Choose a reason for hiding this comment

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

We could localize "Voice message" string?

@stefanceriu stefanceriu merged commit 5551bac into develop Aug 5, 2021
@stefanceriu stefanceriu deleted the stefan/voiceMessageAdditions branch August 5, 2021 13:55
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.

2 participants