RichLinkPreview
RichLinkPreview copied to clipboard
A Rich Link Preview Library for Android
To make lib work a have to add 2 dependencies: ``` implementation 'io.github.ponnamkarthik:richlinkpreview:1.0.8' implementation 'org.jsoup:jsoup:1.11.2' implementation 'com.squareup.picasso:picasso:2.5.2' ``` W/o that it doesnt work.
Caused by: java.lang.IllegalArgumentException: Illegal character in path at index 0: assets/img/app-icons/icon-384x384.png Getting this type of error please solve this error
I m getting this error and i am unable to handle it plz help how to handle it i have tried my code with try catch but exception is occur...
Hi, your library is wonderful and it would be great if you allow the ability to change the background card color. Best Regards
RichLinkPreview is working and showing preview in debug build in emulator and real device , but once i build a release build it's not showing preview with no error in...
[At this line](https://github.com/PonnamKarthik/RichLinkPreview/blob/786236a88969a421eaa08d1fc4fb1d39534be33f/richlinkpreview/src/main/java/io/github/ponnamkarthik/richlinkpreview/RichLinkViewTelegram.java#L168) the condition should be reversed. Right now, I use show hide the preview based on ViewListener onSuccess and onError implementations.
i was using twitterrichlink to preview url on twitter but instead it was not publishing,then i use simple richlink then only twitter image with twitter.com is coming , can you...
This crash happen sometimes: Caused by java.lang.IllegalArgumentException: Illegal character in path at index 0: {{metaservice.metaImage()}} at java.net.URI.create(URI.java:734) at java.net.URI.resolve(URI.java:1264) at io.github.ponnamkarthik.richlinkpreview.RichPreview.resolveURL(SourceFile:170) at io.github.ponnamkarthik.richlinkpreview.RichPreview.access$100$421289a4(SourceFile:19) at io.github.ponnamkarthik.richlinkpreview.RichPreview$getData.doInBackground$10299ca(SourceFile:86) at io.github.ponnamkarthik.richlinkpreview.RichPreview$getData.doInBackground(SourceFile:35) at android.os.AsyncTask$2.call(AsyncTask.java:295) at...
How to set plain text in richlink preview ?