summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/precall
AgeCommit message (Expand)Author
2018-07-10Update translation strings.Eric Erfanian
2018-06-28Remove redundant @TargetApi, @RequiresApi and @SuppressWarningslinyuh
2018-06-05Allow CallingAccountSelector to be shown when the device is locked.linyuh
2018-06-01Inlined ConfigProviderBindings.get() and removed ConfigProviderBindings.zachh
2018-05-21Implement a global theme to be easily configured in Dialer.calderwoodra
2018-05-15Use new instances of PreCallAction on activity resumetwyen
2018-05-11Don't show select SIM dialog after the pre call action has been discardedtwyen
2018-05-11Add @InstallIn and @IncludeInDialerRoot to dagger modules in dialer codebase.weijiaxu
2018-05-09Place Duo calls with PreCalltwyen
2018-04-30Refactor PreferredAccountWorker to provide the dialog to be shown.twyen
2018-04-25Make SIM Selection hint multi-linetwyen
2018-04-25Disable entries in CallingAccountSelector that are not selectabletwyen
2018-04-25Add "enabled" to SelectPhoneAccountDialogFragment.twyen
2018-04-24Don't show SIM selection and swap SIM for emergency calls.twyen
2018-04-19Use PreCall.start instead of context.startActivity when starting calls from c...zachh
2018-03-26Forward extras from pre call external receivers to placeCall().twyen
2018-03-26Fix UK numbers in international format with extra 0twyen
2018-03-26Show SIM auto select reason in in call UItwyen
2018-03-07Handle preferred SIM for ACTION_CALLtwyen
2018-03-06Make user able to set default sim when there is no account.yueg
2018-03-02Move assisted dialing out of P.erfanian
2018-02-06Fix NPE when querying preferred without an accounttwyen
2018-02-02Exit early when phone_lookup returned duplicated results for Preferred SIMtwyen
2018-02-01Add suggestion reason ACCOUNTtwyen
2018-02-01Handle missing contact permission for preferred SIMtwyen
2018-01-26Add logging that assisted dialing was used.erfanian
2018-01-25Update preferred SIM SuggestionProvidertwyen
2018-01-11Attempt to place call even call permission is missingtwyen
2018-01-09Allow SimSuggestionProvider to auto select phone account.twyen
2018-01-08Use support lib to determine build version.erfanian
2018-01-03Only consider writable accounts for preferred SIMtwyen
2017-12-22Enable multi-sim support in assisted dialing.erfanian
2017-12-22Update assisted dialing extras in preparation for platform implementation.erfanian
2017-12-14Add PreCall step to check permissiontwyen
2017-11-30*** Reason for rollback ***roldenburg
2017-11-29Add flag to control default assisted dialing state during precall flow.erfanian
2017-11-29Adjust strings for select SIM dialogtwyen
2017-11-29Prevent PreCallActivity from showing in lockscreen if it is not started in th...twyen
2017-11-29Adjust strings for select SIM dialogtwyen
2017-11-29Add impressions for dual sim featurestwyen
2017-11-22Prevent SIM selection and change SIM from showing when there are active callstwyen
2017-11-22Fix showing CallingAccountSelector in lock screentwyen
2017-11-22Automated rollback of changelist 176587256twyen
2017-11-22Check Contacts support for preferred SIMtwyen
2017-11-22Fix showing CallingAccountSelector in lock screentwyen
2017-11-21Require N for preferred SIM querytwyen
2017-11-20Implement SIM selection dialogtwyen
2017-11-20Clear pendingAction when pausing PreCallCoordinatortwyen
2017-11-20Add config flag for CallingAccountSelectortwyen
2017-11-18Added place voice call search action to regular search.calderwoodra
2017-11-18Implement suggested SIMtwyen
2017-11-18Implement headless PreCalltwyen
2017-11-18Implement preferred SIMtwyen
2017-11-18Allow external apps to start pre-call flowtwyen
2017-11-11Hook up pre-call actionstwyen
2017-11-11Implement CallingAccountSelector and AssistedDialActionZachary Heidepriem
2017-11-11Implement PreCallCoordinatortwyen