Files
frameworks_base/core/java/android
Chet Haase 2a83181bd1 TextChange transition now uses CharSequence instead of String
TextChange made a bad assumption that target text views contained
String objects as their text, which is not always the case. For example,
Gmail ActionBar text views may contain SpannableString objects, which
caused a crash due to a bad cast operation.

Fix is to simply use CharSequence instead of String as the value that
is being stored and set on the text view.

Issue #10651858 TextChange transition casts CharSequence to String when not necessarily safe

Change-Id: I3f67f5d5e39201dc0fd2edcd3e4243033cf9ae08
2013-09-06 17:26:43 -07:00
..
2013-08-16 18:38:29 -07:00
2013-09-05 11:34:32 -07:00
2013-07-26 10:42:56 -04:00
2013-09-02 16:41:05 +01:00