Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
src 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: GifPlayer Animated GIF Library
Short Name: GifPlayer
URL: http://android-gifview.googlecode.com/svn/!svn/bc/8/trunk/
Version: r8
License: Apache License 2.0
Security Critical: 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.

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.