summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
2018-03-21Remove "contacts/common" from the dependency list of package "dialer/widget".linyuh
2018-03-20Add more boilerplate to the incallui.erfanian
2018-03-20Added "clearData" to CallLogDataSource and PhoneLookup interfaces.zachh
2018-03-20Identify MMI codes specific to some OEM devices via hard-coding.linyuh
2018-03-20Mitigate some of the jank in opening/closeing search.calderwoodra
2018-03-20Fix animation of first time showing dialpad FAB.wangqi
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 VoicemailEntry to a protolinyuh
2018-03-19Convert @AutoValue CoalescedRow to a protolinyuh
2018-03-19Show spam blocking promo after block spam dialogAndroid Dialer
2018-03-19Implement call commandtwyen
2018-03-19Add spam blocking setting related operations in spam moduleAndroid Dialer
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-19Check null for getPhoneAccount()twyen
2018-03-19Check null for getPhoneAccount() in VoicemailChannelUtilstwyen
2018-03-19Fix bug that dialpad fab wifi calling icon not showing.wangqi
2018-03-16Check if parent is null since fetch call can be called while Dialer is paused.calderwoodra
2018-03-16Refactor VM Settings and add support for voicemail transcriptionuabdullah
2018-03-16Use single return to break bubble of RTT chat.wangqi
2018-03-16Make MainActivity the default activity for AOSP.calderwoodra
2018-03-16Remove contact id from all non-local directory contacts.calderwoodra
2018-03-16Use current county ISO for PhoneLookupHistoryRecordertwyen
2018-03-16Add Cequint contact lookup result type.wangqi
2018-03-16Work contacts quick contact badge no longer crashes.calderwoodra
2018-03-16Check if dialpad is already open when handleing new intents.calderwoodra
2018-03-16Use a vector "unblock" icon in the bottom sheetlinyuh
2018-03-15Restore delete call log item logging in call details.calderwoodra
2018-03-15Close keyboard when placing a call to nearby places and remote contacts.calderwoodra
2018-03-15Adjust bottom nav margins, sizes, ect.calderwoodra
2018-03-15Resolve all build resource conflicts.calderwoodra
2018-03-15Add utility used to style content with learn more linksmaxwelb
2018-03-15Remove deprecated android.graphics.Canvas APIsAndroid Dialer
2018-03-15Fix bubble not showing on device restart.yueg
2018-03-15Add Brazil to the set of countries we do not format phone numbersroldenburg
2018-03-15Register ShowBlockReportSpamDialogReceiver in MainActivity.linyuh
2018-03-15Fix but that avatar overlapping with status bar.wangqi
2018-03-15Add audio select menu.wangqi
2018-03-15Introduce GlidePhotoManager to CallDetailsActivitylinyuh
2018-03-14Added CallLogConfig.zachh
2018-03-14Split CallDetailsActivitylinyuh
2018-03-14Add swap call button to RTT call.wangqi
2018-03-13Fixed overlapping fragments issue.calderwoodra
2018-03-13Fix full screen issue when switching between RTT and voice call.wangqi
2018-03-13Add impression for spam blocking setting interaction.Android Dialer
2018-03-13Removed references to MainActivity since they weren't necessary.calderwoodra
2018-03-13Sanitize inputs for PreferredSimFallbackProvider.query()twyen
2018-03-13Add 6dp spacing between transcription and secondary text for nui vmuabdullah
2018-03-13Make NUI VM Background Whiteuabdullah
2018-03-13Fix RTL label alignment in select SIM dialogtwyen
2018-03-12Don't fetch calls if the parent doesn't exist.calderwoodra
2018-03-12Keyboard and search now close when appropriate.calderwoodra
2018-03-12Use config provider for OEM MMI codestwyen
2018-03-12Use white background in new call log.zachh
2018-03-12Make VVM Transcription Promo padding 4dp instead of 10dpuabdullah
2018-03-12Generate default lookup URI for quick contact badge if lookup URI is not avai...twyen
2018-03-12Make NUI VM avatar and icon consistent with nui call loguabdullah
2018-03-12Move HIDE_VOICEMAIL_SETTINGS_MENU out of voicemail/impltwyen
2018-03-09Remove bubble "new" prefix.yueg
2018-03-09Dismiss keyboard when opening overflow menu in RTT call.wangqi
2018-03-09Implement redlines for NUI VM Tabuabdullah
2018-03-09Add spam blocking setting in spam module.Android Dialer
2018-03-09Save RTT chat history during the call.wangqi
2018-03-08Implement non-ui logic for delete/undo delete voicemailsuabdullah
2018-03-08Add support of dialpad in RTT call.wangqi
2018-03-08Add flag for filtering emergency calls from call logmaxwelb
2018-03-08Bring back new navigation screen event logging.yueg
2018-03-08Show bubble when call connected and in-call UI not showing.yueg
2018-03-08Add divider line to nui voicemail alertuabdullah
2018-03-08Optimize characters sent to remote party for RTT chat.wangqi
2018-03-08Refactor array of RttChatMessage to List.wangqi
2018-03-08Disable phone number formatting for Argentina only (MCC = 722).linyuh
2018-03-08Implement logic for unblocking a number from the new call log's bottom sheet.linyuh
2018-03-08Implement logic for blocking a number from the new call log's bottom sheet.linyuh
2018-03-07Support local emergency phone number check when there are multiple SIMs.linyuh
2018-03-07Add additional logging to missed call notification code pathroldenburg
2018-03-07Fix view not attached to window manager crash and add logs.yueg
2018-03-07Combine fragment hide/show transactions into one transaction.roldenburg
2018-03-07Handle preferred SIM for ACTION_CALLtwyen
2018-03-06Show a warning dialog about charges when user starts a video callwangqi
2018-03-06NUI loggingyueg
2018-03-06Make user able to set default sim when there is no account.yueg
2018-03-06Covnert @AutoValue PhotoInfo into a proto.linyuh
2018-03-06Updating voicemail_donation_promo_content per UXWmaxwelb
2018-03-05Add support for bluetooth etc. audio route for RTT call.wangqi
2018-03-05Disable phone number formatting for LATAM MCCs.linyuh
2018-03-05Check if the activity is still alive before refreshing unread tab counts.calderwoodra
2018-03-02Added impression logging for AnnotatedCallLog rebuild operations.zachh
2018-03-02Added timing to some more AnnotatedCallLog operations.zachh
2018-03-02Move assisted dialing out of P.erfanian
2018-03-02Remove voicemail instruction textmaxwelb
2018-03-02Update fragment class.erfanian
2018-03-02Add ripple effect to RTT incall buttons.wangqi
2018-03-02Remove dialer sounds and vibrations settings fragments and redirect to the sy...uabdullah
2018-03-01Use voicemail image for empty voicemail tab and update coloruabdullah
2018-03-01Implemented DialerFloatingActionButtoncalderwoodra
2018-03-01Instead of just cancelling loaders, reset them as well.calderwoodra
2018-03-01Update RTT icon on ringing screen.wangqi