- 0126458 Legacy compatibility for Im and Presence. by Dmitri Plotnikov · 16 years ago
- 4dcd106 Cleaning up Presence API by Dmitri Plotnikov · 16 years ago
- 3653cf1 Adding a "Photo" directory under Contacts. by Dmitri Plotnikov · 16 years ago
- e46667e Introducing AGGREGATED_PRESENCE - thanks to JSharkey for the idea. by Dmitri Plotnikov · 16 years ago
- a6def20 Support for data_with_presence URI by Dmitri Plotnikov · 16 years ago
- 19a0962 Support for phones_with_presence URI by Dmitri Plotnikov · 16 years ago
- 12d5199 Merge change 21997 into eclair by Android (Google) Code Review · 16 years ago
- 4d4c9bf Merge change 21858 into eclair by Android (Google) Code Review · 16 years ago
- 074cf38 A test for ContactsContract.Contacts.getPhotoUri by Dmitri Plotnikov · 16 years ago
- e3eb7ef Completing implementation of phone lookup API. by Dmitri Plotnikov · 16 years ago
- c340409 Upgrading CallerInfo to the new Contacts API by Dmitri Plotnikov · 16 years ago
- fb362d1 Fixing legacy API support for phone lookup. by Dmitri Plotnikov · 16 years ago
- 9155470 Providing projection mappings for _id fields in Contacts legacy support. by Dmitri Plotnikov · 16 years ago
- ff776f8 Test case verifying http://b/2050470 by Dmitri Plotnikov · 16 years ago
- df9fd6b fixup after merge from master by Fred Quintana · 16 years ago
- 568904d do not merge: cherry-picked d326974ca339cef284cc045c61d340ddb60d08da from master branch by Dmitri Plotnikov · 16 years ago
- 5c54b6d Fixing sync ids in legacy contact import. by Dmitri Plotnikov · 16 years ago
- c19e02a Fixing the "Liza Ma" use case. This name was parsed as Liza (first name), M.A. (suffix). by Dmitri Plotnikov · 16 years ago
- b580582 Merge from master (21282 and 21283) by Dmitri Plotnikov · 16 years ago
- 013a0d6 Contact import optimization: using direct inserts into the database. by Dmitri Plotnikov · 16 years ago
- 11944a1 Aggregation optimization: email lookup, name lookup, phone lookup by Dmitri Plotnikov · 16 years ago
- 2482dd0 Aggregation optimization: updating all Contacts attributes with a single pass over raw contacts. by Dmitri Plotnikov · 16 years ago
- 6c85aa2 Fixing the bug where the aggregator would get repeatedly interrupted. by Dmitri Plotnikov · 16 years ago
- f992bfa Removing handling of primary phone/email on Contact. by Dmitri Plotnikov · 16 years ago
- caa1cf4 Fixing several issues of legacy support: by Dmitri Plotnikov · 16 years ago
- 73776ff DIRTY flag on Contacts will no longer be set if the query has the ?mark_as_dirty=true parameter. by Dmitri Plotnikov · 16 years ago
- 94021b2 add the deleted flag to the groups table by Fred Quintana · 16 years ago
- 4a02307 Hiding security constraints in SQL VIEWS - first cut. by Dmitri Plotnikov · 16 years ago
- 3d8b043 Contact conversion script, initial cut by Dmitri Plotnikov · 16 years ago
- 3cfe8d5 Adding columns SYNC1-4 and fixing tests. by Dmitri Plotnikov · 16 years ago
- a908fb5 Breaking global search support into a separate class and limiting search results to visible contacts only. by Dmitri Plotnikov · 16 years ago
- a01e50c Fix IM constants to match framework change. by Jeff Sharkey · 16 years ago
- c70dc0e Reimplementing global search integration in ContactsProvider2. by Dmitri Plotnikov · 16 years ago
- e99988b Extracting call log implementation out of the legacy contacts provider. by Dmitri Plotnikov · 16 years ago
- 226c3dc - test that query entities works by Fred Quintana · 16 years ago
- 61d61cb [Issue 2017273] Contacts Aggregator doesn't maintain state of dirty bit... by Dmitri Plotnikov · 16 years ago
- d3fde75 ContactsProvider2: Renaming Aggregates to Contacts by Dmitri Plotnikov · 16 years ago
- 373f7d2 Implementing Presence query. by Dmitri Plotnikov · 16 years ago
- 5ef0401 ContactsProvider2: Renaming CONTACT_ID to RAW_CONTACT_ID by Dmitri Plotnikov · 16 years ago
- 1fd9b53 add unit tests for the contacts dirty and version trigger and fix any bugs found by Fred Quintana · 16 years ago
- 33b41fd Implementing Raw Contact deletion. by Dmitri Plotnikov · 16 years ago
- 6cffee4 Changing Contacts to RawContacts. by Dmitri Plotnikov · 16 years ago
- 445ca81 Implementing compatibility mode for contact filtering by Dmitri Plotnikov · 16 years ago
- 70b5ee6 Compatibility support for Presence by Dmitri Plotnikov · 16 years ago
- c6ad6f6 Adding compatibility support for contact photos. by Dmitri Plotnikov · 16 years ago
- 20a94c8 Fixing bulk update and delete of contacts data. by Dmitri Plotnikov · 16 years ago
- d51a83a Adding SQL VIEWs to support backwards compatible WHERE clauses. by Dmitri Plotnikov · 16 years ago
- 0f8f3b3 Adding compatibility support for Contact Extensions and groups. by Dmitri Plotnikov · 16 years ago
- 67dde51 Hard-coded IS_RESTRICTED exceptions, move to RES_PACKAGE. by Jeff Sharkey · 16 years ago
- e80e514 Adding compatibility support for ContactMethods and phone numbers. by Dmitri Plotnikov · 16 years ago
- 3cebbf7 Work in progress: introducing DataRowHandlers in ContactsProvider2. by Dmitri Plotnikov · 16 years ago
- 9261b21 - add the DIRTY and VERSION columns to the ContactsProvider2 Groups contract by Fred Quintana · 16 years ago
- f4e1358 Removing ContactOptions table. by Dmitri Plotnikov · 16 years ago
- ae6ca1f Chooses one photo to represent the aggregate. by Evan Millar · 16 years ago
- bee1a6b Initial cut of legacy public API unit test. by Dmitri Plotnikov · 16 years ago
- 28f8857 Merge commit 'goog/eclair-dev' into merge3 by Evan Millar · 16 years ago
- ca81724 Wrote groups support, minor refactoring work. by Jeff Sharkey · 16 years ago
- bc5c799 Fix the presence query code. by Evan Millar · 16 years ago
- 4097855 ContactsProvider2: Parsing display name into structural parts. by Dmitri Plotnikov · 16 years ago
- a5ad551 Aggregation based on email address and nickname. by Dmitri Plotnikov · 16 years ago
- b597adb Aggregation based on nicknames, e.g. Richard/Dick by Dmitri Plotnikov · 16 years ago
- bf65910 Adding phone number matches as secondary aggregation triggers. by Dmitri Plotnikov · 16 years ago
- bb5f85c Completing CL 5604, which was merged prematurely - GIT's fault :-) by Dmitri Plotnikov · 16 years ago
- 53056d4 Refactoring ContactAggregator for testability of scheduling. by Dmitri Plotnikov · 16 years ago
- d35d9c7 Implementing send-to-voicemail and custom-ringtone handling by ContactsProvider2 by Dmitri Plotnikov · 16 years ago
- 619871b Implemented core of restricted data security model. by Jeff Sharkey · 16 years ago
- 7a39bf2 Fixing a bug in contact splitting, renaming test. by Dmitri Plotnikov · 16 years ago
- cceca0d Adding aproximate name matching based on the Jaro-Winkler algorithm. by Dmitri Plotnikov · 16 years ago
- 127071b Redesigning API for aggregation exceptions. by Dmitri Plotnikov · 16 years ago
- 90dfb8e Aggregating contacts using UNICODE normalized strings. by Dmitri Plotnikov · 16 years ago
- 31b8631 Adding infrastructure for aggregation suggestions by Dmitri Plotnikov · 16 years ago
- 80c4571 Changing aggregation exception handling from async to synchronous. by Dmitri Plotnikov · 16 years ago
- b174c7c ConactsProvider/Aggregator support for aggregation exceptions by Dmitri Plotnikov · 16 years ago
- a8dc456 Initial commit for ContactAggregator. by Dmitri Plotnikov · 16 years ago
- de4c4d8 Make updates to the new contacts provider to enable contact viewing. by Evan Millar · 16 years ago
- 6bc8c0d Adding "aggregates" table. Adding a test. Removing test app Contacts2. by Dmitri Plotnikov · 16 years ago
- 508f57e Changed provider to use mime-types and lookup tables. by Jeff Sharkey · 17 years ago
- a36c566 Add some basic editing support, and caller ID lookup. by Jeff Hamilton · 17 years ago
- 4f86436 First pass at new ContactsProvider. by Jeff Hamilton · 17 years ago