You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of efforts by LAC, IANA has approved the video/lottie+json type and .lot extension for use with Lottie animations. In light of this we should consider adding the relevant recognition in the library.
Is your feature request related to a problem? Please describe.
Enhancement. lottie-android should recognize .lot and the video/lottie+json mime type on the network loader
Describe the solution you'd like
pick up .lot from storage, and inside .zip|.lottie files (if applicable)
recognize video/lottie+json in the network pipeline
In both these instances, they should be treated the same as .json would be.
for clarity, this in now way disqualifies the usage of .json to transport animations. The .lot extension is in addition to the existing mechanism
minor correction, the correct type is: video/lottie+json. Edited the original post
kudanai
changed the title
Add support for IANA approved mime-type "video/json+lottie" and extension ".lot"
Add support for IANA approved mime-type "video/lottie+json" and extension ".lot"
Feb 21, 2025
As part of efforts by LAC, IANA has approved the
video/lottie+json
type and.lot
extension for use with Lottie animations. In light of this we should consider adding the relevant recognition in the library.Is your feature request related to a problem? Please describe.
Enhancement. lottie-android should recognize
.lot
and thevideo/lottie+json
mime type on the network loaderDescribe the solution you'd like
.lot
from storage, and inside.zip|.lottie
files (if applicable)video/lottie+json
in the network pipelineIn both these instances, they should be treated the same as .json would be.
for clarity, this in now way disqualifies the usage of
.json
to transport animations. The.lot
extension is in addition to the existing mechanismAdditional context
official Assignment
standards listings
organizational listing with LAC recognized
The text was updated successfully, but these errors were encountered: