-
Notifications
You must be signed in to change notification settings - Fork 782
Allow option to autoplay GIF images #5094
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
Labels
A-Media
A-Timeline
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements
X-Needs-Product
Issue needs input from Product team
Comments
This is a duplicate: Related: |
networkException
added a commit
to networkException/element-android
that referenced
this issue
May 26, 2022
This patch removes dontAnimate() in the createGlideRequest() builder conditionally depending on the user's animated image autoplay preferences. Resolves element-hq#1160, element-hq#5094
networkException
added a commit
to networkException/element-android
that referenced
this issue
May 26, 2022
This patch removes dontAnimate() in the createGlideRequest() builder conditionally depending on the user's animated image autoplay preferences. Resolves element-hq#1160, element-hq#5094 Signed-off-by: networkException <[email protected]>
15 tasks
dup of #1160 |
networkException
added a commit
to networkException/element-android
that referenced
this issue
May 30, 2022
This patch removes dontAnimate() in the createGlideRequest() builder conditionally depending on the user's animated image autoplay preferences. Resolves element-hq#1160, element-hq#5094 Signed-off-by: networkException <[email protected]>
networkException
added a commit
to networkException/element-android
that referenced
this issue
May 30, 2022
This patch removes dontAnimate() in the createGlideRequest() builder conditionally depending on the user's animated image autoplay preferences. Resolves element-hq#1160, element-hq#5094 Signed-off-by: networkException <[email protected]>
piersonleo
pushed a commit
to piersonleo/element-android
that referenced
this issue
Jun 7, 2022
This patch removes dontAnimate() in the createGlideRequest() builder conditionally depending on the user's animated image autoplay preferences. Resolves element-hq#1160, element-hq#5094 Signed-off-by: networkException <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Media
A-Timeline
T-Enhancement
New features, changes in functionality, performance boosts, user-facing improvements
X-Needs-Product
Issue needs input from Product team
Your use case
What would you like to do?
Similar to the web/desktop client, allow option to auto-play GIF images instead of manually pressing play button.
Why would you like to do it?
We send GIFs frequently, and the experience varies between desktop and mobile.
How would you like to achieve it?
Add a toggle, similar to the desktop/web version, called "Autoplay GIFs" to the android app.
Have you considered any alternatives?
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: