summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/precall/impl/CallingAccountSelector.java
AgeCommit message (Expand)Author
2018-06-01Inlined ConfigProviderBindings.get() and removed ConfigProviderBindings.zachh
2018-05-11Don't show select SIM dialog after the pre call action has been discardedtwyen
2018-04-30Refactor PreferredAccountWorker to provide the dialog to be shown.twyen
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-03-26Forward extras from pre call external receivers to placeCall().twyen
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-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-25Update preferred SIM SuggestionProvidertwyen
2018-01-09Allow SimSuggestionProvider to auto select phone account.twyen
2018-01-03Only consider writable accounts for preferred SIMtwyen
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-20Add config flag for CallingAccountSelectortwyen
2017-11-18Implement suggested SIMtwyen
2017-11-18Implement headless PreCalltwyen
2017-11-18Implement preferred SIMtwyen
2017-11-11Implement CallingAccountSelector and AssistedDialActionZachary Heidepriem