summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added 'voicemail_status' table to contacts database.Debashish Chatterjee2011-07-051-2/+32
* Stop using deprecated field VoicemailContract.CONTENT_URI.Debashish Chatterjee2011-07-041-1/+1
* Modified voicemail provider to accept source_package as a param.Debashish Chatterjee2011-07-042-14/+6
* Send broadcast intents to specific component instead of package.Debashish Chatterjee2011-07-011-7/+11
* Merge "Fixed VoicemailProviderTest."Debashish Chatterjee2011-07-011-13/+18
|\
| * Fixed VoicemailProviderTest.Debashish Chatterjee2011-07-011-13/+18
* | Change the way voicemail permissions are enforced.Flavio Lerda2011-07-011-1/+7
|/
* Use shared constants for call log with voicemails.Flavio Lerda2011-06-291-28/+3
* use System.arraycopyDaisuke Miyakawa2011-06-281-5/+2
* Use new data usage stat for strequent contactsDaisuke Miyakawa2011-06-282-39/+144
* Modified VoicemailContentProvider to set 'SELF_CHANGE' in notifications.Debashish Chatterjee2011-06-281-3/+12
* Introduced query param 'include_voicemails' for call_log uri.Debashish Chatterjee2011-06-285-65/+297
* Renamed INCLUDE_PROFILE param to ALLOW_PROFILE.Dave Santoro2011-06-241-2/+2
* Implement openAssetFile() for profile vcard.Martijn Coenen2011-06-231-19/+26
* Prefer primary data to others.Daisuke Miyakawa2011-06-171-1/+2
* Merge "Fix test breakage introduced in ICU upgrade."Daisuke Miyakawa2011-06-173-6/+471
|\
| * Fix test breakage introduced in ICU upgrade.Daisuke Miyakawa2011-06-163-6/+471
* | Added checks in voicemail provider to not expose call_log fields.Debashish Chatterjee2011-06-173-15/+34
* | Unit tests for voicemail provider.Debashish Chatterjee2011-06-161-32/+39
|/
* Merge "Voicemail provider implementation within ContactsProvider."Debashish Chatterjee2011-06-168-1/+819
|\
| * Voicemail provider implementation within ContactsProvider.Debashish Chatterjee2011-06-158-1/+819
* | Prioritize IN_VISIBLE_GROUP in auto-complete.Daisuke Miyakawa2011-06-151-2/+5
* | Merge "Support for streaming vcards without photo."Martijn Coenen2011-06-151-4/+13
|\ \ | |/ |/|
| * Support for streaming vcards without photo.Martijn Coenen2011-06-151-4/+13
* | Introduced new voicemail fields in 'calls' table.Debashish Chatterjee2011-06-152-12/+50
|/
* Introduce data usage table for per-method ranking.Daisuke Miyakawa2011-06-142-35/+283
* URIs and queries to support profiles.Dave Santoro2011-06-094-39/+579
* am 37f0bdbb: Remove stale rows in directory table.Daisuke Miyakawa2011-06-031-4/+37
|\
| * Remove stale rows in directory table.Daisuke Miyakawa2011-06-021-4/+37
* | Enable selection strict mode and sql injection testsDaniel Lehmann2011-06-011-1/+1
* | Fix search support tests.Dave Santoro2011-05-061-1/+1
* | Fix wrong handling in getQueryParameter()Daisuke Miyakawa2011-05-051-0/+11
* | Merge "Fix issues with Contacts sync."Dave Santoro2011-05-041-10/+15
|\ \
| * | Fix issues with Contacts sync.Dave Santoro2011-05-041-10/+15
* | | Handle zero-query case for global search.Mathew Inwood2011-05-031-11/+25
|/ /
* | Move snippet logic from DB to a cursor wrapper.Dave Santoro2011-05-023-48/+361
* | Rewrite subquery to make better use of indexesDaniel Lehmann2011-04-251-60/+46
* | Don't create E164 numbers during update (country detector not ready)Daniel Lehmann2011-04-141-9/+0
* | Add "primary account" support.Daisuke Miyakawa2011-04-061-1/+22
* | Use new interface for vCard exportDaisuke Miyakawa2011-03-171-11/+24
* | Use old version of vCard composition methodDaisuke Miyakawa2011-03-101-1/+1
|/
* Preserving dot in name prefixes like "Mr." and "Prof."Dmitri Plotnikov2011-02-251-4/+7
* Displaying name prefix in the list and detail panelDmitri Plotnikov2011-02-254-38/+123
* Moving updateRawContactDisplayName from aggregator to dbhelperDmitri Plotnikov2011-02-255-200/+207
* Trim parts of the contact name before joining.Dmitri Plotnikov2011-02-231-0/+5
* Fix tests broken by proguardDmitri Plotnikov2011-02-221-4/+2
* Masking the 'malformed MATCH expression' errorDmitri Plotnikov2011-02-111-6/+12
* Full text search: email suggestionsDmitri Plotnikov2011-02-116-157/+96
* Full text search: Asian language supportDmitri Plotnikov2011-02-115-39/+45
* Full text search: QSB supportDmitri Plotnikov2011-02-114-261/+161