summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllogutils/CallLogEntryText.java
AgeCommit message (Expand)Author
2018-06-07Wrap phone numbers in custom content descriptions in the new call log with TT...linyuh
2018-05-30Better a11y for new call log entries.linyuh
2018-05-18Don't show an outgoing call to a spam number as spam.linyuh
2018-05-09Use info from EmergencyPhoneLookup to render UI for an emergency number.linyuh
2018-05-09Show calls to/from emergency numbers as "Emergency number" in call log & call...linyuh
2018-05-04Replace DuoConstants with interface.twyen
2018-04-26Show Cequint info in the new call log.linyuh
2018-03-30Differentiate video call types (carrier/Duo) in call descriptions for the new...linyuh
2018-03-19Convert @AutoValue CoalescedRow to a protolinyuh
2018-03-19Implement VoicemailDataSourcetwyen
2018-02-22Fix the icon & the label for blocked spam numbers in the new call log.linyuh
2018-02-09Show icon and label for a spam number in the new call log.linyuh
2018-01-26Added number presentation to AnnotatedCallLog.zachh
2018-01-24Show Icon and label for blocked numberstwyen
2018-01-22For call log entry labels, remove the dot after abbreviated time units.linyuh
2018-01-22Properly display date and/or time of entries in the new call log.linyuh
2018-01-11Merge PhoneLookupDataSource results into a proto in annotated call log.twyen
2017-10-11Added basic bottom sheet to new call log.Zachary Heidepriem