summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/datasources/phonelookup/PhoneLookupDataSource.java
AgeCommit message (Expand)Author
2018-05-09Added getLoggingName() to CallLogDataSource and PhoneLookup interfaces.zachh
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-02-23Track initial call log building metrics separately from incremental building ...zachh
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-01-29Added is_valid and post_dial_portion fields to DialerPhoneNumber.zachh
2018-01-24Show Icon and label for blocked numberstwyen
2018-01-17Show existing CP2 information for invalid numbers even if out of date.zachh
2018-01-17Replace PhoneLookupSelector with PhoneLookupInfoConsolidator.linyuh
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
2017-12-27Parameterized PhoneLookup with submessage type.zachh
2017-12-22Include inserted calls for consideration in PhoneLookupDataSource.zachh
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-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