RichLinkPreview
RichLinkPreview copied to clipboard
A Rich Link Preview Library for Android
Android Studio Bumblebee | 2021.1.1 Patch 3 Build #AI-211.7628.21.2111.8309675, built on March 16, 2022 Runtime version: 11.0.11+0-b60-7590822 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 12.3.1 GC: G1...
The conflict between Different positions inside recyclerView, some items have no link inside but it shows preview ...
Just as it says in the title. I actually had to look at the graddle settings of this library to find out why my graddle failed to find it.
https://www.accuweather.com/en/ca/chauvin/t0b/weather-forecast/51996 When the library attempts to retrieve the results for the above URL, it returns a timeout.
if url start with www or http:// it gives MalformedURLException error its only accept that url start with https://
Caching
Is there any caching available?
Is there any cache mechanism once user open after that no need to load again.
When I am using RichLinkView into recycler view, it generates layout every time I scroll my recycler view. I solved this issue with change in RichLinkView class. call below initView()...
Is an ios version of this library available for iOS ?
richLinkViewTelegram.setLinkFromMeta(metaData) won't work because of next lines in `richLinkViewTelegram.java` : ``` textViewOriginalUrl = (TextView) findViewById(R.id.rich_link_original_url); textViewOriginalUrl.setText(main_url); removeUnderlines((Spannable)textViewOriginalUrl.getText()); ``` Trying to set main_url will produce an error because it is an...