Commit Graph

25 Commits

Author SHA1 Message Date
Dylan Vann c315c34881
Merge branch 'master' into glide-v4 2018-03-17 23:56:32 -04:00
Dylan Vann 8279ecda47
Merge pull request #107 from jeremyclee/resource-info-onloadend
Added resource width and height information to the onFastImageLoad an…
2018-03-11 19:35:21 -04:00
Kingsley Ochu 9c631af041
Merge branch 'master' into glide-v4 2018-02-08 11:56:30 +01:00
Dylan Vann d4210c0ed0 Fix default resizeMode on Android. 2018-01-30 22:04:33 -05:00
Dylan Vann de4f40a3a3 Fix android caching / preloading. 2018-01-30 21:54:22 -05:00
Jeremy Lee 6c1d1f805b fixed error with submitting the same map to the event emitter 2018-01-03 14:20:44 -08:00
Jeremy Lee eae1c7a486 Added resource width and height information to the onFastImageLoad and onFastImageLoadEnd events 2017-12-12 13:34:29 -08:00
Dylan Vann b45acef707 Merge branch 'master' into wz366-master
# Conflicts:
#	package.json
2017-11-29 22:34:02 -05:00
Kingsley Ochu 061c9475c2 Remove redundant meta-data from manifest 2017-11-14 19:40:53 +01:00
Kingsley Ochu 66c0e16795 Clear up unused imports 2017-11-14 12:27:40 +01:00
Kingsley Ochu ee408a9eb7 Add a custom request listener class 2017-11-14 11:48:16 +01:00
Kingsley Ochu 610a264e23 Refactor ViewManager to match glide 4 requirements 2017-11-14 11:46:42 +01:00
Kingsley Ochu 4625953e9d Implement LibraryGlideModule as GlideModule has been deprecated 2017-11-13 11:45:16 +01:00
Kingsley Ochu 29741ea140 Update fastimage module to use RequestOptions 2017-11-12 11:44:08 +01:00
Kingsley Ochu 09b46283ea Upgrade glide, okhtt3 to 4.3.1 2017-11-11 11:42:49 +01:00
Wes Zheng 8859f63041 use application context to avoid deallocated view error when split screen on android 2017-10-20 10:40:06 -07:00
Ted de Koning c2bcb78fac Image resizing - Fixing resizemode support. 2017-09-15 16:38:34 +02:00
Dylan Vann f21522c409 Fix adding more views as listeners for a URL.
You cannot add items to a Collections.singleTonList...
2017-08-07 23:53:24 -04:00
Aaron Taylor 367024bcbd Remove override of createJSModules
Since of recently in master the unused createJSModules has been removed and ReactPackage's no longer contain the definition of createJSModules. There for it must be removed in order to not yield a compile error. This is breaking change.

facebook/react-native@ce6fb33
2017-08-07 23:24:59 -04:00
Dylan Vann aa6c1836e7 Fix android progress events. 2017-07-26 21:57:15 -04:00
Dylan Vann 1666f7c4e5 Make android and iOS view loading events conform to API of React Native's Image.
This will make using this library as a drop in replacement easier.
This commit also fixes some issues in the android progress implementation.
2017-07-25 00:44:08 -04:00
Dylan Vann c643347d4c Add android progress callback. 2017-07-05 04:10:21 -04:00
Dylan Vann 46e08b46e2 Update to support preloading sources.
Sources for preloading have the same keys as the source prop.
Also update readme to document preloading.
2017-06-20 03:10:56 -04:00
Flávio Caetano 4c87fc0337 Enables prefetching images 2017-06-08 18:52:59 -03:00
Dylan Vann 1ee6d37bd4 🚩 Initial commit. 2017-04-17 18:42:16 -04:00