100.10 - Beta (100110)

This commit is contained in:
Juby210 2021-11-02 00:51:21 +01:00
parent e4a84311c2
commit afc7aa95ea
6 changed files with 13 additions and 13 deletions

View File

@ -9,9 +9,9 @@ android {
defaultConfig {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 29
versionCode 100109
versionName "100.9 - Beta"
targetSdkVersion 30
versionCode 100110
versionName "100.10 - Beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100109" android:versionName="100.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"/>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100110" android:versionName="100.10 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
<uses-feature android:name="android.hardware.faketouch" android:required="false"/>
@ -178,7 +178,7 @@
<meta-data android:name="firebase_crashlytics_collection_enabled" android:value="true"/>
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
<meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/>
<meta-data android:name="libdiscord_version" android:value="89.0.24-video-receiver-provisional-stats"/>
<meta-data android:name="libdiscord_version" android:value="89.0.25-android-8-classmap-crashfix"/>
<activity android:theme="@style/res_2131952267_theme_appcompat_light_noactionbar" android:name="com.yalantis.ucrop.UCropActivity"/>
<service android:name="androidx.sharetarget.ChooserTargetServiceCompat" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE">
<intent-filter>

View File

@ -174,7 +174,7 @@ public final class UserAutocompletableSource {
Observable observable;
m.checkNotNullParameter(channel, "channel");
long f = channel.f();
if (UserMentionableSourceKt.access$isGuildChannelOrThread(channel)) {
if (UserMentionableSourceKt.access$isTextOrVoiceChannel(channel)) {
Observable computationLatest = ObservableExtensionsKt.computationLatest(this.storeUsers.observeMeId());
Observable<R> F = this.storeGuilds.observeGuild(f).x(ObservableExtensionsKt$filterNull$1.INSTANCE).F(ObservableExtensionsKt$filterNull$2.INSTANCE);
m.checkNotNullExpressionValue(F, "filter { it != null }.map { it!! }");

View File

@ -7,15 +7,15 @@ public final class UserMentionableSourceKt {
return isDmOrGroupDm(channel);
}
public static final /* synthetic */ boolean access$isGuildChannelOrThread(Channel channel) {
return isGuildChannelOrThread(channel);
public static final /* synthetic */ boolean access$isTextOrVoiceChannel(Channel channel) {
return isTextOrVoiceChannel(channel);
}
private static final boolean isDmOrGroupDm(Channel channel) {
return channel.A() == 3 || channel.A() == 1;
}
private static final boolean isGuildChannelOrThread(Channel channel) {
return channel.A() == 5 || channel.A() == 0 || channel.A() == 11 || channel.A() == 12;
private static final boolean isTextOrVoiceChannel(Channel channel) {
return channel.A() == 5 || channel.A() == 0 || channel.A() == 11 || channel.A() == 12 || channel.A() == 2;
}
}

View File

@ -313,7 +313,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 + " - 100.9 - Beta (100109)");
textView.setText(string + " - 100.10 - Beta (100110)");
binding.A.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);

View File

@ -1463,7 +1463,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_2131887543_com_crashlytics_android_build_id">46e3d15dbf48475a9e58738ff3a6e8da</string>
<string name="res_2131887543_com_crashlytics_android_build_id">2ba370b3296e486cac5917b5a64454a1</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>