-
Notifications
You must be signed in to change notification settings - Fork 113
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
[enhancement] Recording rule for contact GROUP #536
Labels
enhancement
New feature or request
Comments
StanTody
changed the title
Recording rule for contact GROUP
[enhancement] Recording rule for contact GROUP
Apr 30, 2024
Glad you like BCR! I think this is a good idea. I currently don't have time to implement it, but will likely do so in the future. |
chenxiaolong
added a commit
that referenced
this issue
Sep 22, 2024
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 <accounts+github@chiller3.com>
chenxiaolong
added a commit
that referenced
this issue
Sep 22, 2024
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 <accounts+github@chiller3.com>
chenxiaolong
added a commit
that referenced
this issue
Sep 22, 2024
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 <accounts+github@chiller3.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, dear friend !
I like your app very much - it is the only one, I found working on my device (Samsung S23, A14).
I have a suggestion for an enhancement - it will be great if rules can be set for contact GROUPS too. In that way number of rules may decrease A LOT.
Thanks in advance and easy coding !
The text was updated successfully, but these errors were encountered: