Skip to content

Use LinkifyCompat instead of Linkify #201

@drakeet

Description

@drakeet
  • Markwon version: 4.2.2

Hi, I am using this awesome library in my app Pure Writer, it works great, many thanks!

Not long ago, my app collected an ANR event, which was related to Linkify. And I see there is a LinkifyCompat provided by Google can provide better performance and support. So I would like to suggest that we switch to LinkifyCompat directly or provide a user configuration that can be changed to LinkifyCompat?

/**
 * LinkifyCompat brings in {@code Linkify} improvements for URLs and email addresses to older API
 * levels.
 */
public final class LinkifyCompat {
...

If OK, I would be happy to create a PR for this.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions