There is no code that guarantees the state must go through CONNECTING
before being CONNECTED. To avoid potential bugs, call setActive anyway
here.
Peter Cai
created
9945e4b
Add @RequiresApi annotation for dialer integration
Click to expand commit body
to stop the linter complaining every second line of code
Peter Cai
created
31c6271
Use StatusHint label to signal connecting state
Peter Cai
created
3ee4595
set in-call UI active in the connecting state
Click to expand commit body
Currently, if the "CONNECTING" stage of a Jingle call takes a
significant amount of time (say, a second), then there will be a window
where the call is already accepted but the ringing UI is still showing.
This 1) is confusing; 2) allows the user to accept a call twice, which
will cause a crash.
Unfortunately, there is no native equivalent to the "CONNECTING" state.
The only sane choice here seems to be showing the in-call UI even if the
call is still connecting.
This reverts commit 6bd552f6a32ca93826cb491f9b4bd757f9698227.
fixes #4313
This turned out to be a rather unnecessary optimization that might cause
problems with wake locks (the app is no longer awake after the 400ms timeout)
7671d5e
Remove all PhoneAccount when an Account is removed
Stephen Paul Weber
created
af12ac9
Check for gateway/pstn after caps has been fetched
Click to expand commit body
Previously we would check for the identity at contact presence change,
but the first time the contact comes online (say, during onboarding or
first app use) the contact has never had service discovery done and so
the identity is not known. Move the identity check to after the service
discovery has certainly been done in order to be sure it works first
time.
116dde9
Merge branch 'master' of github.com:iNPUTmice/Conversations
Click to expand commit body
* 'master' of github.com:iNPUTmice/Conversations:
version bump to 2.10.5 + changelog
retrieve uncompressed file size in HEAD request
disable knownFileSize on re-download for pgp encrypted files
limit posh files to 10k
ensure downloaded file does not exceed Content-Length reported by HEAD
Stephen Paul Weber
created
ed216fe
Fix crash on Android < 23 where there is not dialler stuff
f3b3202
Merge branch 'master' of github.com:iNPUTmice/Conversations
Click to expand commit body
* 'master' of github.com:iNPUTmice/Conversations:
bump version code
remove footnote hint in translations
catch two rare exceptions to fix crash
version bump to 2.10.4 + changelog
pulled translations from transifex
remove hint about yearly fee for server
fix ability to use GoogleMaps ShareLocationPlugin
pulled translations from transifex
version bump to 2.10.3 + changelog
Stephen Paul Weber
created
95e3a67
retrieve uncompressed file size in HEAD request
Daniel Gultsch
created
eadb1e1
disable knownFileSize on re-download for pgp encrypted files
needed on targetSDK >= 30 for microphone access. Without this, we cannot
access the microphone in dialer integration mode since we are not the
foreground app.