summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/datasources
AgeCommit message (Expand)Author
2018-06-28Remove redundant @TargetApi, @RequiresApi and @SuppressWarningslinyuh
2018-06-20Enforce AnnotatedCallLog column constraints in its content provider.linyuh
2018-06-18Improve Coalescer performancelinyuh
2018-05-18Remove duplicate code when constructing PhotoInfo proto.linyuh
2018-05-15Register system call log content observer if user enables Phone permission.zachh
2018-05-09Added getLoggingName() to CallLogDataSource and PhoneLookup interfaces.zachh
2018-05-04Merge changes I481fbbc7,I57e48b5d,Ieb52489b,I2763ddd9android-build-prod (mdb)
2018-05-04Add column for call mapping id to AnnotatedCallLog database.wangqi
2018-05-04Replace DuoConstants with interface.twyen
2018-04-17Improved support for short codes in Coalescer.zachh
2018-04-16Remove column PHONE_ACCOUNT_LABEL and PHONE_ACCOUNT_COLOR from the annotated ...linyuh
2018-04-05Exclude Duo audio calls from the new call log.linyuh
2018-03-30Use IS_READ instead of NEW in new call log.zachh
2018-03-27Support new call log fragment in old peer.zachh
2018-03-26Remove TODOs left for M in the new call log as the min SDK has been bumped to N.linyuh
2018-03-26Increase minSdk to 24.calderwoodra
2018-03-22Removed appContext from CallLogDataSource and PhoneLookup.zachh
2018-03-20Added "clearData" to CallLogDataSource and PhoneLookup interfaces.zachh
2018-03-20Added unregisterContentResolvers() to CallLogDataSource and PhoneLookup.zachh
2018-03-19Implement VoicemailDataSourcetwyen
2018-02-23Track initial call log building metrics separately from incremental building ...zachh
2018-02-22Make MarkDirtyObserver available to all call log data sources & PhoneLookups.linyuh
2018-02-22Use a broadcast receiver to refresh the annotated call log.linyuh
2018-02-22Include both PHOTO_URI and PHOTO_THUMBNAIL_URI in Cp2Info.linyuh
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-29Added is_valid and post_dial_portion fields to DialerPhoneNumber.zachh
2018-01-26Added number presentation to AnnotatedCallLog.zachh
2018-01-25Remove non call log dependencies on PhoneAccountUtiltwyen
2018-01-24Show Icon and label for blocked numberstwyen
2018-01-23Don't garbage collect voicemails in AnnotatedCallLog.zachh
2018-01-19Improved support for post dial digits in new call log.zachh
2018-01-17Show existing CP2 information for invalid numbers even if out of date.zachh
2018-01-17Replace PhoneLookupSelector with PhoneLookupInfoConsolidator.linyuh
2018-01-12Do not show deleted voicemails in the NUI Voicemail tabuabdullah
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-11Minor polish and bugfixes for new call log.zachh
2018-01-10Fix PhoneLookupDataSource ignoring inserts if history is emptytwyen
2018-01-09Rename Cp2PhoneLookup as Cp2LocalPhoneLookup and PhoneLookupInfo.cp2_info as ...linyuh
2018-01-09Added RealtimeRowProcessor.zachh
2018-01-05Implement dialer blocked number phone lookuptwyen
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-27Parameterized PhoneLookup with submessage type.zachh
2017-12-22Include inserted calls for consideration in PhoneLookupDataSource.zachh
2017-12-22Register content observer when voicemail table changes.uabdullah
2017-12-14Support normalization of numbers in Cp2PhoneLookup.zachh
2017-12-12Updated writing of PhoneLookup columns in annotated call log.zachh
2017-12-07Implemented PhoneLookupDataSource#onSuccesfulFill.zachh
2017-12-07Made PhoneLookupDataSource implementation async.zachh
2017-12-07Renamed PhoneLookup#bulkUpdate to #getMostRecentPhoneLookupInfo.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-12-07Added PhoneLookupSelector.zachh
2017-12-07Removed timestamps from PhoneLookup APIs.zachh
2017-11-29Implemented fill for PhoneLookupDataSource.zachh
2017-11-18Added PhoneLookupDataSource and implemented isDirty.zachh
2017-11-01Use unencrypted storage for shared prefs in new call log.zachh
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-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-15Update Dialer to v10 RC32Eric Erfanian
2017-05-03This change reflects the Dialer V10 RC00 branch.Eric Erfanian