summaryrefslogtreecommitdiff
path: root/java/com/android/incallui
AgeCommit message (Expand)Author
2018-06-05Update a few interfaces.erfanian
2018-06-05Dismiss RTT request dialog if RTT is already active.wangqi
2018-06-04Update dagger types.erfanian
2018-06-04Add keep.xml to keep string resources for spam.wangqi
2018-06-04Fix video call icon colortwyen
2018-06-01Fix color in RTT call screen.wangqi
2018-06-01Updating PhotoInfo and GlidePhotoManager to support conference calls.Android Dialer
2018-06-01Solve BiDi problem when phone number is concatenated with RTL-stringlinyuh
2018-06-01Fix color of primary text on incall screen.wangqi
2018-06-01Inlined ConfigProviderBindings.get() and removed ConfigProviderBindings.zachh
2018-06-01Add new spam API which can query additional data.maxwelb
2018-06-01Add new default interface.erfanian
2018-06-01Also check call configuration for disconnected callyueg
2018-06-01Add toast message when RTT request failed.wangqi
2018-06-01Update button color.erfanian
2018-06-01Some minor tweaks to the UI.calderwoodra
2018-06-01Fix dialpad theme on incall screen.wangqi
2018-05-30Some improvements to the answer fragment layouts.erfanian
2018-05-30Fix a few UI bugs.calderwoodra
2018-05-30Log IMS video call available statetwyen
2018-05-30Use Dialer Light Theme for SpeakEasyFragmentuabdullah
2018-05-30Use Maps SDK lite mode instead of static API for emergency call.yueg
2018-05-29Updating locations where PrimaryInfo#setPhoto is used to also PrimaryInfo#set...Android Dialer
2018-05-29Converted ThemeUtil into a DaggerModule.calderwoodra
2018-05-29Remove photo support in PhoneNumberServicetwyen
2018-05-29Began implementation of Dialer dark theme.calderwoodra
2018-05-22Fix bug that SpeakEasyFragment is added again after recreate of InCallActivity.wangqi
2018-05-22Use new dialer base theme instead of AppCompat theme for spam blocking promoAndroid Dialer
2018-05-21Handle null VideoCalltwyen
2018-05-21Set navigation bar color when dialpad is visible.wangqi
2018-05-21Adds alternative spam words for non-english speaking countries.Android Dialer
2018-05-21Add promotion module.wangqi
2018-05-21Implement a global theme to be easily configured in Dialer.calderwoodra
2018-05-19A11y: group caller information together.wangqi
2018-05-17Show spam blocking promo notification in place of after call notificationAndroid Dialer
2018-05-17Updating ContactGridManager to use GlidePhotoManager for more efficient conta...Android Dialer
2018-05-15Fix add call button behavior.yueg
2018-05-15Use component for iconographyerfanian
2018-05-15Update DialerCall to use SpamStatus instead of booleansmaxwelb
2018-05-11Use listeners to drive fragment lifecycles.erfanian
2018-05-11Update logging in incallactivity.uabdullah
2018-05-11Add @InstallIn and @IncludeInDialerRoot to dagger modules in dialer codebase.weijiaxu
2018-05-11Add RTT after call promo bottomsheet.wangqi
2018-05-09Update answer button logic.erfanian
2018-05-09Hide new after call spam blocking promo behind an additional flag.Android Dialer
2018-05-09Format callback phone number.yueg
2018-05-09Do not show bubble for outgoing call if it's not a background call.yueg
2018-05-09Place Duo calls with PreCalltwyen
2018-05-09Move SpamStatus classes into subpackagemaxwelb
2018-05-09Update callers of checkSpamStatus to use Future based APImaxwelb
2018-05-04Use Telecom Bluetooth API instead of system Bluetooth API.yueg
2018-05-04Update audio route after user select different audio route.wangqi
2018-05-04Add test to verify no crash on multiple DialerCall#onRemovedFromCallList.wangqi
2018-05-04Add spam status tests for CallList#onCallAddedmaxwelb
2018-05-04More refactoringerfanian
2018-05-04Merge "Added missing placeholders to translation string."android-build-prod (mdb)
2018-05-04Merge "Update targetSdkVersion to 28"android-build-prod (mdb)
2018-05-04Merge changes I481fbbc7,I57e48b5d,Ieb52489b,I2763ddd9android-build-prod (mdb)
2018-05-04Added missing placeholders to translation string.zachh
2018-05-04Update targetSdkVersion to 28maxwelb
2018-05-04Don't force open keyboard when RTT is active.wangqi
2018-05-04Delete more deprecated code.erfanian
2018-05-04Save connection info in the DialerCallmaxwelb
2018-05-04Set active audio route selected.yueg
2018-05-04Set audio selector window type TYPE_APPLICATION_OVERLAYyueg
2018-04-30Don't start emergency call in background calling mode.yueg
2018-04-30Make call configuration package visibility public.yueg
2018-04-30Don't save transcript if it's empty.wangqi
2018-04-30Refactor PreferredAccountWorker to provide the dialog to be shown.twyen
2018-04-30Fix bug that displaying local message is not in sync.wangqi
2018-04-30Don't show dialog if in call activity is not visible.twyen
2018-04-30Bubble changes for background calling.yueg
2018-04-30Store RTT transcript message received when UI is in background.wangqi
2018-04-30Update RTT transcript advisory text.wangqi
2018-04-28Remove audio change behavior for background calling.yueg
2018-04-28Move DialerCall.State to an independent package.wangqi
2018-04-28Logging for background calling and HFP device support.yueg
2018-04-28HFP device support change.yueg
2018-04-26Implement CequintPhoneLookuplinyuh
2018-04-26Fix impression logging for spam blocking promo dialog shown in after callAndroid Dialer
2018-04-26Fix bug that title of RTT call is not centered.wangqi
2018-04-26Add advisory text to RTT call about transcript storage.wangqi
2018-04-25Fix crash when saving transcript is called multiple times.wangqi
2018-04-25Show post char dialog without InCallActivity.yueg
2018-04-25UI tweak to RTT chat input box.wangqi
2018-04-25Use UI listener for preferred account worker in in call UItwyen
2018-04-25Convert CequintCallerIdContact into an @AutoValuelinyuh
2018-04-25Disable entries in CallingAccountSelector that are not selectabletwyen
2018-04-25Add "enabled" to SelectPhoneAccountDialogFragment.twyen
2018-04-25Log send button impressions for RTT call.wangqi
2018-04-25Show international call on wifi dialog without InCallActivity.yueg
2018-04-25Expose active calls from in call UItwyen
2018-04-24Add impression logging for RTT callwangqi
2018-04-24Don't show SIM selection and swap SIM for emergency calls.twyen
2018-04-23Add spam blocking promo notification after user reports spam in after callAndroid Dialer
2018-04-23Check call configuration for every call instead of every InCallService bound.yueg
2018-04-19Support extracting info from a Call in PhoneLookuplinyuh
2018-04-19Delete DialerCall#onDestroy since it's redudant with onRemovedFromCallList.wangqi
2018-04-19Change RttTransciptUtil methods to return ListenableFuture.wangqi
2018-04-18Multi-HFP device support for audio selector.yueg