-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Resumes playback of VoiceMessages on screen rotation and continue playing a voice message if chatActivity in background but still open #3704
Conversation
Thank you @Ruggero1912 Will leave a few minor comments in the code.
Also might make sense that @rapterjet2004 has a look as you worked on voice messages last. |
Hi, I made the modifications required, let me know if everything is ok π Not sure if I should also sign the first two commits, I created a gpg key to sign the commit that I made today. In the case it is needed, could you please address me on how to sign two "old" commits? Thanks |
I think squash your commits into one commit would be the easiest option. Other than that, you could try: |
so that audio continues playing when activity in background. if backpressed, stops mediaplayer Signed-off-by: Giacomo Pacini <[email protected]>
also restores view position to that message and then resumes audio playback if was playing. it allows to continue playing audio on screen rotation. Signed-off-by: Giacomo Pacini <[email protected]>
β¦mpanion object Signed-off-by: Giacomo Pacini <[email protected]>
Done, thanks. |
Thank you @Ruggero1912 π |
For the long term, unrelated to this PR: |
@Ruggero1912 Great PR! π πΈ
WhatsApp also has a UI component for out-of-chat playback while still in the app. These features along with a playback speed button would definitely flesh out the voice messaging implementation. |
I agree with you. I was thinking about developing the possibility to change voice messages reproduction speed as my next contribution I'm happy to see that you are all very interested in the development and careful to the feedbacks π |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! |
πΌοΈ Screenshots
π Checklist
/backport to stable-xx.x
I modified ChatActivity in these terms: