Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_providers_ContactsProvider
/
51b86f4419b4607b67839b05722cd9301ba08d08
51b86f4
Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
006742f
Merge "Add OP_ADD_VOICEMAIL app op - contacts provider"
by Svet Ganov
· 10 years ago
9019dfd
Merge "Update related tables from MetadataSync.data column."
by Tingting Wang
· 10 years ago
794ef4d
Update related tables from MetadataSync.data column.
by Tingting Wang
· 10 years ago
33c4eba
Add OP_ADD_VOICEMAIL app op - contacts provider
by Svet Ganov
· 10 years ago
9231b1c
Merge "Show which aggregator is used in bugreport."
by Zheng Fu
· 10 years ago
0e464be
Show which aggregator is used in bugreport.
by Zheng Fu
· 10 years ago
04093af
Merge "use new setting flag to switch between current and new aggregator."
by Zheng Fu
· 10 years ago
aa18c23
use new setting flag to switch between current and new aggregator.
by Zheng Fu
· 10 years ago
8742dd0
Fix the build
by Zheng Fu
· 10 years ago
b94bfa5
Fork ContactAggregator to AbstractContactAggregator to keep file hsitory.
by Zheng Fu
· 10 years ago
97de721
Merge "Parse metadata_sync.data to MetadataEntry Object."
by Tingting Wang
· 10 years ago
d1f777e
Parse metadata_sync.data to MetadataEntry Object.
by Tingting Wang
· 10 years ago
94d6059
Merge "Remove caller-id check in enterprise phone and raw contacts entities"
by Ricky Wai
· 10 years ago
76f6995
Merge "Add phone_account_* fields to voicemail content table allowed columns."
by Nancy Chen
· 10 years ago
dca8f30
Add phone_account_* fields to voicemail content table allowed columns.
by Nancy Chen
· 10 years ago
6012b85
Add some new method implementations for new contact aggregator.
by Zheng Fu
· 10 years ago
bb1bc1a
Merge "Enterprise quick contact 2/2"
by Makoto Onuki
· 10 years ago
42d5b79
Remove caller-id check in enterprise phone and raw contacts entities
by Ricky Wai
· 10 years ago
1076c49
Enterprise quick contact 2/2
by Makoto Onuki
· 10 years ago
518fe53
Merge "New contact aggregator (part 1) Summary of the changes are: 1. In RawContactMatcher, add rawContactId and accountId to MatchScore inner class, so that match score is on raw contacts level instead] of accumulate to contact level 2. Add a wrapper RawContactMatchingCandidates to MatchScore to facilitate the aggregation. 3. In ContactAggregator2, add findRawContactMatchingCandidates() method to find the set of matching raw contacts for a given raw_contact_id. This method will use the logic of updateMatchScoresForSuggestionsBasedOnDataMatches() so that it will give a set of raw contacts candidate with matching score above threshold. 4. The second stage "Pair-wise comparison and find the connected component of all the raw contacts in RawContactMatchingCandidates" is done in new method reAggregateRawContacts(); 5. Some new methods still throw unSupportedOperationExceptions, and they will be implemented in part2. 6. Tests will be implemented in follow-up cls."
by Zheng Fu
· 10 years ago
d6c0a13
New contact aggregator (part 1)
by Zheng Fu
· 10 years ago
889f3c7
Merge "Revert "Enterprise quick contact 2/2""
by Makoto Onuki
· 10 years ago
5f20fb3
Revert "Enterprise quick contact 2/2"
by Makoto Onuki
· 10 years ago
fc237d0
Merge "Enterprise quick contact 2/2"
by Makoto Onuki
· 10 years ago
9d5369a
Enterprise quick contact 2/2
by Makoto Onuki
· 10 years ago
2ded4cc
Merge "Protect against null lookup uri"
by Jay Shrauner
· 10 years ago
4ba8c1b
Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
b593bf1
Add Email.ENTERPRISE_CONTENT_LOOKUP_URI
by Ricky Wai
· 10 years ago
3638597
Merge "Add RawContactsEntity.CORP_CONTENT_URI"
by Ricky Wai
· 10 years ago
360dcb9
Merge " Fork ContactMatcher.java to RawContactMatcher.java"
by Zheng Fu
· 10 years ago
1340c2f
Fork ContactMatcher.java to RawContactMatcher.java
by Zheng Fu
· 10 years ago
30ec266
Add RawContactsEntity.CORP_CONTENT_URI
by Ricky Wai
· 10 years ago
40bd4b8
Add back upgrade actions that were lost from merging.
by Nancy Chen
· 10 years ago
3a9b227
Make contacts backup schema change accessible.
by Tingting
· 10 years ago
d11be39
Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
fd8de12
Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release'
by Vinit Deshpande
· 10 years ago
09e08ac
Protect against null lookup uri
by Jay Shrauner
· 10 years ago
410c29f
Merge "Add private API to get merged primary and enterprise contacts"
by Ricky Wai
· 10 years ago
b88a02f
Add private API to get merged primary and enterprise contacts
by Ricky Wai
· 10 years ago
6934060
Cache photo URI too in calllog
by Makoto Onuki
· 10 years ago
10fc527
Merge "Remove CallLogBackupAgent."
by Santos Cordon
· 10 years ago
f35365f
Remove CallLogBackupAgent.
by Santos Cordon
· 10 years ago
a1b621e
Merge "Prioritize regular names over phonetic names. P2/2"
by Brian Attwell
· 10 years ago
3cf9ac6
Prioritize regular names over phonetic names. P2/2
by Brian Attwell
· 10 years ago
f7076a6
Unhide call log entries by phone number.
by Santos Cordon
· 10 years ago
b39eeb4
Hide unregistered phone account call log entries.
by Santos Cordon
· 10 years ago
654914b
Merge "Enterprise phone lookup should return consistent result..."
by Makoto Onuki
· 10 years ago
0f74e86
Upgrade voicemail_status and calls tables for visual voicemail.
by Nancy Chen
· 10 years ago
468fc18
Upgrade calllog DB to use ICC ID & source_phone_number.
by Santos Cordon
· 10 years ago
2eb0952
Enterprise phone lookup should return consistent result...
by Makoto Onuki
· 10 years ago
ae8f893
Merge "More tests for CallLogBackupAgent"
by Santos Cordon
· 10 years ago
52a1f4d
More tests for CallLogBackupAgent
by Santos Cordon
· 10 years ago
3e2e34d
Fork ContactAggregator.java to ContactAggregator2.java
by Zheng Fu
· 10 years ago
8c8861d
am 1005a3d5: (-s ours) am 4914bbf7: (-s ours) Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
1005a3d
am 4914bbf7: (-s ours) Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
4914bbf
Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
153281e
Add simple backup/restore to Call Log.
by Santos Cordon
· 10 years ago
415f5c0
Add tests for CallLogBackupAgent.
by Santos Cordon
· 10 years ago
fd6ef51
Simple Backup Agent for the call log.
by Santos Cordon
· 10 years ago
423f9bc
Upgrade calllog DB to use ICC ID & source_phone_number.
by Santos Cordon
· 10 years ago
ddd1e13
am 6278612a: am a435c434: am 463d577c: am 6522ca93: Don\'t use queryContentProviders to avoid "transaction too large" exception
by Makoto Onuki
· 10 years ago
148374f
Persist pre-authorized URIs
by Brian Attwell
· 10 years ago
6278612
am a435c434: am 463d577c: am 6522ca93: Don\'t use queryContentProviders to avoid "transaction too large" exception
by Makoto Onuki
· 10 years ago
a435c43
am 463d577c: am 6522ca93: Don\'t use queryContentProviders to avoid "transaction too large" exception
by Makoto Onuki
· 10 years ago
463d577
am 6522ca93: Don\'t use queryContentProviders to avoid "transaction too large" exception
by Makoto Onuki
· 10 years ago
6522ca9
Don't use queryContentProviders to avoid "transaction too large" exception
by Makoto Onuki
· 10 years ago
30165ad
Merge "Add new metadata_sync table to facilitate android contacts backup."
by Zheng Fu
· 10 years ago
5d60a6d
Add new metadata_sync table to facilitate android contacts backup.
by Zheng Fu
· 10 years ago
67c8cb2
am 05dca035: (-s ours) am 752b2e03: (-s ours) Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
05dca03
am 752b2e03: (-s ours) Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
752b2e0
Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
eab75dc
resolved conflicts for merge of 6058a318 to master
by Brian Attwell
· 10 years ago
6058a31
am 489446d4: am 0f6927a6: Merge "Additional change to IS_SUPER_PRIMARY" into lmp-mr1-dev
by Brian Attwell
· 10 years ago
489446d
am 0f6927a6: Merge "Additional change to IS_SUPER_PRIMARY" into lmp-mr1-dev
by Brian Attwell
· 10 years ago
0f6927a
Merge "Additional change to IS_SUPER_PRIMARY" into lmp-mr1-dev
by Brian Attwell
· 10 years ago
ec22e21
Additional change to IS_SUPER_PRIMARY
by Brian Attwell
· 10 years ago
c8b3773
Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
f256a7c
Remove NAME_VERIFIED. Part3
by Brian Attwell
· 10 years ago
aa7951f
Handle DB schema migration to facilitate android contacts backup
by Zheng Fu
· 10 years ago
7e0ac83
Merge "No longer need to take care of pre boot msg."
by Dianne Hackborn
· 10 years ago
98e8c76
No longer need to take care of pre boot msg.
by Dianne Hackborn
· 10 years ago
8ddd703
Additional change to IS_SUPER_PRIMARY
by Brian Attwell
· 10 years ago
2ffd05b
Revert "Additional change to IS_SUPER_PRIMARY"
by Brian Attwell
· 10 years ago
c44ee52
Additional change to IS_SUPER_PRIMARY
by Brian Attwell
· 10 years ago
75b452b
Change IS_SUPER_PRIMARY reset logic
by Brian Attwell
· 10 years ago
50f5cdd
am c219a079: am b5e3a4c8: am abaa423f: Fix cross profile caller id to use manager profiles userid.
by Kenny Guy
· 10 years ago
c219a07
am b5e3a4c8: am abaa423f: Fix cross profile caller id to use manager profiles userid.
by Kenny Guy
· 10 years ago
b5e3a4c
am abaa423f: Fix cross profile caller id to use manager profiles userid.
by Kenny Guy
· 10 years ago
abaa423
Fix cross profile caller id to use manager profiles userid.
by Kenny Guy
· 10 years ago
a6ef5e9
AggregationSuggestions.Builder Part 3/3
by Brian Attwell
· 10 years ago
c7ad9cf
Fix log TAG that was too long
by Jay Shrauner
· 10 years ago
e05d111
Ubundle from contacts contract Part 2/3
by Brian Attwell
· 10 years ago
3a80979
Import translations. DO NOT MERGE
by Baligh Uddin
· 10 years ago
e76cafd
am 09b7e00a: am 2c919c4e: am becda5cc: Merge "Skip aggregation if candidate contact contains too many raw contacts" into lmp-mr1-dev
by Zheng Fu
· 10 years ago
09b7e00
am 2c919c4e: am becda5cc: Merge "Skip aggregation if candidate contact contains too many raw contacts" into lmp-mr1-dev
by Zheng Fu
· 10 years ago
2c919c4
am becda5cc: Merge "Skip aggregation if candidate contact contains too many raw contacts" into lmp-mr1-dev
by Zheng Fu
· 10 years ago
becda5c
Merge "Skip aggregation if candidate contact contains too many raw contacts" into lmp-mr1-dev
by Zheng Fu
· 10 years ago
085a747
Skip aggregation if candidate contact contains too many raw contacts
by Zheng Fu
· 10 years ago
e9181ad
am 0174e0ea: am e1f9e675: am eb10c527: Fix package manager TransactionTooLargeException
by Jay Shrauner
· 10 years ago
Next »