Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Name: GifPlayer Animated GIF Library | |
| 2 Short Name: GifPlayer Library | |
|
newt (away)
2015/09/23 20:38:44
"GifPlayer". It's cleaner ;)
Ian Wen
2015/09/23 21:59:52
Done.
| |
| 3 URL: http://android-gifview.googlecode.com/svn/!svn/bc/8/trunk/ | |
| 4 Version: r8 | |
| 5 License: Apache License 2.0 | |
| 6 Security Critical: yes | |
| 7 License Android Compatible: yes | |
| 8 | |
| 9 Description: | |
| 10 GifPlayer allows animated GIFs to be displayed in Android's native view | |
| 11 system. | |
| 12 | |
| 13 The GifDrawable library is a partial library built from the GifDecoder of | |
| 14 android-gifview which was originally created by tomorrowkey@gmail.com. We | |
| 15 took the algorithm to add gif animation for android and adapted the algorithm | |
| 16 as a Drawable. | |
| 17 | |
| 18 Local Modifications: | |
| 19 * Derived BaseGifDrawable.java and BaseGifImage.java from the original | |
| 20 GifDecoder.java. | |
| 21 * Removed GifDecoder.java as it is no longer needed (it served only as the | |
| 22 pristine source file for the two derived files). | |
| OLD | NEW |