summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/ui/RealtimeRowProcessor.java
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate code when constructing PhotoInfo proto.linyuh2018-05-181-2/+2
* Added logging for popping in new call log.zachh2018-03-301-1/+7
* Convert @AutoValue CoalescedRow to a protolinyuh2018-03-191-5/+5
* Look up contacts in the local enterprise directory in the new call log.linyuh2018-02-261-1/+1
* Track initial call log building metrics separately from incremental building ...zachh2018-02-231-5/+6
* Include both PHOTO_URI and PHOTO_THUMBNAIL_URI in Cp2Info.linyuh2018-02-221-18/+2
* Show icon and label for a spam number in the new call log.linyuh2018-02-091-0/+1
* Added is_valid and post_dial_portion fields to DialerPhoneNumber.zachh2018-01-291-6/+2
* Reworked the internals of DialerPhoneNumber.zachh2018-01-261-1/+2
* Show Icon and label for blocked numberstwyen2018-01-241-1/+2
* Write PhoneLookup results to PhoneLookupHistory in RealtimeRowProcessor.zachh2018-01-231-0/+103
* Changed PhoneLookup#lookup to accept a DialerPhoneNumber.zachh2018-01-221-17/+16
* Show existing CP2 information for invalid numbers even if out of date.zachh2018-01-171-12/+5
* Replace PhoneLookupSelector with PhoneLookupInfoConsolidator.linyuh2018-01-171-15/+18
* Clear the cache in RealtimeRowProcessor when there's new data.zachh2018-01-121-0/+8
* Merge PhoneLookupDataSource results into a proto in annotated call log.twyen2018-01-111-6/+14
* Rename Cp2PhoneLookup as Cp2LocalPhoneLookup and PhoneLookupInfo.cp2_info as ...linyuh2018-01-091-10/+10
* Added RealtimeRowProcessor.zachh2018-01-091-0/+107