87.9 - Beta (87109)
This commit is contained in:
parent
1275cfed75
commit
9330ffd588
6 changed files with 14 additions and 8 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId 'com.discord'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 87108
|
||||
versionName "87.8 - Beta"
|
||||
versionCode 87109
|
||||
versionName "87.9 - Beta"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="87108" android:versionName="87.8 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="87109" android:versionName="87.9 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
|
|
|
@ -333,6 +333,9 @@ public final class h0 implements a.d {
|
|||
Payloads.Stream stream = (Payloads.Stream) it.next();
|
||||
MediaType mediaType = MediaStreamTrack.VIDEO_TRACK_KIND.equals(stream.getType()) ? MediaType.Video : MediaType.Audio;
|
||||
String rid = stream.getRid();
|
||||
if (rid == null) {
|
||||
rid = "";
|
||||
}
|
||||
Integer ssrc = stream.getSsrc();
|
||||
int intValue = ssrc != null ? ssrc.intValue() : 0;
|
||||
Integer rtxSsrc = stream.getRtxSsrc();
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
package com.discord.rtcconnection.socket.io;
|
||||
|
||||
import androidx.core.app.FrameMetricsAggregator;
|
||||
import c.d.b.a.a;
|
||||
import c.i.d.p.b;
|
||||
import com.discord.models.domain.ModelAuditLogEntry;
|
||||
|
@ -1330,8 +1331,11 @@ public final class Payloads {
|
|||
}
|
||||
}
|
||||
|
||||
public Stream() {
|
||||
this(null, null, null, null, null, null, null, null, null, FrameMetricsAggregator.EVERY_DURATION, null);
|
||||
}
|
||||
|
||||
public Stream(String str, String str2, Integer num, Integer num2, Integer num3, Integer num4, MaxResolution maxResolution, Boolean bool, Integer num5) {
|
||||
m.checkNotNullParameter(str2, "rid");
|
||||
this.type = str;
|
||||
this.rid = str2;
|
||||
this.maxFrameRate = num;
|
||||
|
@ -1345,7 +1349,7 @@ public final class Payloads {
|
|||
|
||||
/* JADX INFO: this call moved to the top of the method (can break code semantics) */
|
||||
public /* synthetic */ Stream(String str, String str2, Integer num, Integer num2, Integer num3, Integer num4, MaxResolution maxResolution, Boolean bool, Integer num5, int i, DefaultConstructorMarker defaultConstructorMarker) {
|
||||
this((i & 1) != 0 ? null : str, str2, (i & 4) != 0 ? null : num, (i & 8) != 0 ? null : num2, (i & 16) != 0 ? null : num3, (i & 32) != 0 ? null : num4, (i & 64) != 0 ? null : maxResolution, (i & 128) != 0 ? null : bool, (i & 256) != 0 ? null : num5);
|
||||
this((i & 1) != 0 ? null : str, (i & 2) != 0 ? null : str2, (i & 4) != 0 ? null : num, (i & 8) != 0 ? null : num2, (i & 16) != 0 ? null : num3, (i & 32) != 0 ? null : num4, (i & 64) != 0 ? null : maxResolution, (i & 128) != 0 ? null : bool, (i & 256) == 0 ? num5 : null);
|
||||
}
|
||||
|
||||
public static /* synthetic */ Stream copy$default(Stream stream, String str, String str2, Integer num, Integer num2, Integer num3, Integer num4, MaxResolution maxResolution, Boolean bool, Integer num5, int i, Object obj) {
|
||||
|
@ -1389,7 +1393,6 @@ public final class Payloads {
|
|||
}
|
||||
|
||||
public final Stream copy(String str, String str2, Integer num, Integer num2, Integer num3, Integer num4, MaxResolution maxResolution, Boolean bool, Integer num5) {
|
||||
m.checkNotNullParameter(str2, "rid");
|
||||
return new Stream(str, str2, num, num2, num3, num4, maxResolution, bool, num5);
|
||||
}
|
||||
|
||||
|
|
|
@ -321,7 +321,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi
|
|||
TextView textView = binding.f;
|
||||
m.checkNotNullExpressionValue(textView, "appInfoHeader");
|
||||
String string = getString(R.string.app_information);
|
||||
textView.setText(string + " - 87.8 - Beta (87108)");
|
||||
textView.setText(string + " - 87.9 - Beta (87109)");
|
||||
binding.f1962z.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this));
|
||||
binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE);
|
||||
binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE);
|
||||
|
|
|
@ -1359,7 +1359,7 @@
|
|||
<string name="color_picker_title">Select a color</string>
|
||||
<string name="color_picker_transparency">Transparency</string>
|
||||
<string name="color_picker_use_default">Use Default</string>
|
||||
<string name="res_2131887439_com_crashlytics_android_build_id">8afbfbeb5a8e47b48db005042cfd6260</string>
|
||||
<string name="res_2131887439_com_crashlytics_android_build_id">3f78c8da504f4edbb5a3dca172d82374</string>
|
||||
<string name="coming_soon">Coming Soon</string>
|
||||
<string name="command_accessibility_desc_app_header_item">Slash command application {applicationName}</string>
|
||||
<string name="command_accessibility_desc_app_item">{applicationName} application</string>
|
||||
|
|
Loading…
Reference in a new issue