Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_providers_ContactsProvider
/
cb1e18da0de89549c2a512ee9887f15f4976d8ff
cb1e18d
Merge "Remove location permissions" into mnc-dev
by Makoto Onuki
· 10 years ago
25fb287
Remove location permissions
by Makoto Onuki
· 10 years ago
f22f9af
Merge "Add READ_PHONE_STATE to CP2" into mnc-dev
by Yorke Lee
· 10 years ago
399faf2
Add READ_PHONE_STATE to CP2
by Yorke Lee
· 10 years ago
ce51d24
Merge "Stop enforcing {READ,WRITE}_PROFILE permissions" into mnc-dev
by Brian Attwell
· 10 years ago
e3afdce
Stop enforcing {READ,WRITE}_PROFILE permissions
by Brian Attwell
· 10 years ago
3a83f4c
Fix invalidateAggregationExceptionCache().
by Makoto Onuki
· 10 years ago
f60c48e
Merge "Fix bugs in aggregator2." into mnc-dev
by Zheng Fu
· 10 years ago
891e5b4
Fix bugs in aggregator2.
by Zheng Fu
· 10 years ago
d930081
Merge "Implement Data.CARRIER_PRESENCE" into mnc-dev
by Etan Cohen
· 10 years ago
2d745a8
Fix CP2 Unit test failure
by Keith Cheung
· 10 years ago
c19d551
Fix unit tests
by Makoto Onuki
· 10 years ago
2d66b50
Merge "Clean up permissions" into mnc-dev
by Makoto Onuki
· 10 years ago
400e50c
Clean up permissions
by Makoto Onuki
· 10 years ago
6460582
Fix NPE in CallLogProviderWorker
by Yorke Lee
· 10 years ago
bdeea8a
Implement Data.CARRIER_PRESENCE
by Makoto Onuki
· 10 years ago
61ec181
Use transliterator for Simplified Chinese buckets
by Jay Shrauner
· 10 years ago
3891893
Fix locale unit tests
by Jay Shrauner
· 10 years ago
dc249d4
Merge "Fix SIP enterprise lookup" into mnc-dev
by Makoto Onuki
· 10 years ago
11d4533
Fix SIP enterprise lookup
by Makoto Onuki
· 10 years ago
7644387
Merge "Add unit test for RawContactsEntity.CORP_CONTENT_URI" into mnc-dev
by Tony Mak
· 10 years ago
77b65aa
Grant VoicemailContentProvider permissions to default or system dialers
by Yorke Lee
· 10 years ago
2894728
Add unit test for RawContactsEntity.CORP_CONTENT_URI
by Tony Mak
· 10 years ago
74e4f99
Fix some set concurrency issues in new aggregator.
by Zheng Fu
· 10 years ago
57e16b0
Merge "Add unit test for query against Phone.ENTERPRISE_CONTENT_URI"
by Tony Mak
· 10 years ago
b3c4b26
Re-create metadata_sync table.
by Zheng Fu
· 10 years ago
51b86f4
Import translations. DO NOT MERGE
by Geoff Mendal
· 10 years ago
e56d27b
Add unit test for query against Phone.ENTERPRISE_CONTENT_URI
by Tony Mak
· 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
Next »