Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for using contact groups in record rules #606

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

chenxiaolong
Copy link
Owner

This is unfortunately a relatively big change because unlike single contacts, Android does not provide a standard intent for apps to select a contact group. We have to implement our own contact group picker UI.

Following our current convention, the most specific rule wins as a side effect of how rules are sorted. If a call matches both a contact and a contact group, the contact rule has higher precedence.

Fixes: #536

@chenxiaolong chenxiaolong self-assigned this Sep 22, 2024
@chenxiaolong chenxiaolong force-pushed the contact-group branch 2 times, most recently from efd4caa to 575d29f Compare September 22, 2024 22:38
This is unfortunately a relatively big change because unlike single
contacts, Android does not provide a standard intent for apps to select
a contact group. We have to implement our own contact group picker UI.

Following our current convention, the most specific rule wins as a side
effect of how rules are sorted. If a call matches both a contact and a
contact group, the contact rule has higher precedence.

Fixes: #536

Signed-off-by: Andrew Gunnerson <[email protected]>
chenxiaolong added a commit that referenced this pull request Sep 22, 2024
Signed-off-by: Andrew Gunnerson <[email protected]>
@chenxiaolong chenxiaolong merged commit 48cb283 into master Sep 22, 2024
1 check passed
@chenxiaolong chenxiaolong deleted the contact-group branch September 22, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[enhancement] Recording rule for contact GROUP
1 participant