summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/database/AnnotatedCallLogDatabaseHelper.java
Commit message (Expand)AuthorAgeFilesLines
* Enforce AnnotatedCallLog column constraints in its content provider.linyuh2018-06-201-8/+37
* Default column IS_VOICEMAIL_CALL to 0 in the annotated call log.linyuh2018-06-111-19/+38
* Add column for call mapping id to AnnotatedCallLog database.wangqi2018-05-041-3/+23
* Improved handling of IS_READ in new call log.zachh2018-04-171-2/+2
* Remove column PHONE_ACCOUNT_LABEL and PHONE_ACCOUNT_COLOR from the annotated ...linyuh2018-04-161-2/+0
* Added "clearData" to CallLogDataSource and PhoneLookup interfaces.zachh2018-03-201-3/+32
* Implement VoicemailDataSourcetwyen2018-03-191-0/+2
* Add Support for transcription state in the AnnotatedCallLoguabdullah2018-02-021-1/+2
* Added number presentation to AnnotatedCallLog.zachh2018-01-261-1/+2
* Don't garbage collect voicemails in AnnotatedCallLog.zachh2018-01-231-4/+19
* Merge PhoneLookupDataSource results into a proto in annotated call log.twyen2018-01-111-9/+1
* Added RealtimeRowProcessor.zachh2018-01-091-1/+2
* Add column CAN_REPORT_AS_INVALID_NUMBER to the annotated call log.linyuh2018-01-041-1/+2
* Add DATA_USAGE column to the annotated call log.linyuh2017-12-071-0/+1
* Added PhoneLookupDataSource and implemented isDirty.zachh2017-11-181-0/+8
* Use type TEXT instead of STRING for annotated call log columns.zachh2017-11-121-10/+10
* Use string concatenation for CREATE_TABLE_SQL instead of StringBuilder()uabdullah2017-10-271-29/+27
* Add support for voicemailURI to annotated call log for new voicemail tabuabdullah2017-10-251-2/+3
* Rename the new bubble package name from "bubble" to "newbubble".Eric Erfanian2017-10-241-1/+4
* Display Voicemail Contact Name and Photo in Voicemail Fragment.uabdullah2017-10-171-0/+9
* Added basic bottom sheet to new call log.Zachary Heidepriem2017-10-111-2/+3
* Only show the most recent call type icon in the new call log, instead of the ...zachh2017-10-041-1/+1
* Update Dialer source to latest internal Google revision.Eric Erfanian2017-08-311-13/+51
* This change reflects the Dialer V10 RC00 branch.Eric Erfanian2017-05-031-0/+58