summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/precall/impl/CallingAccountSelector.java
Commit message (Expand)AuthorAgeFilesLines
* Inlined ConfigProviderBindings.get() and removed ConfigProviderBindings.zachh2018-06-011-2/+3
* Don't show select SIM dialog after the pre call action has been discardedtwyen2018-05-111-0/+4
* Refactor PreferredAccountWorker to provide the dialog to be shown.twyen2018-04-301-213/+53
* Disable entries in CallingAccountSelector that are not selectabletwyen2018-04-251-39/+139
* Add "enabled" to SelectPhoneAccountDialogFragment.twyen2018-04-251-10/+23
* Don't show SIM selection and swap SIM for emergency calls.twyen2018-04-241-0/+5
* Forward extras from pre call external receivers to placeCall().twyen2018-03-261-1/+1
* Show SIM auto select reason in in call UItwyen2018-03-261-0/+5
* Handle preferred SIM for ACTION_CALLtwyen2018-03-071-363/+23
* Make user able to set default sim when there is no account.yueg2018-03-061-1/+2
* Fix NPE when querying preferred without an accounttwyen2018-02-061-1/+1
* Exit early when phone_lookup returned duplicated results for Preferred SIMtwyen2018-02-021-14/+11
* Add suggestion reason ACCOUNTtwyen2018-02-011-1/+1
* Handle missing contact permission for preferred SIMtwyen2018-02-011-0/+7
* Update preferred SIM SuggestionProvidertwyen2018-01-251-3/+7
* Allow SimSuggestionProvider to auto select phone account.twyen2018-01-091-0/+10
* Only consider writable accounts for preferred SIMtwyen2018-01-031-9/+60
* Add impressions for dual sim featurestwyen2017-11-291-2/+43
* Prevent SIM selection and change SIM from showing when there are active callstwyen2017-11-221-0/+12
* Fix showing CallingAccountSelector in lock screentwyen2017-11-221-10/+14
* Automated rollback of changelist 176587256twyen2017-11-221-14/+10
* Check Contacts support for preferred SIMtwyen2017-11-221-0/+48
* Fix showing CallingAccountSelector in lock screentwyen2017-11-221-10/+14
* Require N for preferred SIM querytwyen2017-11-211-0/+5
* Implement SIM selection dialogtwyen2017-11-201-6/+39
* Add config flag for CallingAccountSelectortwyen2017-11-201-0/+6
* Implement suggested SIMtwyen2017-11-181-6/+58
* Implement headless PreCalltwyen2017-11-181-6/+17
* Implement preferred SIMtwyen2017-11-181-14/+227
* Implement CallingAccountSelector and AssistedDialActionZachary Heidepriem2017-11-111-0/+114