From 6c2ee3dc3130b39eb137d3549e17db51f38e0496 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 20 Mar 2024 16:17:52 -0600 Subject: [PATCH 1/2] Update docs to reflect new gif functionality --- docs/notifications/attachments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/notifications/attachments.md b/docs/notifications/attachments.md index 56078f6128..c7cfb291ef 100644 --- a/docs/notifications/attachments.md +++ b/docs/notifications/attachments.md @@ -77,7 +77,7 @@ When present, values will be used in the order of the table above. For example, * If you are setting the [`icon_url`](basic.md#notification-icon) and `image` property then only the image will be displayed on the device. * If you are setting the `image` and `video` property then only the video will be displayed on the device. * Video will be shown as a series of frames captured from the video file. It will not work well with videos that are < 10s long. -* GIF will not be animated in notification shade +* GIF will only be animated in notification shade on Android 14+ ::: ## Example service call @@ -138,4 +138,4 @@ The same notification but expanded to show the full size image attachment: [See table for supported media](#supported-media-types) -- `GIF` filetype will not be animated in notification shade +- `GIF` filetype will only be animated in notification shade on Android 14+ From 04a5ab31a3ecc69f59d130f04e5516b719ec0a5e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 20 Mar 2024 16:24:02 -0600 Subject: [PATCH 2/2] Make note that it is only available in the beta for now --- docs/notifications/attachments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/notifications/attachments.md b/docs/notifications/attachments.md index c7cfb291ef..e68243c2d9 100644 --- a/docs/notifications/attachments.md +++ b/docs/notifications/attachments.md @@ -77,7 +77,7 @@ When present, values will be used in the order of the table above. For example, * If you are setting the [`icon_url`](basic.md#notification-icon) and `image` property then only the image will be displayed on the device. * If you are setting the `image` and `video` property then only the video will be displayed on the device. * Video will be shown as a series of frames captured from the video file. It will not work well with videos that are < 10s long. -* GIF will only be animated in notification shade on Android 14+ +* GIF will only be animated in notification shade on Android 14+ (currently only available in the beta release) ::: ## Example service call @@ -138,4 +138,4 @@ The same notification but expanded to show the full size image attachment: [See table for supported media](#supported-media-types) -- `GIF` filetype will only be animated in notification shade on Android 14+ +- `GIF` filetype will only be animated in notification shade on Android 14+ (currently only available in the beta release)