Commit log
480902d
Merge remote-tracking branch 'singpolyma/dtmf' into integration2
Click to expand commit body
* singpolyma/dtmf: (145 commits)
Detect a video call in a consistent way
Use a boolean for this state
Switch onClicks to use DataBinding
Polyfill to allow use on Android 21
RtpSessionActivity: Fix NPE from using incorrect view id
Changed dialpad icon to something more recognizable.
Cleaned up DTMF code and click handling.
WIP - dialpad and dtmf sending
flush stanzas in batches
code clean up in TagWriter
Fix #4249.
Clarify build instructions.
allow verification of own omemo keys via uri
bump dependencies
version bump to 2.10.3-beta
fix precondition for timeout handling
bump agp version
pulled translations from transifex
add Samsung S4 to hardware aec blacklist
add additional logging to image compression
...
Stephen Paul Weber
created
3 years ago
47cc063
Detect a video call in a consistent way
Stephen Paul Weber
created
4 years ago
5b94198
Use a boolean for this state
Stephen Paul Weber
created
4 years ago
74bd6f0
Switch onClicks to use DataBinding
Stephen Paul Weber
created
4 years ago
e65ee62
Polyfill to allow use on Android 21
Stephen Paul Weber
created
4 years ago
9fa4b88
RtpSessionActivity: Fix NPE from using incorrect view id
Matthew Wild
created
4 years ago
39fc0cc
Changed dialpad icon to something more recognizable.
Click to expand commit body
Included SVG of icon in assets.
root21
created
4 years ago
c20a826
Cleaned up DTMF code and click handling.
Click to expand commit body
Min API version change was required for user interface lambdas.
root21
created
4 years ago
358271b
WIP - dialpad and dtmf sending
Ketroc
created
4 years ago
a0bc01c
Add handling of status code 333
Click to expand commit body
This is used when something goes wrong with a MUC, e.g. a connection
error made the MUC kick you out. In this case you generally want to try
to rejoin.
Kim Alvefur
created
3 years ago
6bd552f
flush stanzas in batches
Daniel Gultsch
created
3 years ago
cdc239b
code clean up in TagWriter
Daniel Gultsch
created
3 years ago
Millesimus
created
4 years ago
364ef25
Clarify build instructions.
Lockywolf
created
3 years ago
1246391
allow verification of own omemo keys via uri
Daniel Gultsch
created
3 years ago
fecc344
bump dependencies
Daniel Gultsch
created
3 years ago
cf9d6e5
version bump to 2.10.3-beta
Daniel Gultsch
created
3 years ago
d7f38a3
fix precondition for timeout handling
Daniel Gultsch
created
3 years ago
ecdb5af
bump agp version
Daniel Gultsch
created
3 years ago
f2a67f8
pulled translations from transifex
Daniel Gultsch
created
3 years ago
b6442c0
add Samsung S4 to hardware aec blacklist
Click to expand commit body
fixes #4267
Daniel Gultsch
created
4 years ago
eed5c5e
add additional logging to image compression
Daniel Gultsch
created
4 years ago
68fd177
bump agp version
Daniel Gultsch
created
4 years ago
666ca48
pulled translations from transifex
Daniel Gultsch
created
4 years ago
51db83d
pulled translations from transifex
Daniel Gultsch
created
4 years ago
db834a1
indicate call reconnect in notification
Daniel Gultsch
created
4 years ago
f8a9416
don't play tone going from connect->reconnect->connect
Daniel Gultsch
created
4 years ago
5d526a7
include uncertainty into shared geo uri
Daniel Gultsch
created
4 years ago
a508a81
externalize rtc config generation into seperate method
Daniel Gultsch
created
4 years ago
61fb38c
clean up some error handling error ICE restarts
Daniel Gultsch
created
4 years ago
1bf2d5d
video calls: leave full screen mode during reconnect
Daniel Gultsch
created
4 years ago
0a18c86
assume credentials are the same for all contents when restarting ICE
Daniel Gultsch
created
4 years ago
abb6716
synchronize setDescription calls
Daniel Gultsch
created
4 years ago
297a843
use implicit rollback (needed to be enabled on libwebrtc)
Daniel Gultsch
created
4 years ago
0698fa0
store peer dtls setup for later use in ice restart
Daniel Gultsch
created
4 years ago
70b5d8d
set proper peer dtls setup on ice restart received
Daniel Gultsch
created
4 years ago
0a3947b
terminate with application failure when failing to apply ICE restart
Click to expand commit body
This is fairly unlikely to happen in practice
Daniel Gultsch
created
4 years ago
3f402b1
respond with tie-break to prevent ICE restart race
Daniel Gultsch
created
4 years ago
5b80c62
treat transport-info w/o candidates and changed credentials as offer
Daniel Gultsch
created
4 years ago
717c837
delay discovered ice candidates until JingleRtpConnection is ready to receive
Click to expand commit body
otherwise setLocalDescription and the arrival of first candidates might race
the rtpContentDescription being set
Daniel Gultsch
created
4 years ago
b6dee6d
reverse: webrtc: include oldState in onConnectionChange
Click to expand commit body
turns out we don’t need it and a better way is for RtpConnection to keep track of *all*
states in the current generation
Daniel Gultsch
created
4 years ago
9c3f55b
use stopwatch to keep track of jingle rtp session duration
Daniel Gultsch
created
4 years ago
9843b72
always use Camera2Enumerator
Daniel Gultsch
created
4 years ago
61851e5
do not automacially hang up failed webrtc sessions
Daniel Gultsch
created
4 years ago
4ec0996
webrtc: include oldState in onConnectionChange
Daniel Gultsch
created
4 years ago
fda45a7
use implicit descriptions for WebRTC
Click to expand commit body
using the parameter-free form of setLocalDescription() solves some potential race conditions
that can occur - especially once we introduce restartIce()
Daniel Gultsch
created
4 years ago
b578678
bump libphone number library
Daniel Gultsch
created
4 years ago
d4cbf2e
take intent type into account when sharing with conversations
Daniel Gultsch
created
4 years ago
7d7e158
code clean up for LocationProvider
Daniel Gultsch
created
4 years ago
a8ff883
version bump to 2.10.2 + changelog
Daniel Gultsch
created
4 years ago
Page 4 of 140