910e62b5创建于 1月15日历史提交
Name: GifPlayer Animated GIF Library
Short Name: GifPlayer
URL: This is the canonical public repository
Version: r8
Update Mechanism: Static (https://crbug.com/422306488)
License: Apache-2.0
License File: LICENSE
Security Critical: yes
Shipped: yes
License Android Compatible: yes

Description:
GifPlayer allows animated GIFs to be displayed in Android's native view
system.

The GifDrawable library is a partial library built from the GifDecoder of
android-gifview which was originally created by tomorrowkey@gmail.com. We
took the algorithm to add gif animation for android and adapted the algorithm
as a Drawable.

The original project was hosted here:
https://code.google.com/archive/p/android-gifview/

Local Modifications:
* Derived BaseGifDrawable.java and BaseGifImage.java from the original
  GifDecoder.java.
* Removed GifDecoder.java as it is no longer needed (it served only as the
  pristine source file for the two derived files).
* Added license headers to BaseGifDrawable.java and BaseGifImage.java.