summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/ui/NewCallLogViewHolder.java
AgeCommit message (Expand)Author
2018-06-21Keep actions on new call log entries consistent with those in the old call log.linyuh
2018-06-11Have Coalescer return CoalescedRow protos directly.linyuh
2018-06-07Wrap phone numbers in custom content descriptions in the new call log with TT...linyuh
2018-05-30Better a11y for contact badge in the new call log.linyuh
2018-05-30Better a11y for new call log entries.linyuh
2018-05-29Delete AppCompatConstantslinyuh
2018-05-18Remove duplicate code when constructing PhotoInfo proto.linyuh
2018-05-11Move coalescing logic out of AnnotatedCallLogContentProvider.linyuh
2018-05-09Pass activity between new call log's adapter/view holder.zachh
2018-05-04Clear NewCallLogViewHolder.onClickListener if row is not callable.twyen
2018-04-19Use PreCall.start instead of context.startActivity when starting calls from c...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-03-30Use IS_READ instead of NEW in new call log.zachh
2018-03-30Added logging for popping in new call log.zachh
2018-03-29Badge contact photos for video calls in the bottom sheet.linyuh
2018-03-28Create a common widget (ContactPhotoView) for a contact photo and its optiona...linyuh
2018-03-28Badge contact photos in the new call log for video calls.linyuh
2018-03-19Convert @AutoValue CoalescedRow to a protolinyuh
2018-03-19Implement VoicemailDataSourcetwyen
2018-03-06Covnert @AutoValue PhotoInfo into a proto.linyuh
2018-02-09Show icon and label for a spam number in the new call log.linyuh
2018-02-05Match redlines in new call log.zachh
2018-01-24Show Icon and label for blocked numberstwyen
2018-01-22Changed PhoneLookup#lookup to accept a DialerPhoneNumber.zachh
2018-01-17Show existing CP2 information for invalid numbers even if out of date.zachh
2018-01-12Fixed recycling issues in new call log.zachh
2018-01-12Clear the cache in RealtimeRowProcessor when there's new data.zachh
2018-01-11Merge PhoneLookupDataSource results into a proto in annotated call log.twyen
2018-01-11Minor polish and bugfixes for new call log.zachh
2018-01-09Added RealtimeRowProcessor.zachh
2018-01-02Add assisted dialing to the new call log.erfanian
2017-12-08In the coalesced call log, replace column NUMBER_CALLS with a new column COAL...linyuh
2017-11-11Hook up pre-call actionstwyen
2017-11-03Show HD icon in call logs.wangqi
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