e0b2f1e2d01d1ac52ba207dc7ce76971d853298e |
|
12-Jun-2012 |
Chiao Cheng <chiaocheng@google.com> |
Global import order fix. Changed import order to be in accordance with style guide: http://source.android.com/source/code-style.html#order-import-statements Static imports will be placed at the top since most existing files used that convention. It is also a style that can be handled by both eclipse and intellij. Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/util/HtmlUtils.java
|
fbb876392608a36ec1d23704f29d8b46d5d23991 |
|
01-Oct-2011 |
Daniel Lehmann <lehmannd@google.com> |
Add missing copyright headers Bug:5399509 Change-Id: Iba658e35cd0bf71a9320037ddb80257003f780c7
/packages/apps/Contacts/src/com/android/contacts/util/HtmlUtils.java
|
3ab9a63014a2d5e097d221b424d6d4809295abd0 |
|
27-Sep-2011 |
Makoto Onuki <omakoto@google.com> |
Remove extra line in status updates - Remove trailing newlines in status updates (i.e. reshared posts have HTML block quote tags which get turned into 2 new lines) Couldn't find a trim() utility method in Spanned, SpannableStringBuilder, TextUtils, or CharSequence - it only exists in String, but converting to a String would cause loss of span info. Instead, we iterate to look for new line characters manually. - Hide stream item text views if there is no text (i.e. prevent an extra new line when there is only an image and attribution) - Padding fix in contact editor Bug: 5279541 Change-Id: Ia1b77da74b18371b022d49720ab42a7b234ba331
/packages/apps/Contacts/src/com/android/contacts/util/HtmlUtils.java
|
be7a9d511eed5a549226b2e1bc2ebd6f65018c4c |
|
06-Sep-2011 |
Katherine Kuan <katherinekuan@google.com> |
Pixel perfect phone landscape contact card - Make contact photo larger - Detect the difference between stream item updates with text only versus with text + photos --> In order to add padding between images + text without affecting the other cases - Make tabs in tab carousel have the right initial alpha value - Add some constants for the maxLine values in ContactDetailFragment - Make HtmlUtils not crash with NPE if the streamItem.getText() is null. Bug: 5254628 Change-Id: I858b4cbfac13fe2105159cf13a4bc6b64442745e
/packages/apps/Contacts/src/com/android/contacts/util/HtmlUtils.java
|
1b4572ba0ba449a4ed0cc896f5f694f33b43f073 |
|
06-Sep-2011 |
Dmitri Plotnikov <dplotnikov@google.com> |
Posprocessing HTML for stream items. - Aligning images - Fixing the margin and color of the blockquote Bug: 5250700 Bug: 5243091 Change-Id: Ife799c669ac98bf8f7033529fb2b0977ad91ce09
/packages/apps/Contacts/src/com/android/contacts/util/HtmlUtils.java
|