index
:
packages_providers_ContactsProvider.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add tests for CallLogBackupAgent.
Santos Cordon
2015-02-22
3
-2
/
+209
*
|
Upgrade calllog DB to use ICC ID & source_phone_number.
Santos Cordon
2015-02-19
1
-1
/
+1
*
|
am 6278612a: am a435c434: am 463d577c: am 6522ca93: Don\'t use queryContentPr...
Makoto Onuki
2015-02-19
2
-13
/
+3
|
\
\
|
|
/
|
*
Don't use queryContentProviders to avoid "transaction too large" exception
Makoto Onuki
2015-02-18
2
-13
/
+3
|
*
Additional change to IS_SUPER_PRIMARY
Brian Attwell
2015-02-03
2
-1
/
+31
*
|
Persist pre-authorized URIs
Brian Attwell
2015-02-19
1
-3
/
+97
*
|
Remove NAME_VERIFIED. Part3
Brian Attwell
2015-01-30
2
-23
/
+64
*
|
Additional change to IS_SUPER_PRIMARY
Brian Attwell
2015-01-28
2
-1
/
+31
*
|
Revert "Additional change to IS_SUPER_PRIMARY"
Brian Attwell
2015-01-28
2
-35
/
+1
*
|
Additional change to IS_SUPER_PRIMARY
Brian Attwell
2015-01-28
2
-1
/
+35
*
|
Change IS_SUPER_PRIMARY reset logic
Brian Attwell
2015-01-26
1
-7
/
+9
*
|
AggregationSuggestions.Builder Part 3/3
Brian Attwell
2015-01-21
1
-13
/
+6
*
|
Ubundle from contacts contract Part 2/3
Brian Attwell
2015-01-08
1
-3
/
+3
|
/
*
Skip aggregation if candidate contact contains too many raw contacts
Zheng Fu
2014-12-09
1
-0
/
+19
*
Modify the contact split logic to avoid over-split issue.
Zheng Fu
2014-11-13
2
-6
/
+138
*
Make the email comparison case-insensitive for contact aggregation.
Zheng Fu
2014-11-13
1
-2
/
+12
*
Fix broken test in ContactsProvider2Test.java
Zheng Fu
2014-10-30
1
-2
/
+2
*
Sync call log entries to secondary user on background thread
Yorke Lee
2014-10-27
1
-0
/
+11
*
DO NOT MERGE Remove default settings during contacts aggregation.
Zheng Fu
2014-09-15
2
-2
/
+77
*
Renaming Telecomm to Telecom.
Tyler Gunn
2014-09-12
1
-4
/
+5
*
Replace Calls.FEATURES_NONE with 0 (3/4)
Yorke Lee
2014-09-08
1
-5
/
+5
*
Follow ContactsContract API changes
Yorke Lee
2014-09-04
1
-1
/
+1
*
Merge "Fix testPhoneLookupEnterprise_withCorpProfile" into lmp-dev
Makoto Onuki
2014-09-02
2
-1
/
+14
|
\
|
*
Fix testPhoneLookupEnterprise_withCorpProfile
Makoto Onuki
2014-09-02
2
-1
/
+14
*
|
Delete stale calls in a managed profile's call log table
Yorke Lee
2014-09-02
1
-0
/
+37
|
/
*
Address API review comments:
Makoto Onuki
2014-08-27
1
-5
/
+3
*
API changes for ContactsContract
Yorke Lee
2014-08-26
1
-0
/
+24
*
Add a maximum length check when inserting or updating phone numbers
Yorke Lee
2014-08-18
1
-0
/
+26
*
Fix getMimeTypeId/getPackageId
Makoto Onuki
2014-08-11
1
-0
/
+56
*
Add unit tests for enterprise caller-id
Makoto Onuki
2014-08-08
4
-4
/
+376
*
Fix "UNIQUE constraint failed: mimetypes.mimetype"
Makoto Onuki
2014-08-07
1
-0
/
+90
*
Fix broken aggregation behavior for pinned contacts and tests
Yorke Lee
2014-07-30
1
-5
/
+5
*
Follow ContactsContract API change
Yorke Lee
2014-07-29
2
-7
/
+5
*
Fix build
Makoto Onuki
2014-07-28
1
-1
/
+1
*
Do not build NAME_LOOKUP from phonetic names
Makoto Onuki
2014-07-28
3
-4
/
+76
*
Merge "Update the value of PinnedPositions.UNPINNED to 0" into lmp-dev
Yorke Lee
2014-07-24
1
-0
/
+52
|
\
|
*
Update the value of PinnedPositions.UNPINNED to 0
Yorke Lee
2014-07-25
1
-0
/
+52
*
|
Add Calls.TRANSCRIPTION to CallLog (1/2)
Yorke Lee
2014-07-24
1
-1
/
+1
|
/
*
Merge "Make BaseVoicemailProviderTest abstract" into lmp-dev
Makoto Onuki
2014-07-22
1
-1
/
+1
|
\
|
*
Make BaseVoicemailProviderTest abstract
Makoto Onuki
2014-07-22
1
-1
/
+1
*
|
Check DPM.getCrossProfileCallerIdDisabled in caller-id
Makoto Onuki
2014-07-22
2
-2
/
+180
|
/
*
Rename PhoneAccount to PhoneAccountHandle
Evan Charlton
2014-07-20
1
-2
/
+2
*
Rename voicemail permissions
Yorke Lee
2014-07-18
4
-25
/
+25
*
Merge "Wire up multi-SIM experience (2/4)" into lmp-dev
Ihab Awad
2014-07-17
1
-1
/
+1
|
\
|
*
Wire up multi-SIM experience (2/4)
Ihab Awad
2014-07-17
1
-1
/
+1
*
|
Sync call log entries from the primary user into the secondary user's call log
Yorke Lee
2014-07-17
2
-1
/
+97
|
/
*
Fix broken tests in CP2
Yorke Lee
2014-07-16
1
-1
/
+1
*
Add TRANSCRIPTION column to Calls table
Yorke Lee
2014-07-15
2
-2
/
+4
*
Implement multi-SIM capabilities (5/6) [DO NOT MERGE]
Santos Cordon
2014-07-14
1
-1
/
+1
*
Add features and data_usage columns to calls table.
Tyler Gunn
2014-07-10
1
-1
/
+6
[prev]
[next]