summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog
AgeCommit message (Expand)Author
2018-04-24Don't allow reporting a inaccurate number for a voicemail call.linyuh
2018-04-19Use PreCall.start instead of context.startActivity when starting calls from c...zachh
2018-04-18Support placing a call with assisted dialing in the new call log.linyuh
2018-04-18Reduce the number of parameters when building bottom sheet options for teleco...linyuh
2018-04-17Improved support for short codes in Coalescer.zachh
2018-04-17Improved handling of IS_READ in new call log.zachh
2018-04-16Don't show the Duo disclosure card if it's been viewed for more than 1 day.linyuh
2018-04-16Remove column PHONE_ACCOUNT_LABEL and PHONE_ACCOUNT_COLOR from the annotated ...linyuh
2018-04-13Animate duo disclosure dismissal.calderwoodra
2018-04-13Increased tap target for 3-dot menu in new call log.zachh
2018-04-12Add Duo disclosure card to the new call log.linyuh
2018-04-11Add RTT badge to new call log.wangqi
2018-04-10For an audio call log entry, add a video call option in the bottom sheet if t...linyuh
2018-04-05Exclude Duo audio calls from the new call log.linyuh
2018-04-05Support new voicemail fragment in old peer.uabdullah
2018-04-04Use the default phone account for a voice call when the call log item is for ...linyuh
2018-04-03Separate calls with the video feature from others when coalescing rows in the...linyuh
2018-04-03Support placing Duo calls in the new UI's bottom sheet.linyuh
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-27Support new call log fragment in old peer.zachh
2018-03-26Remove TODOs left for M in the new call log as the min SDK has been bumped to N.linyuh
2018-03-26Removed NUI shortcut.zachh
2018-03-26Increase minSdk to 24.calderwoodra
2018-03-22Removed appContext from CallLogDataSource and PhoneLookup.zachh
2018-03-22Enable and disable the call log framework on flag changes.zachh
2018-03-20Added "clearData" to CallLogDataSource and PhoneLookup interfaces.zachh
2018-03-20Added unregisterContentResolvers() to CallLogDataSource and PhoneLookup.zachh
2018-03-19Make the top row of the bottom sheet not clickable.linyuh
2018-03-19Convert @AutoValue CoalescedRow to a protolinyuh
2018-03-19Added polling job for CallLogConfig.zachh
2018-03-19Implement VoicemailDataSourcetwyen
2018-03-19Watch for phenotype flag changes and update CallLogConfig.zachh
2018-03-15Introduce GlidePhotoManager to CallDetailsActivitylinyuh
2018-03-14Added CallLogConfig.zachh
2018-03-12Use white background in new call log.zachh
2018-03-06Covnert @AutoValue PhotoInfo into a proto.linyuh
2018-03-02Added impression logging for AnnotatedCallLog rebuild operations.zachh
2018-03-02Added timing to some more AnnotatedCallLog operations.zachh
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-22Added some logcat and metrics logging for new call log.zachh
2018-02-22Make MarkDirtyObserver available to all call log data sources & PhoneLookups.linyuh
2018-02-22Rebuild Call Log on first launch after NUI is enabledtwyen
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-02-02Add Support for transcription state in the AnnotatedCallLoguabdullah
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-24Add skeleton for SpamPhoneLookuplinyuh
2018-01-24Show Icon and label for blocked numberstwyen
2018-01-24Add flag to enable NUI shortcut.calderwoodra
2018-01-23Don't garbage collect voicemails in AnnotatedCallLog.zachh
2018-01-23Moved coalesced_ids.proto and number_attributes.proto to calllog/database/con...zachh
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-17Relax number matching when coalescing rows 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-12Do not show deleted voicemails in the NUI Voicemail tabuabdullah
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-09Changed behavior of failures in DialerFutures#firstMatching.zachh
2018-01-09Added RealtimeRowProcessor.zachh
2018-01-08Simplifying implementation of the coalescing logic in the new call log.linyuh
2018-01-08Add "delete" option in the 3-dot menu of the new call loglinyuh
2018-01-05Implement dialer blocked number phone lookuptwyen
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-27Parameterized PhoneLookup with submessage type.zachh
2017-12-22Fixed crash in UiListener when launching activity with screen off.zachh