summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/ui
AgeCommit message (Expand)Author
2018-03-19Make the top row of the bottom sheet not clickable.linyuh
2018-03-19Convert @AutoValue CoalescedRow to a protolinyuh
2018-03-19Implement VoicemailDataSourcetwyen
2018-03-15Introduce GlidePhotoManager to CallDetailsActivitylinyuh
2018-03-12Use white background in new call log.zachh
2018-03-06Covnert @AutoValue PhotoInfo into a proto.linyuh
2018-02-28Log contact source when reporting spam from the new UI.linyuh
2018-02-28Group info needed to show a block/report spam dialog into a proto to avoid lo...linyuh
2018-02-27Internal cleanup for the new UI's bottom sheet.linyuh
2018-02-27Set the correct reporting location when reporting spam in the new call log.linyuh
2018-02-26Look up contacts in the local enterprise directory in the new call log.linyuh
2018-02-26Implement logic of bottom sheet options related to spam numbers.linyuh
2018-02-23Track initial call log building metrics separately from incremental building ...zachh
2018-02-22Moved metrics related methods out of LoggingBindings.zachh
2018-02-22Record jank metrics in old and new call logs.zachh
2018-02-22Initialize/Update the UI of New{CallLog|Voicemail}Fragment iff the fragment i...linyuh
2018-02-22Use a broadcast receiver to refresh the annotated call log.linyuh
2018-02-22Include the primary callback action in the new call log's bottom sheet.linyuh
2018-02-22Include both PHOTO_URI and PHOTO_THUMBNAIL_URI in Cp2Info.linyuh
2018-02-14Mark calls as read in new call log.zachh
2018-02-14Add bottom sheet options for blocked and/or 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-02-05Match redlines in new call log.zachh
2018-01-29Added is_valid and post_dial_portion fields to DialerPhoneNumber.zachh
2018-01-26Reworked the internals of 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-23Write PhoneLookup results to PhoneLookupHistory in RealtimeRowProcessor.zachh
2018-01-22Don't let the FAB obscure the last item of speed dial/call log/voicemail.linyuh
2018-01-22Changed PhoneLookup#lookup to accept a DialerPhoneNumber.zachh
2018-01-19Add the "Yesterday" header in the new call loglinyuh
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-17Correctly show the contact's photo in CallDetailsActivity when launched from ...linyuh
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-09Rename Cp2PhoneLookup as Cp2LocalPhoneLookup and PhoneLookupInfo.cp2_info as ...linyuh
2018-01-09Changed behavior of failures in DialerFutures#firstMatching.zachh
2018-01-09Added RealtimeRowProcessor.zachh
2018-01-08Add "delete" option in the 3-dot menu of the new call loglinyuh
2018-01-04Set flag 'canReportAsInvalidNumber' in CallDetailsActivity's intent when it's...linyuh
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
2018-01-02Support assisted dialing in CallDetailsActivity when launched from the new ca...linyuh
2017-12-22Fixed crash in UiListener when launching activity with screen off.zachh
2017-12-15Implement basic bottom sheet in NUI Voicemail tab.uabdullah
2017-12-14Refactor add to contacts, send a message and copy number modules for bottom s...uabdullah
2017-12-13Integrate CallDetailsActivity with the new call log UI.linyuh
2017-12-11Don't save UI executor in UiListener.zachh
2017-12-08In the coalesced call log, replace column NUMBER_CALLS with a new column COAL...linyuh
2017-12-07Switched CallLogDataSource interface to be Future based.zachh
2017-11-30*** Reason for rollback ***roldenburg
2017-11-11Hook up pre-call actionstwyen
2017-11-03Show HD icon in call logs.wangqi
2017-11-01Renamed call_details string, which was conflicting with one from the calldeta...zachh
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-03This change reflects the Dialer V10 RC00 branch.Eric Erfanian