History log of /frameworks/base/core/java/android/provider/SocialContract.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ac39b26b5195d08a9f8e8c3a1bb612a2e2a608a2 30-Jul-2009 Evan Millar <emillar@google.com> Fix missed Aggregate->Contact name change.
/frameworks/base/core/java/android/provider/SocialContract.java
7cca5f83638b019cc68acfaedd533602a97486b0 28-Jul-2009 Dmitri Plotnikov <dplotnikov@google.com> ContactsContract: Renaming Aggregates to Contacts
/frameworks/base/core/java/android/provider/SocialContract.java
8a0193e4ca1522b9a817ebd399812b6e2f1b0cdc 21-Jul-2009 Jeff Sharkey <jsharkey@android.com> Added StructuredPostal, renamed PACKAGE columns, cleanup.

Changed Postal to StructuredPostal, which is the new type
coming down from GData. This also prepares us for upcoming
data sources that need a structured version. Because of the
number of columns required, we added 3 new DATA columns.

Moved PACKAGE back to Data rows to allow multiple apps to
merge their action entries under a single Contact. Also
renamed to RES_PACKAGE to make clear that these packages are
strictly for loading resources, and do not imply the owner.

Removed RestrictionExceptions since we narrowed the scope
of IS_RESTRICTED for Eclair. Factored out sync columns from
Groups and Contacts into its own interface. Fixed general
warnings in comments.
/frameworks/base/core/java/android/provider/SocialContract.java
d530b3ce850cfa3d61b79eba1aee6f67b04dba15 02-Jun-2009 Jeff Sharkey <jsharkey@android.com> Added presence columns and changed constants to match provider.

Minor changes that don't need a current.xml because they are @hide.
/frameworks/base/core/java/android/provider/SocialContract.java
5f123bdcde61b9fdcd58952882c621c34a727e10 29-May-2009 Dmitri Plotnikov <dplotnikov@google.com> Making sure non-public API is marked with @hide.
/frameworks/base/core/java/android/provider/SocialContract.java
569277732b4180c07c9f917ff8c3fc3111b10338 29-May-2009 Dmitri Plotnikov <dplotnikov@google.com> Fixing javadoc references.
/frameworks/base/core/java/android/provider/SocialContract.java
088b2918423ef79b92c0b0433f2f59a1fd0f7c1b 29-May-2009 Evan Millar <emillar@google.com> Move ContactsContract.java and SocialContract.java into android.providers

The ContactsContract and SocialContract lived previously in the
com.android.providers.contacts2 package, and could not be accessed by
other packages from there without symlinks, which was getting messy. If
it turns out there was a good reason for having the contracts in that
package we may have to move these back, but for now this seems like the
obvious configuration.
/frameworks/base/core/java/android/provider/SocialContract.java