Tim Krüger
bad5b5f9bc
Update WebRTC library
...
The updated libwebrtc will be load from the talk-clients-webrtc repository [1]
and not from a dependency repository. The 'lint' task must now depend on the
'perBuild' task to make sure that the WebRTC library is downloaded from the
configured URL.
To get the new version to work a change is needed because of this announcement:
> Google is planning to transition Chrome’s WebRTC implementation from the
> current SDP format (called “Plan B”) to a standards conformant format
> (“Unified Plan”, draft-ietf-rtcweb-jsep) over the next couple of quarters.
>
> - [2]
Currently we are in phase 4 of the transition [3]. So actually 'Plan B'
must be used to avoid bigger changes to our code base at this time. But
'Plan B' is depracted and will be removed in phase 5 of the transition
[4].
Resolves : #1773
See:
- [1] https://github.com/nextcloud-releases/talk-clients-webrtc
- [2] https://webrtc.org/getting-started/unified-plan-transition-guide
- [3] https://webrtc.org/getting-started/unified-plan-transition-guide#phase_4_make_%E2%80%9Cplan_b%E2%80%9D_throw
- [4] https://webrtc.org/getting-started/unified-plan-transition-guide#phase_5_remove_%E2%80%9Cplan_b%E2%80%9D
Signed-off-by: Tim Krüger <t@timkrueger.me>
2022-02-23 11:34:30 +01:00
Tim Krüger
2370ad3c00
Gradle should log plain
...
With the parameter '--console=plain' Gradle produces a plain text log without
charachter garbage which is created by animations.
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-11-17 11:16:41 +01:00
Andy Scherzinger
792ea45bab
scripts: Have Drone properly signoff commits so that it doesn't break DCO
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Co-Authered-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2021-10-22 17:35:38 +02:00
Tim Krüger
90dd63d1f3
Use build flavor for implementation declaration
...
Instead of loading dependencies with an own snippet of code now the
provided functionality of configure flavor based implementation
declaration is used.
This change results in some more warning which will no be fixied in this
commit.
See: https://developer.android.com/studio/build/build-variants#dependencies
Signed-off-by: Tim Krüger <t@timkrueger.me>
2021-10-20 13:29:36 +02:00
tobiasKaminsky
895331302d
Drone signs its comments
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-02-17 13:17:45 +01:00
tobiasKaminsky
d2777cc208
adjust path
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-07 14:48:27 +02:00
tobiasKaminsky
22142f1915
Findbugs, lint
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-09-07 14:32:51 +02:00