History log of /frameworks/support/compat/java/android/support/v4/text/util/LinkifyCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b56412b5318f17367d1e93ed3f6c0e196036bbad 04-Mar-2017 Chet Haase <chet@google.com> Offer FrameMetrics aggregation utility in SupportLibrary

This utility builds on the capabilites of the FrameMetrics API
in the core platform, but aggregates results for clients, and handles
noop'ing appropriately on older releases.

Also fixed a couple of files that exposed tools annoatations mistakenly.

Bug: 35968981 Offer FrameMetrics aggregation utility in Support Library
Test: FrameMetricsTest, below
Change-Id: Id1c68daf484e32e45c10a9a096893399d4f400f1
/frameworks/support/compat/java/android/support/v4/text/util/LinkifyCompat.java
552766fa685c63ad760c92239faaba12e6ad51f1 26-Aug-2016 Aurimas Liutikas <aurimas@google.com> Remove all the extra accessor methods added by javac in support-compat.

Change private methods to be package protected to avoid extra methods
that get added to be able to access them from inner classes.

This CL saves 67 methods in our jar.

Bug: 31075707
Change-Id: I0e7a2f99e5447d1150ad30b9650b420fad633a68
/frameworks/support/compat/java/android/support/v4/text/util/LinkifyCompat.java
15375aa6fd54b036f97f99229aefab2822c8a1c9 24-May-2016 Aurimas Liutikas <aurimas@google.com> Add missing @Override annotations in support library code.

Change-Id: Ifcc3a20b54d6a14b0a14aa0f48e642cf7e8c0e70
/frameworks/support/compat/java/android/support/v4/text/util/LinkifyCompat.java
180f831c5b05bb2a8313d79e577a3714c00c8893 17-May-2016 Aurimas Liutikas <aurimas@google.com> Add LinkifyCompat to support library.

Move the improved logic for linkifying URLs and email addresses
to support library to allow developers to use the update Linkify
logic on all Android versions.

Additionally add the same set of Patterns tests to PatternsCompat and
Linkify tests to LinkifyCompat.

Bug: 26486415

Change-Id: I5d468fab5b6aa023e6e7101c0bf2839da1d5d35f
/frameworks/support/compat/java/android/support/v4/text/util/LinkifyCompat.java