History log of /packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
54eccc51dba9938bf12b233749518e710a131bb1 10-Nov-2011 Attila <attila@google.com> b/5594154 Fix NPE in SocialWidgetProvider

Change-Id: Ibc6c3c26f7bdd0f5a4eb3adf0bf5597a35a0fa05
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
2621c5bb7049401c8bce740005fa60bf1b304b86 03-Oct-2011 Makoto Onuki <omakoto@google.com> ContactLoader: set requested URI to error/not found result

- Now both the "error" and "not found" results have the requested URI.
- NOT_FOUND is no longer a singleton; there's now "isNotFound()" method
in accordance with isError().

Bug 5350017
Bug 5201346

Change-Id: Icb9080d3885ea2217e73a59db3825984746c3eb3
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
ecfc26c3f9495f1a4efed69a1582ff2b0deb2c71 13-Sep-2011 Daniel Lehmann <lehmannd@google.com> New avatars

Bug:5074147

Change-Id: I583d22c63a7b617567c523efeed292ae1e2be7e4
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.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/socialwidget/SocialWidgetProvider.java
4e9fb4a5fba076d01bc54a82f87a0d75d4a29d34 27-Aug-2011 Katherine Kuan <katherinekuan@google.com> Fix NPE for social widget when contact loader has error / contact not found

Bug: 5217576
Change-Id: I67814b6f923ff6880427a1516946928984852315
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
9e7b5da669fcf92a6a627fb720749e5cb627684a 23-Aug-2011 Makoto Onuki <omakoto@google.com> Propagate original exception when throwing load exception

Bug 5198078

Change-Id: I941dc9b96d6c58eb1912d446c3c27ec4c4c2ffef
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
0a23976d731231abfe1b31ccad186ac21fae2271 19-Aug-2011 Makoto Onuki <omakoto@google.com> HTML-decode social update for widget

Also checked other callsites of StreamItemEntry.getText(), which are all okay.

Bug 5185873

Change-Id: I8bc81f847e1d50654b4861d2eb643fd333927270
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
d78ee90c0d4d93b82ad440396e87ae4f47f53e93 15-Aug-2011 Daniel Lehmann <lehmannd@google.com> Several DB changes as requested by ES

- Switch from resource ids to names to prevent breakage on package upgrade
Bug:5135277
- Add SYNC1...SYNC4 columns to StreamItems and StreamItemPhotos
Bug:5119385
- Remove ACTION, ACTION_URI from Groups, StreamItems and StreamItemPhotos
(this reduces db size and prevents click intercepting)
Bug:5135808
- Add some raw-contact fields to the StreamItem and StreamItemPhotos query
Bug:5134081

Doing those changes in one block to prevent too many db upgrade steps

Change-Id: I4c90742580c86203a1686bb625c026438ed19b8f
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
4f3536bd14097532c4cbb2c8340df6dd77ae5e91 11-Aug-2011 Isaac Katzenelson <isaack@android.com> Fix contact widget layout

Bug: 5071756 Widget update is cut off on phone portrait

Removed the date view from the widget
Removed assets
Fixed paddings and margins for tablet

Change-Id: I21877529720c088a9752e8185fff4f958ed83c1c
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
0a586160f653fac9e96d82a18c80b602886b38b3 02-Aug-2011 Dave Santoro <dsantoro@google.com> Handle lack of stream items properly.

Bug 5104711

Change-Id: I0251415d48c79aad21c809bf9257e05a1f8e578b
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
81281eefd5aaf339cbfa080ddfa6c6f63caca71a 29-Jul-2011 Katherine Kuan <katherinekuan@google.com> Unknown contacts are missing "up" affordance on contact card

- Contacts without a name cause the ContactDetailActivity to have
a blank title and therefore no "up" affordance.

- Use "(no name)" instead of blank or "(Unknown)" and make it
consistent across contact card, contact list, contact tile adapter,
and quick contacts

- Fix NPE when adding social widget for contact with no display
name

