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
Copy file name to clipboardExpand all lines: README.md
+28-16Lines changed: 28 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,18 @@ The following is a brief documentation of the classes, methods and views include
22
22
23
23
1.[Import and usage](#import)
24
24
2.[ImageViewEx](#imageviewex)
25
-
*[Animated GIF](#animated-gifs)
26
-
*[Conditional animation](#conditional-animation)
27
-
*[Density level](#density-level)
28
-
*[Regular behavior](#regular-behavior)
29
-
*[Example of use](#imageviewex-example)
25
+
*[Animated GIF](#animated-gifs)
26
+
*[Conditional animation](#conditional-animation)
27
+
*[Density level](#density-level)
28
+
*[Regular behavior](#regular-behavior)
29
+
*[Example of use](#imageviewex-example)
30
30
3.[ImageViewNext](#imageviewnext)
31
-
*[Remote loading and caching of images](#remote-loading)
32
-
*[Loading and Error Drawables](#loading-error-drawables)
33
-
*[Getting images from the Internet](#getting-from-internet)
34
-
*[Handling network failures](#network-failures)
35
-
*[Maximum number of threads](#thread-number)
36
-
*[Example of use](#imageviewnext-example)
31
+
*[Remote loading and caching of images](#remote-loading)
32
+
*[Loading and Error Drawables](#loading-error-drawables)
33
+
*[Getting images from the Internet](#getting-from-internet)
34
+
*[Handling network failures](#network-failures)
35
+
*[Maximum number of threads](#thread-number)
36
+
*[Example of use](#imageviewnext-example)
37
37
4.[Known issues and workarounds](#issues-workarounds)
38
38
5.[Some boring stuff](#boring-stuff)
39
39
6.[Version history](#history)
@@ -293,9 +293,21 @@ Released under the [MIT license](http://www.opensource.org/licenses/mit-license.
293
293
294
294
Copyright (c) 2011-2013 Francesco Pontillo and Sebastiano Poggi
295
295
296
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
297
-
298
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
299
-
300
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
296
+
Permission is hereby granted, free of charge, to any person obtaining a copy
297
+
of this software and associated documentation files (the "Software"), to deal
298
+
in the Software without restriction, including without limitation the rights
299
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
300
+
copies of the Software, and to permit persons to whom the Software is
301
+
furnished to do so, subject to the following conditions:
302
+
303
+
The above copyright notice and this permission notice shall be included in
304
+
all copies or substantial portions of the Software.
305
+
306
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
307
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
308
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
309
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
310
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
311
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
0 commit comments