summaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)Author
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-09Add GlobalSpamListStatus and UserSpamListStatusmaxwelb
2018-05-09Move SpamStatus classes into subpackagemaxwelb
2018-05-09Delete obsolete checkSpamStatus(Listener) APImaxwelb
2018-05-09Update callers of checkSpamStatus to use Future based APImaxwelb
2018-05-09Fix bug that showing block option for private number.wangqi
2018-05-09Add a null check for digitsHint.calderwoodra
2018-05-09Don't commit fragment transactions if it's not safe.calderwoodra
2018-05-09Add ListenableFuture based APIs for checkSpamStatusmaxwelb
2018-05-09Pass activity between new call log's adapter/view holder.zachh
2018-05-09Replace assert checks with safety checks instead.calderwoodra
2018-05-09Add SimpleSpamStatus and use it in FakeSpam and SpamStubmaxwelb
2018-05-09Show calls to/from emergency numbers as "Emergency number" in call log & call...linyuh
2018-05-08Reworked GenerateDaggerApplication.Zachary Heidepriem
2018-05-04Remove TODOs for showing SIM info in the bottom sheet & call details.linyuh
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-04Clear NewCallLogViewHolder.onClickListener if row is not callable.twyen
2018-05-04Filter out unnecessary bottom sheet options for a call to a voicemail box.linyuh
2018-05-04Aosp fix for v28-support-prelease bottom sheet.calderwoodra
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-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 "Tuned Speed Dial UI according to red lines."android-build-prod (mdb)
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-04Tuned Speed Dial UI according to red lines.calderwoodra
2018-05-04Added missing placeholders to translation string.zachh
2018-05-04Update targetSdkVersion to 28maxwelb
2018-05-04Translation tweaks.zachh
2018-05-04Migrated context menu to be a PopupMenu instead.calderwoodra
2018-05-04Add column for call mapping id to AnnotatedCallLog database.wangqi
2018-05-04Don't force open keyboard when RTT is active.wangqi
2018-05-04Set description of spam blocking promo notification to big text so it won't getAndroid Dialer
2018-05-04Delete more deprecated code.erfanian
2018-05-04Save connection info in the DialerCallmaxwelb
2018-05-04Replace DuoConstants with interface.twyen
2018-05-04Set active audio route selected.yueg
2018-05-04Add content description to GlidePhotoManager.calderwoodra
2018-05-04Set audio selector window type TYPE_APPLICATION_OVERLAYyueg
2018-05-04Fixed labels for speed dial UI.calderwoodra
2018-05-04Merge "Fixed speed dial remove."android-build-prod (mdb)
2018-05-04Merge "Select SIM when calling back from call log."android-build-prod (mdb)
2018-05-03Change bottomsheet peek height.calderwoodra
2018-05-03Updated bottomsheet to be scrollable.calderwoodra
2018-05-02Add application generation for root component generator.weijiaxu
2018-05-02Fixed speed dial remove.calderwoodra
2018-05-02Select SIM when calling back from call log.twyen
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-30Cancel all legacy voicemail notification when SIMs are removed on multi-SIM d...twyen
2018-04-30Fix bug that transcript button is visible for voice call.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-30Implement "Add to favorites" option in suggestions menu.calderwoodra
2018-04-28Updated logic on showing voice/video/sms options in favorites menus.calderwoodra
2018-04-28Implemented remove starred contact from speed dial fragment.calderwoodra
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-28Handle missing permission.READ_CALL_LOG when initializing the badge for misse...linyuh
2018-04-26Show Cequint info in the new call log.linyuh
2018-04-26Implement CequintPhoneLookuplinyuh
2018-04-26Fix impression logging for spam blocking promo dialog shown in after callAndroid Dialer
2018-04-26Build out the bottom sheet for suggested contacts in Speed Dial.calderwoodra
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-25Persist contacts pinned positions in speed dial.calderwoodra
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-25Show clear frequents option in the toolbar if there are suggested contacts.calderwoodra
2018-04-25Use UI listener for preferred account worker in in call UItwyen
2018-04-25Make SIM Selection hint multi-linetwyen
2018-04-25Convert CequintCallerIdContact into an @AutoValuelinyuh
2018-04-25Newly starred SpeedDialUiItems now have SpeedDialEntry ids set.calderwoodra
2018-04-25Disable entries in CallingAccountSelector that are not selectabletwyen
2018-04-25Add "enabled" to SelectPhoneAccountDialogFragment.twyen
2018-04-25Add skeleton for CequintPhoneLookuplinyuh
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-24Don't allow reporting a inaccurate number for a voicemail call.linyuh
2018-04-24Add impression logging for RTT callwangqi
2018-04-24Don't show SIM selection and swap SIM for emergency calls.twyen
2018-04-24Update emergency wifi calling stringtwyen
2018-04-23SpeedDialEntries with default numbers now properly show up.calderwoodra
2018-04-23Add spam blocking promo notification after user reports spam in after callAndroid Dialer
2018-04-23Implement display name ordering in Speed Dial fragment.calderwoodra
2018-04-23Implemented context menu actions.calderwoodra