qkopy / richlinkpreview

library for preview url
4 stars 2 forks source link

Most of the issues fixed #6

Closed sartajroshan closed 4 years ago

sartajroshan commented 4 years ago

Issues fixed

sartajroshan commented 4 years ago

Image loading removed, db limit added, hide empty views … 605065a Visibility of empty texts or image made to GONE. Image loading placeholder removed and added fade in transition Now can set DB items limit with setDBCacheLimit()

sartajroshan commented 4 years ago

3aa0dd2 Removed Anko and used Kotlin coroutines instead

7

sartajroshan commented 4 years ago

2

Could not implement Generated API of Glide with AppGlideModule because

For now the API is only generated when a properly annotated AppGlideModule is found. There can only be one AppGlideModule per application. As a result it’s not possible to generate the API for a library without precluding any application that uses the library from using the generated API. http://bumptech.github.io/glide/doc/generatedapi.html#availability

cannot implement the LibraryGlideModule also

The generated API is only available for applications for now. http://bumptech.github.io/glide/doc/generatedapi.html#availability