History log of /frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3d1439637ea0d65aeeb4ddfa8d8545fee42063b6 04-Apr-2017 Andrei Stingaceanu <stg@google.com> AutoSize TextView - fix warning in build

Add @Override annotation.

Bug: 36879883
Test: ./gradlew support-appcompat-v7:connectedCheck \
--info --daemon -Pandroid.testInstrumentationR\
unnerArguments.class=android.support.v7.widget\
.AppCompatTextViewTest

Change-Id: Ic62587508f09f4c6b6334ac29c89d7e0ecefcdb8
/frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java
cc93b432d3b66d1127b1d71cf1b95eb8a21ef319 28-Mar-2017 Andrei Stingaceanu <stg@google.com> AutoSize TextView (14) - finalize SupportLib port

* introduced getters and setters for the auto-size
configuration
* for (API < 26) all auto-size logic is
delegated to AppCompatTextViewAutoSizeHelper via
AppCompatTextHelper
* for (API >= 26) AppCompatTextViewAutoSizeHelper#
loadFromAttributes obtains the styled attributes
(using namespace "app") then delegates the logic
to the TextView implementation rather than the
helper
* TextViewCompat is the gateway to the new APIs
* ported and tailored all remaining tests

Bug: 32221168
Bug: 35701040
Bug: 36641475

Test: ./gradlew support-appcompat-v7:connectedCheck \
--info --daemon -Pandroid.testInstrumentationR\
unnerArguments.class=android.support.v7.widget\
.AppCompatTextViewTest

Change-Id: I71e1546eaf9d7d080f3bc328351673b66e640040
/frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java
c69882cb9b130902c1554ef5d3e3b06d776cd796 05-Mar-2017 Alan Viverette <alanv@google.com> Re-enable lint enforcement, fix remaining lint issues

Bug: 29630077
Test: ./gradlew lint
Change-Id: Ied1e4b1c33ba158d6bfab5439497ee4fc8284a8f
/frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java
744f0b5067100b2f32d970e213cad0cc61602adc 22-Feb-2017 Aurimas Liutikas <aurimas@google.com> Clean up TextViewCompat after minSdk 14 bump.

Bug: 32794064
Test: ./gradlew assemble
Change-Id: I9423626a739f88c85f48242a5c834bcb86ad32c2
/frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java
72c39bd1626ba13fc7dbf8f8d8ed097915c7eedb 31-Oct-2016 Chris Banes <chrisbanes@google.com> Fix TextViewCompat#getCompoundDrawablesRelative on API 17

Caused by the fact that most the API 17 impl does the
relative propogation itself, which means that everything
should. In this case getCompoundDrawablesRelative() needed
to be fixed.

Test: all tests TextViewCompat tests pass now
BUG: 32371845
Change-Id: I9bd7b79374dbd9869834dd19628a8fe1bcf61066
/frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java
bf14265885d1cb7ecd6db9b0109a8b033181747b 07-Oct-2016 Andrei Stingaceanu <stg@google.com> TextViewCompat - fix #getCompoundDrawablesRelative

TextViewCompat#getCompoundDrawablesRelative makes a wrong call to
TextView#getCompoundDrawables() which makes it return the drawableLeft
and drawableRight (in the Drawable[] array) instead of expected
drawableStart and drawableEnd.

Test: instrumentation test attached
Bug: 31590009
Change-Id: I916d711fa7c368ccadf196c8fef59169f17eb83b
/frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java
9562a3b639225d406d736b64a12e2d75459259e3 01-Jul-2016 Alan Viverette <alanv@google.com> Add offline docs target for support lib gradle build

Fixes standalone docs issues like references to hidden framework class
R.styleable. Removes reference to BackupAgent, which makes doclava choke
for some unknown reason.

Standalone online docs may now be built with ./gradlew :generateDocs

Bug: 28124434
Change-Id: If76ac9018be1d17f1258802d4ef3ce1ad67b4903
/frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java
ddf46923b9487ac3a021f01b55d96136d811e8be 07-Apr-2016 Chris Banes <chrisbanes@google.com> Implement password toggle in TextInputLayout

This CL implements the new password spec from the
Material Design guidelines into TextInputLayout.
The icon and tint are customizable via attributes
and method calls.

Also added getCompoundDrawablesRelative() to
TextViewCompat.

BUG: 26614707

Change-Id: I3d36277fe92f1be0c9f23567fa55b42c5ba15be1
/frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java
64dbe1d454f1190b3cd8426d09b9119949a10709 11-May-2016 Kirill Grouchnikov <kirillg@google.com> Final pass for removing all donut/eclair/froyo references

Also clean up code blocks that were conditional on pre-v9
build version.

Change-Id: I9c87496446d842cbd176adb44635205206e7bb3d
/frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java
3ac77bf186f87ecad4bf0063b2f6c4384efbd56a 27-Apr-2016 Kirill Grouchnikov <kirillg@google.com> Support module refactoring

* Splitting support-v4 into two modules, support-compat and support-core
* Adding a new library module named support-v4 that combines the two
together for backward compatibility support of existing projects
* support-compat has all Compat classes, their few direct dependencies
and all data structures in the .util package

Change-Id: Icd1b0ab3a5b61a8a2bf85bc274098f0a828963e0
/frameworks/support/compat/java/android/support/v4/widget/TextViewCompat.java