summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/calllog
AgeCommit message (Expand)Author
2020-12-12Updated target SDK from 28 to 29.Raman Tenneti
2020-12-12Dialer: Fix proto warning with optmize for liteLuca Stefani
2018-07-10Update translation strings.Eric Erfanian
2018-06-28Remove redundant @TargetApi, @RequiresApi and @SuppressWarningslinyuh
2018-06-28Avoid updating system call log cache when the call log is being builttwyen
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-26Improved testability.zachh
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-20Enforce AnnotatedCallLog column constraints in its content provider.linyuh
2018-06-18Improve Coalescer performancelinyuh
2018-06-11Default column IS_VOICEMAIL_CALL to 0 in the annotated 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-06Update call log cache when annotated call log is updated.twyen
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-15Register system call log content observer if user enables Phone permission.zachh
2018-05-15Support missing phone permission in new call log.zachh
2018-05-11Move coalescing logic out of AnnotatedCallLogContentProvider.linyuh
2018-05-11Add @InstallIn and @IncludeInDialerRoot to dagger modules in dialer codebase.weijiaxu
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-09Added getLoggingName() to CallLogDataSource and PhoneLookup interfaces.zachh
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-09Implement EmergencyPhoneLookup for checking if a number is 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-04Merge "Update targetSdkVersion to 28"android-build-prod (mdb)
2018-05-04Merge changes I481fbbc7,I57e48b5d,Ieb52489b,I2763ddd9android-build-prod (mdb)
2018-05-04Update targetSdkVersion to 28maxwelb
2018-05-04Add column for call mapping id to AnnotatedCallLog database.wangqi
2018-05-04Replace DuoConstants with interface.twyen
2018-05-02Select SIM when calling back from call log.twyen
2018-04-26Show Cequint info in the new call log.linyuh
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