summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/contacts/ContactsDatabaseHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Use ICU JNI wrappers for phonebook labelsJay Shrauner2013-02-251-25/+77
* Use phonetic name as display name if no other given nameYorke Lee2013-01-101-0/+11
* Provide helpful log message on attempt to downgrade SQL versionYorke Lee2012-12-131-0/+10
* Rebuild SQLITE_STAT1 table after drop operations.Makoto Onuki2012-11-141-14/+70
* Make sure to rebuild search index on locale changes...Makoto Onuki2012-10-011-3/+9
* Skip suffix match if mUseStrictPhoneNumberComparison is trueYorke Lee2012-09-121-22/+37
* Change fallback method for contact matchingYorke Lee2012-09-121-9/+24
* Reorganize import in contacts providerMakoto Onuki2012-06-271-5/+5
* Fix transaction handling in the providerMakoto Onuki2012-06-251-0/+4
* Remove never used SocialProvider and activity tableMakoto Onuki2012-05-031-53/+8
* Make names with special chars searchable.Makoto Onuki2012-04-301-1/+7
* Clean up Phone.NORMALIZED_NUMBERS upgraded from GBMakoto Onuki2012-04-251-1/+83
* Upgrade step to fill raw_contacts.last_time_contacted.Makoto Onuki2012-04-141-1/+17
* Clear in-memory caches when rolling back transactionMakoto Onuki2012-03-281-4/+9
* Merge "Revert ""Rollback" mimetype cache""Makoto Onuki2012-03-281-43/+3
|\
| * Revert ""Rollback" mimetype cache"Makoto Onuki2012-03-281-43/+3
* | Merge ""Rollback" mimetype cache"Makoto Onuki2012-03-271-3/+43
|\ \ | |/
| * "Rollback" mimetype cacheMakoto Onuki2012-03-271-3/+43
* | Add new package aggregation.utilMakoto Onuki2012-03-231-0/+1
|/
* Use wall time instead of CPU time for performance logMakoto Onuki2012-03-081-2/+2
* Merge "Don't manually close the database."Makoto Onuki2012-03-071-23/+6
|\
| * Don't manually close the database.Makoto Onuki2012-03-071-23/+6
* | Speed up VISIBLE_CONTACTS updateMakoto Onuki2012-03-071-14/+26
|/
* Move aggregator to its own packageMakoto Onuki2012-03-051-3/+1
* Don't remove default directories from directories tableMakoto Onuki2012-02-211-1/+15
* Remove in-memory account cacheMakoto Onuki2012-02-171-34/+36
* Merge "Fix proguard flags"Makoto Onuki2012-01-311-0/+3
|\
| * Fix proguard flagsMakoto Onuki2012-01-271-0/+3
* | Remove the obsolete account columns from newly created dbMakoto Onuki2012-01-251-11/+0
|/
* Fix crash at upgrade step 504 due to account ID cacheMakoto Onuki2012-01-171-7/+23
* Account refactoring follow-upMakoto Onuki2012-01-111-61/+36
* Account table refactoringMakoto Onuki2012-01-101-130/+383
* More aggressive fix for phone lookup issues.Dave Santoro2011-12-201-0/+18
* Use ContactContract.Phone instead of internal definitionMakoto Onuki2011-12-141-5/+0
* Fix for GB upgrade issue with phone lookups.Dave Santoro2011-12-131-11/+11
* Remove hasColumn() and use isInProjection() instead.Makoto Onuki2011-11-181-7/+17
* Fix search for hyphenated namesMakoto Onuki2011-11-151-1/+7
* Optimize STREQUENT queries and fix estimated table row countsDaniel Lehmann2011-11-141-12/+108
* Add support for looking up SIP addresses.Flavio Lerda2011-11-041-0/+17
* Speed up query for group tabMakoto Onuki2011-10-271-0/+20
* Use hexadecimal collation key for name searches.Daniel Lehmann2011-10-141-1/+7
* Add new column for cached formatted number.Flavio Lerda2011-10-011-3/+11
* Make search aware of names in "all other contacts"Daisuke Miyakawa2011-09-211-1/+6
* Cast in_visible_group field as an integer.Dave Santoro2011-09-201-2/+8
* Do mimetype filtering based on ID.Daniel Lehmann2011-09-131-7/+25
* Add data_set for Settings.Dave Santoro2011-09-091-5/+40
* Merge "Don't share SQLiteStatement between threads. Create on the fly"Daniel Lehmann2011-08-311-64/+69
|\
| * Don't share SQLiteStatement between threads. Create on the flyDaniel Lehmann2011-08-311-64/+69
* | Cleanup variable referring to removed column.Dave Santoro2011-08-311-1/+0
|/
* Merge "Enable contact matching for incoming calls which only contain local nu...Attila Bodis2011-08-311-0/+14
|\