API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.text.TextUtils

Added Methods
CharSequence commaEllipsize(CharSequence, TextPaint, float, String, String) Converts a CharSequence of the comma-separated form "Andy, Bob, Charles, David" that is too wide to fit into the specified width into one like "Andy, Bob, 2 more".
CharSequence expandTemplate(CharSequence, CharSequence[]) Replace instances of "^1", "^2", etc.
int getTrimmedLength(CharSequence) Returns the length that the specified CharSequence would have if spaces and control characters were trimmed from the start and end, as by String.trim.
boolean isDigitsOnly(CharSequence) Returns whether the given CharSequence contains only digits.
String[] split(String, Pattern) Splits a string on a pattern.
 

Changed Methods
void writeToParcel(CharSequence, Parcel, int) Change in signature from (CharSequence, Parcel) to (CharSequence, Parcel, int).
Flatten a CharSequence and whatever styles can be copied across processes into the parcel.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff