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

Ability to send DTMF during audio-only calls #4214

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

singpolyma
Copy link

The UI is hidden behind a small "dial pad" icon in the top right to the left of the "chat bubble" icon that was already there.

This contribution is the result of the work of several volunteers under my direction, as well as a subsequent merge and bugfix by MattJ of Snikket. I am happy to rebase or squash these commits in various ways if desired, but kept the slightly messy history for now to keep attribution to all authors.

@licaon-kter
Copy link

licaon-kter commented Oct 26, 2021

The minSDK bump sounds like a big commitment... Android 7 or bust? :(

/LE: typo big

@singpolyma
Copy link
Author

@licaon-kter if that bump is unacceptable I think it won't be hard to pull in the small interface we depend on from there for this.

@licaon-kter
Copy link

licaon-kter commented Oct 26, 2021

It's a big disturbance every time it's bumped.

First was to 21 at 2.0, then some magic brought it back down to 16 only to bump it up to 21 at libwebrtc M86.

Users care if they're left behind, eg. there was a rumor that the mythical 3.0 update will bump to 23 and that made people talk :)

And yet, there's a lot to be said about old devices and their security :(

Now, if you can avoid it, and it's not complicated....

@singpolyma
Copy link
Author

@licaon-kter fixed

@iNPUTmice
Copy link
Owner

Hi,

yes I saw that on Snikket master. Didn’t know what the plan was and I was even considering merging this back myself. So thank you for making the PR.

I think the most obvious thing is that the dialpad view should use DataBinding this should get rid of a lot of the findViewById boiler plate.

@mwild1
Copy link

mwild1 commented Oct 26, 2021

Sorry, for the confusion - I knew this PR was planned by singpolyma, and I intend to drop the variant in Snikket in favour of this one when it's merged. Especially with a better solution for avoiding the minSDK bump.

@singpolyma
Copy link
Author

@iNPUTmice Ok, I've switched it to DataBinding now

@mattchrist
Copy link

Is there anything preventing this from getting merged? GitHub says there's 1 change requested but I can't tell what it's referring to.

@singpolyma
Copy link
Author

@mattchrist I believe I have resolved all the currently-requested changes

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.

None yet

7 participants