Bug: 5061950
Bug: 5096795
Change-Id: Id242e0f6d8bfe835d44be448129fddadd146fdb6
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
69b4a886bdc8e36b7529122b5a97d9e4fd1ddf11 22-Jul-2011 Makoto Onuki <omakoto@google.com> "Invite" part 2

- ContactLoader now loads invitable account types, which are account types
that supports the invite feature and don't contribute to the loaded
contact.
- Add AccountType.DisplayLabelComparator

Bug 5061956

Change-Id: Icadffac9e5e3b739e70f59d709cfdd67909c9a41
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
3915600d2b0ff499e0129e951dfd39bff46b2f42 19-Jul-2011 Dave Santoro <dsantoro@google.com> Stream items UI.

This is still pretty rough at this point, and does not fully implement
the UI. It handles loading in the stream items and photo metadata in
the contact loader, and displaying those items in a scrollable view
in the updates pane.

Change-Id: I3e796a6141ffa385aa2acc769cf6dd11f37aa39c
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
7f10d5670893aad216a90adba12b1faeec9b42a7 24-Feb-2011 Dmitri Plotnikov <dplotnikov@google.com> Social widget to have quick contact or navigation to social app

Bug: 3451506
Change-Id: I5538a381a19137c76258baee8a2309fe347e6ee2
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
48f4b487a2b03a5f12796ebe94923fd7decb04d7 17-Feb-2011 Dmitri Plotnikov <dplotnikov@google.com> Restarting contact loader when the user configures contact widget.

The gist of it is that under some unknown circumstances
Launcher reuses widget IDs. In that case we would start loading
using a stale URI from shared preferences and would never
restart the loader with the newly picked contact.

Bug: 3442597
Change-Id: Id051449eb4088be4f4f9975b34da511143965197
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
914c7680e7a47d891ebf760d5bbc6a933499fe23 20-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Clearing up social widget when contact is deleted

Bug: 3372543
Change-Id: I0fa25cd6dc1c950b71706dfb68d55e5503db0fd3
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
192a1387fb364963ff313bdbc866e914d4188790 20-Dec-2010 Dmitri Plotnikov <dplotnikov@google.com> New layout of the contact widget

Change-Id: Id440fb606fd5ddc6167af2b1491426080980a9ff
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
18ffaa2561cc7dd2e3ef81737e6537931c0a9a11 03-Dec-2010 Dmitri Plotnikov <dplotnikov@google.com> Renaming a couple of packages

Change-Id: I2c0f86b51baa622df629206f8b79ef1d0df09119
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
f64f21896cfdc65d05c04df31a8adea5826a5825 19-Nov-2010 Daniel Lehmann <lehmannd@google.com> Asset drop

Change-Id: I36313cb930aa03c14cdd00f17eedad32537d0ecf
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
7f4f8d1a2804a131ec40fb0323b227a21ba06357 10-Nov-2010 Dmitri Plotnikov <dplotnikov@google.com> Refactoring: ContactLoader now responsible for photo binary data

Change-Id: I4ef43a3af985fc5f05f6d99d349971423d655f9d
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
3cceb3f9311d0f1c523fe264238aff5f0394ab32 05-Nov-2010 Daniel Lehmann <lehmannd@google.com> Fix widget loading and Loader leaks

Change-Id: I1b5a80383b3c56574598298683b4f88afe8121c0
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
fad92b8f9f90888560798d5887cf256aeb9dec84 28-Oct-2010 Daniel Lehmann <lehmannd@google.com> New widget design

Bug:3129772

Change-Id: I34df2c43833e636ab72a623f56bbfc6c0ccd8452
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java
b93a26c62aef357e01080b574b9103babe6435b0 18-Oct-2010 Daniel Lehmann <lehmannd@google.com> Rename ContactSocialWidget to SocialWidget. Remove camelHumps from package

Change-Id: I73ad45dae896bb82b50b880b411741740185374d
/packages/apps/Contacts/src/com/android/contacts/socialwidget/SocialWidgetProvider.java