Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Name: GifPlayer Library for Showing Gif on Android | |
| 2 Short Name: GifPlayer Library | |
| 3 URL: http://android-gifview.googlecode.com/svn/!svn/bc/8/trunk/ | |
| 4 Version: r8 | |
| 5 License: Apache License 2.0 | |
| 6 Security Critical: no | |
|
mbarbella (wrong one)
2015/09/17 02:44:34
Since this is shipping to users, this is security
Ian Wen
2015/09/17 21:10:55
Done.
| |
| 7 License Android Compatible: yes | |
| 8 | |
| 9 Description: | |
| 10 The GifDrawable library is a partial library built from the GifDecoder of | |
| 11 android-gifview which was originally created by tomorrowkey@gmail.com. We | |
| 12 took the algorithm to add gif animation for android and adapted the algorithm | |
| 13 as a Drawable. | |
| 14 | |
| 15 Local Modifications: | |
| 16 * Derived BaseGifDrawable.java and BaseGifImage.java from the original | |
| 17 GifDecoder.java. | |
| 18 * Removed GifDecoder.java as it is no longer needed (it served only as the | |
| 19 pristine source file for the two derived files). | |
| OLD | NEW |