• Home
  • History
  • Annotate
  • only in /frameworks/support/compat/java/android/support/v4/text/util/
History log of /frameworks/support/compat/java/android/support/v4/text/util/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c3299d3c66ebfba71c7ca93e020dce2d06502fd0 09-Sep-2017 Siyamed Sinir <siyamed@google.com> Fix email auto link when there are two chars in local part

Email auto linking used to accept either a single char or more than 2
chars in the local part. Updated the regular expression to accept 1 or
more chars.

Test: added test to LinkifyCompatTest

Bug: 64905011
Change-Id: I47f75808b7dc335d8ecb627efde3c248d1327d34
inkifyCompat.java
f65fb82fa593d3e9b45cf3df2054fcfe325e8f18 07-Jun-2017 Aurimas Liutikas <aurimas@google.com> Make LinkifyCompat fallback to system apis for API 26+

Change-Id: Ie14e4f018ceed6752113b57c491579caabec0676
Fixes: 31591488
Test: Ran LinkifyCompatTest on Android O.
inkifyCompat.java
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
inkifyCompat.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
inkifyCompat.java
15375aa6fd54b036f97f99229aefab2822c8a1c9 24-May-2016 Aurimas Liutikas <aurimas@google.com> Add missing @Override annotations in support library code.

Change-Id: Ifcc3a20b54d6a14b0a14aa0f48e642cf7e8c0e70
inkifyCompat.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
inkifyCompat.java