summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/database
AgeCommit message (Expand)Author
2020-12-12Dialer: Fix proto warning with optmize for liteLuca Stefani
2018-06-28Remove redundant @TargetApi, @RequiresApi and @SuppressWarningslinyuh
2018-06-28Also ignore IllegalStateException thrown by SQLiteClosable when coalescing fa...linyuh
2018-06-20Enforce AnnotatedCallLog column constraints in its content provider.linyuh
2018-06-18Improve Coalescer performancelinyuh
2018-06-11Default column IS_VOICEMAIL_CALL to 0 in the annotated call log.linyuh
2018-06-11Have Coalescer return CoalescedRow protos directly.linyuh
2018-05-11Move coalescing logic out of AnnotatedCallLogContentProvider.linyuh
2018-05-09Implement EmergencyPhoneLookup for checking if a number is an emergency number.linyuh
2018-05-04Add column for call mapping id to AnnotatedCallLog database.wangqi
2018-04-26Show Cequint info in the new call log.linyuh
2018-04-17Improved support for short codes in Coalescer.zachh
2018-04-17Improved handling of IS_READ in new call log.zachh
2018-04-16Remove column PHONE_ACCOUNT_LABEL and PHONE_ACCOUNT_COLOR from the annotated ...linyuh
2018-04-11Add RTT badge to new call log.wangqi
2018-04-10For an audio call log entry, add a video call option in the bottom sheet if t...linyuh
2018-04-03Separate calls with the video feature from others when coalescing rows in the...linyuh
2018-03-26Increase minSdk to 24.calderwoodra
2018-03-20Added "clearData" to CallLogDataSource and PhoneLookup interfaces.zachh
2018-03-19Implement VoicemailDataSourcetwyen
2018-03-02Added timing to some more AnnotatedCallLog operations.zachh
2018-02-28Log contact source when reporting spam from the new UI.linyuh
2018-02-22Added some logcat and metrics logging for new call log.zachh
2018-02-09Show icon and label for a spam number in the new call log.linyuh
2018-02-02Add Support for transcription state in the AnnotatedCallLoguabdullah
2018-01-26Added number presentation to AnnotatedCallLog.zachh
2018-01-25Remove non call log dependencies on PhoneAccountUtiltwyen
2018-01-24Add skeleton for SpamPhoneLookuplinyuh
2018-01-24Show Icon and label for blocked numberstwyen
2018-01-23Don't garbage collect voicemails in AnnotatedCallLog.zachh
2018-01-23Moved coalesced_ids.proto and number_attributes.proto to calllog/database/con...zachh
2018-01-22Changed PhoneLookup#lookup to accept a DialerPhoneNumber.zachh
2018-01-19Improved support for post dial digits in new call log.zachh
2018-01-17Relax number matching when coalescing rows in new call log.zachh
2018-01-11Merge PhoneLookupDataSource results into a proto in annotated call log.twyen
2018-01-11Fixed bug in handling of empty numbers in new call log.zachh
2018-01-09Added RealtimeRowProcessor.zachh
2018-01-08Simplifying implementation of the coalescing logic in the new call log.linyuh
2018-01-04Add column CAN_REPORT_AS_INVALID_NUMBER to the annotated call log.linyuh
2018-01-02Add assisted dialing to the new call log.erfanian
2017-12-12Updated writing of PhoneLookup columns in annotated call log.zachh
2017-12-08In the coalesced call log, replace column NUMBER_CALLS with a new column COAL...linyuh
2017-12-07Implemented PhoneLookupDataSource#onSuccesfulFill.zachh
2017-12-07Added bindings for ListeningExecutorServices.zachh
2017-12-07Switched CallLogDataSource interface to be Future based.zachh
2017-12-07Add DATA_USAGE column to the annotated call log.linyuh
2017-11-18Added PhoneLookupDataSource and implemented isDirty.zachh
2017-11-18Set total duration for NUI voicemail media player seekbaruabdullah
2017-11-18Added URI for selecting distinct phone numbers from AnnotatedCallLog.zachh
2017-11-12Use type TEXT instead of STRING for annotated call log columns.zachh
2017-10-27Use string concatenation for CREATE_TABLE_SQL instead of StringBuilder()uabdullah
2017-10-25Add support for voicemailURI to annotated call log for new voicemail tabuabdullah
2017-10-24Rename the new bubble package name from "bubble" to "newbubble".Eric Erfanian
2017-10-17Display Voicemail Contact Name and Photo in Voicemail Fragment.uabdullah
2017-10-13Use CONTENT_URI_WITH_VOICEMAIL for SystemCallLogDataSourceuabdullah
2017-10-11Added basic bottom sheet to new call log.Zachary Heidepriem
2017-10-04Only show the most recent call type icon in the new call log, instead of the ...zachh
2017-08-31Update Dialer source to latest internal Google revision.Eric Erfanian
2017-05-03This change reflects the Dialer V10 RC00 branch.Eric Erfanian