summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/LegacyContactImporter.java
Commit message (Expand)AuthorAgeFilesLines
* Making StructuredNameDataRowHandlers a static inner classDmitri Plotnikov2010-11-301-2/+6
* Making DataRowHandlers static inner classesDmitri Plotnikov2010-11-301-1/+1
* Changing the db structure to keep visible contact ids in a separate table.Dmitri Plotnikov2010-05-181-10/+4
* Fixing handling of null sync ID in legacy import. Part IIDmitri Plotnikov2010-04-051-14/+12
* Fixing handling of null sync ID in legacy import.Dmitri Plotnikov2010-04-051-13/+15
* Fixing an issue with legacy contact import.Dmitri Plotnikov2010-03-231-25/+42
* Fixed visibility of contacts, display-names and lookup-keys after Donut->Froy...Daniel Lehmann2010-03-171-9/+27
* Implementing legacy contact upgrade under low storage conditionsDmitri Plotnikov2010-03-151-32/+74
* Enabling search by phonetic nameDmitri Plotnikov2010-03-101-4/+12
* Rebuilding contacts sort and lookup keys on locale change.Dmitri Plotnikov2010-03-091-1/+2
* Explicitly closing cursors and databases in ContactsProvider2 and related tests.Dmitri Plotnikov2010-03-041-30/+50
* Preventing Chinese shorthand keys from being inserted for non-Chinese contacts.Dmitri Plotnikov2010-03-041-2/+3
* Retrofitting Eclair/Froyo changes into the legacy contact conversion script.Dmitri Plotnikov2010-03-021-12/+53
* Adding a new column to Contacts: NAME_RAW_CONTACT_IDDmitri Plotnikov2009-12-011-4/+3
* ContactsProvider2 optimization: performing phone matching entirely in the dat...Dmitri Plotnikov2009-10-211-2/+6
* Remove GAIA stringCostin Manolache2009-09-291-1/+1
* Renaming OpenHelper to ContactsDatabaseHelperDmitri Plotnikov2009-09-291-18/+18
* No longer relying on the components of structured name for aggregation.Dmitri Plotnikov2009-09-211-7/+4
* Fixing broken legacy contact importer testDmitri Plotnikov2009-09-181-4/+3
* Making aggregation optional during Donut->Eclair contact import.Dmitri Plotnikov2009-08-311-18/+97
* [Issue 2072020] Updating name lookup tables when structured name, email, nick...Dmitri Plotnikov2009-08-241-16/+26
* do not merge: cherry-picked d326974ca339cef284cc045c61d340ddb60d08da from mas...Dmitri Plotnikov2009-08-141-67/+85
* Fixing sync ids in legacy contact import.Dmitri Plotnikov2009-08-141-44/+7
* Merge from master (21282 and 21283)Dmitri Plotnikov2009-08-141-4/+55
* Contact import optimization: using direct inserts into the database.Dmitri Plotnikov2009-08-131-203/+559
* Fixing an issue caused by non-exitence of the legacy contacts db.Dmitri Plotnikov2009-08-071-1/+10
* Contact conversion script, initial cutDmitri Plotnikov2009-08-051-0/+679