Skip to content

Releases: NickM-27/LinkPreview

3.3

15 Nov 20:59
4109b1c
Compare
Choose a tag to compare

• Stopped using GlobalScope and maintain own coroutine scope
• Cancel currently running request if new one is given to view

3.2

09 Oct 18:44
Compare
Choose a tag to compare
3.2

• Added new Link Card View which shows the images, article titles, and url
• Improved coroutines and internal organization
• Bug fixes

3.0

13 Jul 03:02
f8fbfd3
Compare
Choose a tag to compare
3.0

• Android Q API 29 support
• Updated JSOUP to be more efficient and clear deprecation warning

2.4

11 Apr 19:30
eb553da
Compare
Choose a tag to compare
2.4

• Updated kotlin version to support incremental annotation processing
• Updated coroutine version
• Updated kotlin coroutines to be more efficient
• Refactored some code