summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog/ui
AgeCommit message (Expand)Author
2018-07-10Update translation strings.Eric Erfanian
2018-06-28Remove redundant @TargetApi, @RequiresApi and @SuppressWarningslinyuh
2018-06-28Also ignore IllegalStateException thrown by SQLiteClosable when coalescing fa...linyuh
2018-06-27Log existing call log impressions in the new call log.linyuh
2018-06-21Only throw expected exception when coalescing fails.linyuh
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-06-04Replace TextView with BidiTextView in the new call log where a phone number c...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-29Began implementation of Dialer dark theme.calderwoodra
2018-05-21Add promotion module.wangqi
2018-05-21Implement a global theme to be easily configured in Dialer.calderwoodra
2018-05-18Remove duplicate code when constructing PhotoInfo proto.linyuh
2018-05-17Finishing touches for accessibility in the new call log and the new voicemail...linyuh
2018-05-16Improve ContactPhotoViewlinyuh
2018-05-15Add Espresso tests for the new call log.linyuh
2018-05-15Don't use LoaderManager.getInstance() in dialer.zachh
2018-05-15Support missing phone permission in new call log.zachh
2018-05-11Move coalescing logic out of AnnotatedCallLogContentProvider.linyuh
2018-05-11Add RTT after call promo bottomsheet.wangqi
2018-05-09Allow the TextView for call log primary text to adjust size when recycled.linyuh
2018-05-09Config correct layout boundaries to accommodate long text (call log & bottom ...linyuh
2018-05-09Use info from EmergencyPhoneLookup to render UI for an emergency number.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-05-04Mark photo info as voicemails in bottom sheettwyen
2018-05-04Simplify how we build bottom sheet options (a.k.a. modules).linyuh
2018-05-04Replace DuoConstants with interface.twyen
2018-05-02Select SIM when calling back from call log.twyen
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-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-04Use the default phone account for a voice call when the call log item is for ...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-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