diff --git a/app/build.gradle b/app/build.gradle index 46b470b8ff..bab88317b1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId 'com.discord' minSdkVersion 21 targetSdkVersion 29 - versionCode 80108 - versionName "80.8 - Beta" + versionCode 80011 + versionName "80.11 - Stable" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1cb12ba854..a67119e370 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + @@ -37,7 +37,7 @@ - + diff --git a/app/src/main/java/c/a/z/s.java b/app/src/main/java/c/a/z/s.java index e940789f77..95d51d07c1 100644 --- a/app/src/main/java/c/a/z/s.java +++ b/app/src/main/java/c/a/z/s.java @@ -30,7 +30,7 @@ public final class s extends o implements Function1 { String link = modelInvite2.toLink(this.this$0.getResources(), "https://discord.gg"); m.checkNotNullExpressionValue(link, "invite.toLink(resources, BuildConfig.HOST_INVITE)"); c.a.d.o.a(context, link, 2131890519); - this.this$0.getOnDismissRequested$app_productionBetaRelease().mo1invoke(); + this.this$0.getOnDismissRequested$app_productionGoogleRelease().mo1invoke(); return Unit.a; } } diff --git a/app/src/main/java/c/a/z/v.java b/app/src/main/java/c/a/z/v.java index ab5783c087..45e377c133 100644 --- a/app/src/main/java/c/a/z/v.java +++ b/app/src/main/java/c/a/z/v.java @@ -71,7 +71,7 @@ public final class v extends OverlayBubbleWrap implements AppComponent { if (voiceUser2 == null) { vVar.h(); } else { - IconUtils.setIcon$default(vVar.getImageView$app_productionBetaRelease(), voiceUser2.getUser(), 0, null, null, null, 60, null); + IconUtils.setIcon$default(vVar.getImageView$app_productionGoogleRelease(), voiceUser2.getUser(), 0, null, null, null, 60, null); vVar.g(); } return Unit.a; @@ -108,10 +108,10 @@ public final class v extends OverlayBubbleWrap implements AppComponent { } public final void g() { - getImageView$app_productionBetaRelease().animate().setDuration(100).alpha(1.0f).start(); + getImageView$app_productionGoogleRelease().animate().setDuration(100).alpha(1.0f).start(); } - public final SimpleDraweeView getImageView$app_productionBetaRelease() { + public final SimpleDraweeView getImageView$app_productionGoogleRelease() { SimpleDraweeView simpleDraweeView = this.f236x.b; m.checkNotNullExpressionValue(simpleDraweeView, "binding.overlayBubbleIv"); return simpleDraweeView; @@ -123,7 +123,7 @@ public final class v extends OverlayBubbleWrap implements AppComponent { } public final void h() { - getImageView$app_productionBetaRelease().animate().setDuration(200).alpha(0.5f).start(); + getImageView$app_productionGoogleRelease().animate().setDuration(200).alpha(0.5f).start(); } @Override // android.view.View, android.view.ViewGroup diff --git a/app/src/main/java/com/discord/app/App.java b/app/src/main/java/com/discord/app/App.java index 0e472f08c2..6dcb5ad81c 100644 --- a/app/src/main/java/com/discord/app/App.java +++ b/app/src/main/java/com/discord/app/App.java @@ -43,7 +43,7 @@ import kotlin.jvm.functions.Function3; import kotlin.jvm.internal.DefaultConstructorMarker; /* compiled from: App.kt */ public class App extends Application { - public static final boolean i = w.contains$default((CharSequence) "productionBeta", (CharSequence) "local", false, 2, (Object) null); + public static final boolean i = w.contains$default((CharSequence) "productionGoogle", (CharSequence) "local", false, 2, (Object) null); public static final a j = new a(null); /* compiled from: App.kt */ @@ -172,7 +172,7 @@ public class App extends Application { loggingProvider.init(appLog); c.i.c.c.e(this); String str = null; - if (BuildUtils.INSTANCE.isValidBuildVersionName("80.8 - Beta")) { + if (BuildUtils.INSTANCE.isValidBuildVersionName("80.11 - Stable")) { FirebaseCrashlytics.getInstance().setCrashlyticsCollectionEnabled(true); } else { FirebaseCrashlytics.getInstance().setCrashlyticsCollectionEnabled(false); diff --git a/app/src/main/java/com/discord/app/DiscordConnectService.java b/app/src/main/java/com/discord/app/DiscordConnectService.java index 1ba2d5e3bb..b487520633 100644 --- a/app/src/main/java/com/discord/app/DiscordConnectService.java +++ b/app/src/main/java/com/discord/app/DiscordConnectService.java @@ -196,8 +196,8 @@ public final class DiscordConnectService extends Service { return 2; } StoreStream.Companion companion = StoreStream.Companion; - String authToken$app_productionBetaRelease = companion.getAuthentication().getAuthToken$app_productionBetaRelease(); - if (authToken$app_productionBetaRelease == null || t.isBlank(authToken$app_productionBetaRelease)) { + String authToken$app_productionGoogleRelease = companion.getAuthentication().getAuthToken$app_productionGoogleRelease(); + if (authToken$app_productionGoogleRelease == null || t.isBlank(authToken$app_productionGoogleRelease)) { c.a.d.o.g(this, 2131891693, 0, null, 12); observable2 = Observable.x(new IllegalStateException("UNAUTHED")); m.checkNotNullExpressionValue(observable2, "Observable.error(Illegal…ateException(\"UNAUTHED\"))"); diff --git a/app/src/main/java/com/discord/stores/ReadyPayloadUtils.java b/app/src/main/java/com/discord/stores/ReadyPayloadUtils.java index d167af395d..0d4453f751 100644 --- a/app/src/main/java/com/discord/stores/ReadyPayloadUtils.java +++ b/app/src/main/java/com/discord/stores/ReadyPayloadUtils.java @@ -566,8 +566,8 @@ public final class ReadyPayloadUtils { com.discord.models.guild.Guild guild = (com.discord.models.guild.Guild) it.next(); Map map = roles.get(Long.valueOf(guild.getId())); Collection values = map != null ? map.values() : null; - Map channelsForGuildInternal$app_productionBetaRelease = storeChannels.getChannelsForGuildInternal$app_productionBetaRelease(guild.getId()); - Collection values2 = channelsForGuildInternal$app_productionBetaRelease != null ? channelsForGuildInternal$app_productionBetaRelease.values() : null; + Map channelsForGuildInternal$app_productionGoogleRelease = storeChannels.getChannelsForGuildInternal$app_productionGoogleRelease(guild.getId()); + Collection values2 = channelsForGuildInternal$app_productionGoogleRelease != null ? channelsForGuildInternal$app_productionGoogleRelease.values() : null; Map emojiForGuildInternal = storeEmojiCustom.getEmojiForGuildInternal(guild.getId()); Collection values3 = emojiForGuildInternal != null ? emojiForGuildInternal.values() : null; Collection values4 = storeGuildStickers.getStickersForGuild(guild.getId()).values(); diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$ackMessage$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$ackMessage$1.java index 2ce07b5396..8b1435835c 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$ackMessage$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$ackMessage$1.java @@ -41,9 +41,9 @@ public final class StoreAnalytics$ackMessage$1 extends o implements Function0 map; - RtcConnection rtcConnection$app_productionBetaRelease = StoreAnalytics.access$getStores$p(this.this$0).getRtcConnection$app_productionBetaRelease().getRtcConnection$app_productionBetaRelease(); - if (rtcConnection$app_productionBetaRelease == null || (map = AnalyticsUtils.INSTANCE.getProperties$app_productionBetaRelease(rtcConnection$app_productionBetaRelease)) == null) { + RtcConnection rtcConnection$app_productionGoogleRelease = StoreAnalytics.access$getStores$p(this.this$0).getRtcConnection$app_productionGoogleRelease().getRtcConnection$app_productionGoogleRelease(); + if (rtcConnection$app_productionGoogleRelease == null || (map = AnalyticsUtils.INSTANCE.getProperties$app_productionGoogleRelease(rtcConnection$app_productionGoogleRelease)) == null) { map = h0.emptyMap(); } if (this.$isActive) { @@ -39,7 +39,7 @@ public final class StoreAnalytics$onOverlayVoiceEvent$1 extends o implements Fun Map plus = h0.plus(access$getGuildAnalyticsPropertiesInternal, map); Channel access$getSelectedVoiceChannel$p2 = StoreAnalytics.access$getSelectedVoiceChannel$p(this.this$0); if (access$getSelectedVoiceChannel$p2 != null) { - map2 = AnalyticsUtils.INSTANCE.getProperties$app_productionBetaRelease(access$getSelectedVoiceChannel$p2); + map2 = AnalyticsUtils.INSTANCE.getProperties$app_productionGoogleRelease(access$getSelectedVoiceChannel$p2); } if (map2 == null) { map2 = h0.emptyMap(); diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$onScreenViewed$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$onScreenViewed$1.java index af272beadd..a31414a4ee 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$onScreenViewed$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$onScreenViewed$1.java @@ -27,7 +27,7 @@ public final class StoreAnalytics$onScreenViewed$1 extends o implements Function /* renamed from: invoke */ public final void mo1invoke() { Class screen = this.$screenViewed.getScreen(); - String simpleName = m.areEqual(screen, WidgetHome.class) ? StoreAnalytics.access$getStores$p(this.this$0).getGuildSelected$app_productionBetaRelease().getSelectedGuildId() == 0 ? "private_channel" : "guild" : m.areEqual(screen, WidgetGuildInvite.class) ? "invite" : m.areEqual(screen, WidgetIncomingShare.class) ? "share" : m.areEqual(screen, WidgetAuthLanding.class) ? "app_landing" : this.$screenViewed.getScreen().getSimpleName(); + String simpleName = m.areEqual(screen, WidgetHome.class) ? StoreAnalytics.access$getStores$p(this.this$0).getGuildSelected$app_productionGoogleRelease().getSelectedGuildId() == 0 ? "private_channel" : "guild" : m.areEqual(screen, WidgetGuildInvite.class) ? "invite" : m.areEqual(screen, WidgetIncomingShare.class) ? "share" : m.areEqual(screen, WidgetAuthLanding.class) ? "app_landing" : this.$screenViewed.getScreen().getSimpleName(); AppStartAnalyticsTracker instance = AppStartAnalyticsTracker.Companion.getInstance(); m.checkNotNullExpressionValue(simpleName, "screenName"); instance.appUiViewed(simpleName, this.$screenViewed.getTimestamp()); diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$onThreadNotificationSettingsUpdated$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$onThreadNotificationSettingsUpdated$1.java index b057509afb..ded4cec1fa 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$onThreadNotificationSettingsUpdated$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$onThreadNotificationSettingsUpdated$1.java @@ -29,15 +29,15 @@ public final class StoreAnalytics$onThreadNotificationSettingsUpdated$1 extends @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - Channel findChannelByIdInternal$app_productionBetaRelease; + Channel findChannelByIdInternal$app_productionGoogleRelease; ModelNotificationSettings modelNotificationSettings; - Channel findChannelByIdInternal$app_productionBetaRelease2 = StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.$channelId); - if (findChannelByIdInternal$app_productionBetaRelease2 != null && (findChannelByIdInternal$app_productionBetaRelease = StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.$parentChannelId)) != null) { + Channel findChannelByIdInternal$app_productionGoogleRelease2 = StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(this.$channelId); + if (findChannelByIdInternal$app_productionGoogleRelease2 != null && (findChannelByIdInternal$app_productionGoogleRelease = StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(this.$parentChannelId)) != null) { boolean z2 = (this.$oldFlags & 1) != 0; - long e = findChannelByIdInternal$app_productionBetaRelease2.e(); - Guild guild = StoreAnalytics.access$getStores$p(this.this$0).getGuilds$app_productionBetaRelease().getGuild(e); - if (guild != null && (modelNotificationSettings = StoreAnalytics.access$getStores$p(this.this$0).getGuildSettings$app_productionBetaRelease().getGuildSettingsInternal$app_productionBetaRelease().get(Long.valueOf(e))) != null) { - AnalyticsTracker.INSTANCE.threadNotificationSettingsUpdated(StoreAnalytics.access$getThreadSnapshotAnalyticsProperties(this.this$0, findChannelByIdInternal$app_productionBetaRelease2), z2, NotificationTextUtils.INSTANCE.isGuildOrCategoryOrChannelMuted(modelNotificationSettings, findChannelByIdInternal$app_productionBetaRelease), ChannelNotificationSettingsUtils.INSTANCE.computeNotificationSetting(guild, findChannelByIdInternal$app_productionBetaRelease2, modelNotificationSettings), this.$oldFlags, this.$flags); + long e = findChannelByIdInternal$app_productionGoogleRelease2.e(); + Guild guild = StoreAnalytics.access$getStores$p(this.this$0).getGuilds$app_productionGoogleRelease().getGuild(e); + if (guild != null && (modelNotificationSettings = StoreAnalytics.access$getStores$p(this.this$0).getGuildSettings$app_productionGoogleRelease().getGuildSettingsInternal$app_productionGoogleRelease().get(Long.valueOf(e))) != null) { + AnalyticsTracker.INSTANCE.threadNotificationSettingsUpdated(StoreAnalytics.access$getThreadSnapshotAnalyticsProperties(this.this$0, findChannelByIdInternal$app_productionGoogleRelease2), z2, NotificationTextUtils.INSTANCE.isGuildOrCategoryOrChannelMuted(modelNotificationSettings, findChannelByIdInternal$app_productionGoogleRelease), ChannelNotificationSettingsUtils.INSTANCE.computeNotificationSetting(guild, findChannelByIdInternal$app_productionGoogleRelease2, modelNotificationSettings), this.$oldFlags, this.$flags); } } } diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$trackCallReportProblem$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$trackCallReportProblem$1.java index d25a598c3f..3ae720eb20 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$trackCallReportProblem$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$trackCallReportProblem$1.java @@ -26,18 +26,18 @@ public final class StoreAnalytics$trackCallReportProblem$1 extends o implements @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - long id2 = StoreAnalytics.access$getStores$p(this.this$0).getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId(); - Channel findChannelByIdInternal$app_productionBetaRelease = StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.$pendingCallFeedback.getChannelId()); - if (findChannelByIdInternal$app_productionBetaRelease != null) { - StoreMediaSettings mediaSettings$app_productionBetaRelease = StoreAnalytics.access$getStores$p(this.this$0).getMediaSettings$app_productionBetaRelease(); - StoreAudioDevices.OutputDevice selectedOutputDevice = StoreAnalytics.access$getStores$p(this.this$0).getAudioDevices$app_productionBetaRelease().getEnabled() ? StoreAnalytics.access$getStores$p(this.this$0).getAudioDevices$app_productionBetaRelease().getAudioDevicesState$app_productionBetaRelease().getSelectedOutputDevice() : StoreAudioManagerV2.Companion.outputDeviceFromAudioDevice$app_productionBetaRelease(StoreAnalytics.access$getStores$p(this.this$0).getAudioManagerV2$app_productionBetaRelease().getLastActiveAudioDevice$app_productionBetaRelease()); + long id2 = StoreAnalytics.access$getStores$p(this.this$0).getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId(); + Channel findChannelByIdInternal$app_productionGoogleRelease = StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(this.$pendingCallFeedback.getChannelId()); + if (findChannelByIdInternal$app_productionGoogleRelease != null) { + StoreMediaSettings mediaSettings$app_productionGoogleRelease = StoreAnalytics.access$getStores$p(this.this$0).getMediaSettings$app_productionGoogleRelease(); + StoreAudioDevices.OutputDevice selectedOutputDevice = StoreAnalytics.access$getStores$p(this.this$0).getAudioDevices$app_productionGoogleRelease().getEnabled() ? StoreAnalytics.access$getStores$p(this.this$0).getAudioDevices$app_productionGoogleRelease().getAudioDevicesState$app_productionGoogleRelease().getSelectedOutputDevice() : StoreAudioManagerV2.Companion.outputDeviceFromAudioDevice$app_productionGoogleRelease(StoreAnalytics.access$getStores$p(this.this$0).getAudioManagerV2$app_productionGoogleRelease().getLastActiveAudioDevice$app_productionGoogleRelease()); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; String rtcConnectionId = this.$pendingCallFeedback.getRtcConnectionId(); - Map map = (Map) a.c(findChannelByIdInternal$app_productionBetaRelease, StoreAnalytics.access$getStores$p(this.this$0).getVoiceStates$app_productionBetaRelease().get()); + Map map = (Map) a.c(findChannelByIdInternal$app_productionGoogleRelease, StoreAnalytics.access$getStores$p(this.this$0).getVoiceStates$app_productionGoogleRelease().get()); if (map == null) { map = h0.emptyMap(); } - analyticsTracker.callReportProblem(id2, rtcConnectionId, findChannelByIdInternal$app_productionBetaRelease, map, this.$pendingCallFeedback.getDurationMs(), this.$pendingCallFeedback.getMediaSessionId(), this.$pendingCallFeedback.getFeedbackRating(), this.$pendingCallFeedback.getReasonCode(), this.$pendingCallFeedback.getReasonDescription(), mediaSettings$app_productionBetaRelease.getVoiceConfigurationBlocking(), selectedOutputDevice, mediaSettings$app_productionBetaRelease.getVideoHardwareScalingBlocking(), this.$pendingCallFeedback.getIssueDetails()); + analyticsTracker.callReportProblem(id2, rtcConnectionId, findChannelByIdInternal$app_productionGoogleRelease, map, this.$pendingCallFeedback.getDurationMs(), this.$pendingCallFeedback.getMediaSessionId(), this.$pendingCallFeedback.getFeedbackRating(), this.$pendingCallFeedback.getReasonCode(), this.$pendingCallFeedback.getReasonDescription(), mediaSettings$app_productionGoogleRelease.getVoiceConfigurationBlocking(), selectedOutputDevice, mediaSettings$app_productionGoogleRelease.getVideoHardwareScalingBlocking(), this.$pendingCallFeedback.getIssueDetails()); } } } diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$trackMediaSessionJoined$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$trackMediaSessionJoined$1.java index c95f20e57e..e13bdbc61d 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$trackMediaSessionJoined$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$trackMediaSessionJoined$1.java @@ -20,6 +20,6 @@ public final class StoreAnalytics$trackMediaSessionJoined$1 extends o implements @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - AnalyticsTracker.INSTANCE.mediaSessionJoined(this.$properties, StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(StoreAnalytics.access$getStores$p(this.this$0).getVoiceChannelSelected$app_productionBetaRelease().getLastSelectedVoiceChannelId())); + AnalyticsTracker.INSTANCE.mediaSessionJoined(this.$properties, StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(StoreAnalytics.access$getStores$p(this.this$0).getVoiceChannelSelected$app_productionGoogleRelease().getLastSelectedVoiceChannelId())); } } diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$trackOpenGiftAcceptModal$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$trackOpenGiftAcceptModal$1.java index ef10abc044..c39dad1a16 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$trackOpenGiftAcceptModal$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$trackOpenGiftAcceptModal$1.java @@ -25,10 +25,10 @@ public final class StoreAnalytics$trackOpenGiftAcceptModal$1 extends o implement @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - StoreGifting.GiftState giftState = StoreAnalytics.access$getStores$p(this.this$0).getGifting$app_productionBetaRelease().getKnownGifts().get(this.$giftCode); + StoreGifting.GiftState giftState = StoreAnalytics.access$getStores$p(this.this$0).getGifting$app_productionGoogleRelease().getKnownGifts().get(this.$giftCode); ModelGift gift = giftState instanceof StoreGifting.GiftState.Resolved ? ((StoreGifting.GiftState.Resolved) giftState).getGift() : giftState instanceof StoreGifting.GiftState.Redeeming ? ((StoreGifting.GiftState.Redeeming) giftState).getGift() : giftState instanceof StoreGifting.GiftState.RedeemedFailed ? ((StoreGifting.GiftState.RedeemedFailed) giftState).getGift() : null; if (gift != null) { - AnalyticsTracker.openGiftModal(gift, StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.$channelId), this.$location); + AnalyticsTracker.openGiftModal(gift, StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(this.$channelId), this.$location); } } } diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$trackShowCallFeedbackSheet$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$trackShowCallFeedbackSheet$1.java index d35c62b5e7..59702b1f67 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$trackShowCallFeedbackSheet$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$trackShowCallFeedbackSheet$1.java @@ -20,9 +20,9 @@ public final class StoreAnalytics$trackShowCallFeedbackSheet$1 extends o impleme @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - Channel findChannelByIdInternal$app_productionBetaRelease = StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.$channelId); - if (findChannelByIdInternal$app_productionBetaRelease != null) { - AnalyticsTracker.INSTANCE.openCallFeedbackSheet(findChannelByIdInternal$app_productionBetaRelease.e(), findChannelByIdInternal$app_productionBetaRelease.g(), findChannelByIdInternal$app_productionBetaRelease.z()); + Channel findChannelByIdInternal$app_productionGoogleRelease = StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(this.$channelId); + if (findChannelByIdInternal$app_productionGoogleRelease != null) { + AnalyticsTracker.INSTANCE.openCallFeedbackSheet(findChannelByIdInternal$app_productionGoogleRelease.e(), findChannelByIdInternal$app_productionGoogleRelease.g(), findChannelByIdInternal$app_productionGoogleRelease.z()); } } } diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceConnectionFailure$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceConnectionFailure$1.java index a8dbfff8ef..e50921d9d9 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceConnectionFailure$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceConnectionFailure$1.java @@ -20,6 +20,6 @@ public final class StoreAnalytics$trackVoiceConnectionFailure$1 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - AnalyticsTracker.INSTANCE.voiceConnectionFailure(this.$properties, StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(StoreAnalytics.access$getStores$p(this.this$0).getVoiceChannelSelected$app_productionBetaRelease().getSelectedVoiceChannelId()), StoreAnalytics.access$getStores$p(this.this$0).getRtcRegion$app_productionBetaRelease().getPreferredRegion()); + AnalyticsTracker.INSTANCE.voiceConnectionFailure(this.$properties, StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(StoreAnalytics.access$getStores$p(this.this$0).getVoiceChannelSelected$app_productionGoogleRelease().getSelectedVoiceChannelId()), StoreAnalytics.access$getStores$p(this.this$0).getRtcRegion$app_productionGoogleRelease().getPreferredRegion()); } } diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceConnectionSuccess$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceConnectionSuccess$1.java index 234211a591..5587523277 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceConnectionSuccess$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceConnectionSuccess$1.java @@ -41,7 +41,7 @@ public final class StoreAnalytics$trackVoiceConnectionSuccess$1 extends o implem m.checkNotNullParameter(audioInfo, "audioInfo"); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; StoreAnalytics$trackVoiceConnectionSuccess$1 storeAnalytics$trackVoiceConnectionSuccess$1 = this.this$0; - analyticsTracker.voiceConnectionSuccess(storeAnalytics$trackVoiceConnectionSuccess$1.$properties, audioInfo, this.$channel, StoreAnalytics.access$getStores$p(storeAnalytics$trackVoiceConnectionSuccess$1.this$0).getRtcRegion$app_productionBetaRelease().getPreferredRegion()); + analyticsTracker.voiceConnectionSuccess(storeAnalytics$trackVoiceConnectionSuccess$1.$properties, audioInfo, this.$channel, StoreAnalytics.access$getStores$p(storeAnalytics$trackVoiceConnectionSuccess$1.this$0).getRtcRegion$app_productionGoogleRelease().getPreferredRegion()); } } @@ -55,6 +55,6 @@ public final class StoreAnalytics$trackVoiceConnectionSuccess$1 extends o implem @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(StoreAnalytics.access$getStores$p(this.this$0).getMediaEngine$app_productionBetaRelease().getMediaEngine().f()), this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this, StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(StoreAnalytics.access$getStores$p(this.this$0).getVoiceChannelSelected$app_productionBetaRelease().getSelectedVoiceChannelId())), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(StoreAnalytics.access$getStores$p(this.this$0).getMediaEngine$app_productionGoogleRelease().getMediaEngine().f()), this.this$0.getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass1(this, StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(StoreAnalytics.access$getStores$p(this.this$0).getVoiceChannelSelected$app_productionGoogleRelease().getSelectedVoiceChannelId())), 62, (Object) null); } } diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceDisconnect$1.java b/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceDisconnect$1.java index 0f6419ac85..3fa41347ab 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceDisconnect$1.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics$trackVoiceDisconnect$1.java @@ -20,6 +20,6 @@ public final class StoreAnalytics$trackVoiceDisconnect$1 extends o implements Fu @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - AnalyticsTracker.INSTANCE.voiceDisconnect(this.$properties, StoreAnalytics.access$getStores$p(this.this$0).getMediaSettings$app_productionBetaRelease().getVoiceConfigurationBlocking(), StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(StoreAnalytics.access$getStores$p(this.this$0).getVoiceChannelSelected$app_productionBetaRelease().getLastSelectedVoiceChannelId()), StoreAnalytics.access$getStores$p(this.this$0).getRtcRegion$app_productionBetaRelease().getPreferredRegion()); + AnalyticsTracker.INSTANCE.voiceDisconnect(this.$properties, StoreAnalytics.access$getStores$p(this.this$0).getMediaSettings$app_productionGoogleRelease().getVoiceConfigurationBlocking(), StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(StoreAnalytics.access$getStores$p(this.this$0).getVoiceChannelSelected$app_productionGoogleRelease().getLastSelectedVoiceChannelId()), StoreAnalytics.access$getStores$p(this.this$0).getRtcRegion$app_productionGoogleRelease().getPreferredRegion()); } } diff --git a/app/src/main/java/com/discord/stores/StoreAnalytics.java b/app/src/main/java/com/discord/stores/StoreAnalytics.java index e8f5d1d35b..cf1328deb0 100644 --- a/app/src/main/java/com/discord/stores/StoreAnalytics.java +++ b/app/src/main/java/com/discord/stores/StoreAnalytics.java @@ -210,7 +210,7 @@ public final class StoreAnalytics extends Store { String str; int ordinal = emojiPickerContextType.ordinal(); if (ordinal == 0) { - Channel channel = this.stores.getChannels$app_productionBetaRelease().getChannel(this.stores.getChannelsSelected$app_productionBetaRelease().getId()); + Channel channel = this.stores.getChannels$app_productionGoogleRelease().getChannel(this.stores.getChannelsSelected$app_productionGoogleRelease().getId()); str = (channel == null || channel.e() != 0) ? "Guild Channel" : "DM Channel"; } else if (ordinal == 1) { str = "Custom Status Modal"; @@ -230,7 +230,7 @@ public final class StoreAnalytics extends Store { } private final Map getChannelSnapshotAnalyticsProperties(long j, boolean z2) { - Channel channel = this.stores.getChannels$app_productionBetaRelease().getChannel(j); + Channel channel = this.stores.getChannels$app_productionGoogleRelease().getChannel(j); Map channelSnapshotAnalyticsProperties = channel != null ? getChannelSnapshotAnalyticsProperties(channel, z2) : null; return channelSnapshotAnalyticsProperties != null ? channelSnapshotAnalyticsProperties : h0.emptyMap(); } @@ -239,7 +239,7 @@ public final class StoreAnalytics extends Store { PermissionOverwrite permissionOverwrite; Object obj; boolean z3; - Long l = (Long) a.d(channel, this.stores.getPermissions$app_productionBetaRelease().getPermissionsByChannel()); + Long l = (Long) a.d(channel, this.stores.getPermissions$app_productionGoogleRelease().getPermissionsByChannel()); List r = channel.r(); Boolean bool = null; if (r != null) { @@ -268,7 +268,7 @@ public final class StoreAnalytics extends Store { if (permissionOverwrite != null) { bool = Boolean.valueOf(PermissionOverwriteUtilsKt.denies(permissionOverwrite, 1024)); } - return h0.plus(h0.plus(AnalyticsUtils.INSTANCE.getProperties$app_productionBetaRelease(channel), h0.mapOf(o.to("channel_member_perms", l), o.to("channel_hidden", bool))), z2 ? g0.mapOf(o.to("channel_is_nsfw", Boolean.valueOf(channel.n()))) : h0.emptyMap()); + return h0.plus(h0.plus(AnalyticsUtils.INSTANCE.getProperties$app_productionGoogleRelease(channel), h0.mapOf(o.to("channel_member_perms", l), o.to("channel_hidden", bool))), z2 ? g0.mapOf(o.to("channel_is_nsfw", Boolean.valueOf(channel.n()))) : h0.emptyMap()); } public static /* synthetic */ Map getChannelSnapshotAnalyticsProperties$default(StoreAnalytics storeAnalytics, long j, boolean z2, int i, Object obj) { @@ -290,26 +290,26 @@ public final class StoreAnalytics extends Store { Collection collection; GuildMember guildMember; List roles; - Guild guild = this.stores.getGuilds$app_productionBetaRelease().getGuildsInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Guild guild = this.stores.getGuilds$app_productionGoogleRelease().getGuildsInternal$app_productionGoogleRelease().get(Long.valueOf(j)); if (guild == null) { return new HashMap(); } - int approximateMemberCount = this.stores.getGuildMemberCounts$app_productionBetaRelease().getApproximateMemberCount(j); - Map channelsForGuildInternal$app_productionBetaRelease = this.stores.getChannels$app_productionBetaRelease().getChannelsForGuildInternal$app_productionBetaRelease(j); - if (channelsForGuildInternal$app_productionBetaRelease == null || (collection = channelsForGuildInternal$app_productionBetaRelease.values()) == null) { + int approximateMemberCount = this.stores.getGuildMemberCounts$app_productionGoogleRelease().getApproximateMemberCount(j); + Map channelsForGuildInternal$app_productionGoogleRelease = this.stores.getChannels$app_productionGoogleRelease().getChannelsForGuildInternal$app_productionGoogleRelease(j); + if (channelsForGuildInternal$app_productionGoogleRelease == null || (collection = channelsForGuildInternal$app_productionGoogleRelease.values()) == null) { collection = n.emptyList(); } - Map map = this.stores.getGuilds$app_productionBetaRelease().getGuildRolesInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Map map = this.stores.getGuilds$app_productionGoogleRelease().getGuildRolesInternal$app_productionGoogleRelease().get(Long.valueOf(j)); int size = map != null ? map.size() : 0; - long id2 = this.stores.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId(); - Map map2 = this.stores.getGuilds$app_productionBetaRelease().getGuildMembersComputedInternal$app_productionBetaRelease().get(Long.valueOf(j)); + long id2 = this.stores.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId(); + Map map2 = this.stores.getGuilds$app_productionGoogleRelease().getGuildMembersComputedInternal$app_productionGoogleRelease().get(Long.valueOf(j)); int size2 = (map2 == null || (guildMember = map2.get(Long.valueOf(id2))) == null || (roles = guildMember.getRoles()) == null) ? 0 : roles.size(); - Long l = this.stores.getPermissions$app_productionBetaRelease().getGuildPermissions().get(Long.valueOf(j)); + Long l = this.stores.getPermissions$app_productionGoogleRelease().getGuildPermissions().get(Long.valueOf(j)); return guildPropertiesMap(guild.getId(), approximateMemberCount, collection, size, size2, l != null ? l.longValue() : 0, guild.getFeatures().contains(GuildFeature.VIP_REGIONS)); } private final Map getGuildAndChannelSnapshotAnalyticsProperties(long j) { - Channel channel = this.stores.getChannels$app_productionBetaRelease().getChannel(j); + Channel channel = this.stores.getChannels$app_productionGoogleRelease().getChannel(j); Map map = null; if (channel != null) { map = h0.plus(getGuildSnapshotAnalyticsProperties(channel.e()), getChannelSnapshotAnalyticsProperties$default(this, channel, false, 2, (Object) null)); @@ -318,7 +318,7 @@ public final class StoreAnalytics extends Store { } private final Map getGuildSnapshotAnalyticsProperties(long j) { - Guild guild = this.stores.getGuilds$app_productionBetaRelease().getGuilds().get(Long.valueOf(j)); + Guild guild = this.stores.getGuilds$app_productionGoogleRelease().getGuilds().get(Long.valueOf(j)); Map guildSnapshotAnalyticsProperties = guild != null ? getGuildSnapshotAnalyticsProperties(guild) : null; return guildSnapshotAnalyticsProperties != null ? guildSnapshotAnalyticsProperties : h0.emptyMap(); } @@ -326,19 +326,19 @@ public final class StoreAnalytics extends Store { private final Map getGuildSnapshotAnalyticsProperties(Guild guild) { GuildMember guildMember; List roles; - int approximateMemberCount = this.stores.getGuildMemberCounts$app_productionBetaRelease().getApproximateMemberCount(guild.getId()); - Collection values = this.stores.getChannels$app_productionBetaRelease().getChannelsForGuild(guild.getId()).values(); - Map map = this.stores.getGuilds$app_productionBetaRelease().getRoles().get(Long.valueOf(guild.getId())); + int approximateMemberCount = this.stores.getGuildMemberCounts$app_productionGoogleRelease().getApproximateMemberCount(guild.getId()); + Collection values = this.stores.getChannels$app_productionGoogleRelease().getChannelsForGuild(guild.getId()).values(); + Map map = this.stores.getGuilds$app_productionGoogleRelease().getRoles().get(Long.valueOf(guild.getId())); int size = map != null ? map.size() : 0; - long id2 = this.stores.getUsers$app_productionBetaRelease().getMe().getId(); - Map map2 = this.stores.getGuilds$app_productionBetaRelease().getMembers().get(Long.valueOf(guild.getId())); + long id2 = this.stores.getUsers$app_productionGoogleRelease().getMe().getId(); + Map map2 = this.stores.getGuilds$app_productionGoogleRelease().getMembers().get(Long.valueOf(guild.getId())); int size2 = (map2 == null || (guildMember = map2.get(Long.valueOf(id2))) == null || (roles = guildMember.getRoles()) == null) ? 0 : roles.size(); - Long l = this.stores.getPermissions$app_productionBetaRelease().getGuildPermissions().get(Long.valueOf(guild.getId())); + Long l = this.stores.getPermissions$app_productionGoogleRelease().getGuildPermissions().get(Long.valueOf(guild.getId())); return guildPropertiesMap(guild.getId(), approximateMemberCount, values, size, size2, l != null ? l.longValue() : 0, guild.getFeatures().contains(GuildFeature.VIP_REGIONS)); } private final Map getSnapshotAnalyticsProperties() { - return getGuildAndChannelSnapshotAnalyticsProperties(this.stores.getChannelsSelected$app_productionBetaRelease().getId()); + return getGuildAndChannelSnapshotAnalyticsProperties(this.stores.getChannelsSelected$app_productionGoogleRelease().getId()); } private final String getStreamFeedbackReasonFromIssue(FeedbackIssue feedbackIssue) { @@ -376,7 +376,7 @@ public final class StoreAnalytics extends Store { type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) */ private final Map getThreadSnapshotAnalyticsProperties(Channel channel) { - Integer threadMessageCount = this.stores.getThreadMessages$app_productionBetaRelease().getThreadMessageCount(channel.g()); + Integer threadMessageCount = this.stores.getThreadMessages$app_productionGoogleRelease().getThreadMessageCount(channel.g()); boolean z2 = false; int intValue = threadMessageCount != null ? threadMessageCount.intValue() : 0; Pair[] pairArr = new Pair[9]; @@ -443,13 +443,13 @@ public final class StoreAnalytics extends Store { private final void handleVideoInputUpdate(VideoInputDeviceDescription videoInputDeviceDescription, boolean z2) { Channel channel = this.selectedVoiceChannel; if (channel != null) { - Map map = this.stores.getVoiceStates$app_productionBetaRelease().get().get(Long.valueOf(channel.e())); + Map map = this.stores.getVoiceStates$app_productionGoogleRelease().get().get(Long.valueOf(channel.e())); if (map == null) { map = h0.emptyMap(); } - long id2 = this.stores.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId(); + long id2 = this.stores.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId(); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - RtcConnection.Metadata rtcConnectionMetadata = this.stores.getRtcConnection$app_productionBetaRelease().getRtcConnectionMetadata(); + RtcConnection.Metadata rtcConnectionMetadata = this.stores.getRtcConnection$app_productionGoogleRelease().getRtcConnectionMetadata(); analyticsTracker.videoInputsUpdate(id2, channel, map, videoInputDeviceDescription, z2, rtcConnectionMetadata != null ? rtcConnectionMetadata.b : null); } } @@ -586,7 +586,7 @@ public final class StoreAnalytics extends Store { } public final Traits.Location getEmojiPickerUpsellLocation() { - Channel channel = this.stores.getChannels$app_productionBetaRelease().getChannel(this.stores.getChannelsSelected$app_productionBetaRelease().getId()); + Channel channel = this.stores.getChannels$app_productionGoogleRelease().getChannel(this.stores.getChannelsSelected$app_productionGoogleRelease().getId()); return new Traits.Location((channel == null || channel.e() != 0) ? "Guild Channel" : "DM Channel", "Emoji Picker Popout", null, null, null, 28, null); } @@ -619,7 +619,7 @@ public final class StoreAnalytics extends Store { @StoreThread public final void handleIsScreenSharingChanged(boolean z2) { - handleVideoInputUpdate(this.stores.getMediaEngine$app_productionBetaRelease().getSelectedVideoInputDeviceBlocking(), z2); + handleVideoInputUpdate(this.stores.getMediaEngine$app_productionGoogleRelease().getSelectedVideoInputDeviceBlocking(), z2); } @StoreThread @@ -636,7 +636,7 @@ public final class StoreAnalytics extends Store { m.checkNotNullParameter(set, "speakingUsers"); String str = this.inputMode; if (str != null && (channel = this.selectedVoiceChannel) != null) { - long id2 = this.stores.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId(); + long id2 = this.stores.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId(); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; analyticsTracker.userSpeaking(id2, set, str, channel); analyticsTracker.userListening(id2, set, str, channel); @@ -645,15 +645,15 @@ public final class StoreAnalytics extends Store { @StoreThread public final void handleVideoInputDeviceSelected(VideoInputDeviceDescription videoInputDeviceDescription) { - handleVideoInputUpdate(videoInputDeviceDescription, this.stores.getApplicationStreaming$app_productionBetaRelease().isScreenSharing()); + handleVideoInputUpdate(videoInputDeviceDescription, this.stores.getApplicationStreaming$app_productionGoogleRelease().isScreenSharing()); } @Override // com.discord.stores.Store public void init(Context context) { m.checkNotNullParameter(context, "context"); super.init(context); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationBuffered(this.stores.getMediaSettings$app_productionBetaRelease().getInputMode()), StoreAnalytics.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreAnalytics$init$1(this), 62, (Object) null); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationBuffered(this.stores.getVoiceChannelSelected$app_productionBetaRelease().observeSelectedChannel()), StoreAnalytics.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreAnalytics$init$2(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationBuffered(this.stores.getMediaSettings$app_productionGoogleRelease().getInputMode()), StoreAnalytics.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreAnalytics$init$1(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationBuffered(this.stores.getVoiceChannelSelected$app_productionGoogleRelease().observeSelectedChannel()), StoreAnalytics.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreAnalytics$init$2(this), 62, (Object) null); Observable z2 = this.screenViewedSubject.Z(StoreAnalytics$init$3.INSTANCE).z(); m.checkNotNullExpressionValue(z2, "screenViewedSubject\n … }\n }\n .first()"); ObservableExtensionsKt.appSubscribe$default(z2, StoreAnalytics.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreAnalytics$init$4(this), 62, (Object) null); @@ -783,9 +783,9 @@ public final class StoreAnalytics extends Store { @StoreThread public final void trackChannelOpened(long j, ChannelAnalyticsViewType channelAnalyticsViewType, SelectedChannelAnalyticsLocation selectedChannelAnalyticsLocation) { m.checkNotNullParameter(channelAnalyticsViewType, "channelView"); - Channel findChannelByIdInternal$app_productionBetaRelease = this.stores.getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(j); - if (findChannelByIdInternal$app_productionBetaRelease != null) { - AnalyticsTracker.INSTANCE.channelOpened(j, new StoreAnalytics$trackChannelOpened$$inlined$let$lambda$1(findChannelByIdInternal$app_productionBetaRelease, this, j, channelAnalyticsViewType, selectedChannelAnalyticsLocation)); + Channel findChannelByIdInternal$app_productionGoogleRelease = this.stores.getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(j); + if (findChannelByIdInternal$app_productionGoogleRelease != null) { + AnalyticsTracker.INSTANCE.channelOpened(j, new StoreAnalytics$trackChannelOpened$$inlined$let$lambda$1(findChannelByIdInternal$app_productionGoogleRelease, this, j, channelAnalyticsViewType, selectedChannelAnalyticsLocation)); } } @@ -811,10 +811,10 @@ public final class StoreAnalytics extends Store { @StoreThread public final void trackGuildViewed(long j) { GuildMember guildMember; - Guild guild = this.stores.getGuilds$app_productionBetaRelease().getGuildsInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Guild guild = this.stores.getGuilds$app_productionGoogleRelease().getGuildsInternal$app_productionGoogleRelease().get(Long.valueOf(j)); if (guild != null) { - long id2 = this.stores.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId(); - Map map = this.stores.getGuilds$app_productionBetaRelease().getGuildMembersComputedInternal$app_productionBetaRelease().get(Long.valueOf(j)); + long id2 = this.stores.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId(); + Map map = this.stores.getGuilds$app_productionGoogleRelease().getGuildMembersComputedInternal$app_productionGoogleRelease().get(Long.valueOf(j)); AnalyticsTracker.INSTANCE.guildViewed(j, new StoreAnalytics$trackGuildViewed$1(h0.plus(getGuildAnalyticsPropertiesInternal(j), h0.mapOf(o.to("is_pending", Boolean.valueOf((map == null || (guildMember = map.get(Long.valueOf(id2))) == null) ? false : guildMember.getPending())), o.to("preview_enabled", Boolean.valueOf(guild.getFeatures().contains(GuildFeature.PREVIEW_ENABLED))))))); } } @@ -891,7 +891,7 @@ public final class StoreAnalytics extends Store { if (obj3 instanceof Long) { l = obj3; } - Integer maxViewersForStream = this.stores.getApplicationStreaming$app_productionBetaRelease().getMaxViewersForStream(longValue, longValue2, l); + Integer maxViewersForStream = this.stores.getApplicationStreaming$app_productionGoogleRelease().getMaxViewersForStream(longValue, longValue2, l); if (maxViewersForStream != null) { map.put("max_viewers", maxViewersForStream); } diff --git a/app/src/main/java/com/discord/stores/StoreApplicationInteractions.java b/app/src/main/java/com/discord/stores/StoreApplicationInteractions.java index e182101ba6..ae823e2172 100644 --- a/app/src/main/java/com/discord/stores/StoreApplicationInteractions.java +++ b/app/src/main/java/com/discord/stores/StoreApplicationInteractions.java @@ -582,7 +582,7 @@ public final class StoreApplicationInteractions extends StoreV2 { } } - public final Map getApplicationCommandLocalSendDataSet$app_productionBetaRelease() { + public final Map getApplicationCommandLocalSendDataSet$app_productionGoogleRelease() { return this.applicationCommandLocalSendDataSet; } diff --git a/app/src/main/java/com/discord/stores/StoreApplicationStreaming$createStream$1.java b/app/src/main/java/com/discord/stores/StoreApplicationStreaming$createStream$1.java index 040307b345..f1949e197c 100644 --- a/app/src/main/java/com/discord/stores/StoreApplicationStreaming$createStream$1.java +++ b/app/src/main/java/com/discord/stores/StoreApplicationStreaming$createStream$1.java @@ -32,21 +32,21 @@ public final class StoreApplicationStreaming$createStream$1 extends o implements StoreApplicationStreaming.ActiveApplicationStream.State state; StoreApplicationStreaming.ActiveApplicationStream.State state2; ModelApplicationStream stream; - RtcConnection rtcConnection$app_productionBetaRelease = StoreApplicationStreaming.access$getRtcConnectionStore$p(this.this$0).getRtcConnection$app_productionBetaRelease(); + RtcConnection rtcConnection$app_productionGoogleRelease = StoreApplicationStreaming.access$getRtcConnectionStore$p(this.this$0).getRtcConnection$app_productionGoogleRelease(); Object obj = null; boolean z2 = false; - if (rtcConnection$app_productionBetaRelease == null || rtcConnection$app_productionBetaRelease.D != this.$channelId || (!m.areEqual(rtcConnection$app_productionBetaRelease.C, this.$guildId))) { + if (rtcConnection$app_productionGoogleRelease == null || rtcConnection$app_productionGoogleRelease.D != this.$channelId || (!m.areEqual(rtcConnection$app_productionGoogleRelease.C, this.$guildId))) { AppLog appLog = AppLog.g; StringBuilder L = a.L("\n Failed to start stream.\n rtcConnection == null: "); - L.append(rtcConnection$app_productionBetaRelease == null); + L.append(rtcConnection$app_productionGoogleRelease == null); L.append("\n rtcConnection.channelId != channelId: "); - if (rtcConnection$app_productionBetaRelease == null || rtcConnection$app_productionBetaRelease.D != this.$channelId) { + if (rtcConnection$app_productionGoogleRelease == null || rtcConnection$app_productionGoogleRelease.D != this.$channelId) { z2 = true; } L.append(z2); L.append("\n rtcConnection.guildId != guildId: "); - if (rtcConnection$app_productionBetaRelease != null) { - obj = rtcConnection$app_productionBetaRelease.C; + if (rtcConnection$app_productionGoogleRelease != null) { + obj = rtcConnection$app_productionGoogleRelease.C; } L.append(!m.areEqual(obj, this.$guildId)); L.append("\n "); diff --git a/app/src/main/java/com/discord/stores/StoreApplicationStreaming.java b/app/src/main/java/com/discord/stores/StoreApplicationStreaming.java index 61cb19f48d..9e5a550ef7 100644 --- a/app/src/main/java/com/discord/stores/StoreApplicationStreaming.java +++ b/app/src/main/java/com/discord/stores/StoreApplicationStreaming.java @@ -278,7 +278,7 @@ public final class StoreApplicationStreaming extends StoreV2 { } private final boolean isScreenSharing(ActiveApplicationStream activeApplicationStream) { - return activeApplicationStream != null && activeApplicationStream.getStream().getOwnerId() == this.userStore.getMeInternal$app_productionBetaRelease().getId(); + return activeApplicationStream != null && activeApplicationStream.getStream().getOwnerId() == this.userStore.getMeInternal$app_productionGoogleRelease().getId(); } private final void stopStreamInternal(String str) { @@ -307,7 +307,7 @@ public final class StoreApplicationStreaming extends StoreV2 { } @StoreThread - public final String getActiveApplicationStreamKeyInternal$app_productionBetaRelease() { + public final String getActiveApplicationStreamKeyInternal$app_productionGoogleRelease() { ModelApplicationStream stream; ActiveApplicationStream activeApplicationStream = this.activeApplicationStream; if (activeApplicationStream == null || (stream = activeApplicationStream.getStream()) == null) { @@ -472,7 +472,7 @@ public final class StoreApplicationStreaming extends StoreV2 { markChanged(); } ActiveApplicationStream activeApplicationStream = this.activeApplicationStream; - if (activeApplicationStream != null && m == this.userStore.getMeInternal$app_productionBetaRelease().getId()) { + if (activeApplicationStream != null && m == this.userStore.getMeInternal$app_productionGoogleRelease().getId()) { long channelId = activeApplicationStream.getStream().getChannelId(); Long a2 = voiceState.a(); if (a2 == null || channelId != a2.longValue()) { diff --git a/app/src/main/java/com/discord/stores/StoreAudioDevices$toggleSpeakerOutput$1.java b/app/src/main/java/com/discord/stores/StoreAudioDevices$toggleSpeakerOutput$1.java index 925acde5b8..3c2a671269 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioDevices$toggleSpeakerOutput$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioDevices$toggleSpeakerOutput$1.java @@ -18,7 +18,7 @@ public final class StoreAudioDevices$toggleSpeakerOutput$1 extends o implements /* renamed from: invoke */ public final void mo1invoke() { if (this.this$0.getEnabled()) { - if (this.this$0.getAudioDevicesState$app_productionBetaRelease().getSelectedOutputDevice() instanceof StoreAudioDevices.OutputDevice.Speaker) { + if (this.this$0.getAudioDevicesState$app_productionGoogleRelease().getSelectedOutputDevice() instanceof StoreAudioDevices.OutputDevice.Speaker) { StoreAudioDevices.access$autoSelectNonSpeakerOutput(this.this$0); } else { StoreAudioDevices.access$updateSelectedOutputDevice(this.this$0, StoreAudioDevices.OutputDevice.Speaker.INSTANCE); diff --git a/app/src/main/java/com/discord/stores/StoreAudioDevices.java b/app/src/main/java/com/discord/stores/StoreAudioDevices.java index aa689bc723..5d15ab468e 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioDevices.java +++ b/app/src/main/java/com/discord/stores/StoreAudioDevices.java @@ -154,22 +154,22 @@ public final class StoreAudioDevices extends StoreV2 { } @VisibleForTesting - public static /* synthetic */ void getDEFAULT_AUDIO_DEVICES_STATE$app_productionBetaRelease$annotations() { + public static /* synthetic */ void getDEFAULT_AUDIO_DEVICES_STATE$app_productionGoogleRelease$annotations() { } @VisibleForTesting - public static /* synthetic */ void getDEFAULT_OUTPUT_STATE$app_productionBetaRelease$annotations() { + public static /* synthetic */ void getDEFAULT_OUTPUT_STATE$app_productionGoogleRelease$annotations() { } - public final AudioDevicesState getDEFAULT_AUDIO_DEVICES_STATE$app_productionBetaRelease() { + public final AudioDevicesState getDEFAULT_AUDIO_DEVICES_STATE$app_productionGoogleRelease() { return StoreAudioDevices.access$getDEFAULT_AUDIO_DEVICES_STATE$cp(); } - public final OutputDevice.Speaker getDEFAULT_OUTPUT_DEVICE$app_productionBetaRelease() { + public final OutputDevice.Speaker getDEFAULT_OUTPUT_DEVICE$app_productionGoogleRelease() { return StoreAudioDevices.access$getDEFAULT_OUTPUT_DEVICE$cp(); } - public final AudioOutputState getDEFAULT_OUTPUT_STATE$app_productionBetaRelease() { + public final AudioOutputState getDEFAULT_OUTPUT_STATE$app_productionGoogleRelease() { return StoreAudioDevices.access$getDEFAULT_OUTPUT_STATE$cp(); } } @@ -286,8 +286,8 @@ public final class StoreAudioDevices extends StoreV2 { @StoreThread private final Map getVoiceStatesForChannel(long j) { - Channel findChannelByIdInternal$app_productionBetaRelease = this.channelsStore.findChannelByIdInternal$app_productionBetaRelease(j); - Map map = this.voiceStatesStore.getInternal$app_productionBetaRelease().get(findChannelByIdInternal$app_productionBetaRelease != null ? Long.valueOf(findChannelByIdInternal$app_productionBetaRelease.e()) : null); + Channel findChannelByIdInternal$app_productionGoogleRelease = this.channelsStore.findChannelByIdInternal$app_productionGoogleRelease(j); + Map map = this.voiceStatesStore.getInternal$app_productionGoogleRelease().get(findChannelByIdInternal$app_productionGoogleRelease != null ? Long.valueOf(findChannelByIdInternal$app_productionGoogleRelease.e()) : null); if (map == null) { return h0.emptyMap(); } @@ -317,7 +317,7 @@ public final class StoreAudioDevices extends StoreV2 { @StoreThread public final boolean isMeUsingVideoInChannel(long j) { - VoiceState voiceState = getVoiceStatesForChannel(j).get(Long.valueOf(this.usersStore.getMeInternal$app_productionBetaRelease().getId())); + VoiceState voiceState = getVoiceStatesForChannel(j).get(Long.valueOf(this.usersStore.getMeInternal$app_productionGoogleRelease().getId())); if (voiceState != null) { return AnimatableValueParser.U0(voiceState); } @@ -489,7 +489,7 @@ public final class StoreAudioDevices extends StoreV2 { } } - public final AudioDevicesState getAudioDevicesState$app_productionBetaRelease() { + public final AudioDevicesState getAudioDevicesState$app_productionGoogleRelease() { return this.audioDevicesState; } @@ -545,7 +545,7 @@ public final class StoreAudioDevices extends StoreV2 { this.dispatcher.schedule(new StoreAudioDevices$selectAudioOutput$1(this, outputDevice)); } - public final void setAudioDevicesState$app_productionBetaRelease(AudioDevicesState audioDevicesState) { + public final void setAudioDevicesState$app_productionGoogleRelease(AudioDevicesState audioDevicesState) { m.checkNotNullParameter(audioDevicesState, ""); this.audioDevicesState = audioDevicesState; } diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$toggleSpeakerOutput$1.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$toggleSpeakerOutput$1.java index 5f8c5e50a9..5a105f7e9a 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2$toggleSpeakerOutput$1.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2$toggleSpeakerOutput$1.java @@ -18,7 +18,7 @@ public final class StoreAudioManagerV2$toggleSpeakerOutput$1 extends o implement /* renamed from: invoke */ public final void mo1invoke() { if (this.this$0.getEnabled()) { - if (this.this$0.getState$app_productionBetaRelease().getActiveAudioDevice().ordinal() != 2) { + if (this.this$0.getState$app_productionGoogleRelease().getActiveAudioDevice().ordinal() != 2) { this.this$0.selectOutputDevice(DiscordAudioManager.DeviceTypes.SPEAKERPHONE); } else { this.this$0.selectOutputDevice(DiscordAudioManager.DeviceTypes.DEFAULT); diff --git a/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java b/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java index 393f8e5479..17a04ae850 100644 --- a/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java +++ b/app/src/main/java/com/discord/stores/StoreAudioManagerV2.java @@ -67,21 +67,21 @@ public final class StoreAudioManagerV2 extends StoreV2 { } @VisibleForTesting - public static /* synthetic */ void getDEFAULT_STATE$app_productionBetaRelease$annotations() { + public static /* synthetic */ void getDEFAULT_STATE$app_productionGoogleRelease$annotations() { } - public final State getDEFAULT_STATE$app_productionBetaRelease() { + public final State getDEFAULT_STATE$app_productionGoogleRelease() { return StoreAudioManagerV2.access$getDEFAULT_STATE$cp(); } - public final List getVOICE_ONLY_DEVICE_PRIORITIZATION$app_productionBetaRelease() { + public final List getVOICE_ONLY_DEVICE_PRIORITIZATION$app_productionGoogleRelease() { return StoreAudioManagerV2.access$getVOICE_ONLY_DEVICE_PRIORITIZATION$cp(); } - public final StoreAudioDevices.OutputDevice outputDeviceFromAudioDevice$app_productionBetaRelease(DiscordAudioManager.AudioDevice audioDevice) { + public final StoreAudioDevices.OutputDevice outputDeviceFromAudioDevice$app_productionGoogleRelease(DiscordAudioManager.AudioDevice audioDevice) { m.checkNotNullParameter(audioDevice, "device"); int ordinal = audioDevice.a.ordinal(); - return ordinal != 2 ? ordinal != 3 ? ordinal != 4 ? ordinal != 5 ? StoreAudioDevices.Companion.getDEFAULT_OUTPUT_DEVICE$app_productionBetaRelease() : new StoreAudioDevices.OutputDevice.BluetoothAudio(audioDevice.d) : StoreAudioDevices.OutputDevice.Earpiece.INSTANCE : StoreAudioDevices.OutputDevice.WiredAudio.INSTANCE : StoreAudioDevices.OutputDevice.Speaker.INSTANCE; + return ordinal != 2 ? ordinal != 3 ? ordinal != 4 ? ordinal != 5 ? StoreAudioDevices.Companion.getDEFAULT_OUTPUT_DEVICE$app_productionGoogleRelease() : new StoreAudioDevices.OutputDevice.BluetoothAudio(audioDevice.d) : StoreAudioDevices.OutputDevice.Earpiece.INSTANCE : StoreAudioDevices.OutputDevice.WiredAudio.INSTANCE : StoreAudioDevices.OutputDevice.Speaker.INSTANCE; } } @@ -136,9 +136,9 @@ public final class StoreAudioManagerV2 extends StoreV2 { public final StoreAudioDevices.AudioDevicesState asAudioDevicesState() { StoreAudioDevices.Companion companion = StoreAudioDevices.Companion; - AudioOutputState dEFAULT_OUTPUT_STATE$app_productionBetaRelease = companion.getDEFAULT_OUTPUT_STATE$app_productionBetaRelease(); + AudioOutputState dEFAULT_OUTPUT_STATE$app_productionGoogleRelease = companion.getDEFAULT_OUTPUT_STATE$app_productionGoogleRelease(); int ordinal = this.activeAudioDevice.ordinal(); - StoreAudioDevices.OutputDevice dEFAULT_OUTPUT_DEVICE$app_productionBetaRelease = (ordinal == 0 || ordinal == 1) ? companion.getDEFAULT_OUTPUT_DEVICE$app_productionBetaRelease() : StoreAudioManagerV2.Companion.outputDeviceFromAudioDevice$app_productionBetaRelease(this.audioDevices.get(this.activeAudioDevice.getValue())); + StoreAudioDevices.OutputDevice dEFAULT_OUTPUT_DEVICE$app_productionGoogleRelease = (ordinal == 0 || ordinal == 1) ? companion.getDEFAULT_OUTPUT_DEVICE$app_productionGoogleRelease() : StoreAudioManagerV2.Companion.outputDeviceFromAudioDevice$app_productionGoogleRelease(this.audioDevices.get(this.activeAudioDevice.getValue())); List list = this.audioDevices; ArrayList arrayList = new ArrayList(); for (Object obj : list) { @@ -148,9 +148,9 @@ public final class StoreAudioManagerV2 extends StoreV2 { } ArrayList arrayList2 = new ArrayList(o.collectionSizeOrDefault(arrayList, 10)); for (DiscordAudioManager.AudioDevice audioDevice : arrayList) { - arrayList2.add(StoreAudioManagerV2.Companion.outputDeviceFromAudioDevice$app_productionBetaRelease(audioDevice)); + arrayList2.add(StoreAudioManagerV2.Companion.outputDeviceFromAudioDevice$app_productionGoogleRelease(audioDevice)); } - return new StoreAudioDevices.AudioDevicesState(dEFAULT_OUTPUT_STATE$app_productionBetaRelease, dEFAULT_OUTPUT_DEVICE$app_productionBetaRelease, u.toSet(arrayList2)); + return new StoreAudioDevices.AudioDevicesState(dEFAULT_OUTPUT_STATE$app_productionGoogleRelease, dEFAULT_OUTPUT_DEVICE$app_productionGoogleRelease, u.toSet(arrayList2)); } public final List component1() { @@ -322,11 +322,11 @@ public final class StoreAudioManagerV2 extends StoreV2 { return this.enabled; } - public final DiscordAudioManager.AudioDevice getLastActiveAudioDevice$app_productionBetaRelease() { + public final DiscordAudioManager.AudioDevice getLastActiveAudioDevice$app_productionGoogleRelease() { return this.lastActiveAudioDevice; } - public final State getState$app_productionBetaRelease() { + public final State getState$app_productionGoogleRelease() { return this.state; } @@ -441,7 +441,7 @@ public final class StoreAudioManagerV2 extends StoreV2 { } } - public final void setState$app_productionBetaRelease(State state) { + public final void setState$app_productionGoogleRelease(State state) { m.checkNotNullParameter(state, ""); this.state = state; } diff --git a/app/src/main/java/com/discord/stores/StoreAuthentication.java b/app/src/main/java/com/discord/stores/StoreAuthentication.java index ca2ab2cfcd..184b687203 100644 --- a/app/src/main/java/com/discord/stores/StoreAuthentication.java +++ b/app/src/main/java/com/discord/stores/StoreAuthentication.java @@ -264,23 +264,23 @@ public final class StoreAuthentication extends Store { return s2; } - public final String getAuthToken$app_productionBetaRelease() { + public final String getAuthToken$app_productionGoogleRelease() { return this.authToken; } - public final Observable getAuthedToken$app_productionBetaRelease() { + public final Observable getAuthedToken$app_productionGoogleRelease() { Observable s2 = this.tokenSubject.s(); m.checkNotNullExpressionValue(s2, "tokenSubject.distinctUntilChanged()"); return s2; } - public final Observable getFingerPrint$app_productionBetaRelease() { + public final Observable getFingerPrint$app_productionGoogleRelease() { Observable s2 = this.fingerprintSubject.s(); m.checkNotNullExpressionValue(s2, "fingerprintSubject.distinctUntilChanged()"); return s2; } - public final String getFingerprint$app_productionBetaRelease() { + public final String getFingerprint$app_productionGoogleRelease() { return this.fingerprint; } @@ -290,7 +290,7 @@ public final class StoreAuthentication extends Store { return s2; } - public final Observable getPreLogoutSignal$app_productionBetaRelease() { + public final Observable getPreLogoutSignal$app_productionGoogleRelease() { Observable y2 = this.userInitiatedAuthEventSubject.y(StoreAuthentication$getPreLogoutSignal$1.INSTANCE); m.checkNotNullExpressionValue(y2, "userInitiatedAuthEventSu…LoggedIn -> !isLoggedIn }"); return y2; @@ -301,7 +301,7 @@ public final class StoreAuthentication extends Store { } public final Observable getShouldShowAgeGate() { - Observable s2 = Observable.i(this.storeStream.getUsers$app_productionBetaRelease().observeMe(true), this.storeStream.getAuthentication$app_productionBetaRelease().getAgeGateError(), this.storeStream.getChannelsSelected$app_productionBetaRelease().observeSelectedChannel(), StoreAuthentication$getShouldShowAgeGate$1.INSTANCE).s(); + Observable s2 = Observable.i(this.storeStream.getUsers$app_productionGoogleRelease().observeMe(true), this.storeStream.getAuthentication$app_productionGoogleRelease().getAgeGateError(), this.storeStream.getChannelsSelected$app_productionGoogleRelease().observeSelectedChannel(), StoreAuthentication$getShouldShowAgeGate$1.INSTANCE).s(); m.checkNotNullExpressionValue(s2, "Observable.combineLatest… .distinctUntilChanged()"); return s2; } @@ -312,7 +312,7 @@ public final class StoreAuthentication extends Store { } @StoreThread - public final void handleAuthToken$app_productionBetaRelease(String str) { + public final void handleAuthToken$app_productionGoogleRelease(String str) { this.authToken = str; getPrefs().edit().putString("STORE_AUTHED_TOKEN", str).apply(); if (str == null) { @@ -338,7 +338,7 @@ public final class StoreAuthentication extends Store { } @StoreThread - public final void handlePreLogout$app_productionBetaRelease() { + public final void handlePreLogout$app_productionGoogleRelease() { resetIsConsentRequired(); } @@ -388,8 +388,8 @@ public final class StoreAuthentication extends Store { ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.takeSingleUntilTimeout$default(A, 0, false, 3, null), (Context) null, "logout", (Function1) null, new StoreAuthentication$logout$2(this), new StoreAuthentication$logout$3(this), (Function0) null, (Function0) null, 101, (Object) null); } - public final Observable observeIsAuthed$app_productionBetaRelease() { - Observable G = getAuthedToken$app_productionBetaRelease().G(StoreAuthentication$observeIsAuthed$1.INSTANCE); + public final Observable observeIsAuthed$app_productionGoogleRelease() { + Observable G = getAuthedToken$app_productionGoogleRelease().G(StoreAuthentication$observeIsAuthed$1.INSTANCE); m.checkNotNullExpressionValue(G, "getAuthedToken()\n .… -> authedToken != null }"); return G; } diff --git a/app/src/main/java/com/discord/stores/StoreCalls$call$1.java b/app/src/main/java/com/discord/stores/StoreCalls$call$1.java index cee304e1a7..06a6277a6c 100644 --- a/app/src/main/java/com/discord/stores/StoreCalls$call$1.java +++ b/app/src/main/java/com/discord/stores/StoreCalls$call$1.java @@ -24,7 +24,7 @@ public final class StoreCalls$call$1 extends o implements Function1 0 && !this.calls.containsKey(Long.valueOf(j))) { this.calls.put(Long.valueOf(this.selectedChannelId), null); - this.stream.getGatewaySocket$app_productionBetaRelease().callConnect(this.selectedChannelId); + this.stream.getGatewaySocket$app_productionGoogleRelease().callConnect(this.selectedChannelId); } } } diff --git a/app/src/main/java/com/discord/stores/StoreChannelMembers.java b/app/src/main/java/com/discord/stores/StoreChannelMembers.java index 3e7a312970..be9293e87e 100644 --- a/app/src/main/java/com/discord/stores/StoreChannelMembers.java +++ b/app/src/main/java/com/discord/stores/StoreChannelMembers.java @@ -303,7 +303,7 @@ public final class StoreChannelMembers extends StoreV2 { private final boolean allowOwnerIndicator(long j) { Collection values; boolean z2; - Map map = this.storeGuilds.getGuildRolesInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Map map = this.storeGuilds.getGuildRolesInternal$app_productionGoogleRelease().get(Long.valueOf(j)); boolean z3 = false; if (map != null && (values = map.values()) != null && !values.isEmpty()) { Iterator it = values.iterator(); @@ -410,7 +410,7 @@ public final class StoreChannelMembers extends StoreV2 { int ordinal = group.getType().ordinal(); if (ordinal == 0) { long parseLong = Long.parseLong(id2); - Map map = this.storeGuilds.getGuildRolesInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Map map = this.storeGuilds.getGuildRolesInternal$app_productionGoogleRelease().get(Long.valueOf(j)); if (map == null || (guildRole = map.get(Long.valueOf(parseLong))) == null || (str = guildRole.f()) == null) { str = ""; } @@ -427,11 +427,11 @@ public final class StoreChannelMembers extends StoreV2 { @StoreThread private final ChannelMemberList.Row makeMember(long j, long j2, boolean z2) { - Guild guild = this.storeGuilds.getGuildsInternal$app_productionBetaRelease().get(Long.valueOf(j)); - Map map = this.storeGuilds.getGuildMembersComputedInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Guild guild = this.storeGuilds.getGuildsInternal$app_productionGoogleRelease().get(Long.valueOf(j)); + Map map = this.storeGuilds.getGuildMembersComputedInternal$app_productionGoogleRelease().get(Long.valueOf(j)); Integer num = null; GuildMember guildMember = map != null ? map.get(Long.valueOf(j2)) : null; - User user = this.storeUser.getUsersInternal$app_productionBetaRelease().get(Long.valueOf(j2)); + User user = this.storeUser.getUsersInternal$app_productionGoogleRelease().get(Long.valueOf(j2)); if (user == null || guildMember == null) { return null; } diff --git a/app/src/main/java/com/discord/stores/StoreChannels$observeInitializedForAuthedUser$1.java b/app/src/main/java/com/discord/stores/StoreChannels$observeInitializedForAuthedUser$1.java index 1641578680..8500b57bea 100644 --- a/app/src/main/java/com/discord/stores/StoreChannels$observeInitializedForAuthedUser$1.java +++ b/app/src/main/java/com/discord/stores/StoreChannels$observeInitializedForAuthedUser$1.java @@ -17,6 +17,6 @@ public final class StoreChannels$observeInitializedForAuthedUser$1 extends o imp @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final Boolean mo1invoke() { - return this.this$0.getInitializedForAuthedUser$app_productionBetaRelease(); + return this.this$0.getInitializedForAuthedUser$app_productionGoogleRelease(); } } diff --git a/app/src/main/java/com/discord/stores/StoreChannels.java b/app/src/main/java/com/discord/stores/StoreChannels.java index 31ae7c734d..b8b57ca0ac 100644 --- a/app/src/main/java/com/discord/stores/StoreChannels.java +++ b/app/src/main/java/com/discord/stores/StoreChannels.java @@ -140,20 +140,20 @@ public final class StoreChannels extends StoreV2 { return storeChannels.observeIds(z2); } - public static /* synthetic */ void storeThread$app_productionBetaRelease$default(StoreChannels storeChannels, Channel channel, long j, Channel channel2, int i, Object obj) { + public static /* synthetic */ void storeThread$app_productionGoogleRelease$default(StoreChannels storeChannels, Channel channel, long j, Channel channel2, int i, Object obj) { if ((i & 2) != 0) { j = 0; } if ((i & 4) != 0) { channel2 = null; } - storeChannels.storeThread$app_productionBetaRelease(channel, j, channel2); + storeChannels.storeThread$app_productionGoogleRelease(channel, j, channel2); } @StoreThread private final void updateInitializationState() { boolean z2 = this.initializedForAuthedUser; - boolean z3 = this.isAuthenticated.mo1invoke().booleanValue() && ((getChannelsByIdInternal$app_productionBetaRelease().isEmpty() ^ true) || this.handledReadyPayload || this.isStoreInitTimedOut); + boolean z3 = this.isAuthenticated.mo1invoke().booleanValue() && ((getChannelsByIdInternal$app_productionGoogleRelease().isEmpty() ^ true) || this.handledReadyPayload || this.isStoreInitTimedOut); if (!z2 && z3) { this.initializedForAuthedUser = true; markChanged(InitializedUpdateSource); @@ -161,7 +161,7 @@ public final class StoreChannels extends StoreV2 { } @StoreThread - public final Channel findChannelByIdInternal$app_productionBetaRelease(long j) { + public final Channel findChannelByIdInternal$app_productionGoogleRelease(long j) { if (this.threadsById.containsKey(Long.valueOf(j))) { return this.threadsById.get(Long.valueOf(j)); } @@ -176,7 +176,7 @@ public final class StoreChannels extends StoreV2 { } @StoreThread - public final List findChannelsByCategoryInternal$app_productionBetaRelease(long j, long j2) { + public final List findChannelsByCategoryInternal$app_productionGoogleRelease(long j, long j2) { Collection values; Map map = this.channelsByGuild.get(Long.valueOf(j)); if (map == null || (values = map.values()) == null) { @@ -197,7 +197,7 @@ public final class StoreChannels extends StoreV2 { } @StoreThread - public final Channel getChannelInternal$app_productionBetaRelease(long j, long j2) { + public final Channel getChannelInternal$app_productionGoogleRelease(long j, long j2) { Channel channel; Map map = this.channelsByGuild.get(Long.valueOf(j)); return (map == null || (channel = map.get(Long.valueOf(j2))) == null) ? this.threadsById.get(Long.valueOf(j2)) : channel; @@ -208,17 +208,17 @@ public final class StoreChannels extends StoreV2 { } @StoreThread - public final Map getChannelNamesInternal$app_productionBetaRelease() { + public final Map getChannelNamesInternal$app_productionGoogleRelease() { return this.channelNames; } @StoreThread - public final Map> getChannelsByGuildInternal$app_productionBetaRelease() { + public final Map> getChannelsByGuildInternal$app_productionGoogleRelease() { return this.channelsByGuild; } @StoreThread - public final Map getChannelsByIdInternal$app_productionBetaRelease() { + public final Map getChannelsByIdInternal$app_productionGoogleRelease() { Collection> values = this.channelsByGuild.values(); ArrayList arrayList = new ArrayList(); Iterator it = values.iterator(); @@ -238,12 +238,12 @@ public final class StoreChannels extends StoreV2 { } @StoreThread - public final Map getChannelsForGuildInternal$app_productionBetaRelease(long j) { + public final Map getChannelsForGuildInternal$app_productionGoogleRelease(long j) { return this.channelsByGuild.get(Long.valueOf(j)); } @StoreThread - public final Channel getGuildChannelInternal$app_productionBetaRelease(long j, long j2) { + public final Channel getGuildChannelInternal$app_productionGoogleRelease(long j, long j2) { Map map = this.channelsByGuild.get(Long.valueOf(j)); if (map != null) { return map.get(Long.valueOf(j2)); @@ -251,17 +251,17 @@ public final class StoreChannels extends StoreV2 { return null; } - public final boolean getInitializedForAuthedUser$app_productionBetaRelease() { + public final boolean getInitializedForAuthedUser$app_productionGoogleRelease() { return this.initializedForAuthedUser; } @StoreThread - public final Map getThreadsByIdInternal$app_productionBetaRelease() { + public final Map getThreadsByIdInternal$app_productionGoogleRelease() { return this.threadsById; } @StoreThread - public final List getThreadsForChannelInternal$app_productionBetaRelease(long j) { + public final List getThreadsForChannelInternal$app_productionGoogleRelease(long j) { Collection values = this.threadsById.values(); ArrayList arrayList = new ArrayList(); for (Object obj : values) { @@ -273,7 +273,7 @@ public final class StoreChannels extends StoreV2 { } @StoreThread - public final List getThreadsForGuildInternal$app_productionBetaRelease(long j) { + public final List getThreadsForGuildInternal$app_productionGoogleRelease(long j) { Collection values = this.threadsById.values(); ArrayList arrayList = new ArrayList(); for (Object obj : values) { @@ -291,7 +291,7 @@ public final class StoreChannels extends StoreV2 { long e = !AnimatableValueParser.r1(channel) ? channel.e() : 0; long g = channel.g(); if (AnimatableValueParser.y1(channel)) { - storeThread$app_productionBetaRelease$default(this, channel, e, null, 4, null); + storeThread$app_productionGoogleRelease$default(this, channel, e, null, 4, null); } else { Map> map = this.channelsByGuild; Long valueOf = Long.valueOf(e); @@ -311,8 +311,8 @@ public final class StoreChannels extends StoreV2 { } boolean n = channel.n(); if (channel2 == null || n != channel2.n()) { - for (Channel channel3 : getThreadsForChannelInternal$app_productionBetaRelease(channel.g())) { - storeThread$app_productionBetaRelease(channel3, e, channel); + for (Channel channel3 : getThreadsForChannelInternal$app_productionGoogleRelease(channel.g())) { + storeThread$app_productionGoogleRelease(channel3, e, channel); } } this.channelNames.put(Long.valueOf(g), AnimatableValueParser.y0(channel)); @@ -400,14 +400,14 @@ public final class StoreChannels extends StoreV2 { if (K != null) { for (Channel channel4 : K) { if (AnimatableValueParser.y1(channel4)) { - storeThread$app_productionBetaRelease$default(this, channel4, guild.o(), null, 4, null); + storeThread$app_productionGoogleRelease$default(this, channel4, guild.o(), null, 4, null); } } } } for (Channel channel5 : this.preloadedThreads.values()) { if (!this.threadsById.containsKey(Long.valueOf(channel5.g()))) { - storeThread$app_productionBetaRelease$default(this, channel5, channel5.e(), null, 4, null); + storeThread$app_productionGoogleRelease$default(this, channel5, channel5.e(), null, 4, null); } } this.preloadedThreads.clear(); @@ -513,7 +513,7 @@ public final class StoreChannels extends StoreV2 { if (K != null) { for (Channel channel2 : K) { if (AnimatableValueParser.y1(channel2)) { - storeThread$app_productionBetaRelease$default(this, channel2, guild.o(), null, 4, null); + storeThread$app_productionGoogleRelease$default(this, channel2, guild.o(), null, 4, null); } } } @@ -547,7 +547,7 @@ public final class StoreChannels extends StoreV2 { if (!this.threadsById.containsKey(Long.valueOf(thread.g()))) { m.checkNotNullExpressionValue(thread, "thread"); if (AnimatableValueParser.y1(thread)) { - storeThread$app_productionBetaRelease$default(this, thread, 0, null, 6, null); + storeThread$app_productionGoogleRelease$default(this, thread, 0, null, 6, null); markChanged(); } } @@ -568,7 +568,7 @@ public final class StoreChannels extends StoreV2 { if (threads != null) { for (Channel channel : threads) { if (!this.threadsById.containsKey(Long.valueOf(channel.g())) && AnimatableValueParser.y1(channel)) { - storeThread$app_productionBetaRelease$default(this, channel, 0, null, 6, null); + storeThread$app_productionGoogleRelease$default(this, channel, 0, null, 6, null); markChanged(); } } @@ -580,7 +580,7 @@ public final class StoreChannels extends StoreV2 { if (thread != null && !this.threadsById.containsKey(Long.valueOf(thread.g()))) { m.checkNotNullExpressionValue(thread, "thread"); if (AnimatableValueParser.y1(thread)) { - storeThread$app_productionBetaRelease$default(this, thread, 0, null, 6, null); + storeThread$app_productionGoogleRelease$default(this, thread, 0, null, 6, null); markChanged(); } } @@ -608,7 +608,7 @@ public final class StoreChannels extends StoreV2 { if (!modelThreadListSync.getThreads().isEmpty()) { for (Channel channel : modelThreadListSync.getThreads()) { if (AnimatableValueParser.y1(channel)) { - storeThread$app_productionBetaRelease$default(this, channel, modelThreadListSync.getGuildId(), null, 4, null); + storeThread$app_productionGoogleRelease$default(this, channel, modelThreadListSync.getGuildId(), null, 4, null); } } markChanged(); @@ -737,7 +737,7 @@ public final class StoreChannels extends StoreV2 { this.dispatcher.schedule(new StoreChannels$onGroupCreated$1(this, channel)); } - public final void setInitializedForAuthedUser$app_productionBetaRelease(boolean z2) { + public final void setInitializedForAuthedUser$app_productionGoogleRelease(boolean z2) { this.initializedForAuthedUser = z2; } @@ -794,7 +794,7 @@ public final class StoreChannels extends StoreV2 { /* JADX WARNING: Removed duplicated region for block: B:12:0x003e */ /* JADX WARNING: Removed duplicated region for block: B:13:0x0043 */ @StoreThread - public final void storeThread$app_productionBetaRelease(Channel channel, long j, Channel channel2) { + public final void storeThread$app_productionGoogleRelease(Channel channel, long j, Channel channel2) { Boolean bool; boolean n; m.checkNotNullParameter(channel, "thread"); @@ -802,9 +802,9 @@ public final class StoreChannels extends StoreV2 { if (channel2 != null) { n = channel2.n(); } else { - Channel channelInternal$app_productionBetaRelease = getChannelInternal$app_productionBetaRelease(channel.e(), channel.q()); - if (channelInternal$app_productionBetaRelease != null) { - n = channelInternal$app_productionBetaRelease.n(); + Channel channelInternal$app_productionGoogleRelease = getChannelInternal$app_productionGoogleRelease(channel.e(), channel.q()); + if (channelInternal$app_productionGoogleRelease != null) { + n = channelInternal$app_productionGoogleRelease.n(); } else { bool = null; this.threadsById.put(Long.valueOf(channel.g()), Channel.a(channel, null, 0, e, null, 0, 0, 0, null, null, 0, null, 0, 0, null, 0, 0, null, bool == null ? bool.booleanValue() : channel.n(), 0, null, 0, null, null, null, null, null, null, null, 268304379)); diff --git a/app/src/main/java/com/discord/stores/StoreChannelsSelected.java b/app/src/main/java/com/discord/stores/StoreChannelsSelected.java index 484b50096a..0e07cce83e 100644 --- a/app/src/main/java/com/discord/stores/StoreChannelsSelected.java +++ b/app/src/main/java/com/discord/stores/StoreChannelsSelected.java @@ -648,7 +648,7 @@ public final class StoreChannelsSelected extends StoreV2 { } if (z2) { ResolvedSelectedChannel.Channel channel2 = (ResolvedSelectedChannel.Channel) resolvedSelectedChannel; - this.stream.getAnalytics$app_productionBetaRelease().trackChannelOpened(resolvedSelectedChannel.getId(), channel2.getAnalyticsViewType(), channel2.getAnalyticsLocation()); + this.stream.getAnalytics$app_productionGoogleRelease().trackChannelOpened(resolvedSelectedChannel.getId(), channel2.getAnalyticsViewType(), channel2.getAnalyticsLocation()); } updateInitializationState(); markChanged(); @@ -671,9 +671,9 @@ public final class StoreChannelsSelected extends StoreV2 { @StoreThread private final void updateInitializationState() { - boolean z2 = this.stream.getAuthentication$app_productionBetaRelease().getAuthToken$app_productionBetaRelease() != null; + boolean z2 = this.stream.getAuthentication$app_productionGoogleRelease().getAuthToken$app_productionGoogleRelease() != null; boolean z3 = this.initializedForAuthedUser; - boolean z4 = z2 && this.storeChannels.getInitializedForAuthedUser$app_productionBetaRelease() && ((this.userChannelSelections.isEmpty() ^ true) || this.handledReadyPayload || this.isStoreInitTimedOut) && (m.areEqual(this.selectedChannel, ResolvedSelectedChannel.Uninitialized.INSTANCE) ^ true); + boolean z4 = z2 && this.storeChannels.getInitializedForAuthedUser$app_productionGoogleRelease() && ((this.userChannelSelections.isEmpty() ^ true) || this.handledReadyPayload || this.isStoreInitTimedOut) && (m.areEqual(this.selectedChannel, ResolvedSelectedChannel.Uninitialized.INSTANCE) ^ true); if (!z3 && z4) { this.initializedForAuthedUser = true; markChanged(InitializedUpdateSource); @@ -686,10 +686,10 @@ public final class StoreChannelsSelected extends StoreV2 { if (subscription != null) { subscription.unsubscribe(); } - Map channelsByIdInternal$app_productionBetaRelease = this.storeChannels.getChannelsByIdInternal$app_productionBetaRelease(); - boolean initializedForAuthedUser$app_productionBetaRelease = this.storeChannels.getInitializedForAuthedUser$app_productionBetaRelease(); - long selectedGuildIdInternal$app_productionBetaRelease = this.storeGuildSelected.getSelectedGuildIdInternal$app_productionBetaRelease(); - Observable s2 = ObservableExtensionsKt.computationLatest(ObservationDeck.connectRx$default(this.observationDeck, new ObservationDeck.UpdateSource[]{this.storeGuildSelected, this.storeChannels, this.storePermissions}, false, null, null, new StoreChannelsSelected$validateSelectedChannel$1(this, this.userChannelSelections.get(Long.valueOf(selectedGuildIdInternal$app_productionBetaRelease)), channelsByIdInternal$app_productionBetaRelease, selectedGuildIdInternal$app_productionBetaRelease, this.storePermissions.getPermissionsByChannelInternal$app_productionBetaRelease(selectedGuildIdInternal$app_productionBetaRelease), initializedForAuthedUser$app_productionBetaRelease), 14, null)).s(); + Map channelsByIdInternal$app_productionGoogleRelease = this.storeChannels.getChannelsByIdInternal$app_productionGoogleRelease(); + boolean initializedForAuthedUser$app_productionGoogleRelease = this.storeChannels.getInitializedForAuthedUser$app_productionGoogleRelease(); + long selectedGuildIdInternal$app_productionGoogleRelease = this.storeGuildSelected.getSelectedGuildIdInternal$app_productionGoogleRelease(); + Observable s2 = ObservableExtensionsKt.computationLatest(ObservationDeck.connectRx$default(this.observationDeck, new ObservationDeck.UpdateSource[]{this.storeGuildSelected, this.storeChannels, this.storePermissions}, false, null, null, new StoreChannelsSelected$validateSelectedChannel$1(this, this.userChannelSelections.get(Long.valueOf(selectedGuildIdInternal$app_productionGoogleRelease)), channelsByIdInternal$app_productionGoogleRelease, selectedGuildIdInternal$app_productionGoogleRelease, this.storePermissions.getPermissionsByChannelInternal$app_productionGoogleRelease(selectedGuildIdInternal$app_productionGoogleRelease), initializedForAuthedUser$app_productionGoogleRelease), 14, null)).s(); m.checkNotNullExpressionValue(s2, "observationDeck\n … .distinctUntilChanged()"); ObservableExtensionsKt.appSubscribe$default(s2, StoreChannelsSelected.class, (Context) null, new StoreChannelsSelected$validateSelectedChannel$2(this), (Function1) null, (Function0) null, (Function0) null, new StoreChannelsSelected$validateSelectedChannel$3(this), 58, (Object) null); } @@ -773,7 +773,7 @@ public final class StoreChannelsSelected extends StoreV2 { @StoreThread public final void handleGuildAdd(Guild guild) { m.checkNotNullParameter(guild, "guild"); - if (this.storeGuildSelected.getSelectedGuildIdInternal$app_productionBetaRelease() == guild.o()) { + if (this.storeGuildSelected.getSelectedGuildIdInternal$app_productionGoogleRelease() == guild.o()) { validateSelectedChannel(); } } diff --git a/app/src/main/java/com/discord/stores/StoreClientVersion.java b/app/src/main/java/com/discord/stores/StoreClientVersion.java index a22e0e3ccc..05bb553681 100644 --- a/app/src/main/java/com/discord/stores/StoreClientVersion.java +++ b/app/src/main/java/com/discord/stores/StoreClientVersion.java @@ -15,7 +15,7 @@ public final class StoreClientVersion extends Store { private int clientMinVersion; private final String clientMinVersionKey = "CLIENT_OUTDATED_KEY"; private final SerializedSubject clientOutdatedSubject = new SerializedSubject<>(BehaviorSubject.m0(Boolean.FALSE)); - private final int clientVersion = 80108; + private final int clientVersion = 80011; public static final /* synthetic */ void access$setClientMinVersion(StoreClientVersion storeClientVersion, int i) { storeClientVersion.setClientMinVersion(i); diff --git a/app/src/main/java/com/discord/stores/StoreConnectivity.java b/app/src/main/java/com/discord/stores/StoreConnectivity.java index a903944969..885848193c 100644 --- a/app/src/main/java/com/discord/stores/StoreConnectivity.java +++ b/app/src/main/java/com/discord/stores/StoreConnectivity.java @@ -281,7 +281,7 @@ public final class StoreConnectivity extends StoreV2 { public final void init(NetworkMonitor networkMonitor) { m.checkNotNullParameter(networkMonitor, "networkMonitor"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(networkMonitor.observeState()), StoreConnectivity.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreConnectivity$init$1(this), 62, (Object) null); - ObservableExtensionsKt.appSubscribe$default(this.stream.getMessagesLoader$app_productionBetaRelease().observeChannelMessagesLoading(), StoreConnectivity.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreConnectivity$init$2(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(this.stream.getMessagesLoader$app_productionGoogleRelease().observeChannelMessagesLoading(), StoreConnectivity.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreConnectivity$init$2(this), 62, (Object) null); } public final Observable observeState() { diff --git a/app/src/main/java/com/discord/stores/StoreDynamicLink$handleDataReceived$1.java b/app/src/main/java/com/discord/stores/StoreDynamicLink$handleDataReceived$1.java index f63a5266c3..9df53b7ee4 100644 --- a/app/src/main/java/com/discord/stores/StoreDynamicLink$handleDataReceived$1.java +++ b/app/src/main/java/com/discord/stores/StoreDynamicLink$handleDataReceived$1.java @@ -19,16 +19,16 @@ public final class StoreDynamicLink$handleDataReceived$1 extends o implements Fu @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - StoreAuthentication authentication$app_productionBetaRelease = StoreDynamicLink.access$getStream$p(this.this$0).getAuthentication$app_productionBetaRelease(); + StoreAuthentication authentication$app_productionGoogleRelease = StoreDynamicLink.access$getStream$p(this.this$0).getAuthentication$app_productionGoogleRelease(); StoreDynamicLink.DynamicLinkData dynamicLinkData = this.$data; String str = null; - authentication$app_productionBetaRelease.setFingerprint(dynamicLinkData != null ? dynamicLinkData.getFingerprint() : null, false); + authentication$app_productionGoogleRelease.setFingerprint(dynamicLinkData != null ? dynamicLinkData.getFingerprint() : null, false); StoreDynamicLink.DynamicLinkData dynamicLinkData2 = this.$data; if (dynamicLinkData2 != null) { str = dynamicLinkData2.getAuthToken(); } if (str != null) { - StoreDynamicLink.access$getStream$p(this.this$0).getAuthentication$app_productionBetaRelease().setAuthed(this.$data.getAuthToken()); + StoreDynamicLink.access$getStream$p(this.this$0).getAuthentication$app_productionGoogleRelease().setAuthed(this.$data.getAuthToken()); } } } diff --git a/app/src/main/java/com/discord/stores/StoreEmojiCustom.java b/app/src/main/java/com/discord/stores/StoreEmojiCustom.java index 44484ea596..b312da98f6 100644 --- a/app/src/main/java/com/discord/stores/StoreEmojiCustom.java +++ b/app/src/main/java/com/discord/stores/StoreEmojiCustom.java @@ -137,7 +137,7 @@ public final class StoreEmojiCustom extends StoreV2 { GuildMember guildMember; m.checkNotNullParameter(guildEmojisUpdate, "emojiUpdate"); long c2 = guildEmojisUpdate.c(); - Map map = this.stream.getGuilds$app_productionBetaRelease().getGuildMembersComputedInternal$app_productionBetaRelease().get(Long.valueOf(c2)); + Map map = this.stream.getGuilds$app_productionGoogleRelease().getGuildMembersComputedInternal$app_productionGoogleRelease().get(Long.valueOf(c2)); List a = guildEmojisUpdate.a(); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(a, 10)); for (GuildEmoji guildEmoji : a) { diff --git a/app/src/main/java/com/discord/stores/StoreExperiments.java b/app/src/main/java/com/discord/stores/StoreExperiments.java index c428790041..b73cbea9c3 100644 --- a/app/src/main/java/com/discord/stores/StoreExperiments.java +++ b/app/src/main/java/com/discord/stores/StoreExperiments.java @@ -381,9 +381,9 @@ public final class StoreExperiments extends StoreV2 { if (num != null) { return new Experiment(guildExperimentDto != null ? guildExperimentDto.getRevision() : 0, num.intValue(), 0, true, StoreExperiments$getGuildExperiment$1.INSTANCE); } - Experiment memoizedGuildExperiment$app_productionBetaRelease = getMemoizedGuildExperiment$app_productionBetaRelease(j + ':' + str, j); - if (memoizedGuildExperiment$app_productionBetaRelease != null) { - return memoizedGuildExperiment$app_productionBetaRelease; + Experiment memoizedGuildExperiment$app_productionGoogleRelease = getMemoizedGuildExperiment$app_productionGoogleRelease(j + ':' + str, j); + if (memoizedGuildExperiment$app_productionGoogleRelease != null) { + return memoizedGuildExperiment$app_productionGoogleRelease; } if (guildExperimentDto == null) { return null; @@ -398,7 +398,7 @@ public final class StoreExperiments extends StoreV2 { return experiment; } - public final synchronized Experiment getMemoizedGuildExperiment$app_productionBetaRelease(String str, long j) { + public final synchronized Experiment getMemoizedGuildExperiment$app_productionGoogleRelease(String str, long j) { m.checkNotNullParameter(str, "experimentName"); return this.memoizedGuildExperiments.get(str + ':' + j); } diff --git a/app/src/main/java/com/discord/stores/StoreGatewayConnection$streamCreate$1.java b/app/src/main/java/com/discord/stores/StoreGatewayConnection$streamCreate$1.java index be5577a0e2..4c065bec10 100644 --- a/app/src/main/java/com/discord/stores/StoreGatewayConnection$streamCreate$1.java +++ b/app/src/main/java/com/discord/stores/StoreGatewayConnection$streamCreate$1.java @@ -32,9 +32,9 @@ public final class StoreGatewayConnection$streamCreate$1 extends o implements Fu public final void invoke(GatewaySocket gatewaySocket) { m.checkNotNullParameter(gatewaySocket, "gatewaySocket"); - String activeApplicationStreamKeyInternal$app_productionBetaRelease = StoreGatewayConnection.access$getStream$p(this.this$0).getApplicationStreaming$app_productionBetaRelease().getActiveApplicationStreamKeyInternal$app_productionBetaRelease(); - if (activeApplicationStreamKeyInternal$app_productionBetaRelease != null && (!m.areEqual(activeApplicationStreamKeyInternal$app_productionBetaRelease, this.$streamKey))) { - this.this$0.streamDelete(activeApplicationStreamKeyInternal$app_productionBetaRelease); + String activeApplicationStreamKeyInternal$app_productionGoogleRelease = StoreGatewayConnection.access$getStream$p(this.this$0).getApplicationStreaming$app_productionGoogleRelease().getActiveApplicationStreamKeyInternal$app_productionGoogleRelease(); + if (activeApplicationStreamKeyInternal$app_productionGoogleRelease != null && (!m.areEqual(activeApplicationStreamKeyInternal$app_productionGoogleRelease, this.$streamKey))) { + this.this$0.streamDelete(activeApplicationStreamKeyInternal$app_productionGoogleRelease); } ModelApplicationStream modelApplicationStream = this.$newStream; gatewaySocket.streamCreate(this.$newStream.getType(), this.$newStream.getChannelId(), modelApplicationStream instanceof ModelApplicationStream.GuildStream ? Long.valueOf(((ModelApplicationStream.GuildStream) modelApplicationStream).getGuildId()) : null, this.$preferredRegion); diff --git a/app/src/main/java/com/discord/stores/StoreGatewayConnection$streamWatch$1.java b/app/src/main/java/com/discord/stores/StoreGatewayConnection$streamWatch$1.java index 155fe26fb1..a537713ac9 100644 --- a/app/src/main/java/com/discord/stores/StoreGatewayConnection$streamWatch$1.java +++ b/app/src/main/java/com/discord/stores/StoreGatewayConnection$streamWatch$1.java @@ -27,9 +27,9 @@ public final class StoreGatewayConnection$streamWatch$1 extends o implements Fun public final void invoke(GatewaySocket gatewaySocket) { m.checkNotNullParameter(gatewaySocket, "it"); - String activeApplicationStreamKeyInternal$app_productionBetaRelease = StoreGatewayConnection.access$getStream$p(this.this$0).getApplicationStreaming$app_productionBetaRelease().getActiveApplicationStreamKeyInternal$app_productionBetaRelease(); - if (activeApplicationStreamKeyInternal$app_productionBetaRelease != null && (!m.areEqual(activeApplicationStreamKeyInternal$app_productionBetaRelease, this.$streamKey))) { - this.this$0.streamDelete(activeApplicationStreamKeyInternal$app_productionBetaRelease); + String activeApplicationStreamKeyInternal$app_productionGoogleRelease = StoreGatewayConnection.access$getStream$p(this.this$0).getApplicationStreaming$app_productionGoogleRelease().getActiveApplicationStreamKeyInternal$app_productionGoogleRelease(); + if (activeApplicationStreamKeyInternal$app_productionGoogleRelease != null && (!m.areEqual(activeApplicationStreamKeyInternal$app_productionGoogleRelease, this.$streamKey))) { + this.this$0.streamDelete(activeApplicationStreamKeyInternal$app_productionGoogleRelease); } gatewaySocket.streamWatch(this.$streamKey); } diff --git a/app/src/main/java/com/discord/stores/StoreGatewayConnection.java b/app/src/main/java/com/discord/stores/StoreGatewayConnection.java index 5f902aab9d..55b4a92efb 100644 --- a/app/src/main/java/com/discord/stores/StoreGatewayConnection.java +++ b/app/src/main/java/com/discord/stores/StoreGatewayConnection.java @@ -196,12 +196,12 @@ public final class StoreGatewayConnection implements GatewayEventHandler { m.checkNotNullParameter(scheduler, "scheduler"); m.checkNotNullParameter(function1, "callback"); Observable a = d.d.a(); - Observable authedToken$app_productionBetaRelease = storeStream.getAuthentication$app_productionBetaRelease().getAuthedToken$app_productionBetaRelease(); - Observable observeSelectedVoiceChannelId = storeStream.getVoiceChannelSelected$app_productionBetaRelease().observeSelectedVoiceChannelId(); + Observable authedToken$app_productionGoogleRelease = storeStream.getAuthentication$app_productionGoogleRelease().getAuthedToken$app_productionGoogleRelease(); + Observable observeSelectedVoiceChannelId = storeStream.getVoiceChannelSelected$app_productionGoogleRelease().observeSelectedVoiceChannelId(); n nVar = n.f45c; Observable s2 = n.b.G(c.a.d.m.i).s(); m.checkNotNullExpressionValue(s2, "numGatewayConnectionCons… .distinctUntilChanged()"); - Observable g = Observable.g(a, authedToken$app_productionBetaRelease, observeSelectedVoiceChannelId, s2, storeStream.getClientDataState$app_productionBetaRelease().observeClientState(), new StoreGatewayConnection$sam$rx_functions_Func5$0(new StoreGatewayConnection$ClientState$Companion$initialize$1(this))); + Observable g = Observable.g(a, authedToken$app_productionGoogleRelease, observeSelectedVoiceChannelId, s2, storeStream.getClientDataState$app_productionGoogleRelease().observeClientState(), new StoreGatewayConnection$sam$rx_functions_Func5$0(new StoreGatewayConnection$ClientState$Companion$initialize$1(this))); m.checkNotNullExpressionValue(g, "Observable\n .… ::create\n )"); Observable J = ObservableExtensionsKt.computationLatest(g).J(scheduler); m.checkNotNullExpressionValue(J, "Observable\n .… .observeOn(scheduler)"); @@ -799,7 +799,7 @@ public final class StoreGatewayConnection implements GatewayEventHandler { @Override // com.discord.gateway.GatewayEventHandler public void handleDisconnect(boolean z2) { if (z2) { - this.stream.getAuthentication$app_productionBetaRelease().logout(); + this.stream.getAuthentication$app_productionGoogleRelease().logout(); } } diff --git a/app/src/main/java/com/discord/stores/StoreGuildMemberRequester.java b/app/src/main/java/com/discord/stores/StoreGuildMemberRequester.java index 74af3599ed..62b8d9051f 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildMemberRequester.java +++ b/app/src/main/java/com/discord/stores/StoreGuildMemberRequester.java @@ -43,7 +43,7 @@ public final class StoreGuildMemberRequester extends Store { @StoreThread private final boolean guildMemberExists(long j, long j2) { - Map map = this.collector.getGuilds$app_productionBetaRelease().getGuildMembersComputedInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Map map = this.collector.getGuilds$app_productionGoogleRelease().getGuildMembersComputedInternal$app_productionGoogleRelease().get(Long.valueOf(j)); return (map != null ? map.get(Long.valueOf(j2)) : null) != null; } @@ -64,7 +64,7 @@ public final class StoreGuildMemberRequester extends Store { @StoreThread private final void sendRequests(long j, List list) { - StoreGatewayConnection.requestGuildMembers$default(this.collector.getGatewaySocket$app_productionBetaRelease(), j, null, list, null, 2, null); + StoreGatewayConnection.requestGuildMembers$default(this.collector.getGatewaySocket$app_productionGoogleRelease(), j, null, list, null, 2, null); } @StoreThread @@ -110,9 +110,9 @@ public final class StoreGuildMemberRequester extends Store { public final void handleLoadMessages(long j, Collection collection) { m.checkNotNullParameter(collection, "messages"); if (this.isConnected) { - Channel findChannelByIdInternal$app_productionBetaRelease = this.collector.getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(j); - if (findChannelByIdInternal$app_productionBetaRelease != null) { - Long valueOf = Long.valueOf(findChannelByIdInternal$app_productionBetaRelease.e()); + Channel findChannelByIdInternal$app_productionGoogleRelease = this.collector.getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(j); + if (findChannelByIdInternal$app_productionGoogleRelease != null) { + Long valueOf = Long.valueOf(findChannelByIdInternal$app_productionGoogleRelease.e()); if (!(valueOf.longValue() > 0)) { valueOf = null; } diff --git a/app/src/main/java/com/discord/stores/StoreGuildSelected.java b/app/src/main/java/com/discord/stores/StoreGuildSelected.java index 01e37013c4..aeb6b1b8bc 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildSelected.java +++ b/app/src/main/java/com/discord/stores/StoreGuildSelected.java @@ -86,7 +86,7 @@ public final class StoreGuildSelected extends StoreV2 { } @StoreThread - public final long getSelectedGuildIdInternal$app_productionBetaRelease() { + public final long getSelectedGuildIdInternal$app_productionGoogleRelease() { Long l = (Long) u.lastOrNull(this.selectedGuildIds); if (l != null) { return l.longValue(); @@ -160,7 +160,7 @@ public final class StoreGuildSelected extends StoreV2 { this.selectedGuildIds.add(0L); } this.analyticsStore.trackGuildViewed(((Number) u.last(this.selectedGuildIds)).longValue()); - Set lurkingGuildIdsSync = this.stream.getLurking$app_productionBetaRelease().getLurkingGuildIdsSync(); + Set lurkingGuildIdsSync = this.stream.getLurking$app_productionGoogleRelease().getLurkingGuildIdsSync(); LeastRecentlyAddedSet leastRecentlyAddedSet = new LeastRecentlyAddedSet<>(0, null, 3, null); LeastRecentlyAddedSet leastRecentlyAddedSet2 = this.selectedGuildIds; ArrayList arrayList = new ArrayList(); diff --git a/app/src/main/java/com/discord/stores/StoreGuildSubscriptions$subscriptionsManager$1.java b/app/src/main/java/com/discord/stores/StoreGuildSubscriptions$subscriptionsManager$1.java index aaee05077d..60b906149a 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildSubscriptions$subscriptionsManager$1.java +++ b/app/src/main/java/com/discord/stores/StoreGuildSubscriptions$subscriptionsManager$1.java @@ -25,6 +25,6 @@ public final class StoreGuildSubscriptions$subscriptionsManager$1 extends o impl public final void invoke(long j, GuildSubscriptions guildSubscriptions) { m.checkNotNullParameter(guildSubscriptions, "subscriptions"); - StoreGuildSubscriptions.access$getStoreStream$p(this.this$0).getGatewaySocket$app_productionBetaRelease().updateGuildSubscriptions(j, guildSubscriptions); + StoreGuildSubscriptions.access$getStoreStream$p(this.this$0).getGatewaySocket$app_productionGoogleRelease().updateGuildSubscriptions(j, guildSubscriptions); } } diff --git a/app/src/main/java/com/discord/stores/StoreGuildSubscriptions.java b/app/src/main/java/com/discord/stores/StoreGuildSubscriptions.java index 40195dab7c..90d196ceed 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildSubscriptions.java +++ b/app/src/main/java/com/discord/stores/StoreGuildSubscriptions.java @@ -73,7 +73,7 @@ public final class StoreGuildSubscriptions extends StoreV2 { @StoreThread public final void handleConnectionReady(boolean z2) { if (z2) { - long selectedGuildId = this.storeStream.getGuildSelected$app_productionBetaRelease().getSelectedGuildId(); + long selectedGuildId = this.storeStream.getGuildSelected$app_productionGoogleRelease().getSelectedGuildId(); if (selectedGuildId > 0) { handleGuildSelect(selectedGuildId); } @@ -81,7 +81,7 @@ public final class StoreGuildSubscriptions extends StoreV2 { markChanged(); return; } - this.subscriptionsManager.retainAll(n.listOf((Object[]) new Long[]{Long.valueOf(this.storeStream.getGuildSelected$app_productionBetaRelease().getSelectedGuildId()), Long.valueOf(this.storeStream.getRtcConnection$app_productionBetaRelease().getConnectedGuildId())})); + this.subscriptionsManager.retainAll(n.listOf((Object[]) new Long[]{Long.valueOf(this.storeStream.getGuildSelected$app_productionGoogleRelease().getSelectedGuildId()), Long.valueOf(this.storeStream.getRtcConnection$app_productionGoogleRelease().getConnectedGuildId())})); markChanged(); } diff --git a/app/src/main/java/com/discord/stores/StoreGuilds.java b/app/src/main/java/com/discord/stores/StoreGuilds.java index e0cd18ba54..8e0dea9782 100644 --- a/app/src/main/java/com/discord/stores/StoreGuilds.java +++ b/app/src/main/java/com/discord/stores/StoreGuilds.java @@ -249,8 +249,8 @@ public final class StoreGuilds extends StoreV2 { private final void handleHasRoleAndJoinedAt(long j, Map map) { com.discord.api.guildmember.GuildMember guildMember; Long l; - MeUser meInternal$app_productionBetaRelease = this.userStore.getMeInternal$app_productionBetaRelease(); - if (map != null && (guildMember = map.get(Long.valueOf(meInternal$app_productionBetaRelease.getId()))) != null) { + MeUser meInternal$app_productionGoogleRelease = this.userStore.getMeInternal$app_productionGoogleRelease(); + if (map != null && (guildMember = map.get(Long.valueOf(meInternal$app_productionGoogleRelease.getId()))) != null) { UtcDateTime d = guildMember.d(); long f = d != null ? d.f() : 0; if (!this.guildsJoinedAt.containsKey(Long.valueOf(j)) || (l = this.guildsJoinedAt.get(Long.valueOf(j))) == null || l.longValue() != f) { @@ -265,12 +265,12 @@ public final class StoreGuilds extends StoreV2 { } @StoreThread - public final Map> getGuildMembersComputedInternal$app_productionBetaRelease() { + public final Map> getGuildMembersComputedInternal$app_productionGoogleRelease() { return this.guildMembersComputed; } @StoreThread - public final Map> getGuildRolesInternal$app_productionBetaRelease() { + public final Map> getGuildRolesInternal$app_productionGoogleRelease() { return this.guildRoles; } @@ -279,7 +279,7 @@ public final class StoreGuilds extends StoreV2 { } @StoreThread - public final Map getGuildsInternal$app_productionBetaRelease() { + public final Map getGuildsInternal$app_productionGoogleRelease() { return this.guilds; } @@ -288,7 +288,7 @@ public final class StoreGuilds extends StoreV2 { } @StoreThread - public final Map getGuildsJoinedAtInternal$app_productionBetaRelease() { + public final Map getGuildsJoinedAtInternal$app_productionGoogleRelease() { return this.guildsJoinedAt; } @@ -315,7 +315,7 @@ public final class StoreGuilds extends StoreV2 { } @StoreThread - public final Set getUnavailableGuildsInternal$app_productionBetaRelease() { + public final Set getUnavailableGuildsInternal$app_productionGoogleRelease() { return this.guildsUnavailable; } diff --git a/app/src/main/java/com/discord/stores/StoreGuildsSorted.java b/app/src/main/java/com/discord/stores/StoreGuildsSorted.java index 494d18abed..f6b8692107 100644 --- a/app/src/main/java/com/discord/stores/StoreGuildsSorted.java +++ b/app/src/main/java/com/discord/stores/StoreGuildsSorted.java @@ -348,14 +348,14 @@ public final class StoreGuildsSorted extends StoreV2 { @StoreThread private final void ensureValidPositions() { - Map guildsInternal$app_productionBetaRelease = this.guildStore.getGuildsInternal$app_productionBetaRelease(); - Set unavailableGuildsInternal$app_productionBetaRelease = this.guildStore.getUnavailableGuildsInternal$app_productionBetaRelease(); + Map guildsInternal$app_productionGoogleRelease = this.guildStore.getGuildsInternal$app_productionGoogleRelease(); + Set unavailableGuildsInternal$app_productionGoogleRelease = this.guildStore.getUnavailableGuildsInternal$app_productionGoogleRelease(); HashSet hashSet = new HashSet(); for (ModelGuildFolder modelGuildFolder : this.positions) { hashSet.addAll(modelGuildFolder.getGuildIds()); } - for (Guild guild : guildsInternal$app_productionBetaRelease.values()) { - if (!hashSet.contains(Long.valueOf(guild.getId())) && !this.lurkingGuildStore.isLurking$app_productionBetaRelease(guild)) { + for (Guild guild : guildsInternal$app_productionGoogleRelease.values()) { + if (!hashSet.contains(Long.valueOf(guild.getId())) && !this.lurkingGuildStore.isLurking$app_productionGoogleRelease(guild)) { this.positions.add(0, new ModelGuildFolder(null, d0.t.m.listOf(Long.valueOf(guild.getId())), null, null, 8, null)); } } @@ -370,8 +370,8 @@ public final class StoreGuildsSorted extends StoreV2 { ArrayList arrayList = new ArrayList(); for (Object obj2 : guildIds) { long longValue = ((Number) obj2).longValue(); - Guild guild2 = guildsInternal$app_productionBetaRelease.get(Long.valueOf(longValue)); - if (guildsInternal$app_productionBetaRelease.containsKey(Long.valueOf(longValue)) && !unavailableGuildsInternal$app_productionBetaRelease.contains(Long.valueOf(longValue)) && guild2 != null && !this.lurkingGuildStore.isLurking$app_productionBetaRelease(guild2)) { + Guild guild2 = guildsInternal$app_productionGoogleRelease.get(Long.valueOf(longValue)); + if (guildsInternal$app_productionGoogleRelease.containsKey(Long.valueOf(longValue)) && !unavailableGuildsInternal$app_productionGoogleRelease.contains(Long.valueOf(longValue)) && guild2 != null && !this.lurkingGuildStore.isLurking$app_productionGoogleRelease(guild2)) { arrayList.add(obj2); } } @@ -381,7 +381,7 @@ public final class StoreGuildsSorted extends StoreV2 { Set lurkingGuildIdsSync = this.lurkingGuildStore.getLurkingGuildIdsSync(); ArrayList arrayList2 = new ArrayList(); for (Number number : lurkingGuildIdsSync) { - Guild guild3 = this.guildStore.getGuildsInternal$app_productionBetaRelease().get(Long.valueOf(number.longValue())); + Guild guild3 = this.guildStore.getGuildsInternal$app_productionGoogleRelease().get(Long.valueOf(number.longValue())); Long valueOf = guild3 != null ? Long.valueOf(guild3.getId()) : null; if (valueOf != null) { arrayList2.add(valueOf); @@ -430,13 +430,13 @@ public final class StoreGuildsSorted extends StoreV2 { List guildIds = modelGuildFolder.getGuildIds(); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(guildIds, 10)); for (Number number : guildIds) { - Guild guild = this.guildStore.getGuildsInternal$app_productionBetaRelease().get(Long.valueOf(number.longValue())); + Guild guild = this.guildStore.getGuildsInternal$app_productionGoogleRelease().get(Long.valueOf(number.longValue())); m.checkNotNull(guild); arrayList.add(guild); } this.entries.add(new Entry.Folder(longValue, arrayList, modelGuildFolder.getColor(), modelGuildFolder.getName())); } else { - Guild guild2 = this.guildStore.getGuildsInternal$app_productionBetaRelease().get(u.first((List) modelGuildFolder.getGuildIds())); + Guild guild2 = this.guildStore.getGuildsInternal$app_productionGoogleRelease().get(u.first((List) modelGuildFolder.getGuildIds())); m.checkNotNull(guild2); this.entries.add(new Entry.SingletonGuild(guild2)); } @@ -447,13 +447,13 @@ public final class StoreGuildsSorted extends StoreV2 { @StoreThread private final void updatePositions(State state) { this.positions.clear(); - Map guildsInternal$app_productionBetaRelease = this.guildStore.getGuildsInternal$app_productionBetaRelease(); + Map guildsInternal$app_productionGoogleRelease = this.guildStore.getGuildsInternal$app_productionGoogleRelease(); if (!state.getUserSettingsGuildPositions().isEmpty()) { this.positions.addAll(state.getUserSettingsGuildPositions()); return; } List list = this.positions; - List sortedWith = u.sortedWith(guildsInternal$app_productionBetaRelease.keySet(), new StoreGuildsSorted$updatePositions$1(state, guildsInternal$app_productionBetaRelease)); + List sortedWith = u.sortedWith(guildsInternal$app_productionGoogleRelease.keySet(), new StoreGuildsSorted$updatePositions$1(state, guildsInternal$app_productionGoogleRelease)); ArrayList arrayList = new ArrayList(o.collectionSizeOrDefault(sortedWith, 10)); for (Number number : sortedWith) { arrayList.add(new ModelGuildFolder(null, d0.t.m.listOf(Long.valueOf(number.longValue())), null, null, 8, null)); diff --git a/app/src/main/java/com/discord/stores/StoreInviteSettings.java b/app/src/main/java/com/discord/stores/StoreInviteSettings.java index 84a1f121b7..904422a01a 100644 --- a/app/src/main/java/com/discord/stores/StoreInviteSettings.java +++ b/app/src/main/java/com/discord/stores/StoreInviteSettings.java @@ -195,7 +195,7 @@ public final class StoreInviteSettings extends Store { this.inviteSettingsSubject.onNext(settings); } - public final void trackWithInvite$app_productionBetaRelease(Class cls, Function1 function1) { + public final void trackWithInvite$app_productionGoogleRelease(Class cls, Function1 function1) { m.checkNotNullParameter(cls, "clazz"); m.checkNotNullParameter(function1, "trackBlock"); Observable y2 = getInvite().y(StoreInviteSettings$trackWithInvite$1.INSTANCE); diff --git a/app/src/main/java/com/discord/stores/StoreLurking$startLurkingAndNavigate$1$1$jumpToDestination$1.java b/app/src/main/java/com/discord/stores/StoreLurking$startLurkingAndNavigate$1$1$jumpToDestination$1.java index 4e11b43176..d87f90e18d 100644 --- a/app/src/main/java/com/discord/stores/StoreLurking$startLurkingAndNavigate$1$1$jumpToDestination$1.java +++ b/app/src/main/java/com/discord/stores/StoreLurking$startLurkingAndNavigate$1$1$jumpToDestination$1.java @@ -23,7 +23,7 @@ public final class StoreLurking$startLurkingAndNavigate$1$1$jumpToDestination$1 Long l; Long l2 = this.$channelId; if (l2 == null || ((l2 != null && l2.longValue() == 0) || ((l = this.$channelId) != null && l.longValue() == -1))) { - StoreLurking.access$getStream$p(this.this$0.this$0.this$0).getGuildSelected$app_productionBetaRelease().set(this.this$0.this$0.$guildId); + StoreLurking.access$getStream$p(this.this$0.this$0.this$0).getGuildSelected$app_productionGoogleRelease().set(this.this$0.this$0.$guildId); } else { ChannelSelector.selectChannel$default(ChannelSelector.Companion.getInstance(), this.this$0.this$0.$guildId, this.$channelId.longValue(), null, null, 12, null); } diff --git a/app/src/main/java/com/discord/stores/StoreLurking$startLurkingInternal$4.java b/app/src/main/java/com/discord/stores/StoreLurking$startLurkingInternal$4.java index 9113d4d97a..d00c8c7345 100644 --- a/app/src/main/java/com/discord/stores/StoreLurking$startLurkingInternal$4.java +++ b/app/src/main/java/com/discord/stores/StoreLurking$startLurkingInternal$4.java @@ -30,7 +30,7 @@ public final class StoreLurking$startLurkingInternal$4 extends o implements Func @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - if (!this.this$0.this$0.isLurking$app_productionBetaRelease(this.$it)) { + if (!this.this$0.this$0.isLurking$app_productionGoogleRelease(this.$it)) { StoreLurking.access$getLurkedGuilds$p(this.this$0.this$0).remove(Long.valueOf(this.this$0.$guildId)); StoreLurking.access$getLurkedGuildsSubject$p(this.this$0.this$0).onNext(StoreLurking.access$getLurkedGuilds$p(this.this$0.this$0)); } diff --git a/app/src/main/java/com/discord/stores/StoreLurking.java b/app/src/main/java/com/discord/stores/StoreLurking.java index 9cf3b4a74c..fa7cd6d6ca 100644 --- a/app/src/main/java/com/discord/stores/StoreLurking.java +++ b/app/src/main/java/com/discord/stores/StoreLurking.java @@ -274,8 +274,8 @@ public final class StoreLurking { Logger.w$default(appLog, "Cannot lurk " + j + ':' + l + " with no session", null, 2, null); function0.mo1invoke(); } else if (j != 0 || j == -1) { - Guild guild = this.stream.getGuilds$app_productionBetaRelease().getGuildsInternal$app_productionBetaRelease().get(Long.valueOf(j)); - if (guild == null || isLurking$app_productionBetaRelease(guild)) { + Guild guild = this.stream.getGuilds$app_productionGoogleRelease().getGuildsInternal$app_productionGoogleRelease().get(Long.valueOf(j)); + if (guild == null || isLurking$app_productionGoogleRelease(guild)) { this.lurkedGuilds.put(Long.valueOf(j), new LurkContext(j, z2)); this.lurkedGuildsSubject.onNext(this.lurkedGuilds); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.restSubscribeOn$default(RestAPI.Companion.getApi().joinGuild(j, true, this.sessionId), false, 1, null), StoreLurking.class, (Context) null, (Function1) null, new StoreLurking$startLurkingInternal$3(this, j), (Function0) null, (Function0) null, new StoreLurking$startLurkingInternal$4(this, j, function3, l), 54, (Object) null); @@ -320,7 +320,7 @@ public final class StoreLurking { } @StoreThread - public final void handleConnectionOpen$app_productionBetaRelease(ModelPayload modelPayload) { + public final void handleConnectionOpen$app_productionGoogleRelease(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "payload"); this.sessionId = modelPayload.getSessionId(); LurkRequest lurkRequest = this.lurkRequest; @@ -332,27 +332,27 @@ public final class StoreLurking { } @StoreThread - public final void handleGuildAdd$app_productionBetaRelease(com.discord.api.guild.Guild guild) { + public final void handleGuildAdd$app_productionGoogleRelease(com.discord.api.guild.Guild guild) { LurkContext lurkContext; m.checkNotNullParameter(guild, "guild"); if (!this.lurkedGuilds.keySet().contains(Long.valueOf(guild.o()))) { return; } if (guild.p() == null && (lurkContext = this.lurkedGuilds.get(Long.valueOf(guild.o()))) != null && lurkContext.getShouldNavigate()) { - this.stream.getGuildSelected$app_productionBetaRelease().handleGuildSelected(guild.o()); + this.stream.getGuildSelected$app_productionGoogleRelease().handleGuildSelected(guild.o()); } else if (guild.p() != null) { stopLurkingInternal(guild.o()); } } @StoreThread - public final void handleGuildRemove$app_productionBetaRelease(com.discord.api.guild.Guild guild) { + public final void handleGuildRemove$app_productionGoogleRelease(com.discord.api.guild.Guild guild) { m.checkNotNullParameter(guild, "guild"); stopLurkingInternal(guild.o()); } @StoreThread - public final void handleGuildSelected$app_productionBetaRelease(long j) { + public final void handleGuildSelected$app_productionGoogleRelease(long j) { LurkRequest lurkRequest = this.lurkRequest; if ((lurkRequest == null || j != lurkRequest.getGuildId()) && this.sessionId != null) { this.lurkRequest = null; @@ -361,8 +361,8 @@ public final class StoreLurking { } @StoreThread - public final void handleVoiceChannelSelected$app_productionBetaRelease(long j) { - Channel channel = this.stream.getChannels$app_productionBetaRelease().getChannel(j); + public final void handleVoiceChannelSelected$app_productionGoogleRelease(long j) { + Channel channel = this.stream.getChannels$app_productionGoogleRelease().getChannel(j); Set keySet = this.lurkedGuilds.keySet(); ArrayList arrayList = new ArrayList(); for (Object obj : keySet) { @@ -372,26 +372,26 @@ public final class StoreLurking { } for (Number number : arrayList) { long longValue = number.longValue(); - if (longValue != this.stream.getGuildSelected$app_productionBetaRelease().getSelectedGuildIdInternal$app_productionBetaRelease()) { + if (longValue != this.stream.getGuildSelected$app_productionGoogleRelease().getSelectedGuildIdInternal$app_productionGoogleRelease()) { postLeaveGuild$default(this, longValue, null, null, 6, null); } } } @StoreThread - public final boolean isLurking$app_productionBetaRelease(com.discord.api.guild.Guild guild) { + public final boolean isLurking$app_productionGoogleRelease(com.discord.api.guild.Guild guild) { m.checkNotNullParameter(guild, "guild"); return Companion.access$isLurking(Companion, guild.p() != null, guild.o(), this.lurkedGuilds.keySet()); } @StoreThread - public final boolean isLurking$app_productionBetaRelease(Guild guild) { + public final boolean isLurking$app_productionGoogleRelease(Guild guild) { m.checkNotNullParameter(guild, "guild"); return Companion.access$isLurking(Companion, guild.getJoinedAt() != null, guild.getId(), this.lurkedGuilds.keySet()); } public final Observable isLurkingObs(long j) { - Observable s2 = Observable.j(getLurkingGuildIds(), this.stream.getGuilds$app_productionBetaRelease().observeGuild(j), StoreLurking$isLurkingObs$1.INSTANCE).s(); + Observable s2 = Observable.j(getLurkingGuildIds(), this.stream.getGuilds$app_productionGoogleRelease().observeGuild(j), StoreLurking$isLurkingObs$1.INSTANCE).s(); m.checkNotNullExpressionValue(s2, "Observable\n .co… .distinctUntilChanged()"); return s2; } @@ -401,7 +401,7 @@ public final class StoreLurking { } public final void removeOldLurkingGuilds(long j) { - Channel channel = this.stream.getChannels$app_productionBetaRelease().getChannel(this.stream.getVoiceChannelSelected$app_productionBetaRelease().getSelectedVoiceChannelId()); + Channel channel = this.stream.getChannels$app_productionGoogleRelease().getChannel(this.stream.getVoiceChannelSelected$app_productionGoogleRelease().getSelectedVoiceChannelId()); Long valueOf = channel != null ? Long.valueOf(channel.e()) : null; Set keySet = this.lurkedGuilds.keySet(); ArrayList arrayList = new ArrayList(); @@ -413,7 +413,7 @@ public final class StoreLurking { } ArrayList arrayList2 = new ArrayList(); for (Number number : arrayList) { - Guild guild = this.guildsStore.getGuildsInternal$app_productionBetaRelease().get(Long.valueOf(number.longValue())); + Guild guild = this.guildsStore.getGuildsInternal$app_productionGoogleRelease().get(Long.valueOf(number.longValue())); if (guild != null) { arrayList2.add(guild); } diff --git a/app/src/main/java/com/discord/stores/StoreMFA.java b/app/src/main/java/com/discord/stores/StoreMFA.java index 20d45dd90c..7661201517 100644 --- a/app/src/main/java/com/discord/stores/StoreMFA.java +++ b/app/src/main/java/com/discord/stores/StoreMFA.java @@ -113,7 +113,7 @@ public final class StoreMFA extends StoreV2 { @StoreThread public final void handleUserUpdated(User user) { m.checkNotNullParameter(user, "user"); - if (user.i() == this.stream.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId()) { + if (user.i() == this.stream.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId()) { this.state = new State(MFAActivationState.NONE, false); markChanged(); } diff --git a/app/src/main/java/com/discord/stores/StoreMediaEngine.java b/app/src/main/java/com/discord/stores/StoreMediaEngine.java index f9b259434c..3412ae9829 100644 --- a/app/src/main/java/com/discord/stores/StoreMediaEngine.java +++ b/app/src/main/java/com/discord/stores/StoreMediaEngine.java @@ -544,7 +544,7 @@ public final class StoreMediaEngine extends Store { m.checkNotNullParameter(engineListener, "listener"); jVar.e.add(engineListener); this.mediaEngine = jVar; - Observable G = this.storeStream.getExperiments$app_productionBetaRelease().observeUserExperiment("2021-05_opensl_default_enable_android", true).y(ObservableExtensionsKt$filterNull$1.INSTANCE).G(ObservableExtensionsKt$filterNull$2.INSTANCE); + Observable G = this.storeStream.getExperiments$app_productionGoogleRelease().observeUserExperiment("2021-05_opensl_default_enable_android", true).y(ObservableExtensionsKt$filterNull$1.INSTANCE).G(ObservableExtensionsKt$filterNull$2.INSTANCE); m.checkNotNullExpressionValue(G, "filter { it != null }.map { it!! }"); Observable a02 = G.a0(1); m.checkNotNullExpressionValue(a02, "storeStream.experiments.…erNull()\n .take(1)"); diff --git a/app/src/main/java/com/discord/stores/StoreMediaSettings.java b/app/src/main/java/com/discord/stores/StoreMediaSettings.java index c1a3372ae0..ab36473d49 100644 --- a/app/src/main/java/com/discord/stores/StoreMediaSettings.java +++ b/app/src/main/java/com/discord/stores/StoreMediaSettings.java @@ -518,8 +518,8 @@ public final class StoreMediaSettings extends Store { @StoreThread public final void handleVoiceChannelSelected(long j) { - Channel findChannelByIdInternal$app_productionBetaRelease = this.storeChannels.findChannelByIdInternal$app_productionBetaRelease(j); - if (findChannelByIdInternal$app_productionBetaRelease != null && AnimatableValueParser.r1(findChannelByIdInternal$app_productionBetaRelease)) { + Channel findChannelByIdInternal$app_productionGoogleRelease = this.storeChannels.findChannelByIdInternal$app_productionGoogleRelease(j); + if (findChannelByIdInternal$app_productionGoogleRelease != null && AnimatableValueParser.r1(findChannelByIdInternal$app_productionGoogleRelease)) { setSelfDeafen(false); } } diff --git a/app/src/main/java/com/discord/stores/StoreMentions$handleConnectionOpen$5.java b/app/src/main/java/com/discord/stores/StoreMentions$handleConnectionOpen$5.java index 68164d9437..d012363118 100644 --- a/app/src/main/java/com/discord/stores/StoreMentions$handleConnectionOpen$5.java +++ b/app/src/main/java/com/discord/stores/StoreMentions$handleConnectionOpen$5.java @@ -23,6 +23,6 @@ public final class StoreMentions$handleConnectionOpen$5 extends o implements Fun public final boolean invoke(ModelReadState modelReadState) { m.checkNotNullParameter(modelReadState, "readState"); - return !StoreMentions.access$getStoreChannels$p(this.this$0).getChannelNamesInternal$app_productionBetaRelease().containsKey(Long.valueOf(modelReadState.getChannelId())); + return !StoreMentions.access$getStoreChannels$p(this.this$0).getChannelNamesInternal$app_productionGoogleRelease().containsKey(Long.valueOf(modelReadState.getChannelId())); } } diff --git a/app/src/main/java/com/discord/stores/StoreMentions.java b/app/src/main/java/com/discord/stores/StoreMentions.java index 71b79e24a4..70843885a2 100644 --- a/app/src/main/java/com/discord/stores/StoreMentions.java +++ b/app/src/main/java/com/discord/stores/StoreMentions.java @@ -147,8 +147,8 @@ public final class StoreMentions extends StoreV2 { if (modelMessage.getAuthor().i() == this.myId || modelMessage.getEditedTimestamp() > 0) { return false; } - Map guildSettingsInternal$app_productionBetaRelease = this.storeUserGuildSettings.getGuildSettingsInternal$app_productionBetaRelease(); - if (this.privateChannels.contains(Long.valueOf(modelMessage.getChannelId())) && ((modelNotificationSettings = guildSettingsInternal$app_productionBetaRelease.get(0L)) == null || (channelOverride = modelNotificationSettings.getChannelOverride(modelMessage.getChannelId())) == null || !channelOverride.isMuted())) { + Map guildSettingsInternal$app_productionGoogleRelease = this.storeUserGuildSettings.getGuildSettingsInternal$app_productionGoogleRelease(); + if (this.privateChannels.contains(Long.valueOf(modelMessage.getChannelId())) && ((modelNotificationSettings = guildSettingsInternal$app_productionGoogleRelease.get(0L)) == null || (channelOverride = modelNotificationSettings.getChannelOverride(modelMessage.getChannelId())) == null || !channelOverride.isMuted())) { return true; } List mentions = modelMessage.getMentions(); @@ -174,7 +174,7 @@ public final class StoreMentions extends StoreV2 { if (!z2) { return true; } - ModelNotificationSettings modelNotificationSettings2 = guildSettingsInternal$app_productionBetaRelease.get(Long.valueOf(longValue)); + ModelNotificationSettings modelNotificationSettings2 = guildSettingsInternal$app_productionGoogleRelease.get(Long.valueOf(longValue)); if (!((modelNotificationSettings2 != null && modelNotificationSettings2.isSuppressRoles()) || (list = this.myRoleIds.get(Long.valueOf(longValue))) == null || (mentionRoles = modelMessage.getMentionRoles()) == null)) { Iterator it2 = mentionRoles.iterator(); if (it2.hasNext()) { @@ -184,7 +184,7 @@ public final class StoreMentions extends StoreV2 { if (!modelMessage.isMentionEveryone()) { return false; } - ModelNotificationSettings modelNotificationSettings3 = guildSettingsInternal$app_productionBetaRelease.get(Long.valueOf(longValue)); + ModelNotificationSettings modelNotificationSettings3 = guildSettingsInternal$app_productionGoogleRelease.get(Long.valueOf(longValue)); return modelNotificationSettings3 == null || !modelNotificationSettings3.isSuppressEveryone(); } z2 = false; @@ -417,7 +417,7 @@ public final class StoreMentions extends StoreV2 { } @StoreThread - public final int processMarkUnread$app_productionBetaRelease(long j, List list) { + public final int processMarkUnread$app_productionGoogleRelease(long j, List list) { m.checkNotNullParameter(list, "messagesAfter"); int i = 0; for (ModelMessage modelMessage : list) { diff --git a/app/src/main/java/com/discord/stores/StoreMessageAck$ack$1.java b/app/src/main/java/com/discord/stores/StoreMessageAck$ack$1.java index 48594e8e0f..51ae01cbce 100644 --- a/app/src/main/java/com/discord/stores/StoreMessageAck$ack$1.java +++ b/app/src/main/java/com/discord/stores/StoreMessageAck$ack$1.java @@ -23,15 +23,15 @@ public final class StoreMessageAck$ack$1 extends o implements Function0 { @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - Channel findChannelByIdInternal$app_productionBetaRelease = StoreMessageAck.access$getStream$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.$channelId); - if (findChannelByIdInternal$app_productionBetaRelease == null) { + Channel findChannelByIdInternal$app_productionGoogleRelease = StoreMessageAck.access$getStream$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(this.$channelId); + if (findChannelByIdInternal$app_productionGoogleRelease == null) { return; } - if (findChannelByIdInternal$app_productionBetaRelease.z() != 4) { - StoreMessageAck.access$internalAck(this.this$0, findChannelByIdInternal$app_productionBetaRelease, this.$isLockedAck, this.$clearLock); + if (findChannelByIdInternal$app_productionGoogleRelease.z() != 4) { + StoreMessageAck.access$internalAck(this.this$0, findChannelByIdInternal$app_productionGoogleRelease, this.$isLockedAck, this.$clearLock); return; } - for (Channel channel : StoreMessageAck.access$getStream$p(this.this$0).getChannels$app_productionBetaRelease().findChannelsByCategoryInternal$app_productionBetaRelease(findChannelByIdInternal$app_productionBetaRelease.e(), findChannelByIdInternal$app_productionBetaRelease.g())) { + for (Channel channel : StoreMessageAck.access$getStream$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelsByCategoryInternal$app_productionGoogleRelease(findChannelByIdInternal$app_productionGoogleRelease.e(), findChannelByIdInternal$app_productionGoogleRelease.g())) { StoreMessageAck.access$internalAck(this.this$0, channel, this.$isLockedAck, this.$clearLock); } } diff --git a/app/src/main/java/com/discord/stores/StoreMessageAck$getPendingAck$2.java b/app/src/main/java/com/discord/stores/StoreMessageAck$getPendingAck$2.java index 5891a4e10c..ee49d20ee7 100644 --- a/app/src/main/java/com/discord/stores/StoreMessageAck$getPendingAck$2.java +++ b/app/src/main/java/com/discord/stores/StoreMessageAck$getPendingAck$2.java @@ -55,8 +55,8 @@ public final class StoreMessageAck$getPendingAck$2 implements b implements b call(Long l) { - Observable> o = StoreMessageAck.access$getStream$p(this.this$0).getMessages$app_productionBetaRelease().getAllDetached().o(50, TimeUnit.MILLISECONDS); - StoreMessagesLoader messagesLoader$app_productionBetaRelease = StoreMessageAck.access$getStream$p(this.this$0).getMessagesLoader$app_productionBetaRelease(); + Observable> o = StoreMessageAck.access$getStream$p(this.this$0).getMessages$app_productionGoogleRelease().getAllDetached().o(50, TimeUnit.MILLISECONDS); + StoreMessagesLoader messagesLoader$app_productionGoogleRelease = StoreMessageAck.access$getStream$p(this.this$0).getMessagesLoader$app_productionGoogleRelease(); m.checkNotNullExpressionValue(l, "selectedChannelId"); - return Observable.h(o, messagesLoader$app_productionBetaRelease.getMessagesLoadedState(l.longValue()).G(AnonymousClass1.INSTANCE).s(), StoreMessageAck.access$getStream$p(this.this$0).getChat$app_productionBetaRelease().observeInteractionState().y(new AnonymousClass2(l)), StoreMessageAck.access$getStream$p(this.this$0).getMessageAck$app_productionBetaRelease().observeForChannel(l.longValue()), AnonymousClass3.INSTANCE); + return Observable.h(o, messagesLoader$app_productionGoogleRelease.getMessagesLoadedState(l.longValue()).G(AnonymousClass1.INSTANCE).s(), StoreMessageAck.access$getStream$p(this.this$0).getChat$app_productionGoogleRelease().observeInteractionState().y(new AnonymousClass2(l)), StoreMessageAck.access$getStream$p(this.this$0).getMessageAck$app_productionGoogleRelease().observeForChannel(l.longValue()), AnonymousClass3.INSTANCE); } } diff --git a/app/src/main/java/com/discord/stores/StoreMessageAck$markUnread$3.java b/app/src/main/java/com/discord/stores/StoreMessageAck$markUnread$3.java index 44827bd572..35a6774826 100644 --- a/app/src/main/java/com/discord/stores/StoreMessageAck$markUnread$3.java +++ b/app/src/main/java/com/discord/stores/StoreMessageAck$markUnread$3.java @@ -82,11 +82,11 @@ public final class StoreMessageAck$markUnread$3 extends o implements Function1

>> 22) - 1) - 1420070400000L) << 22, false, true); StoreMessageAck$markUnread$3 storeMessageAck$markUnread$3 = this.this$0; StoreMessageAck.access$updateAcks(storeMessageAck$markUnread$3.this$0, storeMessageAck$markUnread$3.$channelId, ack); - int processMarkUnread$app_productionBetaRelease = StoreStream.Companion.getMentions().processMarkUnread$app_productionBetaRelease(this.this$0.$channelId, S2); + int processMarkUnread$app_productionGoogleRelease = StoreStream.Companion.getMentions().processMarkUnread$app_productionGoogleRelease(this.this$0.$channelId, S2); StoreMessageAck storeMessageAck = this.this$0.this$0; j jVar = new j(new StoreMessageAck.PendingAck(this.this$0.$channelId, ack)); m.checkNotNullExpressionValue(jVar, "Observable.just(PendingAck(channelId, ack))"); - StoreMessageAck.access$postPendingAck(storeMessageAck, jVar, processMarkUnread$app_productionBetaRelease); + StoreMessageAck.access$postPendingAck(storeMessageAck, jVar, processMarkUnread$app_productionGoogleRelease); } } diff --git a/app/src/main/java/com/discord/stores/StoreMessageAck$observeThreadState$1.java b/app/src/main/java/com/discord/stores/StoreMessageAck$observeThreadState$1.java index e5d59b77d9..c36c8a40e3 100644 --- a/app/src/main/java/com/discord/stores/StoreMessageAck$observeThreadState$1.java +++ b/app/src/main/java/com/discord/stores/StoreMessageAck$observeThreadState$1.java @@ -42,6 +42,6 @@ public final class StoreMessageAck$observeThreadState$1 implements b call(Channel channel) { - return (channel == null || !AnimatableValueParser.y1(channel)) ? new j(StoreMessageAck.ThreadState.NotThread.INSTANCE) : StoreMessageAck.access$getStream$p(this.this$0).getThreadsActiveJoined$app_productionBetaRelease().observeAllActiveJoinedThreadsById().G(new AnonymousClass1(this)); + return (channel == null || !AnimatableValueParser.y1(channel)) ? new j(StoreMessageAck.ThreadState.NotThread.INSTANCE) : StoreMessageAck.access$getStream$p(this.this$0).getThreadsActiveJoined$app_productionGoogleRelease().observeAllActiveJoinedThreadsById().G(new AnonymousClass1(this)); } } diff --git a/app/src/main/java/com/discord/stores/StoreMessageAck.java b/app/src/main/java/com/discord/stores/StoreMessageAck.java index 828bc0a0d4..613f532d56 100644 --- a/app/src/main/java/com/discord/stores/StoreMessageAck.java +++ b/app/src/main/java/com/discord/stores/StoreMessageAck.java @@ -385,7 +385,7 @@ public final class StoreMessageAck extends StoreV2 { @StoreThread private final ThreadState getThreadStateInternal(long j) { - return !this.stream.getChannels$app_productionBetaRelease().getThreadsByIdInternal$app_productionBetaRelease().containsKey(Long.valueOf(j)) ? ThreadState.NotThread.INSTANCE : new ThreadState.Thread(this.stream.getThreadsActiveJoined$app_productionBetaRelease().getActiveJoinedThreadsInternal$app_productionBetaRelease().containsKey(Long.valueOf(j))); + return !this.stream.getChannels$app_productionGoogleRelease().getThreadsByIdInternal$app_productionGoogleRelease().containsKey(Long.valueOf(j)) ? ThreadState.NotThread.INSTANCE : new ThreadState.Thread(this.stream.getThreadsActiveJoined$app_productionGoogleRelease().getActiveJoinedThreadsInternal$app_productionGoogleRelease().containsKey(Long.valueOf(j))); } private final void internalAck(Channel channel, boolean z2, boolean z3) { @@ -395,13 +395,13 @@ public final class StoreMessageAck extends StoreV2 { } private final Observable, Set>> observeActiveJoinedThreadIdsWithPrevious() { - Observable, Set>> Q = this.stream.getThreadsActiveJoined$app_productionBetaRelease().observeAllActiveJoinedThreadsById().G(StoreMessageAck$observeActiveJoinedThreadIdsWithPrevious$1.INSTANCE).s().Q(new Pair(n0.emptySet(), n0.emptySet()), StoreMessageAck$observeActiveJoinedThreadIdsWithPrevious$2.INSTANCE); + Observable, Set>> Q = this.stream.getThreadsActiveJoined$app_productionGoogleRelease().observeAllActiveJoinedThreadsById().G(StoreMessageAck$observeActiveJoinedThreadIdsWithPrevious$1.INSTANCE).s().Q(new Pair(n0.emptySet(), n0.emptySet()), StoreMessageAck$observeActiveJoinedThreadIdsWithPrevious$2.INSTANCE); m.checkNotNullExpressionValue(Q, "stream\n .threadsA…oinedThreadIds)\n }"); return Q; } private final Observable observeThreadState(long j) { - Observable s2 = this.stream.getChannels$app_productionBetaRelease().observeChannel(j).Z(new StoreMessageAck$observeThreadState$1(this, j)).s(); + Observable s2 = this.stream.getChannels$app_productionGoogleRelease().observeChannel(j).Z(new StoreMessageAck$observeThreadState$1(this, j)).s(); m.checkNotNullExpressionValue(s2, "stream\n .channe… .distinctUntilChanged()"); return s2; } @@ -422,13 +422,13 @@ public final class StoreMessageAck extends StoreV2 { @StoreThread private final void pruneAcks() { - if (!(!this.stream.getGuilds$app_productionBetaRelease().getUnavailableGuildsInternal$app_productionBetaRelease().isEmpty())) { - Map channelsByIdInternal$app_productionBetaRelease = this.stream.getChannels$app_productionBetaRelease().getChannelsByIdInternal$app_productionBetaRelease(); - Map activeJoinedThreadsInternal$app_productionBetaRelease = this.stream.getThreadsActiveJoined$app_productionBetaRelease().getActiveJoinedThreadsInternal$app_productionBetaRelease(); + if (!(!this.stream.getGuilds$app_productionGoogleRelease().getUnavailableGuildsInternal$app_productionGoogleRelease().isEmpty())) { + Map channelsByIdInternal$app_productionGoogleRelease = this.stream.getChannels$app_productionGoogleRelease().getChannelsByIdInternal$app_productionGoogleRelease(); + Map activeJoinedThreadsInternal$app_productionGoogleRelease = this.stream.getThreadsActiveJoined$app_productionGoogleRelease().getActiveJoinedThreadsInternal$app_productionGoogleRelease(); Iterator it = this.acks.keySet().iterator(); while (it.hasNext()) { long longValue = it.next().longValue(); - if (!channelsByIdInternal$app_productionBetaRelease.containsKey(Long.valueOf(longValue)) && !activeJoinedThreadsInternal$app_productionBetaRelease.containsKey(Long.valueOf(longValue))) { + if (!channelsByIdInternal$app_productionGoogleRelease.containsKey(Long.valueOf(longValue)) && !activeJoinedThreadsInternal$app_productionGoogleRelease.containsKey(Long.valueOf(longValue))) { it.remove(); markChanged(); } @@ -460,7 +460,7 @@ public final class StoreMessageAck extends StoreV2 { @StoreThread private final void updateThreadAcks(Set set, Set set2) { StoreThreadsActiveJoined.ActiveJoinedThread activeJoinedThread; - if (this.stream.getGuilds$app_productionBetaRelease().getUnavailableGuildsInternal$app_productionBetaRelease().isEmpty()) { + if (this.stream.getGuilds$app_productionGoogleRelease().getUnavailableGuildsInternal$app_productionGoogleRelease().isEmpty()) { for (Number number : o0.minus((Set) set, (Iterable) set2)) { long longValue = number.longValue(); if (this.acks.containsKey(Long.valueOf(longValue)) && this.acks.remove(Long.valueOf(longValue)) != null) { @@ -468,12 +468,12 @@ public final class StoreMessageAck extends StoreV2 { } } } - Map guildsJoinedAtInternal$app_productionBetaRelease = this.stream.getGuilds$app_productionBetaRelease().getGuildsJoinedAtInternal$app_productionBetaRelease(); - Map activeJoinedThreadsInternal$app_productionBetaRelease = this.stream.getThreadsActiveJoined$app_productionBetaRelease().getActiveJoinedThreadsInternal$app_productionBetaRelease(); + Map guildsJoinedAtInternal$app_productionGoogleRelease = this.stream.getGuilds$app_productionGoogleRelease().getGuildsJoinedAtInternal$app_productionGoogleRelease(); + Map activeJoinedThreadsInternal$app_productionGoogleRelease = this.stream.getThreadsActiveJoined$app_productionGoogleRelease().getActiveJoinedThreadsInternal$app_productionGoogleRelease(); for (Number number2 : o0.minus((Set) set2, (Iterable) set)) { long longValue2 = number2.longValue(); - if (!this.acks.containsKey(Long.valueOf(longValue2)) && (activeJoinedThread = activeJoinedThreadsInternal$app_productionBetaRelease.get(Long.valueOf(longValue2))) != null) { - this.acks.put(Long.valueOf(longValue2), new Ack((ThreadUtils.getThreadAckMessageTimestamp$default(ThreadUtils.INSTANCE, activeJoinedThread.getChannel(), guildsJoinedAtInternal$app_productionBetaRelease.get(Long.valueOf(activeJoinedThread.getChannel().e())), Long.valueOf(activeJoinedThread.getJoinTimestamp().f()), null, 4, null) - 1420070400000L) << 22, false, false)); + if (!this.acks.containsKey(Long.valueOf(longValue2)) && (activeJoinedThread = activeJoinedThreadsInternal$app_productionGoogleRelease.get(Long.valueOf(longValue2))) != null) { + this.acks.put(Long.valueOf(longValue2), new Ack((ThreadUtils.getThreadAckMessageTimestamp$default(ThreadUtils.INSTANCE, activeJoinedThread.getChannel(), guildsJoinedAtInternal$app_productionGoogleRelease.get(Long.valueOf(activeJoinedThread.getChannel().e())), Long.valueOf(activeJoinedThread.getJoinTimestamp().f()), null, 4, null) - 1420070400000L) << 22, false, false)); markChanged(); } } @@ -610,7 +610,7 @@ public final class StoreMessageAck extends StoreV2 { @StoreThread public final void handleMessageCreate(ModelMessage modelMessage) { m.checkNotNullParameter(modelMessage, "message"); - if (modelMessage.getAuthor().i() == this.stream.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId()) { + if (modelMessage.getAuthor().i() == this.stream.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId()) { updateAcks(modelMessage.getChannelId(), new Ack(modelMessage.getId(), false, false)); } } @@ -636,7 +636,7 @@ public final class StoreMessageAck extends StoreV2 { } public final void markUnread(long j, long j2) { - Observable j3 = Observable.j(this.stream.getMessages$app_productionBetaRelease().observeMessagesForChannel(j).y(StoreMessageAck$markUnread$1.INSTANCE), observeThreadState(j), StoreMessageAck$markUnread$2.INSTANCE); + Observable j3 = Observable.j(this.stream.getMessages$app_productionGoogleRelease().observeMessagesForChannel(j).y(StoreMessageAck$markUnread$1.INSTANCE), observeThreadState(j), StoreMessageAck$markUnread$2.INSTANCE); m.checkNotNullExpressionValue(j3, "Observable\n .comb…lMessages, threadState) }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.takeSingleUntilTimeout(j3, 10, false), StoreMessageAck.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreMessageAck$markUnread$3(this, j2, j), 62, (Object) null); } diff --git a/app/src/main/java/com/discord/stores/StoreMessageReactions.java b/app/src/main/java/com/discord/stores/StoreMessageReactions.java index bd641fa964..26ca23033b 100644 --- a/app/src/main/java/com/discord/stores/StoreMessageReactions.java +++ b/app/src/main/java/com/discord/stores/StoreMessageReactions.java @@ -373,7 +373,7 @@ public final class StoreMessageReactions extends StoreV2 { @StoreThread public final void handleReactionAdd(MessageReactionUpdate messageReactionUpdate) { m.checkNotNullParameter(messageReactionUpdate, "update"); - User user = this.userStore.getUsersInternal$app_productionBetaRelease().get(Long.valueOf(messageReactionUpdate.d())); + User user = this.userStore.getUsersInternal$app_productionGoogleRelease().get(Long.valueOf(messageReactionUpdate.d())); if (user != null) { EmojiResults ensureReactionResults = ensureReactionResults(messageReactionUpdate.c(), messageReactionUpdate.b().c()); if (!(ensureReactionResults instanceof EmojiResults.Users)) { diff --git a/app/src/main/java/com/discord/stores/StoreMessages$sendMessage$request$1.java b/app/src/main/java/com/discord/stores/StoreMessages$sendMessage$request$1.java index 948bb85276..0d0dfd90ef 100644 --- a/app/src/main/java/com/discord/stores/StoreMessages$sendMessage$request$1.java +++ b/app/src/main/java/com/discord/stores/StoreMessages$sendMessage$request$1.java @@ -52,7 +52,7 @@ public final class StoreMessages$sendMessage$request$1 extends o implements Func } MessageResult messageResult = this.$result; if (messageResult instanceof MessageResult.Success) { - StoreMessages.access$getStream$p(this.this$0.this$0.this$0).getSlowMode$app_productionBetaRelease().onMessageSent(((MessageResult.Success) this.$result).getMessage().getChannelId()); + StoreMessages.access$getStream$p(this.this$0.this$0.this$0).getSlowMode$app_productionGoogleRelease().onMessageSent(((MessageResult.Success) this.$result).getMessage().getChannelId()); this.this$0.this$0.this$0.handleMessageCreate(m.listOf(((MessageResult.Success) this.$result).getMessage())); ModelMessage modelMessage = this.this$0.this$0.$localMessage; d0.z.d.m.checkNotNullExpressionValue(modelMessage, "localMessage"); @@ -74,10 +74,10 @@ public final class StoreMessages$sendMessage$request$1 extends o implements Func ModelMessage modelMessage3 = storeMessages$sendMessage$request$12.$localMessage; d0.z.d.m.checkNotNullExpressionValue(modelMessage3, "localMessage"); StoreMessages.access$handleSendMessageFailure(storeMessages2, modelMessage3); - StoreSlowMode slowMode$app_productionBetaRelease = StoreMessages.access$getStream$p(this.this$0.this$0.this$0).getSlowMode$app_productionBetaRelease(); + StoreSlowMode slowMode$app_productionGoogleRelease = StoreMessages.access$getStream$p(this.this$0.this$0.this$0).getSlowMode$app_productionGoogleRelease(); ModelMessage modelMessage4 = this.this$0.this$0.$localMessage; d0.z.d.m.checkNotNullExpressionValue(modelMessage4, "localMessage"); - slowMode$app_productionBetaRelease.onCooldown(modelMessage4.getChannelId(), ((MessageResult.Slowmode) this.$result).getCooldownMs()); + slowMode$app_productionGoogleRelease.onCooldown(modelMessage4.getChannelId(), ((MessageResult.Slowmode) this.$result).getCooldownMs()); } else if (!(messageResult instanceof MessageResult.RateLimited)) { if (messageResult instanceof MessageResult.UserCancelled) { StoreMessages$sendMessage$request$1 storeMessages$sendMessage$request$13 = this.this$0.this$0; @@ -153,13 +153,13 @@ public final class StoreMessages$sendMessage$request$1 extends o implements Func @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - StoreMessageUploads messageUploads$app_productionBetaRelease = StoreMessages.access$getStream$p(this.this$0.this$0.this$0).getMessageUploads$app_productionBetaRelease(); + StoreMessageUploads messageUploads$app_productionGoogleRelease = StoreMessages.access$getStream$p(this.this$0.this$0.this$0).getMessageUploads$app_productionGoogleRelease(); ModelMessage modelMessage = this.this$0.this$0.$localMessage; d0.z.d.m.checkNotNullExpressionValue(modelMessage, "localMessage"); String nonce = modelMessage.getNonce(); d0.z.d.m.checkNotNull(nonce); d0.z.d.m.checkNotNullExpressionValue(nonce, "localMessage.nonce!!"); - messageUploads$app_productionBetaRelease.onPreprocessing(nonce, this.$numFiles, this.$displayName, this.$mimeType); + messageUploads$app_productionGoogleRelease.onPreprocessing(nonce, this.$numFiles, this.$displayName, this.$mimeType); } } @@ -204,13 +204,13 @@ public final class StoreMessages$sendMessage$request$1 extends o implements Func @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - StoreMessageUploads messageUploads$app_productionBetaRelease = StoreMessages.access$getStream$p(this.this$0.this$0.this$0).getMessageUploads$app_productionBetaRelease(); + StoreMessageUploads messageUploads$app_productionGoogleRelease = StoreMessages.access$getStream$p(this.this$0.this$0.this$0).getMessageUploads$app_productionGoogleRelease(); ModelMessage modelMessage = this.this$0.this$0.$localMessage; d0.z.d.m.checkNotNullExpressionValue(modelMessage, "localMessage"); String nonce = modelMessage.getNonce(); d0.z.d.m.checkNotNull(nonce); d0.z.d.m.checkNotNullExpressionValue(nonce, "localMessage.nonce!!"); - messageUploads$app_productionBetaRelease.bindUpload(nonce, this.$uploads); + messageUploads$app_productionGoogleRelease.bindUpload(nonce, this.$uploads); } } diff --git a/app/src/main/java/com/discord/stores/StoreMessages.java b/app/src/main/java/com/discord/stores/StoreMessages.java index d0c845a045..e67bc8aeb8 100644 --- a/app/src/main/java/com/discord/stores/StoreMessages.java +++ b/app/src/main/java/com/discord/stores/StoreMessages.java @@ -169,7 +169,7 @@ public final class StoreMessages extends Store { @StoreThread private final void handleInteractionStateUpdate(InteractionStateUpdate interactionStateUpdate, boolean z2, boolean z3) { ModelMessage message; - ApplicationCommandLocalSendData applicationCommandLocalSendData = this.stream.getApplicationInteractions$app_productionBetaRelease().getApplicationCommandLocalSendDataSet$app_productionBetaRelease().get(interactionStateUpdate.b()); + ApplicationCommandLocalSendData applicationCommandLocalSendData = this.stream.getApplicationInteractions$app_productionGoogleRelease().getApplicationCommandLocalSendDataSet$app_productionGoogleRelease().get(interactionStateUpdate.b()); if (applicationCommandLocalSendData != null && (message = this.localMessagesHolder.getMessage(applicationCommandLocalSendData.getChannelId(), applicationCommandLocalSendData.getNonceString())) != null) { ModelMessage createLocalApplicationCommandMessage = ModelMessage.createLocalApplicationCommandMessage(message, interactionStateUpdate.a(), z2, z3, this.clock); StoreLocalMessagesHolder storeLocalMessagesHolder = this.localMessagesHolder; diff --git a/app/src/main/java/com/discord/stores/StoreMessagesLoader$handleLoadedMessages$1.java b/app/src/main/java/com/discord/stores/StoreMessagesLoader$handleLoadedMessages$1.java index bbb9c37a81..03dc9da1e9 100644 --- a/app/src/main/java/com/discord/stores/StoreMessagesLoader$handleLoadedMessages$1.java +++ b/app/src/main/java/com/discord/stores/StoreMessagesLoader$handleLoadedMessages$1.java @@ -40,7 +40,7 @@ public final class StoreMessagesLoader$handleLoadedMessages$1 extends o implemen break; } obj = it.next(); - if (((ModelMessage) obj).getAuthor().i() == StoreMessagesLoader.access$getStream$p(this.this$0).getUsers$app_productionBetaRelease().getMe().getId()) { + if (((ModelMessage) obj).getAuthor().i() == StoreMessagesLoader.access$getStream$p(this.this$0).getUsers$app_productionGoogleRelease().getMe().getId()) { z2 = true; continue; } else { diff --git a/app/src/main/java/com/discord/stores/StoreMessagesLoader$jumpToMessage$4.java b/app/src/main/java/com/discord/stores/StoreMessagesLoader$jumpToMessage$4.java index bfc0f78d47..e7003ea1e1 100644 --- a/app/src/main/java/com/discord/stores/StoreMessagesLoader$jumpToMessage$4.java +++ b/app/src/main/java/com/discord/stores/StoreMessagesLoader$jumpToMessage$4.java @@ -16,6 +16,6 @@ public final class StoreMessagesLoader$jumpToMessage$4 implements b call(Long l) { - return StoreMessagesLoader.access$getStream$p(this.this$0).getMessages$app_productionBetaRelease().observeMessagesForChannel(this.$channelId, this.$messageId); + return StoreMessagesLoader.access$getStream$p(this.this$0).getMessages$app_productionGoogleRelease().observeMessagesForChannel(this.$channelId, this.$messageId); } } diff --git a/app/src/main/java/com/discord/stores/StoreMessagesLoader$jumpToMessage$6.java b/app/src/main/java/com/discord/stores/StoreMessagesLoader$jumpToMessage$6.java index b82e7cd544..ef90dd144f 100644 --- a/app/src/main/java/com/discord/stores/StoreMessagesLoader$jumpToMessage$6.java +++ b/app/src/main/java/com/discord/stores/StoreMessagesLoader$jumpToMessage$6.java @@ -20,7 +20,7 @@ public final class StoreMessagesLoader$jumpToMessage$6 implements b call(Boolean bool) { m.checkNotNullExpressionValue(bool, "isConnected"); int i = bool.booleanValue() ? 1 : 3; - Observable G = StoreMessagesLoader.access$getStream$p(this.this$0).getChannels$app_productionBetaRelease().observeChannel(this.$channelId).y(ObservableExtensionsKt$filterNull$1.INSTANCE).G(ObservableExtensionsKt$filterNull$2.INSTANCE); + Observable G = StoreMessagesLoader.access$getStream$p(this.this$0).getChannels$app_productionGoogleRelease().observeChannel(this.$channelId).y(ObservableExtensionsKt$filterNull$1.INSTANCE).G(ObservableExtensionsKt$filterNull$2.INSTANCE); m.checkNotNullExpressionValue(G, "filter { it != null }.map { it!! }"); return ObservableExtensionsKt.takeSingleUntilTimeout$default(G, 1000 * ((long) i), false, 2, null); } diff --git a/app/src/main/java/com/discord/stores/StoreMessagesLoader.java b/app/src/main/java/com/discord/stores/StoreMessagesLoader.java index b7fe195de0..54534cc208 100644 --- a/app/src/main/java/com/discord/stores/StoreMessagesLoader.java +++ b/app/src/main/java/com/discord/stores/StoreMessagesLoader.java @@ -628,7 +628,7 @@ public final class StoreMessagesLoader extends Store { } if (interactionState.getChannelId() == longValue && (z6 || z5)) { channelLoadedStateUpdate(longValue, StoreMessagesLoader$tryLoadMessages$5$1.INSTANCE); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationBuffered(ObservableExtensionsKt.takeSingleUntilTimeout$default(this.stream.getMessages$app_productionBetaRelease().observeMessagesForChannel(longValue), 0, false, 3, null)), interactionState.getClass(), (Context) null, (Function1) null, new StoreMessagesLoader$tryLoadMessages$$inlined$apply$lambda$2(this, channelLoadedState, longValue, storeMessagesLoader$tryLoadMessages$4), (Function0) null, (Function0) null, new StoreMessagesLoader$tryLoadMessages$$inlined$apply$lambda$1(z6, z5, this, channelLoadedState, longValue, storeMessagesLoader$tryLoadMessages$4), 54, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationBuffered(ObservableExtensionsKt.takeSingleUntilTimeout$default(this.stream.getMessages$app_productionGoogleRelease().observeMessagesForChannel(longValue), 0, false, 3, null)), interactionState.getClass(), (Context) null, (Function1) null, new StoreMessagesLoader$tryLoadMessages$$inlined$apply$lambda$2(this, channelLoadedState, longValue, storeMessagesLoader$tryLoadMessages$4), (Function0) null, (Function0) null, new StoreMessagesLoader$tryLoadMessages$$inlined$apply$lambda$1(z6, z5, this, channelLoadedState, longValue, storeMessagesLoader$tryLoadMessages$4), 54, (Object) null); } } } @@ -704,18 +704,18 @@ public final class StoreMessagesLoader extends Store { public void init(Context context) { m.checkNotNullParameter(context, "context"); super.init(context); - ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(this.stream.getChat$app_productionBetaRelease().observeInteractionState()), StoreMessagesLoader.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreMessagesLoader$init$1(this), 62, (Object) null); - ObservableExtensionsKt.appSubscribe$default(this.stream.getMessages$app_productionBetaRelease().getAllDetached(), StoreMessagesLoader.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreMessagesLoader$init$2(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(this.stream.getChat$app_productionGoogleRelease().observeInteractionState()), StoreMessagesLoader.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreMessagesLoader$init$1(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(this.stream.getMessages$app_productionGoogleRelease().getAllDetached(), StoreMessagesLoader.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreMessagesLoader$init$2(this), 62, (Object) null); } public final synchronized void jumpToMessage(long j, long j2) { if (j2 > 0) { StoreMessagesLoader$jumpToMessage$1 storeMessagesLoader$jumpToMessage$1 = new StoreMessagesLoader$jumpToMessage$1(this, j, j2); StoreMessagesLoader$jumpToMessage$2 storeMessagesLoader$jumpToMessage$2 = new StoreMessagesLoader$jumpToMessage$2(this, j); - Observable Z = this.stream.getChannelsSelected$app_productionBetaRelease().observeId().k(q.c(new StoreMessagesLoader$jumpToMessage$3(j), -1L, 1000, TimeUnit.MILLISECONDS)).Z(new StoreMessagesLoader$jumpToMessage$4(this, j, j2)); + Observable Z = this.stream.getChannelsSelected$app_productionGoogleRelease().observeId().k(q.c(new StoreMessagesLoader$jumpToMessage$3(j), -1L, 1000, TimeUnit.MILLISECONDS)).Z(new StoreMessagesLoader$jumpToMessage$4(this, j, j2)); m.checkNotNullExpressionValue(Z, "stream\n .channels…lId, messageId)\n }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(ObservableExtensionsKt.takeSingleUntilTimeout$default(Z, 0, false, 3, null)), getClass(), (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreMessagesLoader$jumpToMessage$5(this, storeMessagesLoader$jumpToMessage$1), 62, (Object) null); - Observable A = StoreConnectionOpen.observeConnectionOpen$default(this.stream.getConnectionOpen$app_productionBetaRelease(), false, 1, null).a0(1).A(new StoreMessagesLoader$jumpToMessage$6(this, j)); + Observable A = StoreConnectionOpen.observeConnectionOpen$default(this.stream.getConnectionOpen$app_productionGoogleRelease(), false, 1, null).a0(1).A(new StoreMessagesLoader$jumpToMessage$6(this, j)); m.checkNotNullExpressionValue(A, "stream\n .connecti…mes.ONE_SECOND)\n }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(A), getClass(), (Context) null, (Function1) null, StoreMessagesLoader$jumpToMessage$7.INSTANCE, (Function0) null, (Function0) null, new StoreMessagesLoader$jumpToMessage$8(storeMessagesLoader$jumpToMessage$2), 54, (Object) null); } diff --git a/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$guildTemplateCodeNavHandler$1.java b/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$guildTemplateCodeNavHandler$1.java index a4c8844c4c..bfbfaab2ad 100644 --- a/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$guildTemplateCodeNavHandler$1.java +++ b/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$guildTemplateCodeNavHandler$1.java @@ -49,7 +49,7 @@ public final class StoreNavigation$ActivityNavigationLifecycleCallbacks$guildTem return false; } WidgetGuildClone.Companion.show(appActivity, guildTemplateCode, "Dynamic Link"); - StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getNux$app_productionBetaRelease().updateNux(AnonymousClass1.INSTANCE); + StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getNux$app_productionGoogleRelease().updateNux(AnonymousClass1.INSTANCE); return true; } } diff --git a/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$inviteCodeNavHandler$1.java b/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$inviteCodeNavHandler$1.java index a40042d735..c993e66a2a 100644 --- a/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$inviteCodeNavHandler$1.java +++ b/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$inviteCodeNavHandler$1.java @@ -55,16 +55,16 @@ public final class StoreNavigation$ActivityNavigationLifecycleCallbacks$inviteCo return false; } boolean postRegisterWithInvite = modelGlobalNavigation.getNuxState().getPostRegisterWithInvite(); - Experiment userExperiment = StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getExperiments$app_productionBetaRelease().getUserExperiment("2021-04_contact_sync_android_main", true); + Experiment userExperiment = StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getExperiments$app_productionGoogleRelease().getUserExperiment("2021-04_contact_sync_android_main", true); boolean z2 = userExperiment != null && userExperiment.getBucket() == 1; - Experiment userExperiment2 = StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getExperiments$app_productionBetaRelease().getUserExperiment("2021-06_contact_sync_android_post_registration_with_invite", z2 && modelGlobalNavigation.getUserHasPhone() && postRegisterWithInvite); + Experiment userExperiment2 = StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getExperiments$app_productionGoogleRelease().getUserExperiment("2021-06_contact_sync_android_post_registration_with_invite", z2 && modelGlobalNavigation.getUserHasPhone() && postRegisterWithInvite); boolean z3 = postRegisterWithInvite && z2 && userExperiment2 != null && userExperiment2.getBucket() == 1 && modelGlobalNavigation.getUserHasPhone(); if (!postRegisterWithInvite || !z3 || modelGlobalNavigation.getNuxState().getContactSyncCompleted()) { if (appActivity.h(a0.getOrCreateKotlinClass(WidgetGuildInvite.class))) { return false; } WidgetGuildInvite.Companion.launch(appActivity, inviteCode.getInviteCode(), inviteCode.getSource()); - StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getNux$app_productionBetaRelease().updateNux(AnonymousClass1.INSTANCE); + StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getNux$app_productionGoogleRelease().updateNux(AnonymousClass1.INSTANCE); } else if (!appActivity.h(a0.getOrCreateKotlinClass(WidgetContactSync.class))) { ContactSyncAnalytics.Companion.trackStart(true, g0.mapOf(d0.o.to("location_page", "Onboarding"))); WidgetContactSync.Companion.launch$default(WidgetContactSync.Companion, appActivity, ContactSyncMode.ONBOARDING, false, false, false, 28, null); diff --git a/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxStateNavHandler$1.java b/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxStateNavHandler$1.java index 3532cef697..1e194cf972 100644 --- a/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxStateNavHandler$1.java +++ b/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxStateNavHandler$1.java @@ -50,7 +50,7 @@ public final class StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxState public final boolean invoke(AppActivity appActivity, StoreNavigation.ActivityNavigationLifecycleCallbacks.ModelGlobalNavigation modelGlobalNavigation) { m.checkNotNullParameter(appActivity, "activity"); m.checkNotNullParameter(modelGlobalNavigation, "model"); - Experiment userExperiment = StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getExperiments$app_productionBetaRelease().getUserExperiment("2021-04_contact_sync_android_main", modelGlobalNavigation.getNuxState().getPostRegister()); + Experiment userExperiment = StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getExperiments$app_productionGoogleRelease().getUserExperiment("2021-04_contact_sync_android_main", modelGlobalNavigation.getNuxState().getPostRegister()); boolean z2 = userExperiment != null && userExperiment.getBucket() == 1; if (!modelGlobalNavigation.getNuxState().getPostRegister()) { return false; @@ -58,7 +58,7 @@ public final class StoreNavigation$ActivityNavigationLifecycleCallbacks$nuxState if (!z2 || modelGlobalNavigation.getNuxState().getContactSyncCompleted()) { if (!appActivity.h(a0.getOrCreateKotlinClass(WidgetGuildTemplates.class))) { WidgetGuildTemplates.Companion.launch(appActivity, CreateGuildTrigger.NUF, true); - StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getNux$app_productionBetaRelease().updateNux(AnonymousClass1.INSTANCE); + StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getNux$app_productionGoogleRelease().updateNux(AnonymousClass1.INSTANCE); } } else if (!appActivity.h(a0.getOrCreateKotlinClass(WidgetContactSync.class))) { ContactSyncAnalytics.Companion.trackStart(true, g0.mapOf(d0.o.to("location_page", "Onboarding"))); diff --git a/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$oAuthStateHandler$1.java b/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$oAuthStateHandler$1.java index 43d2515a97..5273493d92 100644 --- a/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$oAuthStateHandler$1.java +++ b/app/src/main/java/com/discord/stores/StoreNavigation$ActivityNavigationLifecycleCallbacks$oAuthStateHandler$1.java @@ -33,10 +33,10 @@ public final class StoreNavigation$ActivityNavigationLifecycleCallbacks$oAuthSta l lVar = l.g; if (!appActivity.g(l.f44c)) { WidgetOauth2Authorize.Companion.launch(appActivity, oAuthUri); - StoreAuthentication authentication$app_productionBetaRelease = StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getAuthentication$app_productionBetaRelease(); + StoreAuthentication authentication$app_productionGoogleRelease = StoreNavigation.ActivityNavigationLifecycleCallbacks.access$getStream$p(this.this$0).getAuthentication$app_productionGoogleRelease(); Uri uri = Uri.EMPTY; m.checkNotNullExpressionValue(uri, "Uri.EMPTY"); - authentication$app_productionBetaRelease.setOAuthUriSubject(uri); + authentication$app_productionGoogleRelease.setOAuthUriSubject(uri); return true; } } diff --git a/app/src/main/java/com/discord/stores/StoreNavigation.java b/app/src/main/java/com/discord/stores/StoreNavigation.java index c6fe6c5d63..27018d6cd5 100644 --- a/app/src/main/java/com/discord/stores/StoreNavigation.java +++ b/app/src/main/java/com/discord/stores/StoreNavigation.java @@ -333,22 +333,22 @@ public final class StoreNavigation { } private final Observable getGlobalNavigationData() { - Observable nuxState = this.stream.getNux$app_productionBetaRelease().getNuxState(); + Observable nuxState = this.stream.getNux$app_productionGoogleRelease().getNuxState(); Observable isInitializedObservable = StoreStream.Companion.isInitializedObservable(); - Observable authedToken$app_productionBetaRelease = this.stream.getAuthentication$app_productionBetaRelease().getAuthedToken$app_productionBetaRelease(); - Observable observeInitializedForAuthedUser = this.stream.getChannelsSelected$app_productionBetaRelease().observeInitializedForAuthedUser(); - Observable observeHasIncoming = this.stream.getCallsIncoming$app_productionBetaRelease().observeHasIncoming(); - Observable observeUserRequiredAction = this.stream.getUserRequiredAction$app_productionBetaRelease().observeUserRequiredAction(); - Observable clientOutdated = this.stream.getClientVersion$app_productionBetaRelease().getClientOutdated(); - Observable inviteCode = this.stream.getGuildInvite$app_productionBetaRelease().getInviteCode(); - Observable observeDynamicLinkGuildTemplateCode = this.stream.getGuildTemplates$app_productionBetaRelease().observeDynamicLinkGuildTemplateCode(); - Observable notices = this.stream.getNotices$app_productionBetaRelease().getNotices(); - Observable shouldShowAgeGate = this.stream.getAuthentication$app_productionBetaRelease().getShouldShowAgeGate(); - Observable oAuthUriObservable = this.stream.getAuthentication$app_productionBetaRelease().getOAuthUriObservable(); - Observable observeSelectedTab = this.stream.getTabsNavigation$app_productionBetaRelease().observeSelectedTab(); - Observable G = this.stream.getUsers$app_productionBetaRelease().observeMe(true).G(StoreNavigation$ActivityNavigationLifecycleCallbacks$getGlobalNavigationData$1.INSTANCE); + Observable authedToken$app_productionGoogleRelease = this.stream.getAuthentication$app_productionGoogleRelease().getAuthedToken$app_productionGoogleRelease(); + Observable observeInitializedForAuthedUser = this.stream.getChannelsSelected$app_productionGoogleRelease().observeInitializedForAuthedUser(); + Observable observeHasIncoming = this.stream.getCallsIncoming$app_productionGoogleRelease().observeHasIncoming(); + Observable observeUserRequiredAction = this.stream.getUserRequiredAction$app_productionGoogleRelease().observeUserRequiredAction(); + Observable clientOutdated = this.stream.getClientVersion$app_productionGoogleRelease().getClientOutdated(); + Observable inviteCode = this.stream.getGuildInvite$app_productionGoogleRelease().getInviteCode(); + Observable observeDynamicLinkGuildTemplateCode = this.stream.getGuildTemplates$app_productionGoogleRelease().observeDynamicLinkGuildTemplateCode(); + Observable notices = this.stream.getNotices$app_productionGoogleRelease().getNotices(); + Observable shouldShowAgeGate = this.stream.getAuthentication$app_productionGoogleRelease().getShouldShowAgeGate(); + Observable oAuthUriObservable = this.stream.getAuthentication$app_productionGoogleRelease().getOAuthUriObservable(); + Observable observeSelectedTab = this.stream.getTabsNavigation$app_productionGoogleRelease().observeSelectedTab(); + Observable G = this.stream.getUsers$app_productionGoogleRelease().observeMe(true).G(StoreNavigation$ActivityNavigationLifecycleCallbacks$getGlobalNavigationData$1.INSTANCE); m.checkNotNullExpressionValue(G, "stream\n .us….hasPhone\n }"); - Observable s2 = ObservableExtensionsKt.computationLatest(ObservableExtensionsKt.leadingEdgeThrottle(ObservableCombineLatestOverloadsKt.combineLatest(nuxState, isInitializedObservable, authedToken$app_productionBetaRelease, observeInitializedForAuthedUser, observeHasIncoming, observeUserRequiredAction, clientOutdated, inviteCode, observeDynamicLinkGuildTemplateCode, notices, shouldShowAgeGate, oAuthUriObservable, observeSelectedTab, G, StoreNavigation$ActivityNavigationLifecycleCallbacks$getGlobalNavigationData$2.INSTANCE), 500, TimeUnit.MILLISECONDS)).s(); + Observable s2 = ObservableExtensionsKt.computationLatest(ObservableExtensionsKt.leadingEdgeThrottle(ObservableCombineLatestOverloadsKt.combineLatest(nuxState, isInitializedObservable, authedToken$app_productionGoogleRelease, observeInitializedForAuthedUser, observeHasIncoming, observeUserRequiredAction, clientOutdated, inviteCode, observeDynamicLinkGuildTemplateCode, notices, shouldShowAgeGate, oAuthUriObservable, observeSelectedTab, G, StoreNavigation$ActivityNavigationLifecycleCallbacks$getGlobalNavigationData$2.INSTANCE), 500, TimeUnit.MILLISECONDS)).s(); m.checkNotNullExpressionValue(s2, "combineLatest(\n … .distinctUntilChanged()"); return s2; } diff --git a/app/src/main/java/com/discord/stores/StoreNotifications$configureNotificationClient$3.java b/app/src/main/java/com/discord/stores/StoreNotifications$configureNotificationClient$3.java index ef0e5f70b8..3410f43ca7 100644 --- a/app/src/main/java/com/discord/stores/StoreNotifications$configureNotificationClient$3.java +++ b/app/src/main/java/com/discord/stores/StoreNotifications$configureNotificationClient$3.java @@ -28,6 +28,6 @@ public final class StoreNotifications$configureNotificationClient$3 extends o im NotificationClient notificationClient = NotificationClient.INSTANCE; m.checkNotNullExpressionValue(component1, "settings"); m.checkNotNullExpressionValue(component2, "isBackgrounded"); - notificationClient.updateSettings$app_productionBetaRelease(component1, component2.booleanValue()); + notificationClient.updateSettings$app_productionGoogleRelease(component1, component2.booleanValue()); } } diff --git a/app/src/main/java/com/discord/stores/StoreNotifications.java b/app/src/main/java/com/discord/stores/StoreNotifications.java index 9bccd7b127..c02caeaa33 100644 --- a/app/src/main/java/com/discord/stores/StoreNotifications.java +++ b/app/src/main/java/com/discord/stores/StoreNotifications.java @@ -88,7 +88,7 @@ public final class StoreNotifications extends Store { NotificationClient.INSTANCE.setRegistrationIdReceived(new StoreNotifications$configureNotificationClient$1(this)); Observable settings = getSettings(); StoreStream.Companion companion = StoreStream.Companion; - Observable j = Observable.j(Observable.h(settings, companion.getAuthentication().getAuthedToken$app_productionBetaRelease(), companion.getUserSettingsSystem().observeSettings(false), ObservableExtensionsKt.leadingEdgeThrottle(companion.getPermissions().observePermissionsForAllChannels(), 1, TimeUnit.SECONDS).G(StoreNotifications$configureNotificationClient$completedSettings$1.INSTANCE), StoreNotifications$configureNotificationClient$completedSettings$2.INSTANCE).s(), d.d.a(), StoreNotifications$configureNotificationClient$2.INSTANCE); + Observable j = Observable.j(Observable.h(settings, companion.getAuthentication().getAuthedToken$app_productionGoogleRelease(), companion.getUserSettingsSystem().observeSettings(false), ObservableExtensionsKt.leadingEdgeThrottle(companion.getPermissions().observePermissionsForAllChannels(), 1, TimeUnit.SECONDS).G(StoreNotifications$configureNotificationClient$completedSettings$1.INSTANCE), StoreNotifications$configureNotificationClient$completedSettings$2.INSTANCE).s(), d.d.a(), StoreNotifications$configureNotificationClient$2.INSTANCE); m.checkNotNullExpressionValue(j, "Observable\n .comb… isBackgrounded\n }"); Observable s2 = ObservableExtensionsKt.computationBuffered(j).s(); m.checkNotNullExpressionValue(s2, "Observable\n .comb… .distinctUntilChanged()"); @@ -155,29 +155,29 @@ public final class StoreNotifications extends Store { public final void handleMessageCreate(ModelMessage modelMessage) { Channel channel; m.checkNotNullParameter(modelMessage, "message"); - if (this.notificationSettings.get().isEnabledInApp() && this.stream.getPresences$app_productionBetaRelease().getLocalPresence$app_productionBetaRelease().getStatus() != ClientStatus.DND) { - Map relationships = this.stream.getUserRelationships$app_productionBetaRelease().getRelationships(); + if (this.notificationSettings.get().isEnabledInApp() && this.stream.getPresences$app_productionGoogleRelease().getLocalPresence$app_productionGoogleRelease().getStatus() != ClientStatus.DND) { + Map relationships = this.stream.getUserRelationships$app_productionGoogleRelease().getRelationships(); LinkedHashMap linkedHashMap = new LinkedHashMap(); for (Map.Entry entry : relationships.entrySet()) { if (entry.getValue().intValue() == 2) { linkedHashMap.put(entry.getKey(), entry.getValue()); } } - if (modelMessage.getChannelId() != this.stream.getChannelsSelected$app_productionBetaRelease().getId()) { - Map> channelsByGuildInternal$app_productionBetaRelease = this.stream.getChannels$app_productionBetaRelease().getChannelsByGuildInternal$app_productionBetaRelease(); + if (modelMessage.getChannelId() != this.stream.getChannelsSelected$app_productionGoogleRelease().getId()) { + Map> channelsByGuildInternal$app_productionGoogleRelease = this.stream.getChannels$app_productionGoogleRelease().getChannelsByGuildInternal$app_productionGoogleRelease(); long guildId = modelMessage.getGuildId(); if (guildId == null) { guildId = 0L; } - Map map = channelsByGuildInternal$app_productionBetaRelease.get(guildId); - Channel channel2 = this.stream.getChannels$app_productionBetaRelease().getThreadsByIdInternal$app_productionBetaRelease().get(Long.valueOf(modelMessage.getChannelId())); + Map map = channelsByGuildInternal$app_productionGoogleRelease.get(guildId); + Channel channel2 = this.stream.getChannels$app_productionGoogleRelease().getThreadsByIdInternal$app_productionGoogleRelease().get(Long.valueOf(modelMessage.getChannelId())); if (channel2 == null) { if (map != null) { channel2 = map.get(Long.valueOf(modelMessage.getChannelId())); } else { channel = null; if (channel == null) { - if (NotificationTextUtils.INSTANCE.shouldNotifyInAppPopup(this.stream.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease(), modelMessage, channel, linkedHashMap, map != null ? map.get(Long.valueOf(channel.q())) : null, (Guild) a.c(channel, this.stream.getGuilds$app_productionBetaRelease().getGuildsInternal$app_productionBetaRelease()), this.stream.getGuilds$app_productionBetaRelease().getGuildMembersComputedInternal$app_productionBetaRelease(), this.stream.getGuildSettings$app_productionBetaRelease().getGuildSettingsInternal$app_productionBetaRelease(), this.stream.getThreadsJoined$app_productionBetaRelease().getAllJoinedThreadsInternal$app_productionBetaRelease())) { + if (NotificationTextUtils.INSTANCE.shouldNotifyInAppPopup(this.stream.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease(), modelMessage, channel, linkedHashMap, map != null ? map.get(Long.valueOf(channel.q())) : null, (Guild) a.c(channel, this.stream.getGuilds$app_productionGoogleRelease().getGuildsInternal$app_productionGoogleRelease()), this.stream.getGuilds$app_productionGoogleRelease().getGuildMembersComputedInternal$app_productionGoogleRelease(), this.stream.getGuildSettings$app_productionGoogleRelease().getGuildSettingsInternal$app_productionGoogleRelease(), this.stream.getThreadsJoined$app_productionGoogleRelease().getAllJoinedThreadsInternal$app_productionGoogleRelease())) { displayPopup(modelMessage, channel); return; } diff --git a/app/src/main/java/com/discord/stores/StoreOutboundPromotions.java b/app/src/main/java/com/discord/stores/StoreOutboundPromotions.java index ecc8a4979c..a47d180773 100644 --- a/app/src/main/java/com/discord/stores/StoreOutboundPromotions.java +++ b/app/src/main/java/com/discord/stores/StoreOutboundPromotions.java @@ -201,7 +201,7 @@ public final class StoreOutboundPromotions extends StoreV2 { } @StoreThread - public final void handleConnectionOpen$app_productionBetaRelease(ModelPayload modelPayload) { + public final void handleConnectionOpen$app_productionGoogleRelease(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "readyPayload"); if (this.isEnabled) { UserUtils userUtils = UserUtils.INSTANCE; diff --git a/app/src/main/java/com/discord/stores/StorePermissions.java b/app/src/main/java/com/discord/stores/StorePermissions.java index ba50d4cbf4..e0cd30899d 100644 --- a/app/src/main/java/com/discord/stores/StorePermissions.java +++ b/app/src/main/java/com/discord/stores/StorePermissions.java @@ -85,31 +85,31 @@ public final class StorePermissions extends StoreV2 { @StoreThread private final Map computeChannelPermissions(long j, Iterable iterable) { - Guild guild = this.storeGuilds.getGuildsInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Guild guild = this.storeGuilds.getGuildsInternal$app_productionGoogleRelease().get(Long.valueOf(j)); if (guild == null) { return h0.emptyMap(); } - Map map = this.storeGuilds.getGuildMembersComputedInternal$app_productionBetaRelease().get(Long.valueOf(j)); - Map map2 = this.storeGuilds.getGuildRolesInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Map map = this.storeGuilds.getGuildMembersComputedInternal$app_productionGoogleRelease().get(Long.valueOf(j)); + Map map2 = this.storeGuilds.getGuildRolesInternal$app_productionGoogleRelease().get(Long.valueOf(j)); Map stageInstancesForGuildInternal = this.storeStageInstances.getStageInstancesForGuildInternal(j); LinkedHashMap linkedHashMap = new LinkedHashMap(f.coerceAtLeast(g0.mapCapacity(o.collectionSizeOrDefault(iterable, 10)), 16)); for (Channel channel : iterable) { boolean hasJoinedInternal = this.storeThreadsJoined.hasJoinedInternal(channel.g()); - Pair pair = d0.o.to(Long.valueOf(channel.g()), Long.valueOf(AnimatableValueParser.r1(channel) ? 137438428927L : PermissionUtils.computePermissions(getMeId(), channel, this.storeChannels.getGuildChannelInternal$app_productionBetaRelease(channel.e(), channel.q()), guild.getOwnerId(), map != null ? map.get(Long.valueOf(getMeId())) : null, map2, stageInstancesForGuildInternal, hasJoinedInternal))); + Pair pair = d0.o.to(Long.valueOf(channel.g()), Long.valueOf(AnimatableValueParser.r1(channel) ? 137438428927L : PermissionUtils.computePermissions(getMeId(), channel, this.storeChannels.getGuildChannelInternal$app_productionGoogleRelease(channel.e(), channel.q()), guild.getOwnerId(), map != null ? map.get(Long.valueOf(getMeId())) : null, map2, stageInstancesForGuildInternal, hasJoinedInternal))); linkedHashMap.put(pair.getFirst(), pair.getSecond()); } return linkedHashMap; } private final long getMeId() { - return this.storeUser.getMeInternal$app_productionBetaRelease().getId(); + return this.storeUser.getMeInternal$app_productionGoogleRelease().getId(); } @StoreThread private final void recomputeAllPermissions() { this.permissionsForGuilds.clear(); this.permissionsForChannels.clear(); - Collection values = this.storeChannels.getThreadsByIdInternal$app_productionBetaRelease().values(); + Collection values = this.storeChannels.getThreadsByIdInternal$app_productionGoogleRelease().values(); LinkedHashMap linkedHashMap = new LinkedHashMap(); for (Object obj : values) { Long valueOf = Long.valueOf(((Channel) obj).e()); @@ -120,7 +120,7 @@ public final class StorePermissions extends StoreV2 { } ((List) obj2).add(obj); } - Set keySet = this.storeChannels.getChannelsByGuildInternal$app_productionBetaRelease().keySet(); + Set keySet = this.storeChannels.getChannelsByGuildInternal$app_productionGoogleRelease().keySet(); ArrayList arrayList = new ArrayList(); for (Object obj3 : keySet) { if (((Number) obj3).longValue() != 0) { @@ -160,9 +160,9 @@ public final class StorePermissions extends StoreV2 { private final void updateGuildPermissions(long j, Collection collection) { Map map; Guild guild; - if (getMeId() != 0 && (map = this.storeChannels.getChannelsByGuildInternal$app_productionBetaRelease().get(Long.valueOf(j))) != null && (guild = this.storeGuilds.getGuildsInternal$app_productionBetaRelease().get(Long.valueOf(j))) != null) { - Map map2 = this.storeGuilds.getGuildMembersComputedInternal$app_productionBetaRelease().get(Long.valueOf(j)); - long computeNonThreadPermissions = PermissionUtils.computeNonThreadPermissions(getMeId(), j, guild.getOwnerId(), map2 != null ? map2.get(Long.valueOf(getMeId())) : null, this.storeGuilds.getGuildRolesInternal$app_productionBetaRelease().get(Long.valueOf(j)), null); + if (getMeId() != 0 && (map = this.storeChannels.getChannelsByGuildInternal$app_productionGoogleRelease().get(Long.valueOf(j))) != null && (guild = this.storeGuilds.getGuildsInternal$app_productionGoogleRelease().get(Long.valueOf(j))) != null) { + Map map2 = this.storeGuilds.getGuildMembersComputedInternal$app_productionGoogleRelease().get(Long.valueOf(j)); + long computeNonThreadPermissions = PermissionUtils.computeNonThreadPermissions(getMeId(), j, guild.getOwnerId(), map2 != null ? map2.get(Long.valueOf(getMeId())) : null, this.storeGuilds.getGuildRolesInternal$app_productionGoogleRelease().get(Long.valueOf(j)), null); Long l = this.permissionsForGuilds.get(Long.valueOf(j)); if (l == null || l.longValue() != computeNonThreadPermissions) { this.permissionsForGuilds.put(Long.valueOf(j), Long.valueOf(computeNonThreadPermissions)); @@ -185,7 +185,7 @@ public final class StorePermissions extends StoreV2 { } @StoreThread - public final Map getPermissionsByChannelInternal$app_productionBetaRelease(long j) { + public final Map getPermissionsByChannelInternal$app_productionGoogleRelease(long j) { Map map = this.permissionsForChannels.get(Long.valueOf(j)); return map != null ? map : h0.emptyMap(); } @@ -217,14 +217,14 @@ public final class StorePermissions extends StoreV2 { @StoreThread public final void handleGuildAdd(com.discord.api.guild.Guild guild) { m.checkNotNullParameter(guild, "guild"); - updateGuildPermissions(guild.o(), this.storeChannels.getThreadsForGuildInternal$app_productionBetaRelease(guild.o())); + updateGuildPermissions(guild.o(), this.storeChannels.getThreadsForGuildInternal$app_productionGoogleRelease(guild.o())); } @StoreThread public final void handleGuildMemberAdd(com.discord.api.guildmember.GuildMember guildMember) { m.checkNotNullParameter(guildMember, "member"); if (getMeId() != 0 && guildMember.j().i() == getMeId()) { - updateGuildPermissions(guildMember.c(), this.storeChannels.getThreadsForGuildInternal$app_productionBetaRelease(guildMember.c())); + updateGuildPermissions(guildMember.c(), this.storeChannels.getThreadsForGuildInternal$app_productionGoogleRelease(guildMember.c())); } } @@ -239,7 +239,7 @@ public final class StorePermissions extends StoreV2 { @StoreThread public final void handleGuildRolesChanged(long j) { - updateGuildPermissions(j, this.storeChannels.getThreadsForGuildInternal$app_productionBetaRelease(j)); + updateGuildPermissions(j, this.storeChannels.getThreadsForGuildInternal$app_productionGoogleRelease(j)); } @StoreThread @@ -256,7 +256,7 @@ public final class StorePermissions extends StoreV2 { Channel channel = (Channel) u.firstOrNull((List) arrayList); Long valueOf = channel != null ? Long.valueOf(channel.e()) : null; if (valueOf != null) { - updateGuildPermissions(valueOf.longValue(), this.storeChannels.getThreadsForGuildInternal$app_productionBetaRelease(valueOf.longValue())); + updateGuildPermissions(valueOf.longValue(), this.storeChannels.getThreadsForGuildInternal$app_productionGoogleRelease(valueOf.longValue())); } } } @@ -278,7 +278,7 @@ public final class StorePermissions extends StoreV2 { if (channel != null) { l = Long.valueOf(channel.e()); if (l == null) { - updateGuildPermissions(l.longValue(), this.storeChannels.getThreadsForGuildInternal$app_productionBetaRelease(l.longValue())); + updateGuildPermissions(l.longValue(), this.storeChannels.getThreadsForGuildInternal$app_productionGoogleRelease(l.longValue())); return; } return; @@ -292,10 +292,10 @@ public final class StorePermissions extends StoreV2 { @StoreThread public final void handleStageInstanceChange(StageInstance stageInstance) { - Channel channelInternal$app_productionBetaRelease; + Channel channelInternal$app_productionGoogleRelease; m.checkNotNullParameter(stageInstance, "stageInstance"); - if (getMeId() != 0 && (channelInternal$app_productionBetaRelease = this.storeChannels.getChannelInternal$app_productionBetaRelease(stageInstance.b(), stageInstance.a())) != null) { - updateChannelPermissions(channelInternal$app_productionBetaRelease); + if (getMeId() != 0 && (channelInternal$app_productionGoogleRelease = this.storeChannels.getChannelInternal$app_productionGoogleRelease(stageInstance.b(), stageInstance.a())) != null) { + updateChannelPermissions(channelInternal$app_productionGoogleRelease); } } @@ -303,26 +303,26 @@ public final class StorePermissions extends StoreV2 { public final void handleThreadListSync(ModelThreadListSync modelThreadListSync) { m.checkNotNullParameter(modelThreadListSync, "threadListSync"); if (getMeId() != 0) { - updateGuildPermissions(modelThreadListSync.getGuildId(), this.storeChannels.getThreadsForGuildInternal$app_productionBetaRelease(modelThreadListSync.getGuildId())); + updateGuildPermissions(modelThreadListSync.getGuildId(), this.storeChannels.getThreadsForGuildInternal$app_productionGoogleRelease(modelThreadListSync.getGuildId())); } } @StoreThread public final void handleThreadMemberUpdate(ThreadMemberUpdate threadMemberUpdate) { m.checkNotNullParameter(threadMemberUpdate, "threadMemberUpdate"); - Channel guildChannelInternal$app_productionBetaRelease = this.storeChannels.getGuildChannelInternal$app_productionBetaRelease(threadMemberUpdate.b(), threadMemberUpdate.c()); - if (guildChannelInternal$app_productionBetaRelease != null) { - updateChannelPermissions(guildChannelInternal$app_productionBetaRelease); + Channel guildChannelInternal$app_productionGoogleRelease = this.storeChannels.getGuildChannelInternal$app_productionGoogleRelease(threadMemberUpdate.b(), threadMemberUpdate.c()); + if (guildChannelInternal$app_productionGoogleRelease != null) { + updateChannelPermissions(guildChannelInternal$app_productionGoogleRelease); } } @StoreThread public final void handleThreadMembersUpdate(ThreadMembersUpdate threadMembersUpdate) { - Channel guildChannelInternal$app_productionBetaRelease; + Channel guildChannelInternal$app_productionGoogleRelease; Boolean bool; boolean z2; m.checkNotNullParameter(threadMembersUpdate, "threadMembersUpdate"); - if (getMeId() != 0 && (guildChannelInternal$app_productionBetaRelease = this.storeChannels.getGuildChannelInternal$app_productionBetaRelease(threadMembersUpdate.b(), threadMembersUpdate.c())) != null) { + if (getMeId() != 0 && (guildChannelInternal$app_productionGoogleRelease = this.storeChannels.getGuildChannelInternal$app_productionGoogleRelease(threadMembersUpdate.b(), threadMembersUpdate.c())) != null) { List a = threadMembersUpdate.a(); Boolean bool2 = null; if (a != null) { @@ -356,7 +356,7 @@ public final class StorePermissions extends StoreV2 { } Boolean bool3 = Boolean.TRUE; if (m.areEqual(bool, bool3) || m.areEqual(bool2, bool3)) { - updateChannelPermissions(guildChannelInternal$app_productionBetaRelease); + updateChannelPermissions(guildChannelInternal$app_productionGoogleRelease); } } } diff --git a/app/src/main/java/com/discord/stores/StoreReviewRequest.java b/app/src/main/java/com/discord/stores/StoreReviewRequest.java index 8cffc50aa6..3d448a5324 100644 --- a/app/src/main/java/com/discord/stores/StoreReviewRequest.java +++ b/app/src/main/java/com/discord/stores/StoreReviewRequest.java @@ -78,8 +78,8 @@ public final class StoreReviewRequest extends Store { z5 = s2.booleanValue(); } if (z4 && z5 && !this.hasUserAcceptedReviewRequest && this.requestedReviewRevision < 693) { - if (this.clock.currentTimeMillis() > this.stream.getNotices$app_productionBetaRelease().getFirstUseTimestamp() + 864000000) { - this.stream.getNotices$app_productionBetaRelease().requestToShow(StoreNotices.Dialog.Type.buildPassiveNotice$default(StoreNotices.Dialog.Type.REQUEST_RATING_MODAL, 0, 31536000000L, 0, true, 5, null)); + if (this.clock.currentTimeMillis() > this.stream.getNotices$app_productionGoogleRelease().getFirstUseTimestamp() + 864000000) { + this.stream.getNotices$app_productionGoogleRelease().requestToShow(StoreNotices.Dialog.Type.buildPassiveNotice$default(StoreNotices.Dialog.Type.REQUEST_RATING_MODAL, 0, 31536000000L, 0, true, 5, null)); } } } @@ -98,7 +98,7 @@ public final class StoreReviewRequest extends Store { m.checkExpressionValueIsNotNull(edit, "editor"); edit.putInt("CACHE_KEY_VIEWED_REVIEW_REQUEST_REVISION", 693); edit.apply(); - this.stream.getNotices$app_productionBetaRelease().markSeen(StoreNotices.Dialog.Type.REQUEST_RATING_MODAL); + this.stream.getNotices$app_productionGoogleRelease().markSeen(StoreNotices.Dialog.Type.REQUEST_RATING_MODAL); AnalyticsTracker.INSTANCE.reviewRequestTriggered(); } diff --git a/app/src/main/java/com/discord/stores/StoreRtcConnection.java b/app/src/main/java/com/discord/stores/StoreRtcConnection.java index cf7a39bb47..338072f673 100644 --- a/app/src/main/java/com/discord/stores/StoreRtcConnection.java +++ b/app/src/main/java/com/discord/stores/StoreRtcConnection.java @@ -227,7 +227,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public /* synthetic */ StoreRtcConnection(StoreStream storeStream, Dispatcher dispatcher, Clock clock, StoreRtcRegion storeRtcRegion, StoreAnalytics storeAnalytics, StoreVoiceStates storeVoiceStates, Logger logger, DebugPrintableCollection debugPrintableCollection, int i, DefaultConstructorMarker defaultConstructorMarker) { - this(storeStream, dispatcher, clock, storeRtcRegion, storeAnalytics, storeVoiceStates, (i & 64) != 0 ? AppLog.g : logger, (i & 128) != 0 ? SystemLogUtils.INSTANCE.getDebugPrintables$app_productionBetaRelease() : debugPrintableCollection); + this(storeStream, dispatcher, clock, storeRtcRegion, storeAnalytics, storeVoiceStates, (i & 64) != 0 ? AppLog.g : logger, (i & 128) != 0 ? SystemLogUtils.INSTANCE.getDebugPrintables$app_productionGoogleRelease() : debugPrintableCollection); } public static final /* synthetic */ Dispatcher access$getDispatcher$p(StoreRtcConnection storeRtcConnection) { @@ -279,7 +279,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr } private final void applyVoiceConfiguration(RtcConnection rtcConnection, Long l) { - StoreMediaSettings.VoiceConfiguration voiceConfigurationBlocking = this.stream.getMediaSettings$app_productionBetaRelease().getVoiceConfigurationBlocking(); + StoreMediaSettings.VoiceConfiguration voiceConfigurationBlocking = this.stream.getMediaSettings$app_productionGoogleRelease().getVoiceConfigurationBlocking(); for (Map.Entry entry : voiceConfigurationBlocking.getUserOutputVolumes().entrySet()) { long longValue = entry.getKey().longValue(); float floatValue = entry.getValue().floatValue(); @@ -352,7 +352,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr @StoreThread private final void createRtcConnection() { Long l; - long id2 = this.stream.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId(); + long id2 = this.stream.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId(); String str = this.sessionId; Channel channel = this.selectedVoiceChannel; long j = 0; @@ -379,7 +379,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr j = l.longValue(); } this.voicePropsTracker = new VoicePropsTracker(j, valueOf2.longValue(), id2, this.storeVoiceStates.get().get(Long.valueOf(j))); - Experiment userExperiment = this.stream.getExperiments$app_productionBetaRelease().getUserExperiment("2021-03_android_media_sink_wants", false); + Experiment userExperiment = this.stream.getExperiments$app_productionGoogleRelease().getUserExperiment("2021-03_android_media_sink_wants", false); boolean z2 = userExperiment != null && userExperiment.getBucket() == 1; RtcConnection rtcConnection3 = this.rtcConnection; if (rtcConnection3 != null) { @@ -393,7 +393,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr if (networkMonitor == null) { m.throwUninitializedPropertyAccessException("networkMonitor"); } - RtcConnection rtcConnection4 = new RtcConnection(l, longValue, str, true, valueOf3, id2, mediaEngine, logger, ClockFactory.get(), null, networkMonitor, h0.toMutableMap(this.stream.getMediaSettings$app_productionBetaRelease().getMutedUsers()), null, null, z2, str3, null, 78336); + RtcConnection rtcConnection4 = new RtcConnection(l, longValue, str, true, valueOf3, id2, mediaEngine, logger, ClockFactory.get(), null, networkMonitor, h0.toMutableMap(this.stream.getMediaSettings$app_productionGoogleRelease().getMutedUsers()), null, null, z2, str3, null, 78336); rtcConnection4.c(this); this.rtcConnection = rtcConnection4; updateMetadata(); @@ -501,17 +501,17 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr @StoreThread private final void logChannelJoin(Channel channel) { String str; - long id2 = this.stream.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId(); + long id2 = this.stream.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId(); RtcConnection rtcConnection = this.rtcConnection; if (rtcConnection != null && (str = rtcConnection.d) != null) { - StageInstance stageInstanceForChannel = this.stream.getStageInstances$app_productionBetaRelease().getStageInstanceForChannel(channel.g()); + StageInstance stageInstanceForChannel = this.stream.getStageInstances$app_productionGoogleRelease().getStageInstanceForChannel(channel.g()); Long valueOf = stageInstanceForChannel != null ? Long.valueOf(stageInstanceForChannel.c()) : null; AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - Map map = (Map) a.c(channel, this.stream.getVoiceStates$app_productionBetaRelease().get()); + Map map = (Map) a.c(channel, this.stream.getVoiceStates$app_productionGoogleRelease().get()); if (map == null) { map = h0.emptyMap(); } - VideoInputDeviceDescription selectedVideoInputDeviceBlocking = this.stream.getMediaEngine$app_productionBetaRelease().getSelectedVideoInputDeviceBlocking(); + VideoInputDeviceDescription selectedVideoInputDeviceBlocking = this.stream.getMediaEngine$app_productionGoogleRelease().getSelectedVideoInputDeviceBlocking(); NetworkUtils networkUtils = NetworkUtils.INSTANCE; Context context = this.context; if (context == null) { @@ -524,12 +524,12 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr @StoreThread private final void logChannelLeave(Channel channel) { String str; - long id2 = this.stream.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId(); + long id2 = this.stream.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId(); RtcConnection rtcConnection = this.rtcConnection; if (rtcConnection != null && (str = rtcConnection.d) != null) { Long l = null; String str2 = rtcConnection != null ? rtcConnection.f2077y : null; - StageInstance stageInstanceForChannel = this.stream.getStageInstances$app_productionBetaRelease().getStageInstanceForChannel(channel.g()); + StageInstance stageInstanceForChannel = this.stream.getStageInstances$app_productionGoogleRelease().getStageInstanceForChannel(channel.g()); Long valueOf = stageInstanceForChannel != null ? Long.valueOf(stageInstanceForChannel.c()) : null; LinkedHashMap linkedHashMap = new LinkedHashMap(); VoicePropsTracker voicePropsTracker = this.voicePropsTracker; @@ -538,7 +538,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr } this.voicePropsTracker = null; AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; - Map map = (Map) a.c(channel, this.stream.getVoiceStates$app_productionBetaRelease().get()); + Map map = (Map) a.c(channel, this.stream.getVoiceStates$app_productionGoogleRelease().get()); if (map == null) { map = h0.emptyMap(); } @@ -645,7 +645,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr return this.quality; } - public final RtcConnection getRtcConnection$app_productionBetaRelease() { + public final RtcConnection getRtcConnection$app_productionGoogleRelease() { return this.rtcConnection; } @@ -701,19 +701,19 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr sb.append(channel3 != null ? Long.valueOf(channel3.g()) : null); destroyRtcConnection(sb.toString()); } - Channel findChannelByIdInternal$app_productionBetaRelease = l != null ? this.stream.getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(l.longValue()) : null; - this.selectedVoiceChannel = findChannelByIdInternal$app_productionBetaRelease; + Channel findChannelByIdInternal$app_productionGoogleRelease = l != null ? this.stream.getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(l.longValue()) : null; + this.selectedVoiceChannel = findChannelByIdInternal$app_productionGoogleRelease; OutgoingPayload.VoiceStateUpdate voiceStateUpdate = this.currentVoiceState; - if (findChannelByIdInternal$app_productionBetaRelease != null) { - Long valueOf = Long.valueOf(findChannelByIdInternal$app_productionBetaRelease.e()); + if (findChannelByIdInternal$app_productionGoogleRelease != null) { + Long valueOf = Long.valueOf(findChannelByIdInternal$app_productionGoogleRelease.e()); if (valueOf.longValue() > 0) { l2 = valueOf; - this.currentVoiceState = OutgoingPayload.VoiceStateUpdate.copy$default(voiceStateUpdate, l2, findChannelByIdInternal$app_productionBetaRelease == null ? Long.valueOf(findChannelByIdInternal$app_productionBetaRelease.g()) : null, false, false, false, null, 60, null); - if (findChannelByIdInternal$app_productionBetaRelease == null) { + this.currentVoiceState = OutgoingPayload.VoiceStateUpdate.copy$default(voiceStateUpdate, l2, findChannelByIdInternal$app_productionGoogleRelease == null ? Long.valueOf(findChannelByIdInternal$app_productionGoogleRelease.g()) : null, false, false, false, null, 60, null); + if (findChannelByIdInternal$app_productionGoogleRelease == null) { this.hasSelectedVoiceChannel = true; createRtcConnection(); this.joinedChannelTimestamp = Long.valueOf(this.clock.currentTimeMillis()); - logChannelJoin(findChannelByIdInternal$app_productionBetaRelease); + logChannelJoin(findChannelByIdInternal$app_productionGoogleRelease); } else { this.voiceServer = null; } @@ -721,8 +721,8 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr } } l2 = null; - this.currentVoiceState = OutgoingPayload.VoiceStateUpdate.copy$default(voiceStateUpdate, l2, findChannelByIdInternal$app_productionBetaRelease == null ? Long.valueOf(findChannelByIdInternal$app_productionBetaRelease.g()) : null, false, false, false, null, 60, null); - if (findChannelByIdInternal$app_productionBetaRelease == null) { + this.currentVoiceState = OutgoingPayload.VoiceStateUpdate.copy$default(voiceStateUpdate, l2, findChannelByIdInternal$app_productionGoogleRelease == null ? Long.valueOf(findChannelByIdInternal$app_productionGoogleRelease.g()) : null, false, false, false, null, 60, null); + if (findChannelByIdInternal$app_productionGoogleRelease == null) { } onVoiceStateUpdated(); } @@ -756,9 +756,9 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr Observable G = companion.getMediaEngine().getSelectedVideoInputDevice().G(StoreRtcConnection$init$3.INSTANCE); m.checkNotNullExpressionValue(G, "StoreStream\n .get…viceDescription != null }"); ObservableExtensionsKt.appSubscribe$default(G, StoreRtcConnection.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreRtcConnection$init$4(this), 62, (Object) null); - ObservableExtensionsKt.appSubscribe$default(this.stream.getMediaSettings$app_productionBetaRelease().getUsersVolume(), StoreRtcConnection.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreRtcConnection$init$5(this), 62, (Object) null); - ObservableExtensionsKt.appSubscribe$default(this.stream.getMediaSettings$app_productionBetaRelease().getUsersMuted(), StoreRtcConnection.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreRtcConnection$init$6(this), 62, (Object) null); - ObservableExtensionsKt.appSubscribe$default(this.stream.getMediaSettings$app_productionBetaRelease().getUsersOffScreen(), StoreRtcConnection.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreRtcConnection$init$7(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(this.stream.getMediaSettings$app_productionGoogleRelease().getUsersVolume(), StoreRtcConnection.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreRtcConnection$init$5(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(this.stream.getMediaSettings$app_productionGoogleRelease().getUsersMuted(), StoreRtcConnection.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreRtcConnection$init$6(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(this.stream.getMediaSettings$app_productionGoogleRelease().getUsersOffScreen(), StoreRtcConnection.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreRtcConnection$init$7(this), 62, (Object) null); } public final Observable observeRtcConnectionMetadata() { @@ -787,7 +787,7 @@ public final class StoreRtcConnection extends RtcConnection.b implements DebugPr @Override // com.discord.rtcconnection.RtcConnection.b, com.discord.rtcconnection.RtcConnection.c public void onFatalClose() { - this.stream.getVoiceChannelSelected$app_productionBetaRelease().clear(); + this.stream.getVoiceChannelSelected$app_productionGoogleRelease().clear(); } @Override // com.discord.rtcconnection.RtcConnection.b, com.discord.rtcconnection.RtcConnection.c diff --git a/app/src/main/java/com/discord/stores/StoreRtcRegion.java b/app/src/main/java/com/discord/stores/StoreRtcRegion.java index 93bf942b53..18f15c09b8 100644 --- a/app/src/main/java/com/discord/stores/StoreRtcRegion.java +++ b/app/src/main/java/com/discord/stores/StoreRtcRegion.java @@ -135,7 +135,7 @@ public final class StoreRtcRegion { } @StoreThread - public final void handleConnectionOpen$app_productionBetaRelease() { + public final void handleConnectionOpen$app_productionGoogleRelease() { Observable e02 = Observable.e0((long) (new Random().nextInt(29000) + 1000), TimeUnit.MILLISECONDS); m.checkNotNullExpressionValue(e02, "Observable.timer(fetchJi…), TimeUnit.MILLISECONDS)"); ObservableExtensionsKt.appSubscribe$default(e02, StoreRtcRegion.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreRtcRegion$handleConnectionOpen$1(this), 62, (Object) null); diff --git a/app/src/main/java/com/discord/stores/StoreSearch.java b/app/src/main/java/com/discord/stores/StoreSearch.java index afc9f3500b..5e66654e12 100644 --- a/app/src/main/java/com/discord/stores/StoreSearch.java +++ b/app/src/main/java/com/discord/stores/StoreSearch.java @@ -294,7 +294,7 @@ public final class StoreSearch { } } - public final void persistQuery$app_productionBetaRelease(SearchTarget searchTarget, List list) { + public final void persistQuery$app_productionGoogleRelease(SearchTarget searchTarget, List list) { m.checkNotNullParameter(searchTarget, "searchTarget"); m.checkNotNullParameter(list, "query"); this.historyCache.persistQuery(searchTarget, list); diff --git a/app/src/main/java/com/discord/stores/StoreSearchQuery$parseAndQuery$2.java b/app/src/main/java/com/discord/stores/StoreSearchQuery$parseAndQuery$2.java index 634d8a8231..f2c91fe974 100644 --- a/app/src/main/java/com/discord/stores/StoreSearchQuery$parseAndQuery$2.java +++ b/app/src/main/java/com/discord/stores/StoreSearchQuery$parseAndQuery$2.java @@ -24,7 +24,7 @@ public final class StoreSearchQuery$parseAndQuery$2 implements Func2< m.checkNotNullExpressionValue(list, "queryNodes"); m.checkNotNullExpressionValue(searchData, "searchData"); preprocessor.preprocess(list, searchData); - this.$searchStore.persistQuery$app_productionBetaRelease(this.$searchTarget, list); + this.$searchStore.persistQuery$app_productionGoogleRelease(this.$searchTarget, list); return new SearchQuery.Builder().setIncludeNsfw(this.$includeNsfw).buildFrom(list, searchData); } } diff --git a/app/src/main/java/com/discord/stores/StoreSlowMode.java b/app/src/main/java/com/discord/stores/StoreSlowMode.java index 5ca44994fe..afbff16288 100644 --- a/app/src/main/java/com/discord/stores/StoreSlowMode.java +++ b/app/src/main/java/com/discord/stores/StoreSlowMode.java @@ -58,7 +58,7 @@ public final class StoreSlowMode extends Store { if (observable != null) { return observable; } - Observable i02 = Observable.i0(new c0(this.stream.getPermissions$app_productionBetaRelease().observePermissionsForChannel(j).G(new StoreSlowMode$sam$rx_functions_Func1$0(new StoreSlowMode$getChannelCooldownObservable$newObservable$1(PermissionUtils.INSTANCE))).s().Z(new StoreSlowMode$getChannelCooldownObservable$newObservable$2(this, j)).G(StoreSlowMode$getChannelCooldownObservable$newObservable$3.INSTANCE).w(new StoreSlowMode$getChannelCooldownObservable$newObservable$4(this, j)).N(1))); + Observable i02 = Observable.i0(new c0(this.stream.getPermissions$app_productionGoogleRelease().observePermissionsForChannel(j).G(new StoreSlowMode$sam$rx_functions_Func1$0(new StoreSlowMode$getChannelCooldownObservable$newObservable$1(PermissionUtils.INSTANCE))).s().Z(new StoreSlowMode$getChannelCooldownObservable$newObservable$2(this, j)).G(StoreSlowMode$getChannelCooldownObservable$newObservable$3.INSTANCE).w(new StoreSlowMode$getChannelCooldownObservable$newObservable$4(this, j)).N(1))); HashMap> hashMap = this.channelCooldownObservables; Long valueOf = Long.valueOf(j); m.checkNotNullExpressionValue(i02, "newObservable"); @@ -92,8 +92,8 @@ public final class StoreSlowMode extends Store { @StoreThread public final void onMessageSent(long j) { - Channel findChannelByIdInternal$app_productionBetaRelease = this.stream.getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(j); - int t = findChannelByIdInternal$app_productionBetaRelease != null ? findChannelByIdInternal$app_productionBetaRelease.t() : 0; + Channel findChannelByIdInternal$app_productionGoogleRelease = this.stream.getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(j); + int t = findChannelByIdInternal$app_productionGoogleRelease != null ? findChannelByIdInternal$app_productionGoogleRelease.t() : 0; if (t > 0) { onCooldownInternal(j, ((long) t) * 1000); } diff --git a/app/src/main/java/com/discord/stores/StoreSpotify.java b/app/src/main/java/com/discord/stores/StoreSpotify.java index e1f54c3960..32cdb7f55b 100644 --- a/app/src/main/java/com/discord/stores/StoreSpotify.java +++ b/app/src/main/java/com/discord/stores/StoreSpotify.java @@ -212,10 +212,10 @@ public final class StoreSpotify { String str2 = null; boolean z4 = true; if (this.spotifyState == null) { - this.stream.getPresences$app_productionBetaRelease().updateActivity(ActivityType.LISTENING, null, true); + this.stream.getPresences$app_productionGoogleRelease().updateActivity(ActivityType.LISTENING, null, true); return; } - List connectedAccounts = this.stream.getUserConnections$app_productionBetaRelease().getConnectedAccounts(); + List connectedAccounts = this.stream.getUserConnections$app_productionGoogleRelease().getConnectedAccounts(); if (!(connectedAccounts instanceof Collection) || !connectedAccounts.isEmpty()) { Iterator it = connectedAccounts.iterator(); while (true) { @@ -242,7 +242,7 @@ public final class StoreSpotify { boolean component2 = spotifyState.component2(); long component4 = spotifyState.component4(); if (!component2 || component1 == null) { - this.stream.getPresences$app_productionBetaRelease().updateActivity(ActivityType.LISTENING, null, true); + this.stream.getPresences$app_productionGoogleRelease().updateActivity(ActivityType.LISTENING, null, true); return; } ModelSpotifyAlbum album = component1.getAlbum(); @@ -261,7 +261,7 @@ public final class StoreSpotify { if (album2 != null) { str2 = album2.getName(); } - this.stream.getPresences$app_productionBetaRelease().updateActivity(ActivityType.LISTENING, ActivityUtilsKt.createSpotifyListeningActivity(currentTimeMillis, properName, name, id2, str2, str, u.joinToString$default(component1.getArtists(), null, null, null, 0, null, StoreSpotify$publishState$activity$1.INSTANCE, 31, null), component4, component1.getDurationMs() + component4, platform.getPlatformId() + ':' + this.stream.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId()), true); + this.stream.getPresences$app_productionGoogleRelease().updateActivity(ActivityType.LISTENING, ActivityUtilsKt.createSpotifyListeningActivity(currentTimeMillis, properName, name, id2, str2, str, u.joinToString$default(component1.getArtists(), null, null, null, 0, null, StoreSpotify$publishState$activity$1.INSTANCE, 31, null), component4, component1.getDurationMs() + component4, platform.getPlatformId() + ':' + this.stream.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId()), true); AnalyticsTracker analyticsTracker = AnalyticsTracker.INSTANCE; String id3 = component1.getId(); ModelSpotifyAlbum album3 = component1.getAlbum(); diff --git a/app/src/main/java/com/discord/stores/StoreStageChannels.java b/app/src/main/java/com/discord/stores/StoreStageChannels.java index 5a4f6299e1..ef007cbe4c 100644 --- a/app/src/main/java/com/discord/stores/StoreStageChannels.java +++ b/app/src/main/java/com/discord/stores/StoreStageChannels.java @@ -182,11 +182,11 @@ public final class StoreStageChannels extends StoreV2 { /* renamed from: computeUserRolesInDispatch-t27eFtU reason: not valid java name */ private final int m4computeUserRolesInDispatcht27eFtU(long j, Channel channel, Map map, Map map2) { - Guild guild = (Guild) a.c(channel, this.guildsStore.getGuildsInternal$app_productionBetaRelease()); + Guild guild = (Guild) a.c(channel, this.guildsStore.getGuildsInternal$app_productionGoogleRelease()); if (guild == null) { return StageRoles.Companion.m30getAUDIENCE1LxfuJo(); } - Map map3 = (Map) a.c(channel, this.guildsStore.getGuildMembersComputedInternal$app_productionBetaRelease()); + Map map3 = (Map) a.c(channel, this.guildsStore.getGuildMembersComputedInternal$app_productionGoogleRelease()); if (map3 == null) { return StageRoles.Companion.m30getAUDIENCE1LxfuJo(); } @@ -195,10 +195,10 @@ public final class StoreStageChannels extends StoreV2 { return StageRoles.Companion.m30getAUDIENCE1LxfuJo(); } if (map2 == null) { - map2 = (Map) a.c(channel, this.guildsStore.getGuildRolesInternal$app_productionBetaRelease()); + map2 = (Map) a.c(channel, this.guildsStore.getGuildRolesInternal$app_productionGoogleRelease()); } if (map == null) { - map = (Map) a.c(channel, this.voiceStatesStore.getInternal$app_productionBetaRelease()); + map = (Map) a.c(channel, this.voiceStatesStore.getInternal$app_productionGoogleRelease()); } if (map == null) { return StageRoles.Companion.m30getAUDIENCE1LxfuJo(); @@ -347,8 +347,8 @@ public final class StoreStageChannels extends StoreV2 { Collection values; Sequence asSequence; Sequence mapNotNull; - Map channelsForGuildInternal$app_productionBetaRelease = this.channelsStore.getChannelsForGuildInternal$app_productionBetaRelease(j); - return (channelsForGuildInternal$app_productionBetaRelease == null || (values = channelsForGuildInternal$app_productionBetaRelease.values()) == null || (asSequence = u.asSequence(values)) == null || (mapNotNull = q.mapNotNull(asSequence, StoreStageChannels$stageChannelIdsInGuildForDispatch$1.INSTANCE)) == null) ? n.emptySequence() : mapNotNull; + Map channelsForGuildInternal$app_productionGoogleRelease = this.channelsStore.getChannelsForGuildInternal$app_productionGoogleRelease(j); + return (channelsForGuildInternal$app_productionGoogleRelease == null || (values = channelsForGuildInternal$app_productionGoogleRelease.values()) == null || (asSequence = u.asSequence(values)) == null || (mapNotNull = q.mapNotNull(asSequence, StoreStageChannels$stageChannelIdsInGuildForDispatch$1.INSTANCE)) == null) ? n.emptySequence() : mapNotNull; } public final Map getChannelRoles(long j) { @@ -507,14 +507,14 @@ public final class StoreStageChannels extends StoreV2 { public final void handleGuildMemberAdd(com.discord.api.guildmember.GuildMember guildMember) { StageRoles stageRoles; m.checkNotNullParameter(guildMember, "member"); - User user = this.userStore.getUsersInternal$app_productionBetaRelease().get(Long.valueOf(guildMember.j().i())); + User user = this.userStore.getUsersInternal$app_productionGoogleRelease().get(Long.valueOf(guildMember.j().i())); if (user == null || !user.isBot()) { for (Long l : stageChannelIdsInGuildForDispatch(guildMember.c())) { long longValue = l.longValue(); Map map = this.stageRolesByChannel.get(Long.valueOf(longValue)); if (!(map == null || (stageRoles = map.get(Long.valueOf(guildMember.j().i()))) == null)) { int r15 = stageRoles.m28unboximpl(); - Channel channel = this.channelsStore.getChannelsByIdInternal$app_productionBetaRelease().get(Long.valueOf(longValue)); + Channel channel = this.channelsStore.getChannelsByIdInternal$app_productionGoogleRelease().get(Long.valueOf(longValue)); if (channel != null) { int r5 = m5computeUserRolesInDispatcht27eFtU$default(this, guildMember.j().i(), channel, null, null, 12, null); if (!StageRoles.m21equalsimpl0(r5, r15)) { @@ -533,12 +533,12 @@ public final class StoreStageChannels extends StoreV2 { public final void handleGuildMemberRemove(long j, long j2) { StageRoles stageRoles; Channel channel; - User user = this.userStore.getUsersInternal$app_productionBetaRelease().get(Long.valueOf(j2)); + User user = this.userStore.getUsersInternal$app_productionGoogleRelease().get(Long.valueOf(j2)); if (user == null || !user.isBot()) { for (Long l : stageChannelIdsInGuildForDispatch(j)) { long longValue = l.longValue(); Map map = this.stageRolesByChannel.get(Long.valueOf(longValue)); - if (!(map == null || (stageRoles = map.get(Long.valueOf(j2))) == null || (channel = this.channelsStore.getChannelsByIdInternal$app_productionBetaRelease().get(Long.valueOf(longValue))) == null)) { + if (!(map == null || (stageRoles = map.get(Long.valueOf(j2))) == null || (channel = this.channelsStore.getChannelsByIdInternal$app_productionGoogleRelease().get(Long.valueOf(longValue))) == null)) { m8handleUserLeftStageOrLostRolesGM3QuyE$default(this, channel, j2, stageRoles.m28unboximpl(), 0, 8, null); this.dirtyChannelIds.add(Long.valueOf(longValue)); markChanged(); @@ -584,32 +584,32 @@ public final class StoreStageChannels extends StoreV2 { boolean z2; Long a; Long a2; - Map map = this.voiceStatesStore.getInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Map map = this.voiceStatesStore.getInternal$app_productionGoogleRelease().get(Long.valueOf(j)); StageRoles stageRoles = null; VoiceState voiceState = map != null ? map.get(Long.valueOf(j3)) : null; long longValue = (voiceState == null || (a2 = voiceState.a()) == null) ? j2 : a2.longValue(); - Channel channelInternal$app_productionBetaRelease = this.channelsStore.getChannelInternal$app_productionBetaRelease(j, longValue); - Channel channelInternal$app_productionBetaRelease2 = this.channelsStore.getChannelInternal$app_productionBetaRelease(j, j2); - if (channelInternal$app_productionBetaRelease2 != null && AnimatableValueParser.u1(channelInternal$app_productionBetaRelease2) && (voiceState == null || (a = voiceState.a()) == null || a.longValue() != j2)) { + Channel channelInternal$app_productionGoogleRelease = this.channelsStore.getChannelInternal$app_productionGoogleRelease(j, longValue); + Channel channelInternal$app_productionGoogleRelease2 = this.channelsStore.getChannelInternal$app_productionGoogleRelease(j, j2); + if (channelInternal$app_productionGoogleRelease2 != null && AnimatableValueParser.u1(channelInternal$app_productionGoogleRelease2) && (voiceState == null || (a = voiceState.a()) == null || a.longValue() != j2)) { Map map2 = this.stageRolesByChannel.get(Long.valueOf(j2)); if (map2 != null) { stageRoles = map2.remove(Long.valueOf(j3)); } if (stageRoles != null) { z2 = true; - m8handleUserLeftStageOrLostRolesGM3QuyE$default(this, channelInternal$app_productionBetaRelease2, j3, stageRoles.m28unboximpl(), 0, 8, null); + m8handleUserLeftStageOrLostRolesGM3QuyE$default(this, channelInternal$app_productionGoogleRelease2, j3, stageRoles.m28unboximpl(), 0, 8, null); this.dirtyChannelIds.add(Long.valueOf(j2)); markChanged(); - if (voiceState != null && channelInternal$app_productionBetaRelease != null && AnimatableValueParser.u1(channelInternal$app_productionBetaRelease) == z2) { + if (voiceState != null && channelInternal$app_productionGoogleRelease != null && AnimatableValueParser.u1(channelInternal$app_productionGoogleRelease) == z2) { Map map3 = this.stageRolesByChannel.get(Long.valueOf(longValue)); if (map3 == null) { map3 = new LinkedHashMap<>(); this.stageRolesByChannel.put(Long.valueOf(longValue), map3); } StageRoles stageRoles2 = map3.get(Long.valueOf(j3)); - int r6 = m5computeUserRolesInDispatcht27eFtU$default(this, j3, channelInternal$app_productionBetaRelease, map, null, 8, null); + int r6 = m5computeUserRolesInDispatcht27eFtU$default(this, j3, channelInternal$app_productionGoogleRelease, map, null, 8, null); if (StageRoles.m20equalsimpl(r6, stageRoles2) ^ z2) { - m9handleUserRoleChangeuOJZ9lM(channelInternal$app_productionBetaRelease, j3, stageRoles2, r6); + m9handleUserRoleChangeuOJZ9lM(channelInternal$app_productionGoogleRelease, j3, stageRoles2, r6); map3.put(Long.valueOf(j3), StageRoles.m18boximpl(r6)); this.dirtyChannelIds.add(Long.valueOf(longValue)); markChanged(); diff --git a/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$1.java b/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$1.java index e78c7d4884..b392cea5fa 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$1.java +++ b/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$1.java @@ -14,6 +14,6 @@ public final class StoreStream$Companion$initialize$1 extends o implements Funct @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final String mo1invoke() { - return StoreStream.Companion.access$getCollector$p(StoreStream.Companion).getAuthentication$app_productionBetaRelease().getAuthToken$app_productionBetaRelease(); + return StoreStream.Companion.access$getCollector$p(StoreStream.Companion).getAuthentication$app_productionGoogleRelease().getAuthToken$app_productionGoogleRelease(); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$2.java b/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$2.java index ef1e7a9429..842a926ffc 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$2.java +++ b/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$2.java @@ -14,6 +14,6 @@ public final class StoreStream$Companion$initialize$2 extends o implements Funct @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final String mo1invoke() { - return StoreStream.Companion.access$getCollector$p(StoreStream.Companion).getAuthentication$app_productionBetaRelease().getFingerprint$app_productionBetaRelease(); + return StoreStream.Companion.access$getCollector$p(StoreStream.Companion).getAuthentication$app_productionGoogleRelease().getFingerprint$app_productionGoogleRelease(); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$3.java b/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$3.java index 05733e4208..a1214ae573 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$3.java +++ b/app/src/main/java/com/discord/stores/StoreStream$Companion$initialize$3.java @@ -14,6 +14,6 @@ public final class StoreStream$Companion$initialize$3 extends o implements Funct @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final String mo1invoke() { - return StoreStream.Companion.access$getCollector$p(StoreStream.Companion).getUserSettingsSystem$app_productionBetaRelease().getLocale(); + return StoreStream.Companion.access$getCollector$p(StoreStream.Companion).getUserSettingsSystem$app_productionGoogleRelease().getLocale(); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$channels$1.java b/app/src/main/java/com/discord/stores/StoreStream$channels$1.java index d67c9f51c6..fb0f74cb19 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$channels$1.java +++ b/app/src/main/java/com/discord/stores/StoreStream$channels$1.java @@ -22,6 +22,6 @@ public final class StoreStream$channels$1 extends o implements Function1> invoke(long j) { - return this.this$0.getPermissions$app_productionBetaRelease().observeChannelPermissionsForGuild(j); + return this.this$0.getPermissions$app_productionGoogleRelease().observeChannelPermissionsForGuild(j); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$channels$2.java b/app/src/main/java/com/discord/stores/StoreStream$channels$2.java index b0b194a991..8a43464d69 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$channels$2.java +++ b/app/src/main/java/com/discord/stores/StoreStream$channels$2.java @@ -18,6 +18,6 @@ public final class StoreStream$channels$2 extends o implements Function0 mo1invoke() { - return u.toList(this.this$0.getLurking$app_productionBetaRelease().getLurkingGuildIdsSync()); + return u.toList(this.this$0.getLurking$app_productionGoogleRelease().getLurkingGuildIdsSync()); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream$channels$3.java b/app/src/main/java/com/discord/stores/StoreStream$channels$3.java index 8c0419d0b9..d03762454d 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$channels$3.java +++ b/app/src/main/java/com/discord/stores/StoreStream$channels$3.java @@ -17,6 +17,6 @@ public final class StoreStream$channels$3 extends o implements Function0 G = experiments$app_productionBetaRelease2.observeUserExperiment("2021-05_opensl_default_enable_android", true).y(ObservableExtensionsKt$filterNull$1.INSTANCE).G(ObservableExtensionsKt$filterNull$2.INSTANCE); + m.checkNotNullParameter(experiments$app_productionGoogleRelease2, "storeExperiments"); + Observable G = experiments$app_productionGoogleRelease2.observeUserExperiment("2021-05_opensl_default_enable_android", true).y(ObservableExtensionsKt$filterNull$1.INSTANCE).G(ObservableExtensionsKt$filterNull$2.INSTANCE); m.checkNotNullExpressionValue(G, "filter { it != null }.map { it!! }"); Observable a02 = G.a0(1); m.checkNotNullExpressionValue(a02, "storeExperiments.observe…erNull()\n .take(1)"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(a02), AudioManagerFeatureFlag.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new k0(a2), 62, (Object) null); - this.this$0.getMediaEngine$app_productionBetaRelease().init(this.$context); - this.this$0.getAccessibility$app_productionBetaRelease().init(this.$context); - this.this$0.getGatewaySocket$app_productionBetaRelease().init(this.$context, networkMonitor); - this.this$0.getNavigation$app_productionBetaRelease().init(this.$context); - this.this$0.getNux$app_productionBetaRelease().init(this.$context); - this.this$0.getChannels$app_productionBetaRelease().init(); - this.this$0.getUsers$app_productionBetaRelease().init(this.$context); - this.this$0.getGuilds$app_productionBetaRelease().init(this.$context); - this.this$0.getPermissions$app_productionBetaRelease().init(); - this.this$0.getGuildsSorted$app_productionBetaRelease().init(this.$context); - this.this$0.getGuildsNsfw$app_productionBetaRelease().init(this.$context); - this.this$0.getGuildSelected$app_productionBetaRelease().init(this.$context); - this.this$0.getChannelsSelected$app_productionBetaRelease().init(); - this.this$0.getMessages$app_productionBetaRelease().init(this.$context); - this.this$0.getMessagesLoader$app_productionBetaRelease().init(this.$context); - this.this$0.getMessageAck$app_productionBetaRelease().init(this.$context); - this.this$0.getMessagesMostRecent$app_productionBetaRelease().init(this.$context); - this.this$0.getNotifications$app_productionBetaRelease().init(this.$context); - this.this$0.getRtcConnection$app_productionBetaRelease().init(this.$context, networkMonitor); - this.this$0.getReadStates$app_productionBetaRelease().init(this.$context); - this.this$0.getVoiceChannelSelected$app_productionBetaRelease().init(this.$context); - this.this$0.getVoiceSpeaking$app_productionBetaRelease().init(this.$context); - this.this$0.getVoiceParticipants$app_productionBetaRelease().init(this.$context); - this.this$0.getConnectivity$app_productionBetaRelease().init(networkMonitor); - this.this$0.getClientVersion$app_productionBetaRelease().init(this.$context); - this.this$0.getMediaSettings$app_productionBetaRelease().init(this.$context); - this.this$0.getAnalytics$app_productionBetaRelease().init(this.$context); - this.this$0.getCollapsedChannelCategories$app_productionBetaRelease().init(this.$context); + this.this$0.getMediaEngine$app_productionGoogleRelease().init(this.$context); + this.this$0.getAccessibility$app_productionGoogleRelease().init(this.$context); + this.this$0.getGatewaySocket$app_productionGoogleRelease().init(this.$context, networkMonitor); + this.this$0.getNavigation$app_productionGoogleRelease().init(this.$context); + this.this$0.getNux$app_productionGoogleRelease().init(this.$context); + this.this$0.getChannels$app_productionGoogleRelease().init(); + this.this$0.getUsers$app_productionGoogleRelease().init(this.$context); + this.this$0.getGuilds$app_productionGoogleRelease().init(this.$context); + this.this$0.getPermissions$app_productionGoogleRelease().init(); + this.this$0.getGuildsSorted$app_productionGoogleRelease().init(this.$context); + this.this$0.getGuildsNsfw$app_productionGoogleRelease().init(this.$context); + this.this$0.getGuildSelected$app_productionGoogleRelease().init(this.$context); + this.this$0.getChannelsSelected$app_productionGoogleRelease().init(); + this.this$0.getMediaSettings$app_productionGoogleRelease().init(); + this.this$0.getMessages$app_productionGoogleRelease().init(this.$context); + this.this$0.getMessagesLoader$app_productionGoogleRelease().init(this.$context); + this.this$0.getMessageAck$app_productionGoogleRelease().init(this.$context); + this.this$0.getMessagesMostRecent$app_productionGoogleRelease().init(this.$context); + this.this$0.getNotifications$app_productionGoogleRelease().init(this.$context); + this.this$0.getRtcConnection$app_productionGoogleRelease().init(this.$context, networkMonitor); + this.this$0.getReadStates$app_productionGoogleRelease().init(this.$context); + this.this$0.getVoiceChannelSelected$app_productionGoogleRelease().init(this.$context); + this.this$0.getVoiceSpeaking$app_productionGoogleRelease().init(this.$context); + this.this$0.getVoiceParticipants$app_productionGoogleRelease().init(this.$context); + this.this$0.getConnectivity$app_productionGoogleRelease().init(networkMonitor); + this.this$0.getClientVersion$app_productionGoogleRelease().init(this.$context); + this.this$0.getMediaSettings$app_productionGoogleRelease().init(this.$context); + this.this$0.getAnalytics$app_productionGoogleRelease().init(this.$context); + this.this$0.getCollapsedChannelCategories$app_productionGoogleRelease().init(this.$context); StoreStream.access$getAudioManager$p(this.this$0).init(this.$context); - this.this$0.getGuildSettings$app_productionBetaRelease().init(this.$context); - this.this$0.getNotices$app_productionBetaRelease().init(this.$context); - this.this$0.getUserConnections$app_productionBetaRelease().init(this.$context); - this.this$0.getChangeLogStore$app_productionBetaRelease().init(this.$context); - this.this$0.getReviewRequestStore$app_productionBetaRelease().init(this.$context); - this.this$0.getPresences$app_productionBetaRelease().init(this.$context); - this.this$0.getSpotify$app_productionBetaRelease().init(this.$context); + this.this$0.getGuildSettings$app_productionGoogleRelease().init(this.$context); + this.this$0.getNotices$app_productionGoogleRelease().init(this.$context); + this.this$0.getUserConnections$app_productionGoogleRelease().init(this.$context); + this.this$0.getChangeLogStore$app_productionGoogleRelease().init(this.$context); + this.this$0.getReviewRequestStore$app_productionGoogleRelease().init(this.$context); + this.this$0.getPresences$app_productionGoogleRelease().init(this.$context); + this.this$0.getSpotify$app_productionGoogleRelease().init(this.$context); StoreStream.access$getStreamRtcConnection$p(this.this$0).init(networkMonitor); - this.this$0.getGuildsSorted$app_productionBetaRelease().init(this.$context); - this.this$0.getExpandedGuildFolders$app_productionBetaRelease().init(this.$context); - this.this$0.getAudioDevices$app_productionBetaRelease().init(); - this.this$0.getUserRelationships$app_productionBetaRelease().init(); - this.this$0.getUserSettings$app_productionBetaRelease().init(this.$context); - this.this$0.getMaskedLinks$app_productionBetaRelease().init(this.$context); - this.this$0.getRtcRegion$app_productionBetaRelease().init(); - this.this$0.getStickers$app_productionBetaRelease().init(); - this.this$0.getGooglePlayPurchases$app_productionBetaRelease().init(this.$context); - this.this$0.getPhone$app_productionBetaRelease().init(this.$context); - this.this$0.getApplicationInteractions$app_productionBetaRelease().init(this.$context); - this.this$0.getStageSelfPresence$app_productionBetaRelease().init(); - this.this$0.getContactSync$app_productionBetaRelease().init(contactsFetcher); - this.this$0.getAudioManagerV2$app_productionBetaRelease().init(this.$context); - this.this$0.getOutboundPromotions$app_productionBetaRelease().init(this.$context); + this.this$0.getGuildsSorted$app_productionGoogleRelease().init(this.$context); + this.this$0.getExpandedGuildFolders$app_productionGoogleRelease().init(this.$context); + this.this$0.getAudioDevices$app_productionGoogleRelease().init(); + this.this$0.getUserRelationships$app_productionGoogleRelease().init(); + this.this$0.getUserSettings$app_productionGoogleRelease().init(this.$context); + this.this$0.getMaskedLinks$app_productionGoogleRelease().init(this.$context); + this.this$0.getRtcRegion$app_productionGoogleRelease().init(); + this.this$0.getStickers$app_productionGoogleRelease().init(); + this.this$0.getGooglePlayPurchases$app_productionGoogleRelease().init(this.$context); + this.this$0.getPhone$app_productionGoogleRelease().init(this.$context); + this.this$0.getApplicationInteractions$app_productionGoogleRelease().init(this.$context); + this.this$0.getStageSelfPresence$app_productionGoogleRelease().init(); + this.this$0.getContactSync$app_productionGoogleRelease().init(contactsFetcher); + this.this$0.getAudioManagerV2$app_productionGoogleRelease().init(this.$context); + this.this$0.getOutboundPromotions$app_productionGoogleRelease().init(this.$context); StoreStream storeStream = this.this$0; - StoreStream.access$dispatchSubscribe(storeStream, storeStream.getAuthentication$app_productionBetaRelease().getPreLogoutSignal$app_productionBetaRelease(), "streamPreLogout", new AnonymousClass1(this)); + StoreStream.access$dispatchSubscribe(storeStream, storeStream.getAuthentication$app_productionGoogleRelease().getPreLogoutSignal$app_productionGoogleRelease(), "streamPreLogout", new AnonymousClass1(this)); StoreStream storeStream2 = this.this$0; - StoreStream.access$dispatchSubscribe(storeStream2, storeStream2.getAuthentication$app_productionBetaRelease().getAuthedToken$app_productionBetaRelease(), "streamAuthedToken", new AnonymousClass2(this.this$0)); + StoreStream.access$dispatchSubscribe(storeStream2, storeStream2.getAuthentication$app_productionGoogleRelease().getAuthedToken$app_productionGoogleRelease(), "streamAuthedToken", new AnonymousClass2(this.this$0)); StoreStream storeStream3 = this.this$0; - StoreStream.access$dispatchSubscribe(storeStream3, storeStream3.getAuthentication$app_productionBetaRelease().getFingerPrint$app_productionBetaRelease(), "streamAuthedFingerprint", new AnonymousClass3(this.this$0)); + StoreStream.access$dispatchSubscribe(storeStream3, storeStream3.getAuthentication$app_productionGoogleRelease().getFingerPrint$app_productionGoogleRelease(), "streamAuthedFingerprint", new AnonymousClass3(this.this$0)); StoreStream storeStream4 = this.this$0; - StoreStream.access$dispatchSubscribe(storeStream4, storeStream4.getMessagesLoader$app_productionBetaRelease().get(), "streamMessagesLoaded", new AnonymousClass4(this.this$0)); + StoreStream.access$dispatchSubscribe(storeStream4, storeStream4.getMessagesLoader$app_productionGoogleRelease().get(), "streamMessagesLoaded", new AnonymousClass4(this.this$0)); StoreStream storeStream5 = this.this$0; - StoreStream.access$dispatchSubscribe(storeStream5, storeStream5.getChannelsSelected$app_productionBetaRelease().observeId(), "streamChannelSelected", new AnonymousClass5(this.this$0)); + StoreStream.access$dispatchSubscribe(storeStream5, storeStream5.getChannelsSelected$app_productionGoogleRelease().observeId(), "streamChannelSelected", new AnonymousClass5(this.this$0)); StoreStream storeStream6 = this.this$0; - StoreStream.access$dispatchSubscribe(storeStream6, storeStream6.getVoiceChannelSelected$app_productionBetaRelease().observeSelectedVoiceChannelId(), "streamVoiceChannelSelected", new AnonymousClass6(this.this$0)); + StoreStream.access$dispatchSubscribe(storeStream6, storeStream6.getVoiceChannelSelected$app_productionGoogleRelease().observeSelectedVoiceChannelId(), "streamVoiceChannelSelected", new AnonymousClass6(this.this$0)); StoreStream storeStream7 = this.this$0; - StoreStream.access$dispatchSubscribe(storeStream7, storeStream7.getVoiceSpeaking$app_productionBetaRelease().observeSpeakingUsers(), "streamUserSpeaking", new AnonymousClass7(this.this$0)); + StoreStream.access$dispatchSubscribe(storeStream7, storeStream7.getVoiceSpeaking$app_productionGoogleRelease().observeSpeakingUsers(), "streamUserSpeaking", new AnonymousClass7(this.this$0)); StoreStream storeStream8 = this.this$0; - StoreStream.access$dispatchSubscribe(storeStream8, storeStream8.getRtcConnection$app_productionBetaRelease().getConnectionState(), "streamRtcConnectionStateChanged", new AnonymousClass8(this.this$0)); + StoreStream.access$dispatchSubscribe(storeStream8, storeStream8.getRtcConnection$app_productionGoogleRelease().getConnectionState(), "streamRtcConnectionStateChanged", new AnonymousClass8(this.this$0)); StoreStream storeStream9 = this.this$0; - StoreStream.access$dispatchSubscribe(storeStream9, storeStream9.getRtcConnection$app_productionBetaRelease().getSpeakingUpdates(), "streamRtcSpeakingUpdates", new AnonymousClass9(this.this$0)); + StoreStream.access$dispatchSubscribe(storeStream9, storeStream9.getRtcConnection$app_productionGoogleRelease().getSpeakingUpdates(), "streamRtcSpeakingUpdates", new AnonymousClass9(this.this$0)); StoreStream.access$initGatewaySocketListeners(this.this$0); StoreStream.access$dispatchSubscribe(this.this$0, d.d.a(), "streamBackgrounded", new AnonymousClass10(this.this$0)); StoreStream storeStream10 = this.this$0; - Observable h = Observable.h(storeStream10.getExperiments$app_productionBetaRelease().isInitialized().s(), this.this$0.getAuthentication$app_productionBetaRelease().observeIsAuthed$app_productionBetaRelease(), this.this$0.getChannelsSelected$app_productionBetaRelease().observeInitializedForAuthedUser(), Persister.Companion.isPreloaded(), AnonymousClass11.INSTANCE); + Observable h = Observable.h(storeStream10.getExperiments$app_productionGoogleRelease().isInitialized().s(), this.this$0.getAuthentication$app_productionGoogleRelease().observeIsAuthed$app_productionGoogleRelease(), this.this$0.getChannelsSelected$app_productionGoogleRelease().observeInitializedForAuthedUser(), Persister.Companion.isPreloaded(), AnonymousClass11.INSTANCE); m.checkNotNullExpressionValue(h, "Observable\n .comb…tedInitialized)\n }"); StoreStream.access$dispatchSubscribe(storeStream10, h, "streamInit", new AnonymousClass12(StoreStream.access$getInitialized$p(this.this$0))); AppLog.i("[StoreStream] Application stores initialized in: " + timeElapsed.getSeconds() + " seconds."); diff --git a/app/src/main/java/com/discord/stores/StoreStream$userSettingsSystem$1.java b/app/src/main/java/com/discord/stores/StoreStream$userSettingsSystem$1.java index 044f805c8a..412c661a87 100644 --- a/app/src/main/java/com/discord/stores/StoreStream$userSettingsSystem$1.java +++ b/app/src/main/java/com/discord/stores/StoreStream$userSettingsSystem$1.java @@ -22,6 +22,6 @@ public final class StoreStream$userSettingsSystem$1 extends o implements Functio } public final void invoke(int i) { - this.this$0.getAccessibility$app_productionBetaRelease().updateFontScale(i); + this.this$0.getAccessibility$app_productionGoogleRelease().updateFontScale(i); } } diff --git a/app/src/main/java/com/discord/stores/StoreStream.java b/app/src/main/java/com/discord/stores/StoreStream.java index 72588a862a..9297205823 100644 --- a/app/src/main/java/com/discord/stores/StoreStream.java +++ b/app/src/main/java/com/discord/stores/StoreStream.java @@ -264,99 +264,99 @@ public final class StoreStream { } public final StoreAccessibility getAccessibility() { - return getCollector().getAccessibility$app_productionBetaRelease(); + return getCollector().getAccessibility$app_productionGoogleRelease(); } public final StoreAnalytics getAnalytics() { - return getCollector().getAnalytics$app_productionBetaRelease(); + return getCollector().getAnalytics$app_productionGoogleRelease(); } public final StoreApplication getApplication() { - return getCollector().getApplication$app_productionBetaRelease(); + return getCollector().getApplication$app_productionGoogleRelease(); } public final StoreApplicationCommands getApplicationCommands() { - return getCollector().getApplicationCommands$app_productionBetaRelease(); + return getCollector().getApplicationCommands$app_productionGoogleRelease(); } public final StoreApplicationStreamPreviews getApplicationStreamPreviews() { - return getCollector().getApplicationStreamPreviews$app_productionBetaRelease(); + return getCollector().getApplicationStreamPreviews$app_productionGoogleRelease(); } public final StoreApplicationStreaming getApplicationStreaming() { - return getCollector().getApplicationStreaming$app_productionBetaRelease(); + return getCollector().getApplicationStreaming$app_productionGoogleRelease(); } public final ArchivedThreadsStore getArchivedThreads() { - return getCollector().getArchivedThreads$app_productionBetaRelease(); + return getCollector().getArchivedThreads$app_productionGoogleRelease(); } public final StoreAudioDevices getAudioDevices() { - return getCollector().getAudioDevices$app_productionBetaRelease(); + return getCollector().getAudioDevices$app_productionGoogleRelease(); } public final StoreAudioManagerV2 getAudioManagerV2() { - return getCollector().getAudioManagerV2$app_productionBetaRelease(); + return getCollector().getAudioManagerV2$app_productionGoogleRelease(); } public final StoreAuditLog getAuditLog() { - return getCollector().getAuditLog$app_productionBetaRelease(); + return getCollector().getAuditLog$app_productionGoogleRelease(); } public final StoreAuthentication getAuthentication() { - return getCollector().getAuthentication$app_productionBetaRelease(); + return getCollector().getAuthentication$app_productionGoogleRelease(); } public final StoreAutocomplete getAutocomplete() { - return getCollector().getAutocomplete$app_productionBetaRelease(); + return getCollector().getAutocomplete$app_productionGoogleRelease(); } public final StoreBans getBans() { - return getCollector().getBans$app_productionBetaRelease(); + return getCollector().getBans$app_productionGoogleRelease(); } public final StoreCalls getCalls() { - return getCollector().getCalls$app_productionBetaRelease(); + return getCollector().getCalls$app_productionGoogleRelease(); } public final StoreCallsIncoming getCallsIncoming() { - return getCollector().getCallsIncoming$app_productionBetaRelease(); + return getCollector().getCallsIncoming$app_productionGoogleRelease(); } public final StoreChangeLog getChangeLog() { - return getCollector().getChangeLogStore$app_productionBetaRelease(); + return getCollector().getChangeLogStore$app_productionGoogleRelease(); } public final StoreChannelFollowerStats getChannelFollowerStats() { - return getCollector().getChannelFollowerStats$app_productionBetaRelease(); + return getCollector().getChannelFollowerStats$app_productionGoogleRelease(); } public final StoreChannelMembers getChannelMembers() { - return getCollector().getLazyChannelMembersStore$app_productionBetaRelease(); + return getCollector().getLazyChannelMembersStore$app_productionGoogleRelease(); } public final StoreChannels getChannels() { - return getCollector().getChannels$app_productionBetaRelease(); + return getCollector().getChannels$app_productionGoogleRelease(); } public final StoreChannelsSelected getChannelsSelected() { - return getCollector().getChannelsSelected$app_productionBetaRelease(); + return getCollector().getChannelsSelected$app_productionGoogleRelease(); } public final StoreChat getChat() { - return getCollector().getChat$app_productionBetaRelease(); + return getCollector().getChat$app_productionGoogleRelease(); } public final StoreConnectionOpen getConnectionOpen() { - return getCollector().getConnectionOpen$app_productionBetaRelease(); + return getCollector().getConnectionOpen$app_productionGoogleRelease(); } public final StoreConnectivity getConnectivity() { - return getCollector().getConnectivity$app_productionBetaRelease(); + return getCollector().getConnectivity$app_productionGoogleRelease(); } public final StoreContactSync getContactSync() { - return getCollector().getContactSync$app_productionBetaRelease(); + return getCollector().getContactSync$app_productionGoogleRelease(); } public final StoreEmojiCustom getCustomEmojis() { @@ -364,295 +364,295 @@ public final class StoreStream { } public final StoreDynamicLink getDynamicLinkCache() { - return getCollector().getStoreDynamicLink$app_productionBetaRelease(); + return getCollector().getStoreDynamicLink$app_productionGoogleRelease(); } public final StoreEmoji getEmojis() { - return getCollector().getEmojis$app_productionBetaRelease(); + return getCollector().getEmojis$app_productionGoogleRelease(); } public final StoreEntitlements getEntitlements() { - return getCollector().getEntitlements$app_productionBetaRelease(); + return getCollector().getEntitlements$app_productionGoogleRelease(); } public final StoreExpandedGuildFolders getExpandedGuildFolders() { - return getCollector().getExpandedGuildFolders$app_productionBetaRelease(); + return getCollector().getExpandedGuildFolders$app_productionGoogleRelease(); } public final StoreExperiments getExperiments() { - return getCollector().getExperiments$app_productionBetaRelease(); + return getCollector().getExperiments$app_productionGoogleRelease(); } public final StoreExpressionPickerNavigation getExpressionPickerNavigation() { - return getCollector().getExpressionPickerNavigation$app_productionBetaRelease(); + return getCollector().getExpressionPickerNavigation$app_productionGoogleRelease(); } public final StoreExpressionSuggestions getExpressionSuggestions() { - return getCollector().getExpressionSuggestions$app_productionBetaRelease(); + return getCollector().getExpressionSuggestions$app_productionGoogleRelease(); } public final StoreFriendSuggestions getFriendSuggestions() { - return getCollector().getFriendSuggestions$app_productionBetaRelease(); + return getCollector().getFriendSuggestions$app_productionGoogleRelease(); } public final StoreGameParty getGameParty() { - return getCollector().getGameParty$app_productionBetaRelease(); + return getCollector().getGameParty$app_productionGoogleRelease(); } public final StoreGatewayConnection getGatewaySocket() { - return getCollector().getGatewaySocket$app_productionBetaRelease(); + return getCollector().getGatewaySocket$app_productionGoogleRelease(); } public final StoreGifPicker getGifPicker() { - return getCollector().getGifPicker$app_productionBetaRelease(); + return getCollector().getGifPicker$app_productionGoogleRelease(); } public final StoreGifting getGifting() { - return getCollector().getGifting$app_productionBetaRelease(); + return getCollector().getGifting$app_productionGoogleRelease(); } public final StoreGooglePlayPurchases getGooglePlayPurchases() { - return getCollector().getGooglePlayPurchases$app_productionBetaRelease(); + return getCollector().getGooglePlayPurchases$app_productionGoogleRelease(); } public final StoreGooglePlaySkuDetails getGooglePlaySkuDetails() { - return getCollector().getGooglePlaySkuDetails$app_productionBetaRelease(); + return getCollector().getGooglePlaySkuDetails$app_productionGoogleRelease(); } public final StoreEmojiGuild getGuildEmojis() { - return getCollector().getGuildEmojis$app_productionBetaRelease(); + return getCollector().getGuildEmojis$app_productionGoogleRelease(); } public final StoreGuildIntegrations getGuildIntegrations() { - return getCollector().getIntegrations$app_productionBetaRelease(); + return getCollector().getIntegrations$app_productionGoogleRelease(); } public final StoreGuildJoinRequest getGuildJoinRequests() { - return getCollector().getGuildJoinRequests$app_productionBetaRelease(); + return getCollector().getGuildJoinRequests$app_productionGoogleRelease(); } public final StoreGuildMemberRequester getGuildMemberRequester() { - return getCollector().getGuildMemberRequesterStore$app_productionBetaRelease(); + return getCollector().getGuildMemberRequesterStore$app_productionGoogleRelease(); } public final StoreGuildProfiles getGuildProfiles() { - return getCollector().getGuildProfiles$app_productionBetaRelease(); + return getCollector().getGuildProfiles$app_productionGoogleRelease(); } public final StoreGuildSelected getGuildSelected() { - return getCollector().getGuildSelected$app_productionBetaRelease(); + return getCollector().getGuildSelected$app_productionGoogleRelease(); } public final StoreGuildStickers getGuildStickers() { - return getCollector().getGuildStickers$app_productionBetaRelease(); + return getCollector().getGuildStickers$app_productionGoogleRelease(); } public final StoreGuildSubscriptions getGuildSubscriptions() { - return getCollector().getGuildSubscriptions$app_productionBetaRelease(); + return getCollector().getGuildSubscriptions$app_productionGoogleRelease(); } public final StoreGuildTemplates getGuildTemplates() { - return getCollector().getGuildTemplates$app_productionBetaRelease(); + return getCollector().getGuildTemplates$app_productionGoogleRelease(); } public final StoreGuildVoiceRegions getGuildVoiceRegions() { - return getCollector().getGuildVoiceRegions$app_productionBetaRelease(); + return getCollector().getGuildVoiceRegions$app_productionGoogleRelease(); } public final StoreGuildWelcomeScreens getGuildWelcomeScreens() { - return getCollector().getGuildWelcomeScreens$app_productionBetaRelease(); + return getCollector().getGuildWelcomeScreens$app_productionGoogleRelease(); } public final StoreGuilds getGuilds() { - return getCollector().getGuilds$app_productionBetaRelease(); + return getCollector().getGuilds$app_productionGoogleRelease(); } public final StoreGuildsNsfw getGuildsNsfw() { - return getCollector().getGuildsNsfw$app_productionBetaRelease(); + return getCollector().getGuildsNsfw$app_productionGoogleRelease(); } public final StoreGuildsSorted getGuildsSorted() { - return getCollector().getGuildsSorted$app_productionBetaRelease(); + return getCollector().getGuildsSorted$app_productionGoogleRelease(); } public final StoreInstantInvites getInstantInvites() { - return getCollector().getInstantInvites$app_productionBetaRelease(); + return getCollector().getInstantInvites$app_productionGoogleRelease(); } public final StoreApplicationInteractions getInteractions() { - return getCollector().getApplicationInteractions$app_productionBetaRelease(); + return getCollector().getApplicationInteractions$app_productionGoogleRelease(); } public final StoreInviteSettings getInviteSettings() { - return getCollector().getGuildInvite$app_productionBetaRelease(); + return getCollector().getGuildInvite$app_productionGoogleRelease(); } public final StoreLibrary getLibrary() { - return getCollector().getLibrary$app_productionBetaRelease(); + return getCollector().getLibrary$app_productionGoogleRelease(); } public final StoreLocalActionComponentState getLocalActionComponentState() { - return getCollector().getLocalActionComponentState$app_productionBetaRelease(); + return getCollector().getLocalActionComponentState$app_productionGoogleRelease(); } public final StoreLurking getLurking() { - return getCollector().getLurking$app_productionBetaRelease(); + return getCollector().getLurking$app_productionGoogleRelease(); } public final StoreMFA getMFA() { - return getCollector().getMfa$app_productionBetaRelease(); + return getCollector().getMfa$app_productionGoogleRelease(); } public final StoreMaskedLinks getMaskedLinks() { - return getCollector().getMaskedLinks$app_productionBetaRelease(); + return getCollector().getMaskedLinks$app_productionGoogleRelease(); } public final StoreMediaEngine getMediaEngine() { - return getCollector().getMediaEngine$app_productionBetaRelease(); + return getCollector().getMediaEngine$app_productionGoogleRelease(); } public final StoreMediaFavorites getMediaFavorites() { - return getCollector().getMediaFavorites$app_productionBetaRelease(); + return getCollector().getMediaFavorites$app_productionGoogleRelease(); } public final StoreMediaSettings getMediaSettings() { - return getCollector().getMediaSettings$app_productionBetaRelease(); + return getCollector().getMediaSettings$app_productionGoogleRelease(); } public final StoreGuildMemberVerificationForm getMemberVerificationForms() { - return getCollector().getMemberVerificationForms$app_productionBetaRelease(); + return getCollector().getMemberVerificationForms$app_productionGoogleRelease(); } public final StoreMentions getMentions() { - return getCollector().getMentions$app_productionBetaRelease(); + return getCollector().getMentions$app_productionGoogleRelease(); } public final StoreMessageAck getMessageAck() { - return getCollector().getMessageAck$app_productionBetaRelease(); + return getCollector().getMessageAck$app_productionGoogleRelease(); } public final StoreMessageReactions getMessageReactions() { - return getCollector().getMessageReactions$app_productionBetaRelease(); + return getCollector().getMessageReactions$app_productionGoogleRelease(); } public final StoreMessageState getMessageState() { - return getCollector().getMessageStates$app_productionBetaRelease(); + return getCollector().getMessageStates$app_productionGoogleRelease(); } public final StoreMessageUploads getMessageUploads() { - return getCollector().getMessageUploads$app_productionBetaRelease(); + return getCollector().getMessageUploads$app_productionGoogleRelease(); } public final StoreMessages getMessages() { - return getCollector().getMessages$app_productionBetaRelease(); + return getCollector().getMessages$app_productionGoogleRelease(); } public final StoreMessagesLoader getMessagesLoader() { - return getCollector().getMessagesLoader$app_productionBetaRelease(); + return getCollector().getMessagesLoader$app_productionGoogleRelease(); } public final StoreMessagesMostRecent getMessagesMostRecent() { - return getCollector().getMessagesMostRecent$app_productionBetaRelease(); + return getCollector().getMessagesMostRecent$app_productionGoogleRelease(); } public final StoreNavigation getNavigation() { - return getCollector().getNavigation$app_productionBetaRelease(); + return getCollector().getNavigation$app_productionGoogleRelease(); } public final StoreNotices getNotices() { - return getCollector().getNotices$app_productionBetaRelease(); + return getCollector().getNotices$app_productionGoogleRelease(); } public final StoreNotifications getNotifications() { - return getCollector().getNotifications$app_productionBetaRelease(); + return getCollector().getNotifications$app_productionGoogleRelease(); } public final StoreNux getNux() { - return getCollector().getNux$app_productionBetaRelease(); + return getCollector().getNux$app_productionGoogleRelease(); } public final StoreOutboundPromotions getOutboundPromotions() { - return getCollector().getOutboundPromotions$app_productionBetaRelease(); + return getCollector().getOutboundPromotions$app_productionGoogleRelease(); } public final StorePaymentSources getPaymentSources() { - return getCollector().getPaymentSources$app_productionBetaRelease(); + return getCollector().getPaymentSources$app_productionGoogleRelease(); } public final StorePendingReplies getPendingReplies() { - return getCollector().getPendingReplies$app_productionBetaRelease(); + return getCollector().getPendingReplies$app_productionGoogleRelease(); } public final StorePermissions getPermissions() { - return getCollector().getPermissions$app_productionBetaRelease(); + return getCollector().getPermissions$app_productionGoogleRelease(); } public final StorePhone getPhone() { - return getCollector().getPhone$app_productionBetaRelease(); + return getCollector().getPhone$app_productionGoogleRelease(); } public final StorePinnedMessages getPinnedMessages() { - return getCollector().getPinnedMessages$app_productionBetaRelease(); + return getCollector().getPinnedMessages$app_productionGoogleRelease(); } public final StorePremiumGuildSubscription getPremiumGuildSubscriptions() { - return getCollector().getPremiumGuildSubscriptions$app_productionBetaRelease(); + return getCollector().getPremiumGuildSubscriptions$app_productionGoogleRelease(); } public final StoreUserPresence getPresences() { - return getCollector().getPresences$app_productionBetaRelease(); + return getCollector().getPresences$app_productionGoogleRelease(); } public final StoreReadStates getReadStates() { - return getCollector().getReadStates$app_productionBetaRelease(); + return getCollector().getReadStates$app_productionGoogleRelease(); } public final StoreMessageReplies getRepliedMessages() { - return getCollector().getMessageReplies$app_productionBetaRelease(); + return getCollector().getMessageReplies$app_productionGoogleRelease(); } public final StoreRequestedStageChannels getRequestedStageChannels() { - return getCollector().getRequestedStageChannels$app_productionBetaRelease(); + return getCollector().getRequestedStageChannels$app_productionGoogleRelease(); } public final StoreReviewRequest getReviewRequest() { - return getCollector().getReviewRequestStore$app_productionBetaRelease(); + return getCollector().getReviewRequestStore$app_productionGoogleRelease(); } public final StoreRtcConnection getRtcConnection() { - return getCollector().getRtcConnection$app_productionBetaRelease(); + return getCollector().getRtcConnection$app_productionGoogleRelease(); } public final StoreSearch getSearch() { - return getCollector().getSearch$app_productionBetaRelease(); + return getCollector().getSearch$app_productionGoogleRelease(); } public final StoreSlowMode getSlowMode() { - return getCollector().getSlowMode$app_productionBetaRelease(); + return getCollector().getSlowMode$app_productionGoogleRelease(); } public final StoreSpotify getSpotify() { - return getCollector().getSpotify$app_productionBetaRelease(); + return getCollector().getSpotify$app_productionGoogleRelease(); } public final StoreStageChannelSelfPresence getStageChannelSelfPresence() { - return getCollector().getStageSelfPresence$app_productionBetaRelease(); + return getCollector().getStageSelfPresence$app_productionGoogleRelease(); } public final StoreStageChannels getStageChannels() { - return getCollector().getStageChannels$app_productionBetaRelease(); + return getCollector().getStageChannels$app_productionGoogleRelease(); } public final StoreStageInstances getStageInstances() { - return getCollector().getStageInstances$app_productionBetaRelease(); + return getCollector().getStageInstances$app_productionGoogleRelease(); } public final StoreStickers getStickers() { - return getCollector().getStickers$app_productionBetaRelease(); + return getCollector().getStickers$app_productionGoogleRelease(); } public final StoreCollapsedChannelCategories getStoreChannelCategories() { - return getCollector().getCollapsedChannelCategories$app_productionBetaRelease(); + return getCollector().getCollapsedChannelCategories$app_productionGoogleRelease(); } public final StoreStreamRtcConnection getStreamRtcConnection() { @@ -660,97 +660,97 @@ public final class StoreStream { } public final StoreSubscriptions getSubscriptions() { - return getCollector().getSubscriptions$app_productionBetaRelease(); + return getCollector().getSubscriptions$app_productionGoogleRelease(); } public final StoreTabsNavigation getTabsNavigation() { - return getCollector().getTabsNavigation$app_productionBetaRelease(); + return getCollector().getTabsNavigation$app_productionGoogleRelease(); } public final StoreThreadDraft getThreadDraft() { - return getCollector().getThreadDraft$app_productionBetaRelease(); + return getCollector().getThreadDraft$app_productionGoogleRelease(); } public final StoreThreadMessages getThreadMessages() { - return getCollector().getThreadMessages$app_productionBetaRelease(); + return getCollector().getThreadMessages$app_productionGoogleRelease(); } public final StoreThreadsActive getThreadsActive() { - return getCollector().getThreadsActive$app_productionBetaRelease(); + return getCollector().getThreadsActive$app_productionGoogleRelease(); } public final StoreThreadsActiveJoined getThreadsActiveJoined() { - return getCollector().getThreadsActiveJoined$app_productionBetaRelease(); + return getCollector().getThreadsActiveJoined$app_productionGoogleRelease(); } public final StoreThreadsJoined getThreadsJoined() { - return getCollector().getThreadsJoined$app_productionBetaRelease(); + return getCollector().getThreadsJoined$app_productionGoogleRelease(); } public final StoreUserAffinities getUserAffinities() { - return getCollector().getUserAffinities$app_productionBetaRelease(); + return getCollector().getUserAffinities$app_productionGoogleRelease(); } public final StoreUserConnections getUserConnections() { - return getCollector().getUserConnections$app_productionBetaRelease(); + return getCollector().getUserConnections$app_productionGoogleRelease(); } public final StoreUserGuildSettings getUserGuildSettings() { - return getCollector().getGuildSettings$app_productionBetaRelease(); + return getCollector().getGuildSettings$app_productionGoogleRelease(); } public final StoreUserProfile getUserProfile() { - return getCollector().getUserProfile$app_productionBetaRelease(); + return getCollector().getUserProfile$app_productionGoogleRelease(); } public final StoreUserRelationships getUserRelationships() { - return getCollector().getUserRelationships$app_productionBetaRelease(); + return getCollector().getUserRelationships$app_productionGoogleRelease(); } public final StoreUserRequiredActions getUserRequiredActions() { - return getCollector().getUserRequiredAction$app_productionBetaRelease(); + return getCollector().getUserRequiredAction$app_productionGoogleRelease(); } public final StoreUserSettings getUserSettings() { - return getCollector().getUserSettings$app_productionBetaRelease(); + return getCollector().getUserSettings$app_productionGoogleRelease(); } public final StoreUserSettingsSystem getUserSettingsSystem() { - return getCollector().getUserSettingsSystem$app_productionBetaRelease(); + return getCollector().getUserSettingsSystem$app_productionGoogleRelease(); } public final StoreUserSurvey getUserSurvey() { - return getCollector().getUserSurvey$app_productionBetaRelease(); + return getCollector().getUserSurvey$app_productionGoogleRelease(); } public final StoreUser getUsers() { - return getCollector().getUsers$app_productionBetaRelease(); + return getCollector().getUsers$app_productionGoogleRelease(); } public final StoreUserNotes getUsersNotes() { - return getCollector().getUserNotes$app_productionBetaRelease(); + return getCollector().getUserNotes$app_productionGoogleRelease(); } public final StoreUserTyping getUsersTyping() { - return getCollector().getUsersTyping$app_productionBetaRelease(); + return getCollector().getUsersTyping$app_productionGoogleRelease(); } public final StoreVoiceChannelSelected getVoiceChannelSelected() { - return getCollector().getVoiceChannelSelected$app_productionBetaRelease(); + return getCollector().getVoiceChannelSelected$app_productionGoogleRelease(); } public final StoreVoiceParticipants getVoiceParticipants() { - return getCollector().getVoiceParticipants$app_productionBetaRelease(); + return getCollector().getVoiceParticipants$app_productionGoogleRelease(); } public final StoreVoiceStates getVoiceStates() { - return getCollector().getVoiceStates$app_productionBetaRelease(); + return getCollector().getVoiceStates$app_productionGoogleRelease(); } public final void initialize(Application application) { m.checkNotNullParameter(application, "application"); if (!StoreStream.access$isInitialized$cp()) { - Rules.setEmojiDataProvider(getCollector().getEmojis$app_productionBetaRelease()); + Rules.setEmojiDataProvider(getCollector().getEmojis$app_productionGoogleRelease()); StoreStream.access$init(getCollector(), application); RestAPI.AppHeadersProvider.authTokenProvider = StoreStream$Companion$initialize$1.INSTANCE; RestAPI.AppHeadersProvider.fingerprintProvider = StoreStream$Companion$initialize$2.INSTANCE; @@ -1693,7 +1693,7 @@ public final class StoreStream { @StoreThread private final void handleAuthToken(String str) { - this.authentication.handleAuthToken$app_productionBetaRelease(str); + this.authentication.handleAuthToken$app_productionGoogleRelease(str); this.users.handleAuthToken(str); this.messagesLoader.handleAuthToken(str); this.notifications.handleAuthToken(str); @@ -1770,7 +1770,7 @@ public final class StoreStream { this.threadMessages.handleChannelDelete(channel); this.stageChannels.handleChannelDelete(channel); this.mentions.handleChannelOrThreadDelete(channel); - for (Channel channel2 : this.channels.getThreadsForChannelInternal$app_productionBetaRelease(channel.g())) { + for (Channel channel2 : this.channels.getThreadsForChannelInternal$app_productionGoogleRelease(channel.g())) { handleChannelOrThreadDelete(channel2); } } @@ -1821,8 +1821,8 @@ public final class StoreStream { this.guildMemberCounts.handleConnectionOpen(payload); this.guildJoinRequests.handleConnectionOpen(payload); this.guildSelected.handleConnectionOpen(payload); - this.guildSettings.handleConnectionOpen$app_productionBetaRelease(payload); - this.lurking.handleConnectionOpen$app_productionBetaRelease(payload); + this.guildSettings.handleConnectionOpen$app_productionGoogleRelease(payload); + this.lurking.handleConnectionOpen$app_productionGoogleRelease(payload); this.channels.handleConnectionOpen(payload); this.stageChannels.handleConnectionOpen(); this.stageInstances.handleConnectionOpen(payload); @@ -1855,7 +1855,7 @@ public final class StoreStream { this.spotify.handleConnectionOpen(payload); this.changeLogStore.handleConnectionOpen(); this.streamRtcConnection.handleConnectionOpen(payload); - this.rtcRegion.handleConnectionOpen$app_productionBetaRelease(); + this.rtcRegion.handleConnectionOpen$app_productionGoogleRelease(); this.userAffinities.handleConnectionOpen(); this.clientDataState.handleConnectionOpen(payload); this.phone.handleConnectionOpen(payload); @@ -1864,7 +1864,7 @@ public final class StoreStream { this.contactSync.handleConnectionOpen(); this.friendSuggestions.handleConnectionOpen(payload); this.guildStickers.handleConnectionOpen(payload); - this.outboundPromotions.handleConnectionOpen$app_productionBetaRelease(payload); + this.outboundPromotions.handleConnectionOpen$app_productionGoogleRelease(payload); AppLog.i("[StoreStream] Processed ready payload in " + timeElapsed.getSeconds() + " seconds"); return; } @@ -1940,7 +1940,7 @@ public final class StoreStream { this.messagesMostRecent.handleGuildAdd(guild2); this.voiceStates.handleGuildAdd(guild2); this.gameParty.handleGuildCreateOrSync(guild2); - this.lurking.handleGuildAdd$app_productionBetaRelease(guild2); + this.lurking.handleGuildAdd$app_productionGoogleRelease(guild2); this.clientDataState.handleGuildAdd(guild2); this.guildStickers.handleGuildCreateOrUpdate(guild2); return; @@ -2019,7 +2019,7 @@ public final class StoreStream { this.customEmojis.handleGuildRemove(guild); this.voiceChannelSelected.handleGuildRemove(); this.voiceStates.handleGuildRemove(guild); - this.lurking.handleGuildRemove$app_productionBetaRelease(guild); + this.lurking.handleGuildRemove$app_productionGoogleRelease(guild); this.clientDataState.handleGuildRemove(guild); this.threadsActive.handleGuildDelete(guild.o()); this.threadsJoined.handleGuildDelete(guild.o()); @@ -2063,7 +2063,7 @@ public final class StoreStream { @StoreThread private final void handleGuildSettingUpdated(ModelNotificationSettings modelNotificationSettings) { - this.guildSettings.handleGuildSettingUpdated$app_productionBetaRelease(d0.t.m.listOf(modelNotificationSettings)); + this.guildSettings.handleGuildSettingUpdated$app_productionGoogleRelease(d0.t.m.listOf(modelNotificationSettings)); this.clientDataState.handleGuildSettingUpdated(modelNotificationSettings); } @@ -2169,7 +2169,7 @@ public final class StoreStream { this.gatewaySocket.handlePreLogout(); this.guildSelected.handlePreLogout(); this.guildSubscriptions.handlePreLogout(); - this.authentication.handlePreLogout$app_productionBetaRelease(); + this.authentication.handlePreLogout$app_productionGoogleRelease(); this.gifting.handlePreLogout(); this.spotify.handlePreLogout(); this.paymentSources.handlePreLogout(); @@ -2362,7 +2362,7 @@ public final class StoreStream { this.mediaEngine.handleVoiceChannelSelected(j); this.mediaSettings.handleVoiceChannelSelected(j); this.stageSelfPresence.handleVoiceChannelSelected(); - this.lurking.handleVoiceChannelSelected$app_productionBetaRelease(j); + this.lurking.handleVoiceChannelSelected$app_productionGoogleRelease(j); } @StoreThread @@ -2514,503 +2514,503 @@ public final class StoreStream { } } - public final StoreAccessibility getAccessibility$app_productionBetaRelease() { + public final StoreAccessibility getAccessibility$app_productionGoogleRelease() { return this.accessibility; } - public final StoreAnalytics getAnalytics$app_productionBetaRelease() { + public final StoreAnalytics getAnalytics$app_productionGoogleRelease() { return this.analytics; } - public final StoreApplication getApplication$app_productionBetaRelease() { + public final StoreApplication getApplication$app_productionGoogleRelease() { return this.application; } - public final StoreApplicationCommands getApplicationCommands$app_productionBetaRelease() { + public final StoreApplicationCommands getApplicationCommands$app_productionGoogleRelease() { return this.applicationCommands; } - public final StoreApplicationInteractions getApplicationInteractions$app_productionBetaRelease() { + public final StoreApplicationInteractions getApplicationInteractions$app_productionGoogleRelease() { return this.applicationInteractions; } - public final StoreApplicationStreamPreviews getApplicationStreamPreviews$app_productionBetaRelease() { + public final StoreApplicationStreamPreviews getApplicationStreamPreviews$app_productionGoogleRelease() { return this.applicationStreamPreviews; } - public final StoreApplicationStreaming getApplicationStreaming$app_productionBetaRelease() { + public final StoreApplicationStreaming getApplicationStreaming$app_productionGoogleRelease() { return this.applicationStreaming; } - public final ArchivedThreadsStore getArchivedThreads$app_productionBetaRelease() { + public final ArchivedThreadsStore getArchivedThreads$app_productionGoogleRelease() { return this.archivedThreads; } - public final StoreAudioDevices getAudioDevices$app_productionBetaRelease() { + public final StoreAudioDevices getAudioDevices$app_productionGoogleRelease() { return this.audioDevices; } - public final StoreAudioManagerV2 getAudioManagerV2$app_productionBetaRelease() { + public final StoreAudioManagerV2 getAudioManagerV2$app_productionGoogleRelease() { return this.audioManagerV2; } - public final StoreAuditLog getAuditLog$app_productionBetaRelease() { + public final StoreAuditLog getAuditLog$app_productionGoogleRelease() { return this.auditLog; } - public final StoreAuthentication getAuthentication$app_productionBetaRelease() { + public final StoreAuthentication getAuthentication$app_productionGoogleRelease() { return this.authentication; } - public final StoreAutocomplete getAutocomplete$app_productionBetaRelease() { + public final StoreAutocomplete getAutocomplete$app_productionGoogleRelease() { return this.autocomplete; } - public final StoreBans getBans$app_productionBetaRelease() { + public final StoreBans getBans$app_productionGoogleRelease() { return this.bans; } - public final StoreCalls getCalls$app_productionBetaRelease() { + public final StoreCalls getCalls$app_productionGoogleRelease() { return this.calls; } - public final StoreCallsIncoming getCallsIncoming$app_productionBetaRelease() { + public final StoreCallsIncoming getCallsIncoming$app_productionGoogleRelease() { return this.callsIncoming; } - public final StoreChangeLog getChangeLogStore$app_productionBetaRelease() { + public final StoreChangeLog getChangeLogStore$app_productionGoogleRelease() { return this.changeLogStore; } - public final StoreChannelFollowerStats getChannelFollowerStats$app_productionBetaRelease() { + public final StoreChannelFollowerStats getChannelFollowerStats$app_productionGoogleRelease() { return this.channelFollowerStats; } - public final StoreChannels getChannels$app_productionBetaRelease() { + public final StoreChannels getChannels$app_productionGoogleRelease() { return this.channels; } - public final StoreChannelsSelected getChannelsSelected$app_productionBetaRelease() { + public final StoreChannelsSelected getChannelsSelected$app_productionGoogleRelease() { return this.channelsSelected; } - public final StoreChat getChat$app_productionBetaRelease() { + public final StoreChat getChat$app_productionGoogleRelease() { return this.chat; } - public final StoreClientDataState getClientDataState$app_productionBetaRelease() { + public final StoreClientDataState getClientDataState$app_productionGoogleRelease() { return this.clientDataState; } - public final StoreClientVersion getClientVersion$app_productionBetaRelease() { + public final StoreClientVersion getClientVersion$app_productionGoogleRelease() { return this.clientVersion; } - public final StoreCollapsedChannelCategories getCollapsedChannelCategories$app_productionBetaRelease() { + public final StoreCollapsedChannelCategories getCollapsedChannelCategories$app_productionGoogleRelease() { return this.collapsedChannelCategories; } - public final StoreConnectionOpen getConnectionOpen$app_productionBetaRelease() { + public final StoreConnectionOpen getConnectionOpen$app_productionGoogleRelease() { return this.connectionOpen; } - public final StoreConnectivity getConnectivity$app_productionBetaRelease() { + public final StoreConnectivity getConnectivity$app_productionGoogleRelease() { return this.connectivity; } - public final StoreContactSync getContactSync$app_productionBetaRelease() { + public final StoreContactSync getContactSync$app_productionGoogleRelease() { return this.contactSync; } - public final StoreEmoji getEmojis$app_productionBetaRelease() { + public final StoreEmoji getEmojis$app_productionGoogleRelease() { return this.emojis; } - public final StoreEntitlements getEntitlements$app_productionBetaRelease() { + public final StoreEntitlements getEntitlements$app_productionGoogleRelease() { return this.entitlements; } - public final StoreExpandedGuildFolders getExpandedGuildFolders$app_productionBetaRelease() { + public final StoreExpandedGuildFolders getExpandedGuildFolders$app_productionGoogleRelease() { return this.expandedGuildFolders; } - public final StoreExperiments getExperiments$app_productionBetaRelease() { + public final StoreExperiments getExperiments$app_productionGoogleRelease() { return this.experiments; } - public final StoreExpressionPickerNavigation getExpressionPickerNavigation$app_productionBetaRelease() { + public final StoreExpressionPickerNavigation getExpressionPickerNavigation$app_productionGoogleRelease() { return this.expressionPickerNavigation; } - public final StoreExpressionSuggestions getExpressionSuggestions$app_productionBetaRelease() { + public final StoreExpressionSuggestions getExpressionSuggestions$app_productionGoogleRelease() { return this.expressionSuggestions; } - public final StoreFriendSuggestions getFriendSuggestions$app_productionBetaRelease() { + public final StoreFriendSuggestions getFriendSuggestions$app_productionGoogleRelease() { return this.friendSuggestions; } - public final StoreGameParty getGameParty$app_productionBetaRelease() { + public final StoreGameParty getGameParty$app_productionGoogleRelease() { return this.gameParty; } - public final StoreGatewayConnection getGatewaySocket$app_productionBetaRelease() { + public final StoreGatewayConnection getGatewaySocket$app_productionGoogleRelease() { return this.gatewaySocket; } - public final StoreGifPicker getGifPicker$app_productionBetaRelease() { + public final StoreGifPicker getGifPicker$app_productionGoogleRelease() { return this.gifPicker; } - public final StoreGifting getGifting$app_productionBetaRelease() { + public final StoreGifting getGifting$app_productionGoogleRelease() { return this.gifting; } - public final StoreGooglePlayPurchases getGooglePlayPurchases$app_productionBetaRelease() { + public final StoreGooglePlayPurchases getGooglePlayPurchases$app_productionGoogleRelease() { return this.googlePlayPurchases; } - public final StoreGooglePlaySkuDetails getGooglePlaySkuDetails$app_productionBetaRelease() { + public final StoreGooglePlaySkuDetails getGooglePlaySkuDetails$app_productionGoogleRelease() { return this.googlePlaySkuDetails; } - public final StoreEmojiGuild getGuildEmojis$app_productionBetaRelease() { + public final StoreEmojiGuild getGuildEmojis$app_productionGoogleRelease() { return this.guildEmojis; } - public final StoreInviteSettings getGuildInvite$app_productionBetaRelease() { + public final StoreInviteSettings getGuildInvite$app_productionGoogleRelease() { return this.guildInvite; } - public final StoreGuildJoinRequest getGuildJoinRequests$app_productionBetaRelease() { + public final StoreGuildJoinRequest getGuildJoinRequests$app_productionGoogleRelease() { return this.guildJoinRequests; } - public final StoreGuildMemberCounts getGuildMemberCounts$app_productionBetaRelease() { + public final StoreGuildMemberCounts getGuildMemberCounts$app_productionGoogleRelease() { return this.guildMemberCounts; } - public final StoreGuildMemberRequester getGuildMemberRequesterStore$app_productionBetaRelease() { + public final StoreGuildMemberRequester getGuildMemberRequesterStore$app_productionGoogleRelease() { return this.guildMemberRequesterStore; } - public final StoreGuildProfiles getGuildProfiles$app_productionBetaRelease() { + public final StoreGuildProfiles getGuildProfiles$app_productionGoogleRelease() { return this.guildProfiles; } - public final StoreGuildSelected getGuildSelected$app_productionBetaRelease() { + public final StoreGuildSelected getGuildSelected$app_productionGoogleRelease() { return this.guildSelected; } - public final StoreUserGuildSettings getGuildSettings$app_productionBetaRelease() { + public final StoreUserGuildSettings getGuildSettings$app_productionGoogleRelease() { return this.guildSettings; } - public final StoreGuildStickers getGuildStickers$app_productionBetaRelease() { + public final StoreGuildStickers getGuildStickers$app_productionGoogleRelease() { return this.guildStickers; } - public final StoreGuildSubscriptions getGuildSubscriptions$app_productionBetaRelease() { + public final StoreGuildSubscriptions getGuildSubscriptions$app_productionGoogleRelease() { return this.guildSubscriptions; } - public final StoreGuildTemplates getGuildTemplates$app_productionBetaRelease() { + public final StoreGuildTemplates getGuildTemplates$app_productionGoogleRelease() { return this.guildTemplates; } - public final StoreGuildVoiceRegions getGuildVoiceRegions$app_productionBetaRelease() { + public final StoreGuildVoiceRegions getGuildVoiceRegions$app_productionGoogleRelease() { return this.guildVoiceRegions; } - public final StoreGuildWelcomeScreens getGuildWelcomeScreens$app_productionBetaRelease() { + public final StoreGuildWelcomeScreens getGuildWelcomeScreens$app_productionGoogleRelease() { return this.guildWelcomeScreens; } - public final StoreGuilds getGuilds$app_productionBetaRelease() { + public final StoreGuilds getGuilds$app_productionGoogleRelease() { return this.guilds; } - public final StoreGuildsNsfw getGuildsNsfw$app_productionBetaRelease() { + public final StoreGuildsNsfw getGuildsNsfw$app_productionGoogleRelease() { return this.guildsNsfw; } - public final StoreGuildsSorted getGuildsSorted$app_productionBetaRelease() { + public final StoreGuildsSorted getGuildsSorted$app_productionGoogleRelease() { return this.guildsSorted; } - public final StoreInstantInvites getInstantInvites$app_productionBetaRelease() { + public final StoreInstantInvites getInstantInvites$app_productionGoogleRelease() { return this.instantInvites; } - public final StoreGuildIntegrations getIntegrations$app_productionBetaRelease() { + public final StoreGuildIntegrations getIntegrations$app_productionGoogleRelease() { return this.integrations; } - public final StoreChannelMembers getLazyChannelMembersStore$app_productionBetaRelease() { + public final StoreChannelMembers getLazyChannelMembersStore$app_productionGoogleRelease() { return this.lazyChannelMembersStore; } - public final StoreLibrary getLibrary$app_productionBetaRelease() { + public final StoreLibrary getLibrary$app_productionGoogleRelease() { return this.library; } - public final StoreLocalActionComponentState getLocalActionComponentState$app_productionBetaRelease() { + public final StoreLocalActionComponentState getLocalActionComponentState$app_productionGoogleRelease() { return this.localActionComponentState; } - public final StoreLurking getLurking$app_productionBetaRelease() { + public final StoreLurking getLurking$app_productionGoogleRelease() { return this.lurking; } - public final StoreMaskedLinks getMaskedLinks$app_productionBetaRelease() { + public final StoreMaskedLinks getMaskedLinks$app_productionGoogleRelease() { return this.maskedLinks; } - public final StoreMediaEngine getMediaEngine$app_productionBetaRelease() { + public final StoreMediaEngine getMediaEngine$app_productionGoogleRelease() { return this.mediaEngine; } - public final StoreMediaFavorites getMediaFavorites$app_productionBetaRelease() { + public final StoreMediaFavorites getMediaFavorites$app_productionGoogleRelease() { return this.mediaFavorites; } - public final StoreMediaSettings getMediaSettings$app_productionBetaRelease() { + public final StoreMediaSettings getMediaSettings$app_productionGoogleRelease() { return this.mediaSettings; } - public final StoreGuildMemberVerificationForm getMemberVerificationForms$app_productionBetaRelease() { + public final StoreGuildMemberVerificationForm getMemberVerificationForms$app_productionGoogleRelease() { return this.memberVerificationForms; } - public final StoreMentions getMentions$app_productionBetaRelease() { + public final StoreMentions getMentions$app_productionGoogleRelease() { return this.mentions; } - public final StoreMessageAck getMessageAck$app_productionBetaRelease() { + public final StoreMessageAck getMessageAck$app_productionGoogleRelease() { return this.messageAck; } - public final StoreMessageReactions getMessageReactions$app_productionBetaRelease() { + public final StoreMessageReactions getMessageReactions$app_productionGoogleRelease() { return this.messageReactions; } - public final StoreMessageReplies getMessageReplies$app_productionBetaRelease() { + public final StoreMessageReplies getMessageReplies$app_productionGoogleRelease() { return this.messageReplies; } - public final StoreMessageState getMessageStates$app_productionBetaRelease() { + public final StoreMessageState getMessageStates$app_productionGoogleRelease() { return this.messageStates; } - public final StoreMessageUploads getMessageUploads$app_productionBetaRelease() { + public final StoreMessageUploads getMessageUploads$app_productionGoogleRelease() { return this.messageUploads; } - public final StoreMessages getMessages$app_productionBetaRelease() { + public final StoreMessages getMessages$app_productionGoogleRelease() { return this.messages; } - public final StoreMessagesLoader getMessagesLoader$app_productionBetaRelease() { + public final StoreMessagesLoader getMessagesLoader$app_productionGoogleRelease() { return this.messagesLoader; } - public final StoreMessagesMostRecent getMessagesMostRecent$app_productionBetaRelease() { + public final StoreMessagesMostRecent getMessagesMostRecent$app_productionGoogleRelease() { return this.messagesMostRecent; } - public final StoreMFA getMfa$app_productionBetaRelease() { + public final StoreMFA getMfa$app_productionGoogleRelease() { return this.mfa; } - public final StoreNavigation getNavigation$app_productionBetaRelease() { + public final StoreNavigation getNavigation$app_productionGoogleRelease() { return this.navigation; } - public final StoreNotices getNotices$app_productionBetaRelease() { + public final StoreNotices getNotices$app_productionGoogleRelease() { return this.notices; } - public final StoreNotifications getNotifications$app_productionBetaRelease() { + public final StoreNotifications getNotifications$app_productionGoogleRelease() { return this.notifications; } - public final StoreNux getNux$app_productionBetaRelease() { + public final StoreNux getNux$app_productionGoogleRelease() { return this.nux; } - public final StoreOutboundPromotions getOutboundPromotions$app_productionBetaRelease() { + public final StoreOutboundPromotions getOutboundPromotions$app_productionGoogleRelease() { return this.outboundPromotions; } - public final StorePaymentSources getPaymentSources$app_productionBetaRelease() { + public final StorePaymentSources getPaymentSources$app_productionGoogleRelease() { return this.paymentSources; } - public final StorePendingReplies getPendingReplies$app_productionBetaRelease() { + public final StorePendingReplies getPendingReplies$app_productionGoogleRelease() { return this.pendingReplies; } - public final StorePermissions getPermissions$app_productionBetaRelease() { + public final StorePermissions getPermissions$app_productionGoogleRelease() { return this.permissions; } - public final StorePhone getPhone$app_productionBetaRelease() { + public final StorePhone getPhone$app_productionGoogleRelease() { return this.phone; } - public final StorePinnedMessages getPinnedMessages$app_productionBetaRelease() { + public final StorePinnedMessages getPinnedMessages$app_productionGoogleRelease() { return this.pinnedMessages; } - public final StorePremiumGuildSubscription getPremiumGuildSubscriptions$app_productionBetaRelease() { + public final StorePremiumGuildSubscription getPremiumGuildSubscriptions$app_productionGoogleRelease() { return this.premiumGuildSubscriptions; } - public final StoreUserPresence getPresences$app_productionBetaRelease() { + public final StoreUserPresence getPresences$app_productionGoogleRelease() { return this.presences; } - public final StoreReadStates getReadStates$app_productionBetaRelease() { + public final StoreReadStates getReadStates$app_productionGoogleRelease() { return this.readStates; } - public final StoreRequestedStageChannels getRequestedStageChannels$app_productionBetaRelease() { + public final StoreRequestedStageChannels getRequestedStageChannels$app_productionGoogleRelease() { return this.requestedStageChannels; } - public final StoreReviewRequest getReviewRequestStore$app_productionBetaRelease() { + public final StoreReviewRequest getReviewRequestStore$app_productionGoogleRelease() { return this.reviewRequestStore; } - public final StoreRtcConnection getRtcConnection$app_productionBetaRelease() { + public final StoreRtcConnection getRtcConnection$app_productionGoogleRelease() { return this.rtcConnection; } - public final StoreRtcRegion getRtcRegion$app_productionBetaRelease() { + public final StoreRtcRegion getRtcRegion$app_productionGoogleRelease() { return this.rtcRegion; } - public final StoreSearch getSearch$app_productionBetaRelease() { + public final StoreSearch getSearch$app_productionGoogleRelease() { return this.search; } - public final StoreSlowMode getSlowMode$app_productionBetaRelease() { + public final StoreSlowMode getSlowMode$app_productionGoogleRelease() { return this.slowMode; } - public final StoreSpotify getSpotify$app_productionBetaRelease() { + public final StoreSpotify getSpotify$app_productionGoogleRelease() { return this.spotify; } - public final StoreStageChannels getStageChannels$app_productionBetaRelease() { + public final StoreStageChannels getStageChannels$app_productionGoogleRelease() { return this.stageChannels; } - public final StoreStageInstances getStageInstances$app_productionBetaRelease() { + public final StoreStageInstances getStageInstances$app_productionGoogleRelease() { return this.stageInstances; } - public final StoreStageChannelSelfPresence getStageSelfPresence$app_productionBetaRelease() { + public final StoreStageChannelSelfPresence getStageSelfPresence$app_productionGoogleRelease() { return this.stageSelfPresence; } - public final StoreStickers getStickers$app_productionBetaRelease() { + public final StoreStickers getStickers$app_productionGoogleRelease() { return this.stickers; } - public final StoreDynamicLink getStoreDynamicLink$app_productionBetaRelease() { + public final StoreDynamicLink getStoreDynamicLink$app_productionGoogleRelease() { return this.storeDynamicLink; } - public final StoreSubscriptions getSubscriptions$app_productionBetaRelease() { + public final StoreSubscriptions getSubscriptions$app_productionGoogleRelease() { return this.subscriptions; } - public final StoreTabsNavigation getTabsNavigation$app_productionBetaRelease() { + public final StoreTabsNavigation getTabsNavigation$app_productionGoogleRelease() { return this.tabsNavigation; } - public final StoreThreadDraft getThreadDraft$app_productionBetaRelease() { + public final StoreThreadDraft getThreadDraft$app_productionGoogleRelease() { return this.threadDraft; } - public final StoreThreadMessages getThreadMessages$app_productionBetaRelease() { + public final StoreThreadMessages getThreadMessages$app_productionGoogleRelease() { return this.threadMessages; } - public final StoreThreadsActive getThreadsActive$app_productionBetaRelease() { + public final StoreThreadsActive getThreadsActive$app_productionGoogleRelease() { return this.threadsActive; } - public final StoreThreadsActiveJoined getThreadsActiveJoined$app_productionBetaRelease() { + public final StoreThreadsActiveJoined getThreadsActiveJoined$app_productionGoogleRelease() { return this.threadsActiveJoined; } - public final StoreThreadsJoined getThreadsJoined$app_productionBetaRelease() { + public final StoreThreadsJoined getThreadsJoined$app_productionGoogleRelease() { return this.threadsJoined; } - public final StoreUserAffinities getUserAffinities$app_productionBetaRelease() { + public final StoreUserAffinities getUserAffinities$app_productionGoogleRelease() { return this.userAffinities; } - public final StoreUserConnections getUserConnections$app_productionBetaRelease() { + public final StoreUserConnections getUserConnections$app_productionGoogleRelease() { return this.userConnections; } - public final StoreUserNotes getUserNotes$app_productionBetaRelease() { + public final StoreUserNotes getUserNotes$app_productionGoogleRelease() { return this.userNotes; } - public final StoreUserProfile getUserProfile$app_productionBetaRelease() { + public final StoreUserProfile getUserProfile$app_productionGoogleRelease() { return this.userProfile; } - public final StoreUserRelationships getUserRelationships$app_productionBetaRelease() { + public final StoreUserRelationships getUserRelationships$app_productionGoogleRelease() { return this.userRelationships; } - public final StoreUserRequiredActions getUserRequiredAction$app_productionBetaRelease() { + public final StoreUserRequiredActions getUserRequiredAction$app_productionGoogleRelease() { return this.userRequiredAction; } - public final StoreUserSettings getUserSettings$app_productionBetaRelease() { + public final StoreUserSettings getUserSettings$app_productionGoogleRelease() { return this.userSettings; } - public final StoreUserSettingsSystem getUserSettingsSystem$app_productionBetaRelease() { + public final StoreUserSettingsSystem getUserSettingsSystem$app_productionGoogleRelease() { return this.userSettingsSystem; } - public final StoreUserSurvey getUserSurvey$app_productionBetaRelease() { + public final StoreUserSurvey getUserSurvey$app_productionGoogleRelease() { return this.userSurvey; } - public final StoreUser getUsers$app_productionBetaRelease() { + public final StoreUser getUsers$app_productionGoogleRelease() { return this.users; } - public final StoreUserTyping getUsersTyping$app_productionBetaRelease() { + public final StoreUserTyping getUsersTyping$app_productionGoogleRelease() { return this.usersTyping; } - public final StoreVideoStreams getVideoStreams$app_productionBetaRelease() { + public final StoreVideoStreams getVideoStreams$app_productionGoogleRelease() { return this.videoStreams; } - public final StoreVoiceChannelSelected getVoiceChannelSelected$app_productionBetaRelease() { + public final StoreVoiceChannelSelected getVoiceChannelSelected$app_productionGoogleRelease() { return this.voiceChannelSelected; } - public final StoreVoiceParticipants getVoiceParticipants$app_productionBetaRelease() { + public final StoreVoiceParticipants getVoiceParticipants$app_productionGoogleRelease() { return this.voiceParticipants; } - public final StoreVoiceSpeaking getVoiceSpeaking$app_productionBetaRelease() { + public final StoreVoiceSpeaking getVoiceSpeaking$app_productionGoogleRelease() { return this.voiceSpeaking; } - public final StoreVoiceStates getVoiceStates$app_productionBetaRelease() { + public final StoreVoiceStates getVoiceStates$app_productionGoogleRelease() { return this.voiceStates; } @@ -3065,7 +3065,7 @@ public final class StoreStream { this.channelsSelected.handleGuildSelected(); this.calls.handleGuildSelect(j); this.guildSubscriptions.handleGuildSelect(j); - this.lurking.handleGuildSelected$app_productionBetaRelease(j); + this.lurking.handleGuildSelected$app_productionGoogleRelease(j); this.nux.handleGuildSelected(j); this.guildInvite.handleGuildSelected(j); } diff --git a/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java b/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java index 3ebeee1a4d..e3c3c14a50 100644 --- a/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java +++ b/app/src/main/java/com/discord/stores/StoreStreamRtcConnection.java @@ -264,7 +264,7 @@ public final class StoreStreamRtcConnection extends StoreV2 implements DebugPrin /* JADX INFO: this call moved to the top of the method (can break code semantics) */ public /* synthetic */ StoreStreamRtcConnection(StoreMediaEngine storeMediaEngine, StoreUser storeUser, StoreStream storeStream, Dispatcher dispatcher, Clock clock, StoreAnalytics storeAnalytics, StoreRtcConnection storeRtcConnection, ObservationDeck observationDeck, Logger logger, DebugPrintableCollection debugPrintableCollection, int i, DefaultConstructorMarker defaultConstructorMarker) { - this(storeMediaEngine, storeUser, storeStream, dispatcher, clock, storeAnalytics, storeRtcConnection, (i & 128) != 0 ? ObservationDeckProvider.get() : observationDeck, (i & 256) != 0 ? AppLog.g : logger, (i & 512) != 0 ? SystemLogUtils.INSTANCE.getDebugPrintables$app_productionBetaRelease() : debugPrintableCollection); + this(storeMediaEngine, storeUser, storeStream, dispatcher, clock, storeAnalytics, storeRtcConnection, (i & 128) != 0 ? ObservationDeckProvider.get() : observationDeck, (i & 256) != 0 ? AppLog.g : logger, (i & 512) != 0 ? SystemLogUtils.INSTANCE.getDebugPrintables$app_productionGoogleRelease() : debugPrintableCollection); } public static final /* synthetic */ StoreAnalytics access$getAnalyticsStore$p(StoreStreamRtcConnection storeStreamRtcConnection) { @@ -444,7 +444,7 @@ public final class StoreStreamRtcConnection extends StoreV2 implements DebugPrin Long l; m.checkNotNullParameter(streamCreateOrUpdate, "streamCreate"); ModelApplicationStream decodeStreamKey = ModelApplicationStream.Companion.decodeStreamKey(streamCreateOrUpdate.getStreamKey()); - long id2 = this.userStore.getMeInternal$app_productionBetaRelease().getId(); + long id2 = this.userStore.getMeInternal$app_productionGoogleRelease().getId(); String str = this.sessionId; if (str != null) { RtcConnection rtcConnection = this.rtcConnection; diff --git a/app/src/main/java/com/discord/stores/StoreTabsNavigation$selectTab$1.java b/app/src/main/java/com/discord/stores/StoreTabsNavigation$selectTab$1.java index 6a55392f9d..567fb6fb88 100644 --- a/app/src/main/java/com/discord/stores/StoreTabsNavigation$selectTab$1.java +++ b/app/src/main/java/com/discord/stores/StoreTabsNavigation$selectTab$1.java @@ -21,6 +21,6 @@ public final class StoreTabsNavigation$selectTab$1 extends o implements Function @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - this.this$0.selectTabInternal$app_productionBetaRelease(this.$navigationTab, this.$dismissTabsDialogs); + this.this$0.selectTabInternal$app_productionGoogleRelease(this.$navigationTab, this.$dismissTabsDialogs); } } diff --git a/app/src/main/java/com/discord/stores/StoreTabsNavigation.java b/app/src/main/java/com/discord/stores/StoreTabsNavigation.java index 677026b76e..7bc419f385 100644 --- a/app/src/main/java/com/discord/stores/StoreTabsNavigation.java +++ b/app/src/main/java/com/discord/stores/StoreTabsNavigation.java @@ -75,11 +75,11 @@ public final class StoreTabsNavigation extends StoreV2 { storeTabsNavigation.selectTab(navigationTab, z2); } - public static /* synthetic */ void selectTabInternal$app_productionBetaRelease$default(StoreTabsNavigation storeTabsNavigation, NavigationTab navigationTab, boolean z2, int i, Object obj) { + public static /* synthetic */ void selectTabInternal$app_productionGoogleRelease$default(StoreTabsNavigation storeTabsNavigation, NavigationTab navigationTab, boolean z2, int i, Object obj) { if ((i & 2) != 0) { z2 = false; } - storeTabsNavigation.selectTabInternal$app_productionBetaRelease(navigationTab, z2); + storeTabsNavigation.selectTabInternal$app_productionGoogleRelease(navigationTab, z2); } public final NavigationTab getSelectedTab() { @@ -88,7 +88,7 @@ public final class StoreTabsNavigation extends StoreV2 { @StoreThread public final void handlePreLogout() { - selectTabInternal$app_productionBetaRelease$default(this, NavigationTab.HOME, false, 2, null); + selectTabInternal$app_productionGoogleRelease$default(this, NavigationTab.HOME, false, 2, null); } public final Observable observeDismissTabsDialogEvent() { @@ -114,7 +114,7 @@ public final class StoreTabsNavigation extends StoreV2 { } @StoreThread - public final void selectTabInternal$app_productionBetaRelease(NavigationTab navigationTab, boolean z2) { + public final void selectTabInternal$app_productionGoogleRelease(NavigationTab navigationTab, boolean z2) { m.checkNotNullParameter(navigationTab, "navigationTab"); handleTabSelection(navigationTab); if (z2) { diff --git a/app/src/main/java/com/discord/stores/StoreThreadMessages.java b/app/src/main/java/com/discord/stores/StoreThreadMessages.java index 4f2ec5c012..c021b96e4a 100644 --- a/app/src/main/java/com/discord/stores/StoreThreadMessages.java +++ b/app/src/main/java/com/discord/stores/StoreThreadMessages.java @@ -312,7 +312,7 @@ public final class StoreThreadMessages extends StoreV2 { boolean z3 = false; boolean z4 = false; for (ModelMessage modelMessage : channelChunk.getMessages()) { - if (modelMessage.hasThread() && !this.threads.containsKey(Long.valueOf(modelMessage.getId())) && (channel2 = this.storeChannels.getThreadsByIdInternal$app_productionBetaRelease().get(Long.valueOf(modelMessage.getId()))) != null) { + if (modelMessage.hasThread() && !this.threads.containsKey(Long.valueOf(modelMessage.getId())) && (channel2 = this.storeChannels.getThreadsByIdInternal$app_productionGoogleRelease().get(Long.valueOf(modelMessage.getId()))) != null) { updateFromThread(channel2); z4 = true; } @@ -320,7 +320,7 @@ public final class StoreThreadMessages extends StoreV2 { if (z4) { markChanged(); } - if (channelChunk.isPresent() && (channel = this.storeChannels.getThreadsByIdInternal$app_productionBetaRelease().get(Long.valueOf(channelChunk.getChannelId()))) != null && AnimatableValueParser.y1(channel)) { + if (channelChunk.isPresent() && (channel = this.storeChannels.getThreadsByIdInternal$app_productionGoogleRelease().get(Long.valueOf(channelChunk.getChannelId()))) != null && AnimatableValueParser.y1(channel)) { ThreadState orAddState = getOrAddState(channel); if (channelChunk.getMessages().isEmpty()) { this.threads.put(Long.valueOf(channel.g()), ThreadState.copy$default(orAddState, 0, 0, 0, 0, null, 7, null)); diff --git a/app/src/main/java/com/discord/stores/StoreThreadsActive.java b/app/src/main/java/com/discord/stores/StoreThreadsActive.java index 2d69c007c6..5dc10fde6a 100644 --- a/app/src/main/java/com/discord/stores/StoreThreadsActive.java +++ b/app/src/main/java/com/discord/stores/StoreThreadsActive.java @@ -109,12 +109,12 @@ public final class StoreThreadsActive extends StoreV2 { private final void saveThreads(Guild guild) { ThreadMetadata x2; - List threadsForGuildInternal$app_productionBetaRelease = this.storeChannels.getThreadsForGuildInternal$app_productionBetaRelease(guild.o()); - if (!threadsForGuildInternal$app_productionBetaRelease.isEmpty()) { + List threadsForGuildInternal$app_productionGoogleRelease = this.storeChannels.getThreadsForGuildInternal$app_productionGoogleRelease(guild.o()); + if (!threadsForGuildInternal$app_productionGoogleRelease.isEmpty()) { Map> map = this.threadsByGuild; Long valueOf = Long.valueOf(guild.o()); ArrayList arrayList = new ArrayList(); - for (Object obj : threadsForGuildInternal$app_productionBetaRelease) { + for (Object obj : threadsForGuildInternal$app_productionGoogleRelease) { Channel channel = (Channel) obj; if (AnimatableValueParser.y1(channel) && ((x2 = channel.x()) == null || !x2.b())) { arrayList.add(obj); @@ -130,7 +130,7 @@ public final class StoreThreadsActive extends StoreV2 { } @StoreThread - public final Map> getAllActiveThreadsInternal$app_productionBetaRelease() { + public final Map> getAllActiveThreadsInternal$app_productionGoogleRelease() { return this.threadsByGuild; } @@ -148,9 +148,9 @@ public final class StoreThreadsActive extends StoreV2 { } } for (Channel channel3 : arrayList) { - Channel channelInternal$app_productionBetaRelease = this.storeChannels.getChannelInternal$app_productionBetaRelease(channel3.e(), channel3.g()); - if (channelInternal$app_productionBetaRelease != null) { - map.put(Long.valueOf(channelInternal$app_productionBetaRelease.g()), channelInternal$app_productionBetaRelease); + Channel channelInternal$app_productionGoogleRelease = this.storeChannels.getChannelInternal$app_productionGoogleRelease(channel3.e(), channel3.g()); + if (channelInternal$app_productionGoogleRelease != null) { + map.put(Long.valueOf(channelInternal$app_productionGoogleRelease.g()), channelInternal$app_productionGoogleRelease); } } } diff --git a/app/src/main/java/com/discord/stores/StoreThreadsActiveJoined.java b/app/src/main/java/com/discord/stores/StoreThreadsActiveJoined.java index 3f13efedec..fbf2ba1741 100644 --- a/app/src/main/java/com/discord/stores/StoreThreadsActiveJoined.java +++ b/app/src/main/java/com/discord/stores/StoreThreadsActiveJoined.java @@ -143,10 +143,10 @@ public final class StoreThreadsActiveJoined extends StoreV2 { @StoreThread private final void saveThreads(Long l) { Channel channel; - Map> allActiveThreadsInternal$app_productionBetaRelease = this.storeThreadsActive.getAllActiveThreadsInternal$app_productionBetaRelease(); - for (StoreThreadsJoined.JoinedThread joinedThread : this.storeThreadsJoined.getAllJoinedThreadsInternal$app_productionBetaRelease().values()) { + Map> allActiveThreadsInternal$app_productionGoogleRelease = this.storeThreadsActive.getAllActiveThreadsInternal$app_productionGoogleRelease(); + for (StoreThreadsJoined.JoinedThread joinedThread : this.storeThreadsJoined.getAllJoinedThreadsInternal$app_productionGoogleRelease().values()) { if (l == null || joinedThread.getGuildId() == l.longValue()) { - Map map = allActiveThreadsInternal$app_productionBetaRelease.get(Long.valueOf(joinedThread.getGuildId())); + Map map = allActiveThreadsInternal$app_productionGoogleRelease.get(Long.valueOf(joinedThread.getGuildId())); if (!(map == null || (channel = map.get(Long.valueOf(joinedThread.getThreadId()))) == null)) { this.activeJoinedThreads.put(Long.valueOf(channel.g()), new ActiveJoinedThread(channel, joinedThread.getJoinTimestamp())); markChanged(); @@ -164,9 +164,9 @@ public final class StoreThreadsActiveJoined extends StoreV2 { @StoreThread private final void updateThread(long j, long j2) { - Map map = this.storeThreadsActive.getAllActiveThreadsInternal$app_productionBetaRelease().get(Long.valueOf(j)); + Map map = this.storeThreadsActive.getAllActiveThreadsInternal$app_productionGoogleRelease().get(Long.valueOf(j)); Channel channel = map != null ? map.get(Long.valueOf(j2)) : null; - StoreThreadsJoined.JoinedThread joinedThread = this.storeThreadsJoined.getAllJoinedThreadsInternal$app_productionBetaRelease().get(Long.valueOf(j2)); + StoreThreadsJoined.JoinedThread joinedThread = this.storeThreadsJoined.getAllJoinedThreadsInternal$app_productionGoogleRelease().get(Long.valueOf(j2)); if (channel != null && joinedThread != null) { this.activeJoinedThreads.put(Long.valueOf(j2), new ActiveJoinedThread(channel, joinedThread.getJoinTimestamp())); markChanged(); @@ -177,7 +177,7 @@ public final class StoreThreadsActiveJoined extends StoreV2 { } @StoreThread - public final List getActiveJoinedThreadsForChannelInternal$app_productionBetaRelease(long j) { + public final List getActiveJoinedThreadsForChannelInternal$app_productionGoogleRelease(long j) { Collection values = this.activeJoinedThreads.values(); ArrayList arrayList = new ArrayList(); for (Object obj : values) { @@ -193,14 +193,14 @@ public final class StoreThreadsActiveJoined extends StoreV2 { } @StoreThread - public final Map getActiveJoinedThreadsInternal$app_productionBetaRelease() { + public final Map getActiveJoinedThreadsInternal$app_productionGoogleRelease() { return this.activeJoinedThreads; } @StoreThread public final void handleChannelCreateOrUpdate(Channel channel) { m.checkNotNullParameter(channel, "channel"); - for (Channel channel2 : getActiveJoinedThreadsForChannelInternal$app_productionBetaRelease(channel.g())) { + for (Channel channel2 : getActiveJoinedThreadsForChannelInternal$app_productionGoogleRelease(channel.g())) { updateThread(channel2.e(), channel2.g()); } } diff --git a/app/src/main/java/com/discord/stores/StoreThreadsJoined.java b/app/src/main/java/com/discord/stores/StoreThreadsJoined.java index 786f8a22bf..c045148ac2 100644 --- a/app/src/main/java/com/discord/stores/StoreThreadsJoined.java +++ b/app/src/main/java/com/discord/stores/StoreThreadsJoined.java @@ -163,7 +163,7 @@ public final class StoreThreadsJoined extends StoreV2 { } @StoreThread - public final Map getAllJoinedThreadsInternal$app_productionBetaRelease() { + public final Map getAllJoinedThreadsInternal$app_productionGoogleRelease() { return this.joinedThreads; } diff --git a/app/src/main/java/com/discord/stores/StoreUser.java b/app/src/main/java/com/discord/stores/StoreUser.java index 711eec385c..9e61a33a51 100644 --- a/app/src/main/java/com/discord/stores/StoreUser.java +++ b/app/src/main/java/com/discord/stores/StoreUser.java @@ -171,7 +171,7 @@ public final class StoreUser extends StoreV2 { } @StoreThread - public final MeUser getMeInternal$app_productionBetaRelease() { + public final MeUser getMeInternal$app_productionGoogleRelease() { return this.f2100me; } @@ -201,7 +201,7 @@ public final class StoreUser extends StoreV2 { } @StoreThread - public final Map getUsersInternal$app_productionBetaRelease() { + public final Map getUsersInternal$app_productionGoogleRelease() { return this.users; } diff --git a/app/src/main/java/com/discord/stores/StoreUserConnections.java b/app/src/main/java/com/discord/stores/StoreUserConnections.java index c0e76d7365..d2149a437d 100644 --- a/app/src/main/java/com/discord/stores/StoreUserConnections.java +++ b/app/src/main/java/com/discord/stores/StoreUserConnections.java @@ -94,7 +94,7 @@ public final class StoreUserConnections extends StoreV2 { public void init(Context context) { m.checkNotNullParameter(context, "context"); super.init(context); - ObservableExtensionsKt.appSubscribe$default(this.stream.getGatewaySocket$app_productionBetaRelease().getUserConnectionUpdate(), StoreUserConnections.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreUserConnections$init$1(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(this.stream.getGatewaySocket$app_productionGoogleRelease().getUserConnectionUpdate(), StoreUserConnections.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new StoreUserConnections$init$1(this), 62, (Object) null); } public final Observable> observeConnectedAccounts() { diff --git a/app/src/main/java/com/discord/stores/StoreUserGuildSettings$setChannelMuted$1.java b/app/src/main/java/com/discord/stores/StoreUserGuildSettings$setChannelMuted$1.java index 3e96e19eca..2fc4aa477b 100644 --- a/app/src/main/java/com/discord/stores/StoreUserGuildSettings$setChannelMuted$1.java +++ b/app/src/main/java/com/discord/stores/StoreUserGuildSettings$setChannelMuted$1.java @@ -30,9 +30,9 @@ public final class StoreUserGuildSettings$setChannelMuted$1 extends o implements @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - Channel findChannelByIdInternal$app_productionBetaRelease = StoreUserGuildSettings.access$getStoreChannels$p(this.this$0).findChannelByIdInternal$app_productionBetaRelease(this.$channelId); - if (findChannelByIdInternal$app_productionBetaRelease != null) { - StoreUserGuildSettings.access$updateUserGuildSettings(this.this$0, this.$context, findChannelByIdInternal$app_productionBetaRelease.e(), new RestAPIParams.UserGuildSettings(findChannelByIdInternal$app_productionBetaRelease.g(), new RestAPIParams.UserGuildSettings.ChannelOverride(Boolean.valueOf(this.$muted), this.$muteConfig, null, 4, null)), AnimatableValueParser.x1(findChannelByIdInternal$app_productionBetaRelease) ? StoreUserGuildSettings.SettingsUpdateType.CHANNEL : StoreUserGuildSettings.SettingsUpdateType.CATEGORY); + Channel findChannelByIdInternal$app_productionGoogleRelease = StoreUserGuildSettings.access$getStoreChannels$p(this.this$0).findChannelByIdInternal$app_productionGoogleRelease(this.$channelId); + if (findChannelByIdInternal$app_productionGoogleRelease != null) { + StoreUserGuildSettings.access$updateUserGuildSettings(this.this$0, this.$context, findChannelByIdInternal$app_productionGoogleRelease.e(), new RestAPIParams.UserGuildSettings(findChannelByIdInternal$app_productionGoogleRelease.g(), new RestAPIParams.UserGuildSettings.ChannelOverride(Boolean.valueOf(this.$muted), this.$muteConfig, null, 4, null)), AnimatableValueParser.x1(findChannelByIdInternal$app_productionGoogleRelease) ? StoreUserGuildSettings.SettingsUpdateType.CHANNEL : StoreUserGuildSettings.SettingsUpdateType.CATEGORY); } } } diff --git a/app/src/main/java/com/discord/stores/StoreUserGuildSettings.java b/app/src/main/java/com/discord/stores/StoreUserGuildSettings.java index 6b6c2ae0e2..e1fae16f01 100644 --- a/app/src/main/java/com/discord/stores/StoreUserGuildSettings.java +++ b/app/src/main/java/com/discord/stores/StoreUserGuildSettings.java @@ -211,7 +211,7 @@ public final class StoreUserGuildSettings extends StoreV2 { @StoreThread private final void recomputeMuteConfigs() { - handleGuildSettingUpdated$app_productionBetaRelease(new ArrayList(this.guildSettings.values())); + handleGuildSettingUpdated$app_productionGoogleRelease(new ArrayList(this.guildSettings.values())); } public static /* synthetic */ void setChannelMuted$default(StoreUserGuildSettings storeUserGuildSettings, Context context, long j, boolean z2, ModelMuteConfig modelMuteConfig, int i, Object obj) { @@ -244,7 +244,7 @@ public final class StoreUserGuildSettings extends StoreV2 { } @StoreThread - public final Map getGuildSettingsInternal$app_productionBetaRelease() { + public final Map getGuildSettingsInternal$app_productionGoogleRelease() { return this.guildSettings; } @@ -253,7 +253,7 @@ public final class StoreUserGuildSettings extends StoreV2 { } @StoreThread - public final void handleConnectionOpen$app_productionBetaRelease(ModelPayload modelPayload) { + public final void handleConnectionOpen$app_productionGoogleRelease(ModelPayload modelPayload) { m.checkNotNullParameter(modelPayload, "payload"); ModelPayload.VersionedUserGuildSettings userGuildSettings = modelPayload.getUserGuildSettings(); m.checkNotNullExpressionValue(userGuildSettings, "payload.userGuildSettings"); @@ -269,7 +269,7 @@ public final class StoreUserGuildSettings extends StoreV2 { } @StoreThread - public final void handleGuildSettingUpdated$app_productionBetaRelease(List list) { + public final void handleGuildSettingUpdated$app_productionGoogleRelease(List list) { m.checkNotNullParameter(list, "guildSettingsList"); handleGuildSettings(list); } diff --git a/app/src/main/java/com/discord/stores/StoreUserPresence.java b/app/src/main/java/com/discord/stores/StoreUserPresence.java index d3625e4ef7..ae0c26ea45 100644 --- a/app/src/main/java/com/discord/stores/StoreUserPresence.java +++ b/app/src/main/java/com/discord/stores/StoreUserPresence.java @@ -199,7 +199,7 @@ public final class StoreUserPresence extends StoreV2 { if (presence == null || (clientStatus = presence.getStatus()) == null) { clientStatus = ClientStatus.OFFLINE; } - List reversed = (presence != null || (activities = presence.getActivities()) == null || (sortedWith = u.sortedWith(activities, PresenceUtils.INSTANCE.getACTIVITY_COMPARATOR$app_productionBetaRelease())) == null) ? null : u.reversed(sortedWith); + List reversed = (presence != null || (activities = presence.getActivities()) == null || (sortedWith = u.sortedWith(activities, PresenceUtils.INSTANCE.getACTIVITY_COMPARATOR$app_productionGoogleRelease())) == null) ? null : u.reversed(sortedWith); ClientStatuses clientStatuses = presence == null ? presence.getClientStatuses() : null; clientStatus2 = ClientStatus.OFFLINE; if (clientStatus != clientStatus2) { @@ -248,15 +248,15 @@ public final class StoreUserPresence extends StoreV2 { return null; } if (modelCustomStatusSetting.getEmojiId() != null) { - StoreEmoji emojis$app_productionBetaRelease = this.stream.getEmojis$app_productionBetaRelease(); + StoreEmoji emojis$app_productionGoogleRelease = this.stream.getEmojis$app_productionGoogleRelease(); Long emojiId = modelCustomStatusSetting.getEmojiId(); m.checkNotNull(emojiId); - ModelEmojiCustom customEmojiInternal = emojis$app_productionBetaRelease.getCustomEmojiInternal(emojiId.longValue()); + ModelEmojiCustom customEmojiInternal = emojis$app_productionGoogleRelease.getCustomEmojiInternal(emojiId.longValue()); if (customEmojiInternal != null) { activityEmoji = new ActivityEmoji(String.valueOf(customEmojiInternal.getId()), customEmojiInternal.getName(), customEmojiInternal.isAnimated()); } } else if (modelCustomStatusSetting.getEmojiName() != null) { - Map unicodeEmojiSurrogateMap = this.stream.getEmojis$app_productionBetaRelease().getUnicodeEmojiSurrogateMap(); + Map unicodeEmojiSurrogateMap = this.stream.getEmojis$app_productionGoogleRelease().getUnicodeEmojiSurrogateMap(); String emojiName = modelCustomStatusSetting.getEmojiName(); m.checkNotNull(emojiName); ModelEmojiUnicode modelEmojiUnicode = unicodeEmojiSurrogateMap.get(emojiName); @@ -413,7 +413,7 @@ public final class StoreUserPresence extends StoreV2 { return (Activity) obj; } - public final Presence getLocalPresence$app_productionBetaRelease() { + public final Presence getLocalPresence$app_productionGoogleRelease() { return this.localPresence; } diff --git a/app/src/main/java/com/discord/stores/StoreUserTyping.java b/app/src/main/java/com/discord/stores/StoreUserTyping.java index 536bb1c0f0..456b3dfdb8 100644 --- a/app/src/main/java/com/discord/stores/StoreUserTyping.java +++ b/app/src/main/java/com/discord/stores/StoreUserTyping.java @@ -101,7 +101,7 @@ public final class StoreUserTyping extends StoreV2 { @StoreThread public final void handleTypingStart(TypingUser typingUser) { m.checkNotNullParameter(typingUser, "typing"); - long id2 = this.stream.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId(); + long id2 = this.stream.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId(); long d = typingUser.d(); if (id2 != d) { long a = typingUser.a(); diff --git a/app/src/main/java/com/discord/stores/StoreVoiceChannelSelected$observeSelectedChannel$1.java b/app/src/main/java/com/discord/stores/StoreVoiceChannelSelected$observeSelectedChannel$1.java index 8645b55e9d..aad1041668 100644 --- a/app/src/main/java/com/discord/stores/StoreVoiceChannelSelected$observeSelectedChannel$1.java +++ b/app/src/main/java/com/discord/stores/StoreVoiceChannelSelected$observeSelectedChannel$1.java @@ -16,6 +16,6 @@ public final class StoreVoiceChannelSelected$observeSelectedChannel$1 extends o @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final Channel mo1invoke() { - return StoreVoiceChannelSelected.access$getStream$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(StoreVoiceChannelSelected.access$getSelectedVoiceChannelId$p(this.this$0)); + return StoreVoiceChannelSelected.access$getStream$p(this.this$0).getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(StoreVoiceChannelSelected.access$getSelectedVoiceChannelId$p(this.this$0)); } } diff --git a/app/src/main/java/com/discord/stores/StoreVoiceChannelSelected.java b/app/src/main/java/com/discord/stores/StoreVoiceChannelSelected.java index e9547c8940..6f33a8626b 100644 --- a/app/src/main/java/com/discord/stores/StoreVoiceChannelSelected.java +++ b/app/src/main/java/com/discord/stores/StoreVoiceChannelSelected.java @@ -159,44 +159,44 @@ public final class StoreVoiceChannelSelected extends StoreV2 implements Dispatch @StoreThread private final VoiceChannelJoinability getJoinability(long j) { GuildMaxVideoChannelUsers guildMaxVideoChannelUsers; - StoreChannels channels$app_productionBetaRelease = this.stream.getChannels$app_productionBetaRelease(); - StoreGuilds guilds$app_productionBetaRelease = this.stream.getGuilds$app_productionBetaRelease(); - StorePermissions permissions$app_productionBetaRelease = this.stream.getPermissions$app_productionBetaRelease(); - StoreVoiceStates voiceStates$app_productionBetaRelease = this.stream.getVoiceStates$app_productionBetaRelease(); - StoreStageInstances stageInstances$app_productionBetaRelease = this.stream.getStageInstances$app_productionBetaRelease(); - Channel findChannelByIdInternal$app_productionBetaRelease = channels$app_productionBetaRelease.findChannelByIdInternal$app_productionBetaRelease(j); - if (findChannelByIdInternal$app_productionBetaRelease == null) { + StoreChannels channels$app_productionGoogleRelease = this.stream.getChannels$app_productionGoogleRelease(); + StoreGuilds guilds$app_productionGoogleRelease = this.stream.getGuilds$app_productionGoogleRelease(); + StorePermissions permissions$app_productionGoogleRelease = this.stream.getPermissions$app_productionGoogleRelease(); + StoreVoiceStates voiceStates$app_productionGoogleRelease = this.stream.getVoiceStates$app_productionGoogleRelease(); + StoreStageInstances stageInstances$app_productionGoogleRelease = this.stream.getStageInstances$app_productionGoogleRelease(); + Channel findChannelByIdInternal$app_productionGoogleRelease = channels$app_productionGoogleRelease.findChannelByIdInternal$app_productionGoogleRelease(j); + if (findChannelByIdInternal$app_productionGoogleRelease == null) { return VoiceChannelJoinability.CHANNEL_DOES_NOT_EXIST; } - StageInstance stageInstanceForChannelInternal = stageInstances$app_productionBetaRelease.getStageInstanceForChannelInternal(j); - Map map = (Map) a.c(findChannelByIdInternal$app_productionBetaRelease, voiceStates$app_productionBetaRelease.get()); + StageInstance stageInstanceForChannelInternal = stageInstances$app_productionGoogleRelease.getStageInstanceForChannelInternal(j); + Map map = (Map) a.c(findChannelByIdInternal$app_productionGoogleRelease, voiceStates$app_productionGoogleRelease.get()); if (map == null) { map = h0.emptyMap(); } - Long l = permissions$app_productionBetaRelease.getPermissionsByChannel().get(Long.valueOf(j)); - Guild guild = (Guild) a.c(findChannelByIdInternal$app_productionBetaRelease, guilds$app_productionBetaRelease.getGuilds()); + Long l = permissions$app_productionGoogleRelease.getPermissionsByChannel().get(Long.valueOf(j)); + Guild guild = (Guild) a.c(findChannelByIdInternal$app_productionGoogleRelease, guilds$app_productionGoogleRelease.getGuilds()); GuildVerificationLevel verificationLevelTriggered = guild != null ? getVerificationLevelTriggered(guild) : GuildVerificationLevel.NONE; VoiceChannelJoinabilityUtils voiceChannelJoinabilityUtils = VoiceChannelJoinabilityUtils.INSTANCE; Collection values = map.values(); if (guild == null || (guildMaxVideoChannelUsers = guild.getMaxVideoChannelUsers()) == null) { guildMaxVideoChannelUsers = GuildMaxVideoChannelUsers.Unlimited.INSTANCE; } - return voiceChannelJoinabilityUtils.computeJoinability(findChannelByIdInternal$app_productionBetaRelease, values, l, guildMaxVideoChannelUsers, verificationLevelTriggered, Long.valueOf(this.selectedVoiceChannelId), stageInstanceForChannelInternal); + return voiceChannelJoinabilityUtils.computeJoinability(findChannelByIdInternal$app_productionGoogleRelease, values, l, guildMaxVideoChannelUsers, verificationLevelTriggered, Long.valueOf(this.selectedVoiceChannelId), stageInstanceForChannelInternal); } @StoreThread private final GuildVerificationLevel getVerificationLevelTriggered(Guild guild) { - StoreGuilds guilds$app_productionBetaRelease = this.stream.getGuilds$app_productionBetaRelease(); - StoreUser users$app_productionBetaRelease = this.stream.getUsers$app_productionBetaRelease(); + StoreGuilds guilds$app_productionGoogleRelease = this.stream.getGuilds$app_productionGoogleRelease(); + StoreUser users$app_productionGoogleRelease = this.stream.getUsers$app_productionGoogleRelease(); GuildVerificationLevel verificationLevel = guild.getVerificationLevel(); - Map map = guilds$app_productionBetaRelease.getMembers().get(Long.valueOf(guild.getId())); - MeUser me2 = users$app_productionBetaRelease.getMe(); + Map map = guilds$app_productionGoogleRelease.getMembers().get(Long.valueOf(guild.getId())); + MeUser me2 = users$app_productionGoogleRelease.getMe(); GuildMember guildMember = map != null ? map.get(Long.valueOf(me2.getId())) : null; boolean isOwner = guild.isOwner(me2.getId()); boolean z2 = guildMember != null && (guildMember.getRoles().isEmpty() ^ true); UserUtils userUtils = UserUtils.INSTANCE; boolean hasPhone = userUtils.getHasPhone(me2); - Long l = guilds$app_productionBetaRelease.getGuildsJoinedAt().get(Long.valueOf(guild.getId())); + Long l = guilds$app_productionGoogleRelease.getGuildsJoinedAt().get(Long.valueOf(guild.getId())); if (isOwner || z2 || hasPhone) { return GuildVerificationLevel.NONE; } @@ -292,7 +292,7 @@ public final class StoreVoiceChannelSelected extends StoreV2 implements Dispatch private final void validateSelectedVoiceChannel() { long j = this.selectedVoiceChannelId; if (j != 0) { - if (this.stream.getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.selectedVoiceChannelId) == null) { + if (this.stream.getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(this.selectedVoiceChannelId) == null) { clearInternal(); } if (this.selectedVoiceChannelId != j) { @@ -343,7 +343,7 @@ public final class StoreVoiceChannelSelected extends StoreV2 implements Dispatch @StoreThread public final void handleGuildMemberAdd(com.discord.api.guildmember.GuildMember guildMember) { m.checkNotNullParameter(guildMember, "member"); - if (guildMember.j().i() == this.stream.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId()) { + if (guildMember.j().i() == this.stream.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId()) { validateSelectedVoiceChannel(); } } @@ -367,13 +367,13 @@ public final class StoreVoiceChannelSelected extends StoreV2 implements Dispatch public final void handleRtcConnectionStateChanged(RtcConnection.State state) { m.checkNotNullParameter(state, "state"); if (state instanceof RtcConnection.State.f) { - Channel findChannelByIdInternal$app_productionBetaRelease = this.stream.getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.selectedVoiceChannelId); - Guild guild = this.stream.getGuilds$app_productionBetaRelease().getGuildsInternal$app_productionBetaRelease().get(findChannelByIdInternal$app_productionBetaRelease != null ? Long.valueOf(findChannelByIdInternal$app_productionBetaRelease.e()) : null); + Channel findChannelByIdInternal$app_productionGoogleRelease = this.stream.getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(this.selectedVoiceChannelId); + Guild guild = this.stream.getGuilds$app_productionGoogleRelease().getGuildsInternal$app_productionGoogleRelease().get(findChannelByIdInternal$app_productionGoogleRelease != null ? Long.valueOf(findChannelByIdInternal$app_productionGoogleRelease.e()) : null); if (guild != null) { Long afkChannelId = guild.getAfkChannelId(); long j = this.selectedVoiceChannelId; - if (afkChannelId != null && afkChannelId.longValue() == j && this.stream.getMediaEngine$app_productionBetaRelease().getSelectedVideoInputDeviceBlocking() != null) { - this.stream.getMediaEngine$app_productionBetaRelease().selectVideoInputDevice(null); + if (afkChannelId != null && afkChannelId.longValue() == j && this.stream.getMediaEngine$app_productionGoogleRelease().getSelectedVideoInputDeviceBlocking() != null) { + this.stream.getMediaEngine$app_productionGoogleRelease().selectVideoInputDevice(null); } } } @@ -387,9 +387,9 @@ public final class StoreVoiceChannelSelected extends StoreV2 implements Dispatch @StoreThread public final void handleVoiceStateUpdates(VoiceState voiceState) { - Channel findChannelByIdInternal$app_productionBetaRelease; + Channel findChannelByIdInternal$app_productionGoogleRelease; m.checkNotNullParameter(voiceState, "voiceState"); - if (this.stream.getUsers$app_productionBetaRelease().getMeInternal$app_productionBetaRelease().getId() == voiceState.m() && (findChannelByIdInternal$app_productionBetaRelease = this.stream.getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.selectedVoiceChannelId)) != null && findChannelByIdInternal$app_productionBetaRelease.e() == voiceState.c()) { + if (this.stream.getUsers$app_productionGoogleRelease().getMeInternal$app_productionGoogleRelease().getId() == voiceState.m() && (findChannelByIdInternal$app_productionGoogleRelease = this.stream.getChannels$app_productionGoogleRelease().findChannelByIdInternal$app_productionGoogleRelease(this.selectedVoiceChannelId)) != null && findChannelByIdInternal$app_productionGoogleRelease.e() == voiceState.c()) { Long a = voiceState.a(); long j = this.selectedVoiceChannelId; if ((a != null && a.longValue() == j) || !m.areEqual(voiceState.k(), this.sessionId)) { @@ -406,7 +406,7 @@ public final class StoreVoiceChannelSelected extends StoreV2 implements Dispatch } public final Observable observeSelectedChannel() { - return ObservationDeck.connectRx$default(this.observationDeck, new ObservationDeck.UpdateSource[]{this, this.stream.getChannels$app_productionBetaRelease()}, false, null, null, new StoreVoiceChannelSelected$observeSelectedChannel$1(this), 14, null); + return ObservationDeck.connectRx$default(this.observationDeck, new ObservationDeck.UpdateSource[]{this, this.stream.getChannels$app_productionGoogleRelease()}, false, null, null, new StoreVoiceChannelSelected$observeSelectedChannel$1(this), 14, null); } public final Observable observeSelectedVoiceChannelId() { @@ -418,7 +418,7 @@ public final class StoreVoiceChannelSelected extends StoreV2 implements Dispatch } public final Observable selectVoiceChannel(long j) { - Channel channel = this.stream.getChannels$app_productionBetaRelease().getChannel(j); + Channel channel = this.stream.getChannels$app_productionGoogleRelease().getChannel(j); if (channel != null && AnimatableValueParser.u1(channel)) { StoreStream.Companion.getMediaEngine().setAudioInputEnabled(false); } diff --git a/app/src/main/java/com/discord/stores/StoreVoiceParticipants$get$1.java b/app/src/main/java/com/discord/stores/StoreVoiceParticipants$get$1.java index bbdc8a6d1a..2122914148 100644 --- a/app/src/main/java/com/discord/stores/StoreVoiceParticipants$get$1.java +++ b/app/src/main/java/com/discord/stores/StoreVoiceParticipants$get$1.java @@ -127,7 +127,7 @@ public final class StoreVoiceParticipants$get$1 implements b) arrayList, Long.valueOf(component1.getId()))), new AnonymousClass2(this, component1, collection)); + return Observable.e(ObservableExtensionsKt.leadingEdgeThrottle(this.this$0.this$0.this$0.getStream().getVoiceSpeaking$app_productionGoogleRelease().observeSpeakingUsers(), 250, TimeUnit.MILLISECONDS), this.this$0.this$0.this$0.getStream().getCalls$app_productionGoogleRelease().get(this.this$0.this$0.$channelId).G(AnonymousClass1.INSTANCE), this.this$0.this$0.this$0.getStream().getVideoStreams$app_productionGoogleRelease().observeUserStreams(), ObservableExtensionsKt.leadingEdgeThrottle(this.this$0.this$0.this$0.getStream().getGuilds$app_productionGoogleRelease().observeComputed(this.this$0.$guildId), 1, TimeUnit.SECONDS), this.this$0.this$0.this$0.getStream().getApplicationStreaming$app_productionGoogleRelease().observeStreamSpectators(), this.this$0.this$0.this$0.getStream().getMediaSettings$app_productionGoogleRelease().getVoiceConfig(), StoreVoiceParticipants.access$getStreamContextsForUsers(this.this$0.this$0.this$0, u.plus((Collection) arrayList, Long.valueOf(component1.getId()))), new AnonymousClass2(this, component1, collection)); } } @@ -145,7 +145,7 @@ public final class StoreVoiceParticipants$get$1 implements b> call(Map map) { - Observable observeMe$default = StoreUser.observeMe$default(this.this$0.this$0.getStream().getUsers$app_productionBetaRelease(), false, 1, null); + Observable observeMe$default = StoreUser.observeMe$default(this.this$0.this$0.getStream().getUsers$app_productionGoogleRelease(), false, 1, null); StoreVoiceParticipants storeVoiceParticipants = this.this$0.this$0; Channel channel = this.$channel; m.checkNotNullExpressionValue(map, "voiceStates"); @@ -163,6 +163,6 @@ public final class StoreVoiceParticipants$get$1 implements b> getInternal$app_productionBetaRelease() { + public final Map> getInternal$app_productionGoogleRelease() { return this.voiceStates; } diff --git a/app/src/main/java/com/discord/utilities/analytics/AnalyticSuperProperties.java b/app/src/main/java/com/discord/utilities/analytics/AnalyticSuperProperties.java index d1fbe5a288..a20f578bb2 100644 --- a/app/src/main/java/com/discord/utilities/analytics/AnalyticSuperProperties.java +++ b/app/src/main/java/com/discord/utilities/analytics/AnalyticSuperProperties.java @@ -77,7 +77,7 @@ public final class AnalyticSuperProperties { private final void setBaselineProperties() { String locale = Locale.getDefault().toString(); m.checkNotNullExpressionValue(locale, "Locale.getDefault().toString()"); - updateSuperProperties(h0.mapOf(o.to("browser", "Discord Android"), o.to("browser_user_agent", "Discord-Android/80108"), o.to("client_build_number", 80108), o.to("client_version", "80.8 - Beta"), o.to("device", Build.MODEL + ", " + Build.PRODUCT), o.to("os", "Android"), o.to("os_sdk_version", String.valueOf(Build.VERSION.SDK_INT)), o.to("os_version", Build.VERSION.RELEASE), o.to("system_locale", t.replace$default(locale, "_", "-", false, 4, (Object) null)))); + updateSuperProperties(h0.mapOf(o.to("browser", "Discord Android"), o.to("browser_user_agent", "Discord-Android/80011"), o.to("client_build_number", 80011), o.to("client_version", "80.11 - Stable"), o.to("device", Build.MODEL + ", " + Build.PRODUCT), o.to("os", "Android"), o.to("os_sdk_version", String.valueOf(Build.VERSION.SDK_INT)), o.to("os_version", Build.VERSION.RELEASE), o.to("system_locale", t.replace$default(locale, "_", "-", false, 4, (Object) null)))); } private final void setSuperProperties(Map map) { diff --git a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker$addAttachment$1.java b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker$addAttachment$1.java index 5fd845855f..0c206cdbd5 100644 --- a/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker$addAttachment$1.java +++ b/app/src/main/java/com/discord/utilities/analytics/AnalyticsTracker$addAttachment$1.java @@ -22,6 +22,6 @@ public final class AnalyticsTracker$addAttachment$1 implements b properties = analyticsTracker.toProperties(storeListing != null ? storeListing.getSku() : null); - if (channel == null || (map = AnalyticsUtils.INSTANCE.getProperties$app_productionBetaRelease(channel)) == null) { + if (channel == null || (map = AnalyticsUtils.INSTANCE.getProperties$app_productionGoogleRelease(channel)) == null) { map = h0.emptyMap(); } tracker.track("open_modal", h0.plus(h0.plus(h0.mapOf(o.to("location", str), o.to("type", "gift")), map), properties)); @@ -1274,7 +1274,7 @@ public final class AnalyticsTracker { public final void inviteResolved(ModelInvite modelInvite, String str) { m.checkNotNullParameter(str, "location"); AnalyticsUtils.Tracker tracker2 = tracker; - Map mutableMapOf = h0.mutableMapOf(o.to("resolved", Boolean.TRUE), o.to("authenticated", Boolean.valueOf(tracker2.isAuthed$app_productionBetaRelease())), o.to("location", str)); + Map mutableMapOf = h0.mutableMapOf(o.to("resolved", Boolean.TRUE), o.to("authenticated", Boolean.valueOf(tracker2.isAuthed$app_productionGoogleRelease())), o.to("location", str)); if (modelInvite != null) { String code = modelInvite.getCode(); m.checkNotNullExpressionValue(code, "invite.code"); diff --git a/app/src/main/java/com/discord/utilities/analytics/AnalyticsUtils.java b/app/src/main/java/com/discord/utilities/analytics/AnalyticsUtils.java index 9e4e3438e3..2c4c22a550 100644 --- a/app/src/main/java/com/discord/utilities/analytics/AnalyticsUtils.java +++ b/app/src/main/java/com/discord/utilities/analytics/AnalyticsUtils.java @@ -96,7 +96,7 @@ public final class AnalyticsUtils { } private final boolean getCanDrain() { - return (this.eventsQueue.isEmpty() ^ true) && (this.fingerprinted || isAuthed$app_productionBetaRelease()); + return (this.eventsQueue.isEmpty() ^ true) && (this.fingerprinted || isAuthed$app_productionGoogleRelease()); } private final boolean isEventThrottled(Pair pair) { @@ -149,7 +149,7 @@ public final class AnalyticsUtils { tracker.track(str, map); } - public final boolean isAuthed$app_productionBetaRelease() { + public final boolean isAuthed$app_productionGoogleRelease() { String str = this.analyticsToken; return !(str == null || t.isBlank(str)); } @@ -212,7 +212,7 @@ public final class AnalyticsUtils { (wrap: java.lang.Integer : 0x0034: INVOKE (r5v2 java.lang.Integer) = (r2v2 int) type: STATIC call: java.lang.Integer.valueOf(int):java.lang.Integer) type: STATIC call: d0.o.to(java.lang.Object, java.lang.Object):kotlin.Pair) */ - public final Map getProperties$app_productionBetaRelease(Channel channel) { + public final Map getProperties$app_productionGoogleRelease(Channel channel) { m.checkNotNullParameter(channel, "$this$properties"); Pair[] pairArr = new Pair[3]; int i = 0; @@ -226,7 +226,7 @@ public final class AnalyticsUtils { return h0.mapOf(pairArr); } - public final Map getProperties$app_productionBetaRelease(RtcConnection rtcConnection) { + public final Map getProperties$app_productionGoogleRelease(RtcConnection rtcConnection) { m.checkNotNullParameter(rtcConnection, "$this$properties"); return g0.mapOf(o.to("rtc_connection_id", rtcConnection.d)); } diff --git a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockRepo.java b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockRepo.java index 7ffa802d92..5ca60c23e4 100644 --- a/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockRepo.java +++ b/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockRepo.java @@ -130,7 +130,7 @@ public final class GoogleSmartLockRepo { Observable G2 = G.G(AnonymousClass1.INSTANCE); m.checkNotNullExpressionValue(G2, "storeExperiments.observe…experiment?.bucket == 1 }"); ObservableExtensionsKt.appSubscribe$default(G2, GoogleSmartLockRepo.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass2(this), 62, (Object) null); - ObservableExtensionsKt.appSubscribe$default(storeAuthentication.getPreLogoutSignal$app_productionBetaRelease(), GoogleSmartLockRepo.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass3(this), 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(storeAuthentication.getPreLogoutSignal$app_productionGoogleRelease(), GoogleSmartLockRepo.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass3(this), 62, (Object) null); } /* JADX INFO: this call moved to the top of the method (can break code semantics) */ diff --git a/app/src/main/java/com/discord/utilities/billing/GooglePlayBillingManager.java b/app/src/main/java/com/discord/utilities/billing/GooglePlayBillingManager.java index 785fda66c1..d2ae2c1dc1 100644 --- a/app/src/main/java/com/discord/utilities/billing/GooglePlayBillingManager.java +++ b/app/src/main/java/com/discord/utilities/billing/GooglePlayBillingManager.java @@ -348,7 +348,7 @@ public final class GooglePlayBillingManager implements e, b, g, d { m.checkNotNullExpressionValue(aVar, "BillingClient.newBuilder…chases()\n .build()"); billingClient = aVar; application.registerActivityLifecycleCallbacks(new GooglePlayBillingManagerLifecycleListener()); - ObservableExtensionsKt.appSubscribe$default(StoreStream.Companion.getAuthentication().observeIsAuthed$app_productionBetaRelease(), GooglePlayBillingManager.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, GooglePlayBillingManager$init$1.INSTANCE, 62, (Object) null); + ObservableExtensionsKt.appSubscribe$default(StoreStream.Companion.getAuthentication().observeIsAuthed$app_productionGoogleRelease(), GooglePlayBillingManager.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, GooglePlayBillingManager$init$1.INSTANCE, 62, (Object) null); return; } throw new IllegalArgumentException("Please provide a valid Context."); diff --git a/app/src/main/java/com/discord/utilities/channel/ChannelSelector$dismissCreateThread$1.java b/app/src/main/java/com/discord/utilities/channel/ChannelSelector$dismissCreateThread$1.java index a7d9e04804..0a65d97792 100644 --- a/app/src/main/java/com/discord/utilities/channel/ChannelSelector$dismissCreateThread$1.java +++ b/app/src/main/java/com/discord/utilities/channel/ChannelSelector$dismissCreateThread$1.java @@ -16,6 +16,6 @@ public final class ChannelSelector$dismissCreateThread$1 extends o implements Fu @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { - this.this$0.getStream().getChannelsSelected$app_productionBetaRelease().dismissCreateThread(); + this.this$0.getStream().getChannelsSelected$app_productionGoogleRelease().dismissCreateThread(); } } diff --git a/app/src/main/java/com/discord/utilities/channel/ChannelSelector$findAndSet$1.java b/app/src/main/java/com/discord/utilities/channel/ChannelSelector$findAndSet$1.java index eb5e7da35e..b5e4074d22 100644 --- a/app/src/main/java/com/discord/utilities/channel/ChannelSelector$findAndSet$1.java +++ b/app/src/main/java/com/discord/utilities/channel/ChannelSelector$findAndSet$1.java @@ -24,9 +24,9 @@ public final class ChannelSelector$findAndSet$1 extends o implements Function0 0) { - Observable y2 = ObservationDeck.connectRx$default(this.observationDeck, new ObservationDeck.UpdateSource[]{this.stream.getChannels$app_productionBetaRelease(), this.stream.getPermissions$app_productionBetaRelease()}, false, null, null, new ChannelSelector$findAndSet$1(this, j, context), 14, null).y(ChannelSelector$findAndSet$2.INSTANCE); + Observable y2 = ObservationDeck.connectRx$default(this.observationDeck, new ObservationDeck.UpdateSource[]{this.stream.getChannels$app_productionGoogleRelease(), this.stream.getPermissions$app_productionGoogleRelease()}, false, null, null, new ChannelSelector$findAndSet$1(this, j, context), 14, null).y(ChannelSelector$findAndSet$2.INSTANCE); m.checkNotNullExpressionValue(y2, "observationDeck\n … .filter { it != null }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(ObservableExtensionsKt.takeSingleUntilTimeout$default(y2, 0, true, 1, null)), ChannelSelector.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new ChannelSelector$findAndSet$3(this), 62, (Object) null); } @@ -143,14 +143,14 @@ public final class ChannelSelector { } public final void selectChannel(long j, long j2, Long l, SelectedChannelAnalyticsLocation selectedChannelAnalyticsLocation) { - StoreNavigation.setNavigationPanelAction$default(this.stream.getNavigation$app_productionBetaRelease(), StoreNavigation.PanelAction.CLOSE, null, 2, null); + StoreNavigation.setNavigationPanelAction$default(this.stream.getNavigation$app_productionGoogleRelease(), StoreNavigation.PanelAction.CLOSE, null, 2, null); if (j == 0 && j2 == 0) { j jVar = new j(null); m.checkNotNullExpressionValue(jVar, "Observable.just(null)"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(jVar), ChannelSelector.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new ChannelSelector$selectChannel$1(this, j, j2, l, selectedChannelAnalyticsLocation), 62, (Object) null); return; } - Observable G = this.stream.getChannels$app_productionBetaRelease().observeChannel(j2).y(ObservableExtensionsKt$filterNull$1.INSTANCE).G(ObservableExtensionsKt$filterNull$2.INSTANCE); + Observable G = this.stream.getChannels$app_productionGoogleRelease().observeChannel(j2).y(ObservableExtensionsKt$filterNull$1.INSTANCE).G(ObservableExtensionsKt$filterNull$2.INSTANCE); m.checkNotNullExpressionValue(G, "filter { it != null }.map { it!! }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.takeSingleUntilTimeout$default(G, 0, false, 3, null), ChannelSelector.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new ChannelSelector$selectChannel$2(this, j, j2, l, selectedChannelAnalyticsLocation), 62, (Object) null); } diff --git a/app/src/main/java/com/discord/utilities/fcm/NotificationClient$init$1.java b/app/src/main/java/com/discord/utilities/fcm/NotificationClient$init$1.java index 235cb9f069..8fe32179f2 100644 --- a/app/src/main/java/com/discord/utilities/fcm/NotificationClient$init$1.java +++ b/app/src/main/java/com/discord/utilities/fcm/NotificationClient$init$1.java @@ -13,6 +13,6 @@ public final class NotificationClient$init$1 extends o implements Function0 getACTIVITY_COMPARATOR$app_productionBetaRelease() { + public final Comparator getACTIVITY_COMPARATOR$app_productionGoogleRelease() { return ACTIVITY_COMPARATOR; } diff --git a/app/src/main/java/com/discord/utilities/rest/RestAPI.java b/app/src/main/java/com/discord/utilities/rest/RestAPI.java index c65e0c70a8..b299a0a828 100644 --- a/app/src/main/java/com/discord/utilities/rest/RestAPI.java +++ b/app/src/main/java/com/discord/utilities/rest/RestAPI.java @@ -175,7 +175,7 @@ public final class RestAPI implements RestAPIInterface { @Override // com.discord.restapi.RequiredHeadersInterceptor.HeadersProvider public String getUserAgent() { - return "Discord-Android/80108"; + return "Discord-Android/80011"; } } diff --git a/app/src/main/java/com/discord/utilities/systemlog/SystemLogCapture.java b/app/src/main/java/com/discord/utilities/systemlog/SystemLogCapture.java index ea6f1c4df5..3efb6e6129 100644 --- a/app/src/main/java/com/discord/utilities/systemlog/SystemLogCapture.java +++ b/app/src/main/java/com/discord/utilities/systemlog/SystemLogCapture.java @@ -26,7 +26,7 @@ public final class SystemLogCapture { this(); } - public final boolean shouldIncludeLogLine$app_productionBetaRelease(String str) { + public final boolean shouldIncludeLogLine$app_productionGoogleRelease(String str) { m.checkNotNullParameter(str, "line"); return !w.contains$default((CharSequence) str, (CharSequence) "chatty : uid=", false, 2, (Object) null); } @@ -56,10 +56,10 @@ public final class SystemLogCapture { if (readLine == null) { break; } - if (Companion.shouldIncludeLogLine$app_productionBetaRelease(readLine)) { + if (Companion.shouldIncludeLogLine$app_productionGoogleRelease(readLine)) { this.buffer.addLine(readLine); } - if (SystemLogUtils.INSTANCE.getRegexExtractTombstone$app_productionBetaRelease().matches(readLine)) { + if (SystemLogUtils.INSTANCE.getRegexExtractTombstone$app_productionGoogleRelease().matches(readLine)) { this.tombstoneBuffer.addLine(readLine); } } catch (IOException unused) { diff --git a/app/src/main/java/com/discord/utilities/systemlog/SystemLogUtils$fetch$1.java b/app/src/main/java/com/discord/utilities/systemlog/SystemLogUtils$fetch$1.java index 501fc51b21..4be4000737 100644 --- a/app/src/main/java/com/discord/utilities/systemlog/SystemLogUtils$fetch$1.java +++ b/app/src/main/java/com/discord/utilities/systemlog/SystemLogUtils$fetch$1.java @@ -35,7 +35,7 @@ public final class SystemLogUtils$fetch$1 implements Callable implements b call(LinkedList linkedList) { SystemLogUtils systemLogUtils = SystemLogUtils.INSTANCE; m.checkNotNullExpressionValue(linkedList, "crashes"); - SystemLogUtils.Tombstone fetchLastTombstone$app_productionBetaRelease = systemLogUtils.fetchLastTombstone$app_productionBetaRelease(linkedList); - return fetchLastTombstone$app_productionBetaRelease == null ? c.j : new j(fetchLastTombstone$app_productionBetaRelease); + SystemLogUtils.Tombstone fetchLastTombstone$app_productionGoogleRelease = systemLogUtils.fetchLastTombstone$app_productionGoogleRelease(linkedList); + return fetchLastTombstone$app_productionGoogleRelease == null ? c.j : new j(fetchLastTombstone$app_productionGoogleRelease); } } diff --git a/app/src/main/java/com/discord/utilities/systemlog/SystemLogUtils.java b/app/src/main/java/com/discord/utilities/systemlog/SystemLogUtils.java index 6aa7c8132a..a904ca880c 100644 --- a/app/src/main/java/com/discord/utilities/systemlog/SystemLogUtils.java +++ b/app/src/main/java/com/discord/utilities/systemlog/SystemLogUtils.java @@ -219,7 +219,7 @@ public final class SystemLogUtils { return A; } - public final Tombstone fetchLastTombstone$app_productionBetaRelease(Collection collection) { + public final Tombstone fetchLastTombstone$app_productionGoogleRelease(Collection collection) { String str; m.checkNotNullParameter(collection, "crashes"); if (collection.isEmpty()) { @@ -251,11 +251,11 @@ public final class SystemLogUtils { } } - public final DebugPrintableCollection getDebugPrintables$app_productionBetaRelease() { + public final DebugPrintableCollection getDebugPrintables$app_productionGoogleRelease() { return debugPrintables; } - public final Regex getRegexExtractTombstone$app_productionBetaRelease() { + public final Regex getRegexExtractTombstone$app_productionGoogleRelease() { return regexExtractTombstone; } @@ -266,7 +266,7 @@ public final class SystemLogUtils { /* JADX WARNING: Removed duplicated region for block: B:39:0x0084 */ /* JADX WARNING: Removed duplicated region for block: B:41:0x009a */ /* JADX WARNING: Removed duplicated region for block: B:59:? A[RETURN, SYNTHETIC] */ - public final void processLogs$app_productionBetaRelease(BufferedReader bufferedReader, LinkedList linkedList, Regex regex) { + public final void processLogs$app_productionGoogleRelease(BufferedReader bufferedReader, LinkedList linkedList, Regex regex) { Exception e; boolean z2; m.checkNotNullParameter(bufferedReader, "reader"); diff --git a/app/src/main/java/com/discord/utilities/voice/DiscordOverlayService$createVoiceBubble$1.java b/app/src/main/java/com/discord/utilities/voice/DiscordOverlayService$createVoiceBubble$1.java index fc0e200eee..c2a371d5a5 100644 --- a/app/src/main/java/com/discord/utilities/voice/DiscordOverlayService$createVoiceBubble$1.java +++ b/app/src/main/java/com/discord/utilities/voice/DiscordOverlayService$createVoiceBubble$1.java @@ -23,34 +23,34 @@ public final class DiscordOverlayService$createVoiceBubble$1 extends o implement public final OverlayBubbleWrap invoke(OverlayBubbleWrap overlayBubbleWrap) { Rect rect; - SimpleDraweeView imageView$app_productionBetaRelease; + SimpleDraweeView imageView$app_productionGoogleRelease; m.checkNotNullParameter(overlayBubbleWrap, "srcBubble"); OverlayMenuBubbleDialog access$createMenu = DiscordOverlayService.access$createMenu(this.this$0); ViewGroup.MarginLayoutParams marginLayoutParams = null; v vVar = (v) (!(overlayBubbleWrap instanceof v) ? null : overlayBubbleWrap); - if (vVar == null || (imageView$app_productionBetaRelease = vVar.getImageView$app_productionBetaRelease()) == null) { + if (vVar == null || (imageView$app_productionGoogleRelease = vVar.getImageView$app_productionGoogleRelease()) == null) { rect = new Rect(); } else { - ViewGroup.LayoutParams layoutParams = imageView$app_productionBetaRelease.getLayoutParams(); + ViewGroup.LayoutParams layoutParams = imageView$app_productionGoogleRelease.getLayoutParams(); if (!(layoutParams instanceof ViewGroup.MarginLayoutParams)) { layoutParams = null; } ViewGroup.MarginLayoutParams marginLayoutParams2 = (ViewGroup.MarginLayoutParams) layoutParams; int i = 0; int i2 = marginLayoutParams2 != null ? marginLayoutParams2.leftMargin : 0; - ViewGroup.LayoutParams layoutParams2 = imageView$app_productionBetaRelease.getLayoutParams(); + ViewGroup.LayoutParams layoutParams2 = imageView$app_productionGoogleRelease.getLayoutParams(); if (!(layoutParams2 instanceof ViewGroup.MarginLayoutParams)) { layoutParams2 = null; } ViewGroup.MarginLayoutParams marginLayoutParams3 = (ViewGroup.MarginLayoutParams) layoutParams2; int i3 = marginLayoutParams3 != null ? marginLayoutParams3.topMargin : 0; - ViewGroup.LayoutParams layoutParams3 = imageView$app_productionBetaRelease.getLayoutParams(); + ViewGroup.LayoutParams layoutParams3 = imageView$app_productionGoogleRelease.getLayoutParams(); if (!(layoutParams3 instanceof ViewGroup.MarginLayoutParams)) { layoutParams3 = null; } ViewGroup.MarginLayoutParams marginLayoutParams4 = (ViewGroup.MarginLayoutParams) layoutParams3; int i4 = marginLayoutParams4 != null ? marginLayoutParams4.rightMargin : 0; - ViewGroup.LayoutParams layoutParams4 = imageView$app_productionBetaRelease.getLayoutParams(); + ViewGroup.LayoutParams layoutParams4 = imageView$app_productionGoogleRelease.getLayoutParams(); if (layoutParams4 instanceof ViewGroup.MarginLayoutParams) { marginLayoutParams = layoutParams4; } diff --git a/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java b/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java index 1d66c6f162..91391b8b32 100644 --- a/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java +++ b/app/src/main/java/com/discord/views/OverlayMenuBubbleDialog.java @@ -157,7 +157,7 @@ public final class OverlayMenuBubbleDialog extends k implements AppComponent { m.checkNotNullExpressionValue(o0Var, "OverlayBubbleMenuBinding…rom(context), this, true)"); this.f2112y = o0Var; this.f2113z = new SimpleRecyclerAdapter<>(null, c.a.z.m.i, 1, null); - overlayMenuView.setOnDismissRequested$app_productionBetaRelease(new q(0, this)); + overlayMenuView.setOnDismissRequested$app_productionGoogleRelease(new q(0, this)); setClipChildren(false); return; } diff --git a/app/src/main/java/com/discord/views/OverlayMenuView.java b/app/src/main/java/com/discord/views/OverlayMenuView.java index 8ae28eae4d..7b02793930 100644 --- a/app/src/main/java/com/discord/views/OverlayMenuView.java +++ b/app/src/main/java/com/discord/views/OverlayMenuView.java @@ -170,7 +170,7 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent throw new NullPointerException("Missing required view with ID: ".concat(getResources().getResourceName(i2))); } - public final Function0 getOnDismissRequested$app_productionBetaRelease() { + public final Function0 getOnDismissRequested$app_productionGoogleRelease() { return this.l; } @@ -195,7 +195,7 @@ public final class OverlayMenuView extends LinearLayout implements AppComponent super.onDetachedFromWindow(); } - public final void setOnDismissRequested$app_productionBetaRelease(Function0 function0) { + public final void setOnDismissRequested$app_productionGoogleRelease(Function0 function0) { m.checkNotNullParameter(function0, ""); this.l = function0; } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAgeVerifyViewModel.java b/app/src/main/java/com/discord/widgets/auth/WidgetAgeVerifyViewModel.java index e1fb672dbf..b5a2ca49d4 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetAgeVerifyViewModel.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAgeVerifyViewModel.java @@ -72,7 +72,7 @@ public final class WidgetAgeVerifyViewModel extends AppViewModel { public final Observable observeStores() { StoreStream.Companion companion = StoreStream.Companion; - Observable i = Observable.i(StoreUser.observeMe$default(companion.getUsers(), false, 1, null), companion.getAuthentication().observeIsAuthed$app_productionBetaRelease(), companion.getChannelsSelected().observeSelectedChannel().Z(WidgetAgeVerifyViewModel$Companion$observeStores$1.INSTANCE), WidgetAgeVerifyViewModel$Companion$observeStores$2.INSTANCE); + Observable i = Observable.i(StoreUser.observeMe$default(companion.getUsers(), false, 1, null), companion.getAuthentication().observeIsAuthed$app_productionGoogleRelease(), companion.getChannelsSelected().observeSelectedChannel().Z(WidgetAgeVerifyViewModel$Companion$observeStores$1.INSTANCE), WidgetAgeVerifyViewModel$Companion$observeStores$2.INSTANCE); m.checkNotNullExpressionValue(i, "Observable.combineLatest…hed\n )\n }"); return i; } diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAuthLogin.java b/app/src/main/java/com/discord/widgets/auth/WidgetAuthLogin.java index d420b625ae..503187ca7d 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetAuthLogin.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAuthLogin.java @@ -283,7 +283,7 @@ public final class WidgetAuthLogin extends AppFragment { m.checkNotNullParameter(view, "view"); super.onViewBound(view); StoreStream.Companion companion = StoreStream.Companion; - companion.getInviteSettings().trackWithInvite$app_productionBetaRelease(WidgetAuthLogin.class, WidgetAuthLogin$onViewBound$1.INSTANCE); + companion.getInviteSettings().trackWithInvite$app_productionGoogleRelease(WidgetAuthLogin.class, WidgetAuthLogin$onViewBound$1.INSTANCE); loadCachedLogin(); getBinding().b.setOnClickListener(new WidgetAuthLogin$onViewBound$2(this)); TextInputLayout textInputLayout = getBinding().g; diff --git a/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity.java b/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity.java index 181b5ffacf..651b3c8404 100644 --- a/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity.java +++ b/app/src/main/java/com/discord/widgets/auth/WidgetAuthRegisterIdentity.java @@ -232,6 +232,6 @@ public final class WidgetAuthRegisterIdentity extends AppFragment { } phoneOrEmailInputView.setSaveValues(z2); configureUI(); - companion.getInviteSettings().trackWithInvite$app_productionBetaRelease(WidgetAuthRegisterIdentity.class, WidgetAuthRegisterIdentity$onViewCreated$1.INSTANCE); + companion.getInviteSettings().trackWithInvite$app_productionGoogleRelease(WidgetAuthRegisterIdentity.class, WidgetAuthRegisterIdentity$onViewCreated$1.INSTANCE); } } diff --git a/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel$onGiftButtonClicked$1.java b/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel$onGiftButtonClicked$1.java index da5307b9ee..d37dc410c8 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel$onGiftButtonClicked$1.java +++ b/app/src/main/java/com/discord/widgets/chat/input/AppFlexInputViewModel$onGiftButtonClicked$1.java @@ -27,8 +27,8 @@ public final class AppFlexInputViewModel$onGiftButtonClicked$1 extends o impleme public final boolean invoke(FragmentActivity fragmentActivity) { m.checkNotNullParameter(fragmentActivity, "activity"); StoreStream.Companion companion = StoreStream.Companion; - Channel findChannelByIdInternal$app_productionBetaRelease = companion.getChannels().findChannelByIdInternal$app_productionBetaRelease(companion.getChannelsSelected().getId()); - WidgetSettingsGifting.Companion.launch(fragmentActivity, new Traits.Location((findChannelByIdInternal$app_productionBetaRelease == null || findChannelByIdInternal$app_productionBetaRelease.e() != 0) ? "Guild Channel" : "DM Channel", "Channel Text Area", "Button Icon", "gift", null, 16, null)); + Channel findChannelByIdInternal$app_productionGoogleRelease = companion.getChannels().findChannelByIdInternal$app_productionGoogleRelease(companion.getChannelsSelected().getId()); + WidgetSettingsGifting.Companion.launch(fragmentActivity, new Traits.Location((findChannelByIdInternal$app_productionGoogleRelease == null || findChannelByIdInternal$app_productionGoogleRelease.e() != 0) ? "Guild Channel" : "DM Channel", "Channel Text Area", "Button Icon", "gift", null, 16, null)); StoreNotices.markSeen$default(companion.getNotices(), "CHAT_GIFTING_NOTICE", 0, 2, null); return true; } diff --git a/app/src/main/java/com/discord/widgets/chat/input/sticker/StickerPickerViewModel.java b/app/src/main/java/com/discord/widgets/chat/input/sticker/StickerPickerViewModel.java index ac0a377a05..367a461977 100644 --- a/app/src/main/java/com/discord/widgets/chat/input/sticker/StickerPickerViewModel.java +++ b/app/src/main/java/com/discord/widgets/chat/input/sticker/StickerPickerViewModel.java @@ -861,10 +861,10 @@ public class StickerPickerViewModel extends AppViewModel { public final void onStickerSelected(Sticker sticker) { long id2; - Channel findChannelByIdInternal$app_productionBetaRelease; + Channel findChannelByIdInternal$app_productionGoogleRelease; m.checkNotNullParameter(sticker, "sticker"); - if ((getViewState() instanceof ViewState.Stickers) && (findChannelByIdInternal$app_productionBetaRelease = this.channelStore.findChannelByIdInternal$app_productionBetaRelease((id2 = this.channelSelectedStore.getId()))) != null) { - if (PermissionUtils.INSTANCE.hasAccessWrite(findChannelByIdInternal$app_productionBetaRelease, this.permissionStore.getPermissionsByChannel().get(Long.valueOf(id2)))) { + if ((getViewState() instanceof ViewState.Stickers) && (findChannelByIdInternal$app_productionGoogleRelease = this.channelStore.findChannelByIdInternal$app_productionGoogleRelease((id2 = this.channelSelectedStore.getId()))) != null) { + if (PermissionUtils.INSTANCE.hasAccessWrite(findChannelByIdInternal$app_productionGoogleRelease, this.permissionStore.getPermissionsByChannel().get(Long.valueOf(id2)))) { this.stickersStore.onStickerUsed(sticker); MessageManager.sendMessage$default(this.messageManager, null, null, null, null, d0.t.m.listOf(sticker), false, null, null, null, 495, null); this.searchSubject.onNext(""); diff --git a/app/src/main/java/com/discord/widgets/chat/pins/WidgetChannelPinnedMessages.java b/app/src/main/java/com/discord/widgets/chat/pins/WidgetChannelPinnedMessages.java index 5a8a8b3e11..62e0ac6e88 100644 --- a/app/src/main/java/com/discord/widgets/chat/pins/WidgetChannelPinnedMessages.java +++ b/app/src/main/java/com/discord/widgets/chat/pins/WidgetChannelPinnedMessages.java @@ -85,9 +85,9 @@ public final class WidgetChannelPinnedMessages extends AppFragment { public final Observable get(Context context, long j) { m.checkNotNullParameter(context, "context"); StoreStream.Companion companion = StoreStream.Companion; - Channel findChannelByIdInternal$app_productionBetaRelease = companion.getChannels().findChannelByIdInternal$app_productionBetaRelease(j); - if (findChannelByIdInternal$app_productionBetaRelease != null) { - Observable c2 = Observable.c(companion.getUsers().observeMeId(), companion.getPinnedMessages().observeForChannel(j), companion.getGuilds().observeRoles(findChannelByIdInternal$app_productionBetaRelease.e()), companion.getGuilds().observeComputed(findChannelByIdInternal$app_productionBetaRelease.e()), companion.getChannels().observeNames(), StoreUserSettings.observeIsAnimatedEmojisEnabled$default(companion.getUserSettings(), false, 1, null), StoreUserSettings.observeIsAutoPlayGifsEnabled$default(companion.getUserSettings(), false, 1, null), companion.getGuilds().observeGuild(findChannelByIdInternal$app_productionBetaRelease.e()), InviteEmbedModel.Companion.observe$default(InviteEmbedModel.Companion, null, null, null, null, 15, null), new WidgetChannelPinnedMessages$Model$Companion$get$1(context, findChannelByIdInternal$app_productionBetaRelease)); + Channel findChannelByIdInternal$app_productionGoogleRelease = companion.getChannels().findChannelByIdInternal$app_productionGoogleRelease(j); + if (findChannelByIdInternal$app_productionGoogleRelease != null) { + Observable c2 = Observable.c(companion.getUsers().observeMeId(), companion.getPinnedMessages().observeForChannel(j), companion.getGuilds().observeRoles(findChannelByIdInternal$app_productionGoogleRelease.e()), companion.getGuilds().observeComputed(findChannelByIdInternal$app_productionGoogleRelease.e()), companion.getChannels().observeNames(), StoreUserSettings.observeIsAnimatedEmojisEnabled$default(companion.getUserSettings(), false, 1, null), StoreUserSettings.observeIsAutoPlayGifsEnabled$default(companion.getUserSettings(), false, 1, null), companion.getGuilds().observeGuild(findChannelByIdInternal$app_productionGoogleRelease.e()), InviteEmbedModel.Companion.observe$default(InviteEmbedModel.Companion, null, null, null, null, 15, null), new WidgetChannelPinnedMessages$Model$Companion$get$1(context, findChannelByIdInternal$app_productionGoogleRelease)); m.checkNotNullExpressionValue(c2, "Observable\n .… myRoleIds)\n }"); return c2; } diff --git a/app/src/main/java/com/discord/widgets/debugging/WidgetFatalCrash.java b/app/src/main/java/com/discord/widgets/debugging/WidgetFatalCrash.java index 4e3200c39d..f8b1f65e4e 100644 --- a/app/src/main/java/com/discord/widgets/debugging/WidgetFatalCrash.java +++ b/app/src/main/java/com/discord/widgets/debugging/WidgetFatalCrash.java @@ -100,7 +100,7 @@ public final class WidgetFatalCrash extends AppFragment { textView2.setText(b.j(this, 2131887891, objArr2, null, 4)); TextView textView3 = getBinding().b; m.checkNotNullExpressionValue(textView3, "binding.fatalCrashAppVersion"); - textView3.setText(b.j(this, 2131887884, new Object[]{"80.8 - Beta"}, null, 4)); + textView3.setText(b.j(this, 2131887884, new Object[]{"80.11 - Stable"}, null, 4)); TextView textView4 = getBinding().d; m.checkNotNullExpressionValue(textView4, "binding.fatalCrashOsVersion"); textView4.setText(b.j(this, 2131887887, new Object[]{String.valueOf(Build.VERSION.SDK_INT)}, null, 4)); diff --git a/app/src/main/java/com/discord/widgets/guilds/create/WidgetCreationIntent.java b/app/src/main/java/com/discord/widgets/guilds/create/WidgetCreationIntent.java index dc80e276cb..4723468f63 100644 --- a/app/src/main/java/com/discord/widgets/guilds/create/WidgetCreationIntent.java +++ b/app/src/main/java/com/discord/widgets/guilds/create/WidgetCreationIntent.java @@ -105,7 +105,7 @@ public final class WidgetCreationIntent extends AppFragment { Objects.requireNonNull(serializableExtra2, "null cannot be cast to non-null type com.discord.widgets.guilds.create.WidgetGuildCreate.Options"); WidgetGuildCreate.Options options = (WidgetGuildCreate.Options) serializableExtra2; if (createGuildTrigger == CreateGuildTrigger.NUF) { - GuildTemplateAnalytics.INSTANCE.postRegistrationTransition$app_productionBetaRelease("Server Intent Discovery", "Guild Create"); + GuildTemplateAnalytics.INSTANCE.postRegistrationTransition$app_productionGoogleRelease("Server Intent Discovery", "Guild Create"); } else { AnalyticsTracker.openModal$default("Create Guild Step 2", options.getAnalyticsLocation(), null, 4, null); } diff --git a/app/src/main/java/com/discord/widgets/guilds/invite/WidgetGuildInviteShareViewModel.java b/app/src/main/java/com/discord/widgets/guilds/invite/WidgetGuildInviteShareViewModel.java index 3ab7da08c7..aa2416dc3c 100644 --- a/app/src/main/java/com/discord/widgets/guilds/invite/WidgetGuildInviteShareViewModel.java +++ b/app/src/main/java/com/discord/widgets/guilds/invite/WidgetGuildInviteShareViewModel.java @@ -283,7 +283,7 @@ public final class WidgetGuildInviteShareViewModel extends AppViewModel u = observeViewStateFromStores$app_productionBetaRelease(j).u(new AnonymousClass1(this)); + Observable u = observeViewStateFromStores$app_productionGoogleRelease(j).u(new AnonymousClass1(this)); m.checkNotNullExpressionValue(u, "observeViewStateFromStor…romViewState(viewState) }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(ObservableExtensionsKt.computationBuffered(u), this, null, 2, null), WidgetGuildInviteShareViewModel.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new AnonymousClass2(this), 62, (Object) null); } @@ -381,7 +381,7 @@ public final class WidgetGuildInviteShareViewModel extends AppViewModel observeViewStateFromStores$app_productionBetaRelease(long j) { + public final Observable observeViewStateFromStores$app_productionGoogleRelease(long j) { Observable g = Observable.g(observeWidgetInviteViewModel(j), this.inviteSuggestionsManager.observeInviteSuggestions(), this.filterPublisher, this.sentInvitesSubject, this.refreshUiSubject, new WidgetGuildInviteShareViewModel$observeViewStateFromStores$1(this)); m.checkNotNullExpressionValue(g, "Observable.combineLatest…iteSettings\n )\n }"); return g; diff --git a/app/src/main/java/com/discord/widgets/guilds/join/ChannelViewHolder.java b/app/src/main/java/com/discord/widgets/guilds/join/ChannelViewHolder.java index cadf72c339..5dee1670e7 100644 --- a/app/src/main/java/com/discord/widgets/guilds/join/ChannelViewHolder.java +++ b/app/src/main/java/com/discord/widgets/guilds/join/ChannelViewHolder.java @@ -44,9 +44,9 @@ public final class ChannelViewHolder extends BaseChannelViewHolder { textView.setText(channelData.getWelcomeChannel().b()); TextView textView2 = this.binding.e; m.checkNotNullExpressionValue(textView2, "binding.guildWelcomeChannelName"); - Channel findChannelByIdInternal$app_productionBetaRelease = StoreStream.Companion.getChannels().findChannelByIdInternal$app_productionBetaRelease(channelData.getWelcomeChannel().a()); - if (findChannelByIdInternal$app_productionBetaRelease != null) { - str = AnimatableValueParser.y0(findChannelByIdInternal$app_productionBetaRelease); + Channel findChannelByIdInternal$app_productionGoogleRelease = StoreStream.Companion.getChannels().findChannelByIdInternal$app_productionGoogleRelease(channelData.getWelcomeChannel().a()); + if (findChannelByIdInternal$app_productionGoogleRelease != null) { + str = AnimatableValueParser.y0(findChannelByIdInternal$app_productionGoogleRelease); } textView2.setText(String.valueOf(str)); this.binding.b.setOnClickListener(new ChannelViewHolder$bind$1(channelItem)); diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHome.java b/app/src/main/java/com/discord/widgets/home/WidgetHome.java index 472b38bf39..5243857d55 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHome.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHome.java @@ -204,7 +204,7 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen } private final void configureUI(WidgetHomeModel widgetHomeModel) { - getViewModel().setWidgetHomeModel$app_productionBetaRelease(widgetHomeModel); + getViewModel().setWidgetHomeModel$app_productionGoogleRelease(widgetHomeModel); if (isOnHomeTab()) { WidgetHomeHeaderManager.INSTANCE.configure(this, widgetHomeModel); } @@ -235,8 +235,8 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen } private final void handleCenterPanelBack() { - WidgetHomeModel widgetHomeModel$app_productionBetaRelease = getViewModel().getWidgetHomeModel$app_productionBetaRelease(); - StoreChannelsSelected.ResolvedSelectedChannel selectedChannel = widgetHomeModel$app_productionBetaRelease != null ? widgetHomeModel$app_productionBetaRelease.getSelectedChannel() : null; + WidgetHomeModel widgetHomeModel$app_productionGoogleRelease = getViewModel().getWidgetHomeModel$app_productionGoogleRelease(); + StoreChannelsSelected.ResolvedSelectedChannel selectedChannel = widgetHomeModel$app_productionGoogleRelease != null ? widgetHomeModel$app_productionGoogleRelease.getSelectedChannel() : null; if (selectedChannel instanceof StoreChannelsSelected.ResolvedSelectedChannel.ThreadDraft) { ChannelSelector.Companion.getInstance().dismissCreateThread(); return; @@ -433,9 +433,9 @@ public final class WidgetHome extends AppFragment implements OnTabSelectedListen @Override // com.discord.widgets.tabs.OnTabSelectedListener public void onTabSelected() { - WidgetHomeModel widgetHomeModel$app_productionBetaRelease = getViewModel().getWidgetHomeModel$app_productionBetaRelease(); - if (widgetHomeModel$app_productionBetaRelease != null) { - WidgetHomeHeaderManager.INSTANCE.configure(this, widgetHomeModel$app_productionBetaRelease); + WidgetHomeModel widgetHomeModel$app_productionGoogleRelease = getViewModel().getWidgetHomeModel$app_productionGoogleRelease(); + if (widgetHomeModel$app_productionGoogleRelease != null) { + WidgetHomeHeaderManager.INSTANCE.configure(this, widgetHomeModel$app_productionGoogleRelease); } if (getBinding().f1818c.getSelectedPanel() == OverlappingPanelsLayout.Panel.CENTER) { setActionBarTitleAccessibilityViewFocused(); diff --git a/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java b/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java index ba5f7a250f..357906da93 100644 --- a/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java +++ b/app/src/main/java/com/discord/widgets/home/WidgetHomeViewModel.java @@ -608,7 +608,7 @@ public final class WidgetHomeViewModel extends AppViewModel { publishSubject.j.onNext(Event.OpenLeftPanel.INSTANCE); } - public final WidgetHomeModel getWidgetHomeModel$app_productionBetaRelease() { + public final WidgetHomeModel getWidgetHomeModel$app_productionGoogleRelease() { return this.widgetHomeModel; } @@ -628,7 +628,7 @@ public final class WidgetHomeViewModel extends AppViewModel { this.storeNavigation.setLeftPanelState(panelState); } - public final void setWidgetHomeModel$app_productionBetaRelease(WidgetHomeModel widgetHomeModel) { + public final void setWidgetHomeModel$app_productionGoogleRelease(WidgetHomeModel widgetHomeModel) { this.widgetHomeModel = widgetHomeModel; } } diff --git a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink$Companion$enqueue$2.java b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink$Companion$enqueue$2.java index fff91d6aa6..24042aef56 100644 --- a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink$Companion$enqueue$2.java +++ b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink$Companion$enqueue$2.java @@ -32,8 +32,8 @@ public final class WidgetNoticeNuxSamsungLink$Companion$enqueue$2 extends o impl public final void invoke(Pair pair) { MeUser component2 = pair.component2(); if (!pair.component1().booleanValue()) { - m.checkNotNullParameter("beta", "flavorVendor"); - if (!m.areEqual("beta", "samsung")) { + m.checkNotNullParameter("google", "flavorVendor"); + if (!m.areEqual("google", "samsung")) { StoreNotices.markSeen$default(StoreStream.Companion.getNotices(), "NUX/SamsungLink", 0, 2, null); } } diff --git a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java index 4808a50198..e0cf3712b7 100644 --- a/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java +++ b/app/src/main/java/com/discord/widgets/notice/WidgetNoticeNuxSamsungLink.java @@ -66,7 +66,7 @@ public final class WidgetNoticeNuxSamsungLink extends AppDialog { boolean z2 = false; if (z2) { StoreStream.Companion companion = StoreStream.Companion; - Observable j = Observable.j(companion.getAuthentication().observeIsAuthed$app_productionBetaRelease(), StoreUser.observeMe$default(companion.getUsers(), false, 1, null), WidgetNoticeNuxSamsungLink$Companion$enqueue$1.INSTANCE); + Observable j = Observable.j(companion.getAuthentication().observeIsAuthed$app_productionGoogleRelease(), StoreUser.observeMe$default(companion.getUsers(), false, 1, null), WidgetNoticeNuxSamsungLink$Companion$enqueue$1.INSTANCE); m.checkNotNullExpressionValue(j, "Observable\n .co…hed to meUser\n }"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.computationLatest(ObservableExtensionsKt.takeSingleUntilTimeout$default(j, 0, false, 3, null)), WidgetNoticeNuxSamsungLink.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetNoticeNuxSamsungLink$Companion$enqueue$2(clock), 62, (Object) null); } diff --git a/app/src/main/java/com/discord/widgets/nux/GuildTemplateAnalytics.java b/app/src/main/java/com/discord/widgets/nux/GuildTemplateAnalytics.java index 0640a6fd1b..9e08aad2bf 100644 --- a/app/src/main/java/com/discord/widgets/nux/GuildTemplateAnalytics.java +++ b/app/src/main/java/com/discord/widgets/nux/GuildTemplateAnalytics.java @@ -17,12 +17,12 @@ public final class GuildTemplateAnalytics { private GuildTemplateAnalytics() { } - public final void postRegistrationSkip$app_productionBetaRelease(String str) { + public final void postRegistrationSkip$app_productionGoogleRelease(String str) { m.checkNotNullParameter(str, "fromStep"); AnalyticsTracker.newUserOnboarding$default(AnalyticsTracker.INSTANCE, "Mobile NUX Post Reg", str, "Friends List", null, true, 8, null); } - public final void postRegistrationTransition$app_productionBetaRelease(String str, String str2) { + public final void postRegistrationTransition$app_productionGoogleRelease(String str, String str2) { m.checkNotNullParameter(str, "fromStep"); m.checkNotNullParameter(str2, "toStep"); AnalyticsTracker.newUserOnboarding$default(AnalyticsTracker.INSTANCE, "Mobile NUX Post Reg", str, str2, null, false, 24, null); diff --git a/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java b/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java index 35a6bf16b2..bdbd2b7afa 100644 --- a/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java +++ b/app/src/main/java/com/discord/widgets/nux/WidgetGuildTemplates.java @@ -72,13 +72,13 @@ public final class WidgetGuildTemplates extends AppFragment { private final void trackPostRegistrationSkip() { if (this.isNux) { - GuildTemplateAnalytics.INSTANCE.postRegistrationSkip$app_productionBetaRelease("Guild Template"); + GuildTemplateAnalytics.INSTANCE.postRegistrationSkip$app_productionGoogleRelease("Guild Template"); } } private final void trackPostRegistrationTransition(String str, String str2) { if (this.isNux) { - GuildTemplateAnalytics.INSTANCE.postRegistrationTransition$app_productionBetaRelease(str, str2); + GuildTemplateAnalytics.INSTANCE.postRegistrationTransition$app_productionGoogleRelease(str, str2); } } diff --git a/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java b/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java index fcaa501919..b1e2d5cd27 100644 --- a/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java +++ b/app/src/main/java/com/discord/widgets/servers/WidgetServerDeleteDialog.java @@ -72,7 +72,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { /* JADX WARN: Multi-variable type inference failed */ /* JADX WARNING: Unknown variable types count: 1 */ - public final Observable get$app_productionBetaRelease(long j) { + public final Observable get$app_productionGoogleRelease(long j) { StoreStream.Companion companion = StoreStream.Companion; Observable observeMe$default = StoreUser.observeMe$default(companion.getUsers(), false, 1, null); Observable observeGuild = companion.getGuilds().observeGuild(j); @@ -158,7 +158,7 @@ public final class WidgetServerDeleteDialog extends AppDialog { @Override // com.discord.app.AppDialog public void onViewBoundOrOnResume() { super.onViewBoundOrOnResume(); - Observable observable = Model.Companion.get$app_productionBetaRelease(getArgumentsOrDefault().getLong("INTENT_GUILD_ID")); + Observable observable = Model.Companion.get$app_productionGoogleRelease(getArgumentsOrDefault().getLong("INTENT_GUILD_ID")); m.checkNotNullExpressionValue(observable, "Model.get(guildId)"); ObservableExtensionsKt.appSubscribe$default(ObservableExtensionsKt.ui$default(observable, this, null, 2, null), WidgetServerDeleteDialog.class, (Context) null, (Function1) null, (Function1) null, (Function0) null, (Function0) null, new WidgetServerDeleteDialog$onViewBoundOrOnResume$1(this), 62, (Object) null); } diff --git a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java index 3f88147266..9fdcf42b81 100644 --- a/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java +++ b/app/src/main/java/com/discord/widgets/settings/WidgetSettings.java @@ -271,7 +271,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi TextView textView = binding.f; m.checkNotNullExpressionValue(textView, "appInfoHeader"); String string = getString(2131886360); - textView.setText(string + " - 80.8 - Beta (80108)"); + textView.setText(string + " - 80.11 - Stable (80011)"); binding.w.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$2(this)); binding.t.setOnClickListener(WidgetSettings$onViewBound$1$4.INSTANCE); binding.q.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE); diff --git a/app/src/main/java/com/discord/widgets/settings/premium/ChoosePlanViewModel.java b/app/src/main/java/com/discord/widgets/settings/premium/ChoosePlanViewModel.java index 4acad07431..1cc64adf5f 100644 --- a/app/src/main/java/com/discord/widgets/settings/premium/ChoosePlanViewModel.java +++ b/app/src/main/java/com/discord/widgets/settings/premium/ChoosePlanViewModel.java @@ -932,7 +932,7 @@ public final class ChoosePlanViewModel extends AppViewModel { googlePlayPurchases.updatePendingDowngrade(new PendingDowngrade(a2, str3, googlePlaySku.getSkuName())); } } - String obfuscatedUserId = UserUtils.INSTANCE.getObfuscatedUserId(Long.valueOf(StoreStream.Companion.getUsers().getMeInternal$app_productionBetaRelease().getId())); + String obfuscatedUserId = UserUtils.INSTANCE.getObfuscatedUserId(Long.valueOf(StoreStream.Companion.getUsers().getMeInternal$app_productionGoogleRelease().getId())); if (obfuscatedUserId != null) { aVar.a = obfuscatedUserId; } diff --git a/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java b/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java index 7f852fb4a6..9ad4d3e53b 100644 --- a/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java +++ b/app/src/main/java/com/discord/widgets/stickers/WidgetStickerSheet.java @@ -54,11 +54,11 @@ public final class WidgetStickerSheet extends AppBottomSheet { } public final void show(FragmentManager fragmentManager, Sticker sticker, long j) { - Channel findChannelByIdInternal$app_productionBetaRelease; + Channel findChannelByIdInternal$app_productionGoogleRelease; m.checkNotNullParameter(fragmentManager, "fragmentManager"); m.checkNotNullParameter(sticker, "sticker"); - if (sticker.i() == StickerType.STANDARD && (findChannelByIdInternal$app_productionBetaRelease = StoreStream.Companion.getChannels().findChannelByIdInternal$app_productionBetaRelease(j)) != null) { - String str = findChannelByIdInternal$app_productionBetaRelease.e() == 0 ? "DM Channel" : "Guild Channel"; + if (sticker.i() == StickerType.STANDARD && (findChannelByIdInternal$app_productionGoogleRelease = StoreStream.Companion.getChannels().findChannelByIdInternal$app_productionGoogleRelease(j)) != null) { + String str = findChannelByIdInternal$app_productionGoogleRelease.e() == 0 ? "DM Channel" : "Guild Channel"; WidgetStickerSheet widgetStickerSheet = new WidgetStickerSheet(); Bundle bundle = new Bundle(); bundle.putSerializable("com.discord.intent.extra.EXTRA_STICKER", sticker); diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java index f9f4218844..4185f4d346 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentions.java @@ -943,7 +943,7 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect if (isEmbedded() || isOnMentionsTab()) { configureToolbar(model.getGuildName()); } - getViewModel().setModel$app_productionBetaRelease(model); + getViewModel().setModel$app_productionGoogleRelease(model); } private final WidgetChatListAdapter createAdapter(Function1 function1) { @@ -1003,9 +1003,9 @@ public final class WidgetUserMentions extends AppFragment implements OnTabSelect @Override // com.discord.widgets.tabs.OnTabSelectedListener public void onTabSelected() { - Model model$app_productionBetaRelease = getViewModel().getModel$app_productionBetaRelease(); - if (model$app_productionBetaRelease != null) { - configureToolbar(model$app_productionBetaRelease.getGuildName()); + Model model$app_productionGoogleRelease = getViewModel().getModel$app_productionGoogleRelease(); + if (model$app_productionGoogleRelease != null) { + configureToolbar(model$app_productionGoogleRelease.getGuildName()); } setActionBarTitleAccessibilityViewFocused(); } diff --git a/app/src/main/java/com/discord/widgets/user/WidgetUserMentionsViewModel.java b/app/src/main/java/com/discord/widgets/user/WidgetUserMentionsViewModel.java index 3a30abdabb..f87bc4805d 100644 --- a/app/src/main/java/com/discord/widgets/user/WidgetUserMentionsViewModel.java +++ b/app/src/main/java/com/discord/widgets/user/WidgetUserMentionsViewModel.java @@ -11,11 +11,11 @@ public final class WidgetUserMentionsViewModel extends AppViewModel { super(null, 1, null); } - public final WidgetUserMentions.Model getModel$app_productionBetaRelease() { + public final WidgetUserMentions.Model getModel$app_productionGoogleRelease() { return this.model; } - public final void setModel$app_productionBetaRelease(WidgetUserMentions.Model model) { + public final void setModel$app_productionGoogleRelease(WidgetUserMentions.Model model) { this.model = model; } } diff --git a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel$Companion$asDirectMessageItems$2.java b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel$Companion$asDirectMessageItems$2.java index a54494eb9c..983b8b5578 100644 --- a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel$Companion$asDirectMessageItems$2.java +++ b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel$Companion$asDirectMessageItems$2.java @@ -21,6 +21,6 @@ public final class WidgetGlobalSearchGuildsModel$Companion$asDirectMessageItems$ m.checkNotNullParameter(channel, "it"); WidgetGlobalSearchGuildsModel.Item.Companion companion = WidgetGlobalSearchGuildsModel.Item.Companion; Integer num = (Integer) a.d(channel, this.$mentionCounts); - return companion.createDirectMessage$app_productionBetaRelease(channel, num != null ? num.intValue() : 0); + return companion.createDirectMessage$app_productionGoogleRelease(channel, num != null ? num.intValue() : 0); } } diff --git a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel$Companion$asGuildItems$1.java b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel$Companion$asGuildItems$1.java index 8864e943a1..141fb6d639 100644 --- a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel$Companion$asGuildItems$1.java +++ b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel$Companion$asGuildItems$1.java @@ -72,9 +72,9 @@ public final class WidgetGlobalSearchGuildsModel$Companion$asGuildItems$1 extend break; } } - return WidgetGlobalSearchGuildsModel.Item.Companion.createGuild$app_productionBetaRelease(guild, i, contains, z4, z2); + return WidgetGlobalSearchGuildsModel.Item.Companion.createGuild$app_productionGoogleRelease(guild, i, contains, z4, z2); } z2 = false; - return WidgetGlobalSearchGuildsModel.Item.Companion.createGuild$app_productionBetaRelease(guild, i, contains, z4, z2); + return WidgetGlobalSearchGuildsModel.Item.Companion.createGuild$app_productionGoogleRelease(guild, i, contains, z4, z2); } } diff --git a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java index 59c76c6150..593e34c90a 100644 --- a/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java +++ b/app/src/main/java/com/discord/widgets/user/search/WidgetGlobalSearchGuildsModel.java @@ -49,7 +49,7 @@ public final class WidgetGlobalSearchGuildsModel { m.checkNotNullParameter(map4, "channelIds"); m.checkNotNullParameter(map5, "guildSettings"); Sequence asDirectMessageItems = asDirectMessageItems(map2, map, (ModelNotificationSettings) map5.get(0L)); - return new WidgetGlobalSearchGuildsModel(q.toList(q.plus(q.plus((Sequence) asDirectMessageItems, q.any(asDirectMessageItems) ? n.sequenceOf(Item.Companion.createDivider$app_productionBetaRelease()) : n.emptySequence()), q.sortedWith(asGuildItems(q.mapNotNull(q.drop(q.distinct(u.asSequence(u.plus((Collection) list, (Iterable) map3.keySet()))), 1), new WidgetGlobalSearchGuildsModel$Companion$create$guildItems$1(map3)), ((Number) u.first((List) list)).longValue(), j, set, map5, map, map4), new WidgetGlobalSearchGuildsModel$Companion$create$$inlined$sortedByDescending$1()))), !map4.isEmpty()); + return new WidgetGlobalSearchGuildsModel(q.toList(q.plus(q.plus((Sequence) asDirectMessageItems, q.any(asDirectMessageItems) ? n.sequenceOf(Item.Companion.createDivider$app_productionGoogleRelease()) : n.emptySequence()), q.sortedWith(asGuildItems(q.mapNotNull(q.drop(q.distinct(u.asSequence(u.plus((Collection) list, (Iterable) map3.keySet()))), 1), new WidgetGlobalSearchGuildsModel$Companion$create$guildItems$1(map3)), ((Number) u.first((List) list)).longValue(), j, set, map5, map, map4), new WidgetGlobalSearchGuildsModel$Companion$create$$inlined$sortedByDescending$1()))), !map4.isEmpty()); } } @@ -82,16 +82,16 @@ public final class WidgetGlobalSearchGuildsModel { this(); } - public final Item createDirectMessage$app_productionBetaRelease(Channel channel, int i) { + public final Item createDirectMessage$app_productionGoogleRelease(Channel channel, int i) { m.checkNotNullParameter(channel, "channel"); return new Item(2, channel.g(), channel, null, i, false, false, false, 0, 488, null); } - public final Item createDivider$app_productionBetaRelease() { + public final Item createDivider$app_productionGoogleRelease() { return new Item(1, 1, null, null, 0, false, false, false, 0, 508, null); } - public final Item createGuild$app_productionBetaRelease(Guild guild, int i, boolean z2, boolean z3, boolean z4) { + public final Item createGuild$app_productionGoogleRelease(Guild guild, int i, boolean z2, boolean z3, boolean z4) { m.checkNotNullParameter(guild, "guild"); return new Item(3, guild.getId(), null, guild, i, z2, z3, z4, 0, 260, null); } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java index 834ec32230..e34fd76a6d 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/WidgetCallFullscreenViewModel.java @@ -2637,9 +2637,9 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel int ordinal2 = type.ordinal(); if (ordinal2 == 0) { this.streamRtcConnectionStore.updateFocusedParticipant(null); - RtcConnection rtcConnection$app_productionBetaRelease = StoreStream.Companion.getRtcConnection().getRtcConnection$app_productionBetaRelease(); - if (rtcConnection$app_productionBetaRelease != null) { - rtcConnection$app_productionBetaRelease.w(valueOf); + RtcConnection rtcConnection$app_productionGoogleRelease = StoreStream.Companion.getRtcConnection().getRtcConnection$app_productionGoogleRelease(); + if (rtcConnection$app_productionGoogleRelease != null) { + rtcConnection$app_productionGoogleRelease.w(valueOf); } if (valueOf != null) { this.mediaSettingsStore.setUserOffScreen(valueOf.longValue(), false); @@ -2648,26 +2648,26 @@ public final class WidgetCallFullscreenViewModel extends AppViewModel return; } else if (ordinal2 == 1) { this.streamRtcConnectionStore.updateFocusedParticipant(valueOf); - RtcConnection rtcConnection$app_productionBetaRelease2 = StoreStream.Companion.getRtcConnection().getRtcConnection$app_productionBetaRelease(); - if (rtcConnection$app_productionBetaRelease2 != null) { - rtcConnection$app_productionBetaRelease2.w(null); + RtcConnection rtcConnection$app_productionGoogleRelease2 = StoreStream.Companion.getRtcConnection().getRtcConnection$app_productionGoogleRelease(); + if (rtcConnection$app_productionGoogleRelease2 != null) { + rtcConnection$app_productionGoogleRelease2.w(null); return; } return; } } this.streamRtcConnectionStore.updateFocusedParticipant(null); - RtcConnection rtcConnection$app_productionBetaRelease3 = StoreStream.Companion.getRtcConnection().getRtcConnection$app_productionBetaRelease(); - if (rtcConnection$app_productionBetaRelease3 != null) { - rtcConnection$app_productionBetaRelease3.w(null); + RtcConnection rtcConnection$app_productionGoogleRelease3 = StoreStream.Companion.getRtcConnection().getRtcConnection$app_productionGoogleRelease(); + if (rtcConnection$app_productionGoogleRelease3 != null) { + rtcConnection$app_productionGoogleRelease3.w(null); return; } return; } this.streamRtcConnectionStore.updateFocusedParticipant(null); - RtcConnection rtcConnection$app_productionBetaRelease4 = StoreStream.Companion.getRtcConnection().getRtcConnection$app_productionBetaRelease(); - if (rtcConnection$app_productionBetaRelease4 != null) { - rtcConnection$app_productionBetaRelease4.w(null); + RtcConnection rtcConnection$app_productionGoogleRelease4 = StoreStream.Companion.getRtcConnection().getRtcConnection$app_productionGoogleRelease(); + if (rtcConnection$app_productionGoogleRelease4 != null) { + rtcConnection$app_productionGoogleRelease4.w(null); } } } diff --git a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/StageCallAdapter.java b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/StageCallAdapter.java index cadb425a08..fc49a738e8 100644 --- a/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/StageCallAdapter.java +++ b/app/src/main/java/com/discord/widgets/voice/fullscreen/stage/StageCallAdapter.java @@ -88,7 +88,7 @@ public final class StageCallAdapter extends MGRecyclerAdapterSimpleЕксклузивен Nitro бадж в профила ти Споделяне на екран на настолен компютър със 720p 60fps или 1080p 30fps Искаш нещата да са опростени? Подкрепи Discord и вземи готини чат бонуси: - Ексклузивен достъп до пакет стикери Wumpus Nitro Elite, безплатен пакет стикери What’s Up Wumpus и {discount}%% намаление на всички други пакети стикери По-добри Go Live стриймове: Стриймвай при източника с Nitro или с чисти до 1080 p, 60 fps с Nitro Classic Избери план Подари на някого Nitro Classic, за да подобриш изживяването му със супер заредени чат бонуси. [Научи повече за Nitro Classic.](onClick) @@ -6739,7 +6738,6 @@ Только для участников Стартирай сцената Ти ще бъдеш говорител, когато подготовката се отвори. - Напиши тема, за да обявиш, че сцената ти е на живо. О чём вы будете говорить? Тема на подготовката Дебатът приключи: диетичната е по-добра от обикновената @@ -6757,17 +6755,11 @@ Создайте [сервер сообщества.]({helpdeskArticle}) Создайте трибуну. Придумайте интересное событие. - Организуйте и откройте свою трибуну! Хотите узнать больше? - Узнайте, как организовать хорошую трибуну Вы пока не можете открыть трибуну - Увеличивайте и развивайте своё сообщество с помощью трибун. - В каком сообществе вы хотите провести голосовое событие? Место проведения вашей трибуны: $[**!!{stageName}!!**](stageHook). $[Изменить канал](changeHook) - Мы автоматически создадим для вас трибуну под названием $[**!!{stageName}!!**](stageHook). Вы можете изменить его позже. Место проведения вашей трибуны: $[**!!{stageName}!!**](stageHook). Трибуна - Опишите тематику вашей трибуны, чтобы объявить о её открытии. О чём вы будете говорить? Сделаем это Выступающие diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index da20cc3ef7..a729e058f6 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -5293,7 +5293,6 @@ Exkluzivní odznak Nitro na tvůj profil Sdílení obrazovky počítače v kvalitě 720p 60fps nebo 1080p 30fps Je to jednoduché. Podpoř Discord a získej parádní vylepšení chatu: - Exkluzivní přístup k sadě samolepek Wumpus Nitro Elite, sada samolepek What‘s Up Wumpus zdarma a {discount}%% sleva na všechny ostatní sady samolepek Lepší streamy Go Live: Streamování v kvalitě zdroje s předplatným Nitro nebo ostré rozlišení v kvalitě až 1080p (60 fps) s předplatným Nitro Classic. Vyber si plán Daruj někomu Nitro Classic, aby si mohl užívat lepší a extra nabušená vylepšení chatu. [Zjistit víc o Nitro Classic.](onClick) @@ -6644,7 +6643,6 @@ Pouze členové Otevřít pódium Až se pódium otevře, ty budeš řečník. - Napiš téma a prohlas své pódium za aktivní. O čem se budete bavit? Téma pro pódium Debata je uzavřená: dietní je lepší než obyčejné @@ -6662,17 +6660,11 @@ Založ [komunitní server.]({helpdeskArticle}) Vytvoř řečnický kanál. Vymysli jedinečnou událost. - Otevři a zahaj své pódium! Láká tě dozvědět se víc? - Nauč se moderovat vynikající pódia Zatím nemůžeš otevřít pódium - Bav a rozšiřuj svou komunitu prostřednictvím řečnických kanálů. - V jaké komunitě chceš diskuzi pořádat? Tvé pódium se bude konat v $[**!!{stageName}!!**](stageHook). $[Změnit kanál](changeHook) - Automaticky ti založíme řečnický kanál s názvem $[**!!{stageName}!!**](stageHook). Název můžeš později změnit. Tvé pódium se bude konat v $[**!!{stageName}!!**](stageHook). Řečnický kanál - Napiš téma a prohlas své pódium za aktivní. O čem se budete bavit? Do toho Lidé před publikem diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index f2aa177613..ca0338f1e9 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -5188,7 +5188,6 @@ Eksklusiv Nitrobadge på din profil Skærmdeling på PC i 720p 60fps eller 1080p 30fps Vil du holde det simpelt? Støt Discord og få lækre chat-frynsegoder: - Eksklusiv adgang til Wumpus Nitro Elite sticker-pakke, en gratis What’s Up Wumpus sticker-pakke, og {discount}%% rabat på alle andre sticker-pakker Bedre Go Live streamer: Stream fra kilden med Nitro eller helt op til 1080p 60fps med Nitro Classic Vælg et abonnement Giv nogen Nitro Classic som gave for at forbedre deres oplevelse med superdrevne chat-frynsegoder. [Læs mere om Nitro Classic.](onClick) @@ -6521,7 +6520,6 @@ Kun for medlemmer Start podiet Du vil være taleren, når podiet bliver åbnet. - Skriv et emne for at offentliggøre, at dit podie er åbent. Hvad vil du tale om? Podie-emne Debatten er forbi; diæt er bedre end sædvanligt @@ -6539,17 +6537,11 @@ Opret en [Community server.]({helpdeskArticle}) Opret en podiekanal. Find på en fedt event. - Start og åbn dit podie! Nysgerrig efter mere viden? - Mere om at være vært for et fedt podie Du kan ikke starte et podie endnu - Engager og få dit community til at vokse med podiekanaler. - Hvilket community ønsker du at være vært for et lyd-event i? Dit podie vil blive hosted i $[**!!{stageName}!!**](stageHook). $[Skift kanal](changeHook) - Vi opretter automatisk en podiekanal til dig med navnet $[**!!{stageName}!!**](stageHook). Du kan ændre navnet senere. Dit podie vil blive hosted på podiet $[**!!{stageName}!!**](stageHook). Podiekanal - Skriv et emne for at offentliggøre, at dit podie er åbent. Hvad vil du tale om? Lad os gøre det Folk der taler diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 1a6b02ea84..dd6a87bbee 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1022,7 +1022,7 @@ Server -Avatar ändern Benutze auf jedem deiner Server einen anderen Avatar und vieles mehr mit **Discord Nitro!** Änderungsprotokoll - Neue Features {added marginTop}\n======================\n\n* **Stage Channel können jetzt entdeckt werden.** Über den neuen Entdeckungen-Tab findest du Communitys, die live on Stage sind – erlebe alle möglichen Audioevents wie Konzerte, Panels, Talentwettbewerbe und andere merkwürdige, aber völlig legale Veranstaltungen. \n* **Deine Freunde finden ist da.** Wir haben eine Option hinzugefügt, die es erleichtert, Freunde auf Discord zu finden. Wenn du die Telefonnummer deines Freundes abgespeichert hast und ihr beide über Entdeckungen gefunden werden könnt, kannst du deinen Freund finden und ihm eine Freundschaftsanfrage senden. Das peinliche Gespräch ist vorprogrammiert: Wenn du \'ne Anfrage von xXSoulzLuverXx#0000 bekommst, bin das ich.\n* **Lieblingsemojis verfügbar.** Tippe ein Emoji im Chat an oder halte die Emoji-Auswahl gedrückt, um Emojis zu deinen Favoriten hinzuzufügen oder von deinen Favoriten zu entfernen. Die Synchronisierung deiner Favoriten mit der Desktop-App ist *noch* nicht möglich, aber immerhin kannst du so rausfinden, welche fünf von deinen 2.459 Emojis du überhaupt benutzt.\n* **Seitennummerierung zur Suchleiste hinzugefügt.** Du musst nie wieder ewig durch die Suchergebnisse scrollen. Ab jetzt kannst du direkt zu einer Seite springen. Endlich hast du den Beweis dafür, dass deine Freunde vor sechs Monaten etwas ganz Bestimmtes gesagt haben, innerhalb von wenigen Sekunden. Du hast recht und das sollen sie ruhig wissen!\n* **Töne für Sprachkanäle hinzugefügt.** Dein Mobilgerät spielt ab jetzt Töne ab, wenn du einem Sprachkanal betrittst, ihn verlässt oder verschoben wirst. Ich kann sie klar und deutlich in meinem Kopf hören. Ba-dum … Ba-da-doo …\n\n\nFehlerbehebungen und Updates {progress}\n======================\n\n* **Keine Benachrichtigungen mehr bei bearbeiteten Antworten!** Wenn du eine Antwort bearbeitest, wird der Autor der ursprünglichen Nachricht meistens nicht noch mal benachrichtigt. Ich hab es einfach satt. Ich wollte nur \'nen kleinen Grammatikfehler ausbügeln und das ist mir jetzt peinlich.\n* **Verbesserungen an Serverordnern.** Jetzt kannst du deine Serverordner als gelesen markieren! Wir haben auch Einstellungen für Serverordner hinzugefügt, damit du Namen und Farben personalisieren kannst.\n* **Erhebliche Verbesserungen und Fehlerbehebungen an der Mitgliedschaftsauswahl.** Du wirst dort endlich nicht mehr hängen bleiben.\n* **Verbesserter Zugriff auf Eingabemodus.** Du kannst deine Einstellungen für Push-to-Talk und Sprachaktivierung jetzt ändern, ohne das Fenster zu verlassen.\n\n\n + Neue Features {added marginTop}\n======================\n\n* **Deine Freunde finden ist da.** Wir haben eine Option hinzugefügt, die es erleichtert, Freunde auf Discord zu finden. Wenn du die Telefonnummer deines Freundes abgespeichert hast und ihr beide über Entdeckungen gefunden werden könnt, kannst du deinen Freund finden und ihm eine Freundschaftsanfrage senden. Das peinliche Gespräch ist vorprogrammiert: Wenn du \'ne Anfrage von xXSoulzLuverXx#0000 bekommst, bin das ich.\n* **Lieblingsemojis verfügbar.** Tippe ein Emoji im Chat an oder halte die Emoji-Auswahl gedrückt, um Emojis zu deinen Favoriten hinzuzufügen oder von deinen Favoriten zu entfernen. Die Synchronisierung deiner Favoriten mit der Desktop-App ist *noch* nicht möglich, aber immerhin kannst du so rausfinden, welche fünf von deinen 2.459 Emojis du überhaupt benutzt.\n* **Seitennummerierung zur Suchleiste hinzugefügt.** Du musst nie wieder ewig durch die Suchergebnisse scrollen. Ab jetzt kannst du direkt zu einer Seite springen. Endlich hast du den Beweis dafür, dass deine Freunde vor sechs Monaten etwas ganz Bestimmtes gesagt haben, innerhalb von wenigen Sekunden. Du hast recht und das sollen sie ruhig wissen!\n* **Töne für Sprachkanäle hinzugefügt.** Dein Mobilgerät spielt ab jetzt Töne ab, wenn du einem Sprachkanal betrittst, ihn verlässt oder verschoben wirst. Ich kann sie klar und deutlich in meinem Kopf hören. Ba-dum … Ba-da-doo …\n\n\nFehlerbehebungen und Updates {progress}\n======================\n\n* **Keine Benachrichtigungen mehr bei bearbeiteten Antworten!** Wenn du eine Antwort bearbeitest, wird der Autor der ursprünglichen Nachricht meistens nicht noch mal benachrichtigt. Ich hab es einfach satt. Ich wollte nur \'nen kleinen Grammatikfehler ausbügeln und das ist mir jetzt peinlich.\n* **Verbesserungen an Serverordnern.** Jetzt kannst du deine Serverordner als gelesen markieren! Wir haben auch Einstellungen für Serverordner hinzugefügt, damit du Namen und Farben personalisieren kannst.\n* **Erhebliche Verbesserungen und Fehlerbehebungen an der Mitgliedschaftsauswahl.** Du wirst dort endlich nicht mehr hängen bleiben.\n* **Verbesserter Zugriff auf Eingabemodus.** Du kannst deine Einstellungen für Push-to-Talk und Sprachaktivierung jetzt ändern, ohne das Fenster zu verlassen.\n\n\n 2021-06-21 de 1 @@ -5220,7 +5220,6 @@ Exklusives Nitro-Abzeichen auf deinem Profil Bildschirmübertragungen am PC mit 720p/60fps oder 1080p/30fps Du magst es unkompliziert? Unterstütze Discord und erhalte die Macht der Chat-Zusatzfunktionen: - Exklusiver Zugriff auf das „Wumpus-Nitro-Elite“-Sticker-Paket, kostenloses „Was geht ab, Wumpus“-Sticker-Paket, und {discount} %% Rabatt auf alle anderen Sticker-Pakete Bessere Go-Live-Streams: Streame mit Nitro in Originalauflösung oder mit Nitro Classic mit gestochen scharfen 1080p/60fps Wähle ein Abo Schenk jemandem Nitro Classic, um seinen Chatfunktionen Superkräfte zu verleihen. [Erfahre mehr über Nitro Classic.](onClick) @@ -6570,7 +6569,6 @@ Nur für Mitglieder Podium erstellen Du wirst ein Sprecher sein, wenn das Podium freigegeben ist. - Gib eine Themenbeschreibung an, um dein Podium freizugeben. Worüber möchtest du reden? Podiumsthema Das Gespräch ist zu Ende: Zuckerfreie Limo ist besser als normale @@ -6588,17 +6586,11 @@ Erstelle einen [Community-Server.]({helpdeskArticle}) Einen Stage Channel erstellen. Plane ein großartiges Event. - Starte und eröffne deine Stage! Willst du mehr erfahren? - Lerne wie du eine großartige Stage hostest Du kannst noch keine Stage beginnen - Befasse dich mit deiner Community und vergrößere sie mit einem Stage Channel. - In welcher Community willst du ein Audioevent hosten? Deine Stage wird in $[**!!{stageName}!!**](stageHook) gehostet. $[Kanal ändern](changeHook) - Wir erstellen für dich automatisch einen Stage Channel mit dem Namen $[**!!{stageName}!!**](stageHook). Du kannst den Namen später ändern. Deine Stage wird in $[**!!{stageName}!!**](stageHook) gehostet. Stage Channel - Schreibe eine Themenbeschreibung, um deine Stage anzukündigen. Worüber möchtest du reden? Los geht’s Auftritte von Personen diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 17f140bfd2..1a33d9a0c5 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -5363,7 +5363,6 @@ Αποκλειστικό έμβλημα Nitro στο προφίλ σου Κοινή χρήση οθόνης σε PC στα 720p 60fps ή 1080p 30fps Θέλετε να μείνετε στα βασικά; Στηρίξτε το Discord και αποκτήστε υπέροχα προνόμια στις συνομιλίες: - Αποκλειστική πρόσβαση στο πακέτο αυτοκόλλητων Wumpus Nitro Elite, δωρεάν πακέτο αυτοκόλλητων What’s Up Wumpus και έκπτωση {discount}%% σε όλα τα άλλα πακέτα αυτοκόλλητων Καλύτερες Go Live ζωντανές μεταδόσεις: Κάντε ζωντανές μεταδόσεις στις βασικές ρυθμίσεις ποιότητας με Nitro ή έως και τα λαχταριστά 1080p 60fps με Κλασικό Nitro Επίλεξε μια συνδρομή Κάνε δώρο σε κάποιον το Nitro Classic για να ενισχύσεις την εμπειρία του με σούπερ ενισχυμένα προνόμια συνομιλίας. [Μάθε περισσότερα για το Nitro Classic.](onClick) @@ -6718,7 +6717,6 @@ Μόνο για μέλη Έναρξη σκηνής Θα είσαι Ομιλητής μόλις ανοίξει η Σκηνή. - Γράψε ένα θέμα για να ανακοινώσεις ότι η Σκηνή σου βρίσκεται σε ζωντανή μετάδοση. Για τι θα μιλήσεις; Θέμα σκηνής Η συζήτηση ολοκληρώθηκε: το διαιτητικό είναι καλύτερο από το κανονικό @@ -6736,17 +6734,11 @@ Φτιάξε έναν [Διακομιστή κοινότητας.]({helpdeskArticle}) Δημιούργησε ένα κανάλι σκηνής. Σκέψου μια μοναδική εκδήλωση. - Ξεκίνα και άνοιξε τη σκηνή σου! Θες να μάθεις περισσότερα; - Μάθε πώς να οργανώσεις μια μοναδική σκηνή Δεν μπορείς να ξεκινήσεις μια σκηνή ακόμα - Πάρε μέρος και διεύρυνε την κοινότητά σου με κανάλια σκηνής. - Σε ποια κοινότητα θέλεις να οργανώσεις μια ηχητική εκδήλωση; Η σκηνή σου θα φιλοξενηθεί στη σκηνή $[**!!{stageName}!!**](stageHook). $[Άλλαξε κανάλι](changeHook) - Θα δημιουργήσουμε αυτόματα ένα κανάλι σκηνής για σένα με το όνομα $[**!!{stageName}!!**](stageHook). Μπορείς να αλλάξεις το όνομα αργότερα. Η σκηνή σου θα φιλοξενηθεί στη σκηνή $[**!!{stageName}!!**](stageHook). Κανάλι σκηνής - Γράψε ένα θέμα για να ανακοινώσεις ότι η σκηνή σου βρίσκεται σε ζωντανή μετάδοση. Για τι θα μιλήσεις; Πάμε Άτομα που παρουσιάζουν diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 0230d09251..ef8a8badef 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -1015,7 +1015,7 @@ Cambiar de avatar de servidor ¡Utiliza un avatar diferente en cada uno de tus servidores y más con **Discord Nitro!** Historial de cambios - Nuevas características {added marginTop}\n======================\n\n* **Hemos añadido el Descubrimiento de escenario.** Encontrad comunidades que organicen escenarios en directo (eventos con audio como conciertos, mesas redondas, concursos de talentos o cualquier otro rollo extraño pero legal que se os ocurra) haciendo clic en la nueva pestaña de Descubrimiento. \n* **Ya está aquí Encuentra a tus amigos.** Hemos añadido una forma opcional de encontrar amigos en Discord más fácilmente. Si tenéis el número de teléfono de vuestro amigo y ambos tenéis activada la opción de descubrimiento, podréis encontraros y enviaros una solicitud de amistad, lo que dará origen a esta incómoda conversación: «Si recibes una solicitud de xXSoulzLuverXx#0000, que sepas que soy yo».\n* **Hemos añadido los emojis favoritos.** Tocad un emoji en el chat o mantened pulsado uno en el selector de emojis para empezar a añadir y eliminar emojis de vuestros favoritos. Vuestros favoritos no se sincronizarán con el escritorio (aún), pero podéis empezar a pensar cuáles son los 5 que más usáis de entre los 2459 emojis que hay.\n* **Hemos añadido la paginación a la barra de búsqueda.** Ya no tenéis que navegar durante una eternidad por los resultados de búsqueda. Ahora podéis saltar de una página a otra para encontrar la prueba irrefutable que necesitáis contra vuestro amigo en un intento por demostrar inequívocamente que dijo una cosa hace unos 6 meses, pero que no recordáis, pero que podréis demostrar si os da un minuto para buscarla porque estáis seguros de que lo dijo.\n* **Hemos añadido sonidos a los canales de voz:** ahora vuestro teléfono reproducirá sonidos cuando os unáis a canales de voz, los abandonéis u os muevan a ellos; unos sonidos que puedo repetir en la cabeza con una exactitud estremecedora. Tará..., tarará...\n\n\n\n\nCorrecciones y actualizaciones {progress}\n======================\n\n* **¡Adiós a las menciones al editar!** Al editar una respuesta, ya no se mencionará al autor de la referencia en la mayoría de los casos. Es que..., por favor, yo solo quería arreglar mi pequeño error gramatical y ahora me muero de vergüenza.\n* **Mejoras en las carpetas de servidor.** ¡Ahora podéis marcar vuestras carpetas de servidor como leídas! También hemos añadido ajustes a las carpetas de servidor para que podáis personalizar nombres y colores.\n* **Mejoras y correcciones importantes del Cribado de miembros.** Ya no os quedaréis atascados en estas páginas.\n* **Hemos facilitado el acceso al modo de entrada.** Ahora podéis cambiar los ajustes de pulsar para hablar y de actividad de voz sin salir de la pantalla de llamada.\n\n\n + Nuevas características {added marginTop}\n======================\n\n* **Ya está aquí Encuentra a tus amigos.** Hemos añadido una forma opcional de encontrar amigos en Discord más fácilmente. Si tenéis el número de teléfono de vuestro amigo y ambos tenéis activada la opción de descubrimiento, podréis encontraros y enviaros una solicitud de amistad, lo que dará origen a esta incómoda conversación: «Si recibes una solicitud de xXSoulzLuverXx#0000, que sepas que soy yo».\n* **Hemos añadido los emojis favoritos.** Tocad un emoji en el chat o mantened pulsado uno en el selector de emojis para empezar a añadir y eliminar emojis de vuestros favoritos. Vuestros favoritos no se sincronizarán con el escritorio (aún), pero podéis empezar a pensar cuáles son los 5 que más usáis de entre los 2459 emojis que hay.\n* **Hemos añadido la paginación a la barra de búsqueda.** Ya no tenéis que navegar durante una eternidad por los resultados de búsqueda. Ahora podéis saltar de una página a otra para encontrar la prueba irrefutable que necesitáis contra vuestro amigo en un intento por demostrar inequívocamente que dijo una cosa hace unos 6 meses, pero que no recordáis, pero que podréis demostrar si os da un minuto para buscarla porque estáis seguros de que lo dijo.\n* **Hemos añadido sonidos a los canales de voz:** ahora vuestro teléfono reproducirá sonidos cuando os unáis a canales de voz, los abandonéis u os muevan a ellos; unos sonidos que puedo repetir en la cabeza con una exactitud estremecedora. Tará..., tarará...\n\n\n\n\nCorrecciones y actualizaciones {progress}\n======================\n\n* **¡Adiós a las menciones al editar!** Al editar una respuesta, ya no se mencionará al autor de la referencia en la mayoría de los casos. Es que..., por favor, yo solo quería arreglar mi pequeño error gramatical y ahora me muero de vergüenza.\n* **Mejoras en las carpetas de servidor.** ¡Ahora podéis marcar vuestras carpetas de servidor como leídas! También hemos añadido ajustes a las carpetas de servidor para que podáis personalizar nombres y colores.\n* **Mejoras y correcciones importantes del Cribado de miembros.** Ya no os quedaréis atascados en estas páginas.\n* **Hemos facilitado el acceso al modo de entrada.** Ahora podéis cambiar los ajustes de pulsar para hablar y de actividad de voz sin salir de la pantalla de llamada.\n\n\n 2021-06-21 es-ES 1 @@ -5105,7 +5105,6 @@ Consigue una insignia de Nitro exclusiva en tu perfil Comparte pantalla a 720p 60fps o a 1080p 30fps en PC ¿No quieres complicarte la vida? Apoya a Discord y obtén geniales ventajas de chat: - Acceso exclusivo al paquete de pegatinas Wumpus Elite de Nitro, paquete de pegatinas What’s Up Wumpus gratis y un {discount} %% de descuento en el resto de paquetes de pegatinas Mejores transmisiones Go Live: transmite en calidad original con Nitro o hasta un nítido 1080p 60fps con Nitro Classic Elige un plan Regala Nitro Classic a alguien para mejorar su experiencia con ventajas de chat increíbles. [Más información sobre Nitro Classic.](onClick) @@ -6461,7 +6460,6 @@ Solo miembros Iniciar el escenario Al abrirse el escenario, serás un orador. - Escribe un tema para anunciar que tu escenario está en directo. ¿De qué vas a hablar? Tema del escenario Se acabó el debate: la cola light es mejor @@ -6479,17 +6477,11 @@ Crea un [servidor de comunidad.]({helpdeskArticle}) Crea un canal de escenario. Prepara un gran evento. - ¡Comienza y abre tu escenario! ¿Quieres más información? - Aprende a celebrar un gran escenario Aún no puedes empezar un escenario - Haz participar y crecer a tu comunidad con los canales de escenario. - ¿En qué comunidad te gustaría celebrar un evento con audio? Tu escenario se celebrará en $[**!!{stageName}!!**](stageHook). $[Cambiar de canal](changeHook) - Crearemos un canal de escenario automático para ti llamado $[**!!{stageName}!!**](stageHook). Podrás cambiar el nombre más tarde. Tu escenario se celebrará en $[**!!{stageName}!!**](stageHook). Canal de escenario - Escribe un tema para anunciar que tu escenario está en directo. ¿De qué vas a hablar? Vamos allá Gente actuando diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 8eff57cbac..efcac8c5ed 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -5271,7 +5271,6 @@ Yksilöllinen Nitro-merkki profiiliisi Ruudunjakamisen laatu PC:llä jopa 720p 60 fps tai 1 080p 30 fps Haluatko pitää homman yksinkertaisena? Tue Discordia, niin saat siistejä etuja keskusteluihisi: - Eksklusiivinen käyttöoikeus Wumpus Nitro Elite ‑tarrapakettiin, ilmainen What’s Up Wumpus ‑tarrapaketti ja {discount} %% alennusta kaikista muista tarrapaketeista Parempitasoiset Go Live -striimit: striimaa lähdetarkkuudella Nitrolla tai terävällä, jopa 1080p-tarkkuudella ja 60 fps:n nopeudella Nitro Classicilla. Valitse tilaus Anna kaverillisesi lahjaksi Nitro Classic, niin hän saa käyttöönsä mahtavat keskusteluedut. [Lue lisää Nitro Classicista.](onClick) @@ -6631,7 +6630,6 @@ Vain jäsenet Aloita esitys Olet puhuja esityksen avautuessa. - Ilmoita live-esityksesi alkamisesta kirjoittamalla sen aihe. Mistä aiot puhua? Esityksen aihe Kiista on ratkennut: light on normaalia parempi @@ -6649,17 +6647,11 @@ Luo [yhteisöpalvelin]({helpdeskArticle}). Luo esityskanava. Kehittele hieno tapahtuma. - Aloita ja avaa esitys! Haluaisitko lisätietoja? - Opettele, miten hyvä esitys järjestetään Et voi aloittaa esitystä vielä - Sitouta ja kasvata yhteisöäsi esityskanavien avulla. - Missä yhteisössä haluat isännöidä äänitapahtumaa? Esityksesi järjestetään kanavalla $[**!!{stageName}!!**](stageHook). $[Vaihda kanava](changeHook) - Luomme sinulle automaattisesti esityskanavan nimeltä $[**!!{stageName}!!**](stageHook). Voit muuttaa sen nimeä myöhemmin. Esityksesi järjestetään kanavalla $[**!!{stageName}!!**](stageHook). Esityskanava - Ilmoita live-esityksesi alkamisesta kirjoittamalla sen aihe. Mistä aiot puhua? Tehdään niin Esiintyvät henkilöt diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 112b72539b..89ca8337e9 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -1044,7 +1044,7 @@ Changer l\'avatar du serveur Avec **Discord Nitro**, utilise un avatar différent sur chacun de tes serveurs et bien plus ! Notes de mise à jour - Nouvelles fonctionnalités {added marginTop}\n======================\n\n* **Ajout de Découverte de conférences.** En cliquant sur le nouvel onglet Découverte, tu peux jeter un œil aux communautés qui organisent des conférences en direct, c\'est-à-dire des événements audio comme des concerts, des tables rondes, des concours de talents ou tout autre événement bizarre qui te viendrait à l\'esprit, du moment qu\'il reste légal. \n* **« Trouver tes amis » fait son entrée.** Nous avons ajouté une option pour te permettre de trouver plus facilement des amis sur Discord. Si tu as le numéro de téléphone de ton ami et que vous avez tous deux choisi d\'être visibles, tu pourras le trouver et lui envoyer une demande d\'ami. Tu pourras aussi le prévenir de cette façon assez gênante : « Si tu reçois une demande de xXSoulzLuverXx#0000, c\'est moi. »\n* **Ajout des favoris pour émojis.** Touche un émoji dans le chat ou reste appuyé longtemps sur l\'un d\'eux dans le sélecteur d\'émojis pour ajouter ou supprimer des émojis de tes favoris. Tes favoris ne seront pas synchronisés avec le bureau *pour l\'instant*, mais tu peux commencer à déterminer quels sont les 5 émojis que tu utilises réellement parmi les 2 459 que tu possèdes.\n* **Ajout d\'une pagination à la barre de recherche.** Plus besoin de faire défiler pendant des heures les résultats de tes recherches. Tu peux maintenant passer d\'une page à l\'autre pour trouver la preuve exacte dont tu as besoin pour convaincre tes amis qu\'ils ont dit telle ou telle chose il y a 6 mois. Tu ne te rappelles plus quoi exactement, mais tu vas trouver dans une minute parce que tu peux jurer qu\'ils l\'ont dit.\n* **Ajout de sons dans les salons vocaux :** Ton téléphone émettra désormais des sons lorsque tu rejoindras/quitteras/te déplaceras dans les salons vocaux. J\'arrive d\'ailleurs à jouer ces sons dans ma tête avec une clarté effrayante. Ba-dum...ba-da-doo...\n\n\n\n\nCorrections et mises à jour {progress}\n======================\n\n* **Plus de mentions de modification !** Modifier une réponse ne mentionnera plus l\'auteur de référence dans la plupart des cas parce que voilà quoi, à la base je voulais juste corriger ma petite faute de grammaire et v\'là-ti pas que je me tape la honte maintenant.\n* **Améliorations des dossiers de serveurs.** Tu peux maintenant marquer tes dossiers de serveurs comme lus ! Nous avons également ajouté des paramètres afin que tu puisses les personnaliser avec des noms et des couleurs.\n* **Améliorations majeures et correction de bugs concernant la gestion des critères de sélection des membres.** Plus aucun risque de rester bloqué sur ces pages.\n* **Accès simplifié à l\'activation du micro.** Tu peux maintenant modifier les paramètres des fonctions Appuyer-pour-parler et Détection de la voix sans quitter l\'écran d\'appel.\n\n\n + Nouvelles fonctionnalités {added marginTop}\n======================\n\n* **« Trouver tes amis » fait son entrée.** Nous avons ajouté une option pour te permettre de trouver plus facilement des amis sur Discord. Si tu as le numéro de téléphone de ton ami et que vous avez tous deux choisi d\'être visibles, tu pourras le trouver et lui envoyer une demande d\'ami. Tu pourras aussi le prévenir de cette façon assez gênante : « Si tu reçois une demande de xXSoulzLuverXx#0000, c\'est moi. »\n* **Ajout des favoris pour émojis.** Touche un émoji dans le chat ou reste appuyé longtemps sur l\'un d\'eux dans le sélecteur d\'émojis pour ajouter ou supprimer des émojis de tes favoris. Tes favoris ne seront pas synchronisés avec le bureau *pour l\'instant*, mais tu peux commencer à déterminer quels sont les 5 émojis que tu utilises réellement parmi les 2 459 que tu possèdes.\n* **Ajout d\'une pagination à la barre de recherche.** Plus besoin de faire défiler pendant des heures les résultats de tes recherches. Tu peux maintenant passer d\'une page à l\'autre pour trouver la preuve exacte dont tu as besoin pour convaincre tes amis qu\'ils ont dit telle ou telle chose il y a 6 mois. Tu ne te rappelles plus quoi exactement, mais tu vas trouver dans une minute parce que tu peux jurer qu\'ils l\'ont dit.\n* **Ajout de sons dans les salons vocaux :** Ton téléphone émettra désormais des sons lorsque tu rejoindras/quitteras/te déplaceras dans les salons vocaux. J\'arrive d\'ailleurs à jouer ces sons dans ma tête avec une clarté effrayante. Ba-dum...ba-da-doo...\n\n\n\n\nCorrections et mises à jour {progress}\n======================\n\n* **Plus de mentions de modification !** Modifier une réponse ne mentionnera plus l\'auteur de référence dans la plupart des cas parce que voilà quoi, à la base je voulais juste corriger ma petite faute de grammaire et v\'là-ti pas que je me tape la honte maintenant.\n* **Améliorations des dossiers de serveurs.** Tu peux maintenant marquer tes dossiers de serveurs comme lus ! Nous avons également ajouté des paramètres afin que tu puisses les personnaliser avec des noms et des couleurs.\n* **Améliorations majeures et correction de bugs concernant la gestion des critères de sélection des membres.** Plus aucun risque de rester bloqué sur ces pages.\n* **Accès simplifié à l\'activation du micro.** Tu peux maintenant modifier les paramètres des fonctions Appuyer-pour-parler et Détection de la voix sans quitter l\'écran d\'appel.\n\n\n 2021-06-21 fr 1 @@ -5264,7 +5264,6 @@ Obtiens un badge Nitro exclusif sur ton profil Partage d\'écran sur PC en 720p 60fps ou 1080p 30fps Tu veux rester à une formule simple ? Soutiens Discord et reçois de super avantages de discussion : - Accès exclusif au lot d\'autocollants Nitro Wumpus Elite, lot d\'autocollants What\'s Up Wumpus gratuit et réduction de {discount} %% sur tous les autres lots d\'autocollants Des streams Go Live de meilleure qualité : streame à la source avec Nitro, ou profite d\'un mirifique 1080 p 60 fps avec Nitro Classic Choisir un abonnement Offre un abonnement Nitro Classic à quelqu\'un pour lui permettre de plus s\'amuser et de profiter de la superpuissance des avantages de discussion. [En savoir plus sur l\'abonnement Nitro Classic.](onClick) @@ -6606,7 +6605,6 @@ Membres uniquement Commencer la conférence Tu seras locuteur lorsque la conférence sera ouverte. - Écris un sujet pour annoncer que ta conférence commence. De quoi veux-tu discuter ? Sujet de la conférence Fin du débat : un régime équilibré est mieux qu\'un régime normal @@ -6624,17 +6622,11 @@ Crée un [serveur de communauté.]({helpdeskArticle}) Créer un salon de conférence. Conçois un super événement. - Commence et ouvre ta conférence ! Envie d\'en savoir plus ? - Apprends à animer la meilleure conférence possible Tu ne peux pas encore commencer de conférence - Attire l\'attention de ta communauté et fais-la grandir avec les salons de conférence. - Dans quelle communauté veux-tu organiser un événement audio ? Ta conférence aura lieu dans $[**!!{stageName}!!**](stageHook). $[Changer de salon](changeHook) - Nous créerons automatiquement un salon de conférence pour toi appelé $[**!!{stageName}!!**](stageHook). Tu peux changer le nom plus tard. Ta conférence aura lieu dans $[**!!{stageName}!!**](stageHook). Salon de conférence - Écris un sujet pour annoncer que ta conférence commence. De quoi veux-tu discuter ? C\'est parti Personnes qui interviennent dans la conférence diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index f65bf4194a..b14bfab94e 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -5381,7 +5381,6 @@ आपकी प्रोफाइल पर खास Nitro बैज 720p 60fps या 1080p 30fps में PC पर स्क्रीन शेयर करें इसे सिंपल बनाए रखना चाहते हैं? Discord को सपोर्ट करें और लुभावने चैट पर्क्स पाएं: - Wumpus Nitro इलीट स्टीकर पैक का एक्सक्लूसिव एक्सेस, मुफ़्त व्हाट्स अप Wumpus स्टीकर पैक, और बाकी सारे स्टीकर पैक पर {discount}%% की छूट बेहतर Go Live स्ट्रीम: Nitro के साथ सोर्स पर या Nitro Classic के साथ क्रिस्प 1080p 60fps तक स्ट्रीम करें कोई प्लान चुनें किसी को सुपर पॉवर चैट पर्क्स वाला Nitro Classic गिफ्ट करें. [Nitro Classic के बारे में ज़्यादा जानें.](onClick) @@ -6738,7 +6737,6 @@ सिर्फ़ मेम्बर्स स्टेज स्टार्ट करें स्टेज खुलने पर आप स्पीकर होंगे. - आपका स्टेज लाइव है, ये बताने के लिए टॉपिक लिखें. आप किस बारे में बात करेंगे? स्टेज का टॉपिक डिबेट का टॉपिक है: डायट नियमित रूप से बेहतर है @@ -6756,17 +6754,11 @@ [कम्युनिटी सर्वर]({helpdeskArticle}) बनाएं. स्टेज चैनल क्रिएट करें. बेहतरीन इवेंट होस्ट करें. - स्टेज स्टार्ट करें और खोलें! ज़्यादा जानना चाहते हैं? - बेहतरीन स्टेज को होस्ट करने की कला सिखें आप अभी भी स्टेज स्टार्ट नहीं कर सकते हैं - स्टेज चैनल्स के साथ अपनी कम्युनिटी में एक्टिव रहें और उसे आगे बढ़ाएं. - किस कम्युनिटी में आप ऑडियो इवेंट होस्ट करना चाहते हैं? आपके स्टेज को $[**!!{stageName}!!**](stageHook) में होस्ट किया जाएगा. $[चैनल बदलें](changeHook) - हम आपके लिए $[**!!{stageName}!!**](stageHook) नाम का स्टेज चैनल अपने आप क्रिएट कर देंगे. आप बाद में नाम बदल सकते हैं. आपके स्टेज को स्टेज $[**!!{stageName}!!**](stageHook) में होस्ट किया जाएगा. स्टेज चैनल - आपका स्टेज लाइव है, ये बताने के लिए टॉपिक लिखें. आप किस बारे में बात करेंगे? आइए इसे करते हैं लोग स्टेज चैनल पर बोल रहे हैं diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 5986a46956..bd452d1cbb 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -5262,7 +5262,6 @@ Ekskluzivni Nitro badge na tvojem profilu Dijeljenje zaslona na PC-ju u 720p 60fps ili 1080p 30fps Više voliš kad je sve jednostavno? Daj podršku Discordu i osvoji slatke male pogodnosti za chat: - Ekskluzivan pristup paketu naljepnica Wumpus Nitro Elite, besplatna naljepnica What’s Up Wumpus i {discount}%% popusta na sve druge pakete naljepnica Bolji Go Live streamovi: streaming na izvoru uz Nitro ili čak do sjajnih 1080p na 60fps uz Nitro Classic Odaberi model pretplate Pokloni nekome Nitro Classic kako bi toj osobi podario poseban doživljaj koji ima supermoćne chat pogodnosti. [Saznaj više što je Nitro Classic.](onClick) @@ -6613,7 +6612,6 @@ Samo za članove Pokreni pozornicu Postat ćeš Govornik kada se Pozornica otvori. - Napiši temu da najaviš da je tvoja pozornica aktivna. O čemu ćete razgovarati? Tema Pozornice Debata je završila: diet je bolja od obične @@ -6631,17 +6629,11 @@ Izradi jedan [Server zajednice.]({helpdeskArticle}) Stvori kanal s pozornicom. Smisli sjajan događaj. - Pokreni i otvori svoju pozornicu! Želiš li više informacija? - Doznaj kako možeš biti domaćin sjajne pozornice Za sada ne možeš pokrenuti pozornicu - Koristi kanale s pozornicom kako bi uključio više članova i povećao svoju zajednicu. - U kojoj zajednici želiš biti domaćin audio događaja? Tvoja pozornica bit će postavljena na $[**!!{stageName}!!**](stageHook). $[Promijeni kanal](changeHook) - Automatski ćemo ti stvoriti Kanal s pozornicom koji se zove $[**!!{stageName}!!**](stageHook). Poslije možeš promijeniti ime. Tvoja pozornica bit će postavljena na $[**!!{stageName}!!**](stageHook). Kanal s pozornicom - Napiši temu da najaviš da je tvoja pozornica aktivna. O čemu ćete razgovarati? Napravimo to Ljudi koji nastupaju diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index d96337a33a..36fbd86f02 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -5297,7 +5297,6 @@ Exkluzív Nitro-jelvény a profilodban Képernyőmegosztás számítógépen: 720p 60fps vagy 1080p 30fps Szeretnéd egyszerűen megőrizni? Támogasd a Discordot, és édes csevegés jutalmat kapsz: - Kizárólagos hozzáférés a Wumpus Nitro Elit matricacsomaghoz, ingyenes What’s Up Wumpus matricacsomag és {discount}%% kedvezmény az összes többi matricacsomagra Inkább válts élő közvetítésekre: Go Live közvetítés Nitro vagy legfeljebb egy crisp 1080p 60fps forrással a Nitro Classic-kal Válassz csomagot Ajándékozz valakinek Nitro Classic-ot, hogy szupererejű csevegésjutalmakkal javítsd fel a csevegési élményét! [További tájékoztatás a Nitro Classic-ról.](onClick) @@ -6654,7 +6653,6 @@ Csak tagok Pódium indítása Amikor megnyílik a pódium, te leszel a beszélő. - Add meg a témát, amellyel bejelentheted, hogy megnyílt a pódiumod. Miről fogtok beszélgetni? Pódium témája Vita lezárva: a diétás jobb, mint a sima @@ -6672,17 +6670,11 @@ Hozz létre egy [közösségi szervert.]({helpdeskArticle}) Hozz létre egy pódiumcsatornát. Rukkolj elő egy szuper eseménnyel. - Indítsd el és nyisd meg a pódiumodat! Szeretnél többet megtudni? - Ismerd meg, hogyan tudsz szuper pódiumot biztosítani Még nem indíthatsz pódiumot - Tartsd meg és növeld meg közösségedet pódiumcsatornákkal. - Melyik közösségnek szeretnél hangeseményt tartani? A pódiumodat $[**!!{stageName}!!**](stageHook) fogja befogadni. $[Csatorna módosítása](changeHook) - Automatikusan létrehozunk egy pódiumcsatornát neked $[**!!{stageName}!!**](stageHook) névvel. Ezt a nevet a későbbiekben módosíthatod. A pódiumodat $[**!!{stageName}!!**](stageHook) fogja befogadni. Pódiumcsatorna - Add meg a témát, amellyel bejelentheted, hogy megnyílt a pódiumod. Miről fogtok beszélgetni? Vágjunk bele Előadók diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index dcfeb1a693..d9d7f469c7 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1035,7 +1035,7 @@ Cambia avatar del server Utilizza un avatar diverso in ognuno dei tuoi server e molto altro ancora con **Discord Nitro!** Registro dei cambiamenti - Nuove funzionalità {added marginTop}\n======================\n\n* **Abbiamo aggiunto Esplora palco.** Dai un\'occhiata alle community che stanno ospitando dei palchi, da eventi audio come concerti, panel, talent show a qualunque altra stranezza ti venga in mente a patto che sia legale, cliccando sulla nuova scheda Esplora. \n* **È arrivato Trova i tuoi amici.** Abbiamo aggiunto una modalità attivabile per trovare i tuoi amici su Discord più facilmente. Se hai il numero di telefono del tuo amico ed entrambi avete dato il consenso per essere trovati, potrai trovarlo e inviargli una richiesta di amicizia. Niente più conversazioni imbarazzanti come: \"Se ti arriva una richiesta da xXSoulzLuverXx#0000, sono io.\"\n* **Abbiamo aggiunto gli emoji preferiti.** Tocca un emoji nella chat o tienine premuto uno nel selettore emoji per iniziare ad aggiungere e rimuovere gli emoji dai tuoi preferiti. I preferiti non verranno sincronizzati su desktop *per ora* ma puoi cominciare a pensare a quali 5 dei 2459 emoji a tua disposizione usi davvero.\n* **Aggiunte pagine alla barra di ricerca.** Non devi più scorrere all\'infinito tra i risultati di ricerca. Ora puoi saltare da una pagina all\'altra per trovare esattamente le prove da sbattere in faccia ai tuoi amici che negano di aver detto quella cosa 6 mesi fa ma tu non ti ricordi bene e ora ti basta un minuto per ritrovarla perché non hai nessun dubbio sul fatto che lo abbiano detto.\n* **Abbiamo aggiunto i suoni del canale vocale:** il tuo telefono ora riprodurrà suoni specifici per quando ti unisci/esci/vieni spostato nei canali vocali, tutti suoni che mi passano in testa fin troppo chiaramente. Ba-dum...ba-da-doo...\n\n\nCorrezioni e aggiornamenti {progress}\n======================\n\n* **Niente più ping di modifica!** Modificare una risposta non rimanderà più all\'autore nella maggior parte dei casi perché insomma volevo solo correggere il mio piccolo errore di grammatica e ora mi vergogno da morire.\n* **Miglioramenti delle cartelle server.** Ora puoi segnare le cartelle folder come già lette! Abbiamo aggiunto anche delle impostazioni per le cartelle server e ora puoi impostare nomi e colori personalizzati.\n* **Importanti miglioramenti e correzioni di bug per la Verifica dell\'iscrizione.** Non ti bloccherai più su queste pagine.\n* **Ora è più facile accedere alla modalità dell\'ingresso.** Puoi cambiare le impostazioni di push-to-talk e dell\'attività vocale senza uscire dalla schermata della chiamata.\n\n\n + Nuove funzionalità {added marginTop}\n======================\n\n* **È arrivato Trova i tuoi amici.** Abbiamo aggiunto una modalità attivabile per trovare i tuoi amici su Discord più facilmente. Se hai il numero di telefono del tuo amico ed entrambi avete dato il consenso per essere trovati, potrai trovarlo e inviargli una richiesta di amicizia. Niente più conversazioni imbarazzanti come: \"Se ti arriva una richiesta da xXSoulzLuverXx#0000, sono io.\"\n* **Abbiamo aggiunto gli emoji preferiti.** Tocca un emoji nella chat o tienine premuto uno nel selettore emoji per iniziare ad aggiungere e rimuovere gli emoji dai tuoi preferiti. I preferiti non verranno sincronizzati su desktop *per ora* ma puoi cominciare a pensare a quali 5 dei 2459 emoji a tua disposizione usi davvero.\n* **Aggiunte pagine alla barra di ricerca.** Non devi più scorrere all\'infinito tra i risultati di ricerca. Ora puoi saltare da una pagina all\'altra per trovare esattamente le prove da sbattere in faccia ai tuoi amici che negano di aver detto quella cosa 6 mesi fa ma tu non ti ricordi bene e ora ti basta un minuto per ritrovarla perché non hai nessun dubbio sul fatto che lo abbiano detto.\n* **Abbiamo aggiunto i suoni del canale vocale:** il tuo telefono ora riprodurrà suoni specifici per quando ti unisci/esci/vieni spostato nei canali vocali, tutti suoni che mi passano in testa fin troppo chiaramente. Ba-dum...ba-da-doo...\n\n\nCorrezioni e aggiornamenti {progress}\n======================\n\n* **Niente più ping di modifica!** Modificare una risposta non rimanderà più all\'autore nella maggior parte dei casi perché insomma volevo solo correggere il mio piccolo errore di grammatica e ora mi vergogno da morire.\n* **Miglioramenti delle cartelle server.** Ora puoi segnare le cartelle folder come già lette! Abbiamo aggiunto anche delle impostazioni per le cartelle server e ora puoi impostare nomi e colori personalizzati.\n* **Importanti miglioramenti e correzioni di bug per la Verifica dell\'iscrizione.** Non ti bloccherai più su queste pagine.\n* **Ora è più facile accedere alla modalità dell\'ingresso.** Puoi cambiare le impostazioni di push-to-talk e dell\'attività vocale senza uscire dalla schermata della chiamata.\n\n\n 2021-06-21 it 1 @@ -5204,7 +5204,6 @@ Badge Nitro esclusivo sul tuo profilo Condivisione schermo su PC a 720p 60fps o 1080p 30fps Vuoi che non mi dilunghi troppo? Allora supporta Discord e ricevi mirabili benefici della chat: - Accesso esclusivo al pacchetto adesivi Wumpus Nitro Elite, pacchetto adesivi What\'s Up Wumpus, e {discount}%% di sconto su tutti gli altri pacchetti adesivi Go Live stream di maggiore qualità: trasmetti dal punto di origine con Nitro o arrivando fino a uno scoppiettante 1080p a 60fps con Nitro Classic Scegli un piano Regala Nitro Classic a qualcuno per migliorare la sua esperienza con benefici della chat super potenti. [Scopri di più su Nitro Classic.](onClick) @@ -6557,7 +6556,6 @@ Solo membri Avvia il palco Sarai un relatore quando il palco aprirà. - Scrivi un argomento per annunciare che il tuo palco è in onda. Di che cosa parlerete? Argomento del palco Il dibattito è concluso: le bevande zero calorie sono meglio delle originali @@ -6575,17 +6573,11 @@ Crea un [server di community]({helpdeskArticle}). Crea un canale palco. Inventa un evento unico. - Avvia e apri il palco! Vuoi saperne di più? - Scopri come ospitare un palco fantastico Non puoi ancora avviare un palco - Coinvolgi e fai crescere la tua community con i canali palco. - In quale community vuoi ospitare un evento audio? Il tuo palco sarà ospitato su $[**!!{stageName}!!**](stageHook). $[Cambia canale](changeHook) - Ti creeremo automaticamente un canale palco chiamato $[**!!{stageName}!!**](stageHook). Più tardi potrai modificarne il nome. Il tuo palco sarà ospitato su $[**!!{stageName}!!**](stageHook). Canale palco - Scrivi un argomento per annunciare che il tuo palco è in onda. Di che cosa parlerete? Facciamolo Persone che si esibiscono diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 8cc26a0727..6548a5eb55 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -1058,7 +1058,7 @@ サーバー アバターを 変更 サーバーごとに使うアバターを変えることも、**Discord Nitro ならできちゃいます!** 変更履歴 - 新機能{added marginTop}\n======================\n\n* **ステージ発見を追加しました。**コンサートやパネルディスカッション、かくし芸大会、その他の意味不明だけど合法なオーディオイベント――すなわちステージを配信中のコミュニティを探せます。新規実装の「発見」タブをクリックしてみてください。 \n* **「フレンドを探す」がやってきました。**Discord をやっている友達を探す作業がもっと簡単になるよう、選べる機能を追加しました。友達の電話番号を知っていて、お互いに「フレンドを探す」を有効にしている場合は、友達が Discord に表示され、フレンドリクエストを送れるようになります。こんなふうにぎこちない会話から始めましょう: xXSoulzLuverXx#0000 からリクエストがあったら、それは私です。\n* **「お気に入りの絵文字」機能を追加しました。**チャットで絵文字をタップするか、任意の絵文字を絵文字ピッカーで長押しすると、お気に入りに追加したり削除したりできます。お気に入りの絵文字は *まだ* デスクトップ版と同期できませんが、全部で 2,459 ある絵文字のうち実際に使っているのが 5 個くらいだという事実をご自分で確かめてみてくださいね。\n* **検索バーでページ分けできるようになりました。**検索結果を永久にスクロールし続ける手間はもういりません。これからはページ間をジャンプして、6 ヶ月前くらいに友達が〇〇って言ったけど正確にいつかは思い出せなくて一瞬だけ時間ちょうだい絶対間違いなく言ってたからすぐに探し出して言質取るから、っていうときに役立てることができます。\n* **ボイスチャンネルに通知音を追加しました。**今後ボイスチャンネルで参加/退出/移動したときには、スマホで通知音がなります。ちなみにこの通知音、脳内で明瞭に再生されまくるのでつらいです。バドゥン……バダドゥ……\n\n\n\nバグ修正と更新{progress}\n======================\n\n* **編集 ping、さようなら!** 一度送った返信を編集しても、返信元メッセージの書き手にメンションが飛ぶことがほぼなくなりました。ちょっとタイポを直したかっただけなのに、そういうの恥ずか死ぬじゃん。\n* **サーバーフォルダーが改善されました。**これからはサーバーフォルダーを既読としてマークできます! サーバーフォルダー設定も実装したので、カスタム名称や色を設定できるようになりましたよ。\n* **メンバー・スクリーニングを大幅改善しました。**もうスクリーニング関連のページでつまづくことはありません。\n* **入力モードへのアクセスが簡単になりました。**通話スクリーンを閉じることなく、プッシュツートークや音声検出設定を変更できるようになりました。\n\n\n + 新機能{added marginTop}\n======================\n\n* **「フレンドを探す」がやってきました。**Discord をやっている友達を探す作業がもっと簡単になるよう、選べる機能を追加しました。友達の電話番号を知っていて、お互いに「フレンドを探す」を有効にしている場合は、友達が Discord に表示され、フレンドリクエストを送れるようになります。こんなふうにぎこちない会話から始めましょう: xXSoulzLuverXx#0000 からリクエストがあったら、それは私です。\n* **「お気に入りの絵文字」機能を追加しました。**チャットで絵文字をタップするか、任意の絵文字を絵文字ピッカーで長押しすると、お気に入りに追加したり削除したりできます。お気に入りの絵文字は *まだ* デスクトップ版と同期できませんが、全部で 2,459 ある絵文字のうち実際に使っているのが 5 個くらいだという事実をご自分で確かめてみてくださいね。\n* **検索バーでページ分けできるようになりました。**検索結果を永久にスクロールし続ける手間はもういりません。これからはページ間をジャンプして、6 ヶ月前くらいに友達が〇〇って言ったけど正確にいつかは思い出せなくて一瞬だけ時間ちょうだい絶対間違いなく言ってたからすぐに探し出して言質取るから、っていうときに役立てることができます。\n* **ボイスチャンネルに通知音を追加しました。**今後ボイスチャンネルで参加/退出/移動したときには、スマホで通知音がなります。ちなみにこの通知音、脳内で明瞭に再生されまくるのでつらいです。バドゥン……バダドゥ……\n\n\n\nバグ修正と更新{progress}\n======================\n\n* **編集 ping、さようなら!** 一度送った返信を編集しても、返信元メッセージの書き手にメンションが飛ぶことがほぼなくなりました。ちょっとタイポを直したかっただけなのに、そういうの恥ずか死ぬじゃん。\n* **サーバーフォルダーが改善されました。**これからはサーバーフォルダーを既読としてマークできます! サーバーフォルダー設定も実装したので、カスタム名称や色を設定できるようになりましたよ。\n* **メンバー・スクリーニングを大幅改善しました。**もうスクリーニング関連のページでつまづくことはありません。\n* **入力モードへのアクセスが簡単になりました。**通話スクリーンを閉じることなく、プッシュツートークや音声検出設定を変更できるようになりました。\n\n\n 2021-06-21 ja 1 @@ -5391,7 +5391,6 @@ プロフィールに限定Nitroバッジ PCの画面共有が720p 60fpsまたは1080p 30fpsになる シンプルにしたくないですか?Discordをサポートして素敵なチャット特典を入手: - Wumpus Nitro Eliteスタンプパックと無料のWhat’s Up Wumpusスタンプパックを登録者限定で使用可能、さらに他すべてのスタンプパックから {discount}%% 割引 改善されたGo Liveストリーム:Nitroのソースの配信を利用できます。Nitro Classic購読者は鮮明な最高1080p/60fpsを利用できます プランを選ぶ 誰かにNitro Classicを贈り、超強力なチャット特典でエクスペリエンスを強化しましょう。 [Nitro Classicの詳細をご覧ください。](onClick) @@ -6750,7 +6749,6 @@ メンバー限定 ステージを開始 ステージがオープンすると、あなたがスピーカーに設定されます。 - トピックを記入して、ステージが配信中であることを伝えましょう。 何の話をしますか? ステージのトピック 最終結論:ローカロリー食品は普通のよりおいしい @@ -6768,17 +6766,11 @@ [コミュニティサーバー]({helpdeskArticle})を立ち上げてください。 ステージチャンネルを作成してください。 素敵なイベントを考えてください。 - あなたのステージをオープンしましょう! もっと詳しく知りたいですか? - 素敵なステージをホストするには ステージを開始する条件が揃っていません - ステージチャンネルでコミュニティを惹きつけ、広げましょう。 - どのコミュニティでオーディオイベントをホストしますか? あなたのステージは $[**!!{stageName}!!**](stageHook) でホストされます。$[チャンネルを変更する](changeHook) - ステージチャンネル $[**!!{stageName}!!**](stageHook) を自動生成します。名前は後から変更できます。 あなたのステージは $[**!!{stageName}!!**](stageHook) でホストされます。 ステージチャンネル - トピックを記入して、ステージが配信中であることを伝えましょう。 何の話をしますか? やるぞ! 登壇者 diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 8dfed79b18..521ab5a133 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -1058,7 +1058,7 @@ 서버 아바타 변경하기 **Discord Nitro 구독**으로 참가 중인 서버마다 각기 다른 아바타를 사용해보세요! 변경 사항 - 새 기능 {added marginTop}\n======================\n\n* **스테이지 찾기 기능을 추가했어요.** 새로운 찾기 탭을 클릭해 스테이지(콘서트, 토론, 장기 자랑을 포함한 상상할 수 있는 모든 종류의 합법적인 오디오 행사)를 호스팅 중인 커뮤니티를 확인해보세요. \n* **친구 찾기를 추가했어요.** Discord에서 친구를 더 쉽게 찾는 방법을 추가했어요. 친구의 전화번호를 알고 있고, 두 사람 모두 친구 찾기 기능에 동의한 상태라면 친구를 찾아서 친구 요청을 보낼 수 있어요. \"혹시 xX영혼의단짝Xx#0000이라는 사람이 요청을 보내면 난 줄 알아.\" 같은 다소 민망한 말로 대화를 시작하게 되겠군요.\n* **이모티콘 즐겨찾기 기능을 추가했어요.** 대화 중 이모티콘을 탭하거나, 이모티콘 선택기에서 이모티콘 하나를 길게 누르면, 해당 이모티콘을 즐겨찾기로 추가하거나 제거할 수 있어요. 가지고 있는 총 2,459개의 이모티콘 중 실제로 사용하는 이모티콘 5개가 무엇인지 슬슬 생각해볼 때가 됐어요. 참, PC 버전과는 *아직* 동기화되지 않아요.\n* **검색 창에 페이지 기능을 추가했어요.** 검색 결과를 뒤져볼 때 더는 손가락 빠지도록 스크롤을 내릴 필요가 없어요. 6개월 전 친구가 뭔가에 관해 무슨 얘기를 했는데 그게 정확히 무엇에 관한 것이었는지 기억이 가물가물하지만 왠지 당장 궁금해서 미칠 거 같을 때, 검색 결과 페이지를 오가며 편하게 그 실마리를 찾아볼 수 있을 거예요.\n* **음성 채널에 알림 사운드를 추가했어요.** 이제부터는 음성 채널에 참가하거나, 채널을 떠나거나, 다른 채널로 이동될 때 휴대폰에서 소리가 날 거예요.\n\n\n\n\n수정 및 업데이트 {progress}\n======================\n\n* **댓글 수정 핑이 사라졌어요!** 이제 댓글을 수정해도 거의 모든 경우에서 원글 작성자에게 멘션이 가지 않아요. 민망한 문법 실수도 몰래 수정하는 게 가능하단 이야기죠.\n* **서버 폴더를 개선했어요.** 이제 서버 폴더를 읽음으로 표시할 수 있어요! 또 서버 폴더 설정에서 폴더에 사용자 정의 이름과 색상을 지정할 수도 있어요.\n* **멤버십 심사 기능을 대폭 개선하고 버그를 수정했어요.** 이제 페이지에 갇혀 오도 가도 못 하는 일은 벌어지지 않을 거예요.\n* **녹음 모드를 더 쉽게 사용할 수 있어요.** 이제 통화 화면을 떠나지 않고도 눌러서 말하기 모드로 전환하거나 음성 활동 설정을 변경할 수 있어요.\n\n\n + 새 기능 {added marginTop}\n======================\n\n* **친구 찾기를 추가했어요.** Discord에서 친구를 더 쉽게 찾는 방법을 추가했어요. 친구의 전화번호를 알고 있고, 두 사람 모두 친구 찾기 기능에 동의한 상태라면 친구를 찾아서 친구 요청을 보낼 수 있어요. \"혹시 xX영혼의단짝Xx#0000이라는 사람이 요청을 보내면 난 줄 알아.\" 같은 다소 민망한 말로 대화를 시작하게 되겠군요.\n* **이모티콘 즐겨찾기 기능을 추가했어요.** 대화 중 이모티콘을 탭하거나, 이모티콘 선택기에서 이모티콘 하나를 길게 누르면, 해당 이모티콘을 즐겨찾기로 추가하거나 제거할 수 있어요. 가지고 있는 총 2,459개의 이모티콘 중 실제로 사용하는 이모티콘 5개가 무엇인지 슬슬 생각해볼 때가 됐어요. 참, PC 버전과는 *아직* 동기화되지 않아요.\n* **검색 창에 페이지 기능을 추가했어요.** 검색 결과를 뒤져볼 때 더는 손가락 빠지도록 스크롤을 내릴 필요가 없어요. 6개월 전 친구가 뭔가에 관해 무슨 얘기를 했는데 그게 정확히 무엇에 관한 것이었는지 기억이 가물가물하지만 왠지 당장 궁금해서 미칠 거 같을 때, 검색 결과 페이지를 오가며 편하게 그 실마리를 찾아볼 수 있을 거예요.\n* **음성 채널에 알림 사운드를 추가했어요.** 이제부터는 음성 채널에 참가하거나, 채널을 떠나거나, 다른 채널로 이동될 때 휴대폰에서 소리가 날 거예요.\n\n\n\n\n수정 및 업데이트 {progress}\n======================\n\n* **댓글 수정 핑이 사라졌어요!** 이제 댓글을 수정해도 거의 모든 경우에서 원글 작성자에게 멘션이 가지 않아요. 민망한 문법 실수도 몰래 수정하는 게 가능하단 이야기죠.\n* **서버 폴더를 개선했어요.** 이제 서버 폴더를 읽음으로 표시할 수 있어요! 또 서버 폴더 설정에서 폴더에 사용자 정의 이름과 색상을 지정할 수도 있어요.\n* **멤버십 심사 기능을 대폭 개선하고 버그를 수정했어요.** 이제 페이지에 갇혀 오도 가도 못 하는 일은 벌어지지 않을 거예요.\n* **녹음 모드를 더 쉽게 사용할 수 있어요.** 이제 통화 화면을 떠나지 않고도 눌러서 말하기 모드로 전환하거나 음성 활동 설정을 변경할 수 있어요.\n\n\n 2021-06-21 ko 1 @@ -5375,7 +5375,6 @@ 프로필에 독점 Nitro 배지 사용 가능 720p 60fps나 1080p 30fps로 PC 화면 공유 단순한 게 좋다고요? Discord를 지원하고 근사한 채팅 특전을 받아 보세요: - Wumpus Nitro 엘리트 스티커 팩 독점 액세스, 무료 What\'s Up Wumpus 스티커 팩, 다른 모든 스티커 팩 {discount}%% 할인 Go Live 품질 상승: Nitro는 소스 품질, Nitro Classic은 최대 1080p 60FPS로 방송할 수 있어요. 플랜 선택하기 다른 사람에게 Nitro Classic을 선물하고 슈퍼 파워 채팅 특전으로 사용 경험을 업그레이드해주세요. [Nitro Classic에 대해 자세히 알아보세요.](onClick) @@ -6737,7 +6736,6 @@ 멤버 전용 스테이지 시작하기 스테이지가 열리면 연설자로 참여하게 됩니다. - 주제를 설명해 스테이지가 열렸다는 걸 알리세요. 무슨 주제로 대화를 나눠볼까요? 스테이지 주제 논란 종결: 역시 닭보다는 알이 먼저죠 @@ -6755,17 +6753,11 @@ [커뮤니티 서버]({helpdeskArticle})를 만드세요. 스테이지 채널을 만들어요. 멋진 이벤트를 구상해요. - 스테이지를 여세요! 더 궁금한 게 있나요? - 멋지게 스테이지 진행하는 법 아직은 스테이지를 시작할 수 없어요 - 스테이지 채널로 커뮤니티를 키우세요. - 어떤 커뮤니티에서 음성 이벤트를 열고 싶나요? 내 스테이지가 $[**!!{stageName}!!**](stageHook)에서 진행됩니다. $[채널 변경](changeHook) - $[**!!{stageName}!!**](stageHook)(이)라는 이름으로 스테이지 채널이 자동 생성됩니다. 이름은 나중에 바꿀 수 있어요. 내 스테이지가 $[**!!{stageName}!!**](stageHook)에서 진행됩니다. 스테이지 채널 - 주제를 설명해 스테이지가 열렸다는 걸 알리세요. 무슨 주제로 대화를 나눠볼까요? 할게요 연설 중인 사람 diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 4b6a834c96..2730a3d5b3 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -5350,7 +5350,6 @@ Išskirtinis Nitro ženklelis tavo profilyje Dalykis 720p 60 fps arba 1080p 30 fps kokybės ekrano vaizdu kompiuteryje Nori daryti viską paprastai? Paremk Discord ir gauk šaunių papildomų pokalbių pranašumų: - Išskirtinė prieiga prie Wumpus Nitro Elite lipdukų paketo, nemokamas What’s Up Wumpus lipdukų paketas ir {discount} %% nuolaida visiems kitiems lipdukų paketams Geresnės Go Live transliacijos: transliuok šaltinio kokybe naudodamas Nitro arba mėgaukis iki 1080p 60 kps kokybe naudodamas Nitro Classic. Pasirinkti planą Padovanok kam nors Nitro Classic, kad jie galėtų naudotis ypatingų funkcijų suteikiančiais pokalbių pranašumais. [Sužinok daugiau apie Nitro Classic.](onClick) @@ -6711,7 +6710,6 @@ Tik nariams Pradėti scenos kanalą Tu būsi kalbėtojas, kai scenos kanalas bus atidarytas. - Parašyk temą, kad praneštum, jog tavo scenos kanalas jau tiesioginiame eteryje. Apie ką kalbėsitės? Scenos kanalo tema Diskusijos baigtos: dietinė yra geresnė už įprastą @@ -6729,17 +6727,11 @@ Sukurk [bendruomenės serverį.]({helpdeskArticle}) Sukurti scenos kanalą. Sugalvoti puikų renginį. - Pradėk ir atidaryk savo Sceną! Nori sužinoti daugiau? - Išmok suorganizuoti puikią Sceną Dar negali pradėti Scenos - Įtrauk ir augink savo bendruomenę su Scenų kanalais. - Kurioje bendruomenėje nori rengti audio renginį? Tavo Scena bus $[**!!{stageName}!!**](stageHook). $[Pakeisti kanalą](changeHook) - Mes automatiškai sukursime tau Scenos kanalą pavadinimu $[**!!{stageName}!!**](stageHook). Vėliau galėsi pakeisti pavadinimą. Tavo Scena bus $[**!!{stageName}!!**](stageHook). Scenos kanalas - Parašyk temą, kad praneštum, jog tavo scenos kanalas jau tiesioginiame eteryje. Apie ką kalbėsitės? Padarykime tai Atliekantys žmonės diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 4a2ab25241..60fcef2697 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -1015,7 +1015,7 @@ Serveravatar wijzigen Gebruik een andere avatar op al je servers en nog veel meer met **Discord Nitro!** Logboek - Nieuwe functies {added marginTop}\n======================\n\n* **Podiumontdekking toegevoegd.** Ontdek community\'s die live podiums hosten (audio-evementen zoals concerten, panels, talentenjachten en alle andere vreemde maar legale dingen die je kunt bedenken) door op de nieuwe Ontdekking-tab te tikken. \n* **\'Zoek je vrienden\' is nu beschikbaar.** We hebben een optionele manier toegevoegd om makkelijker vrienden te vinden op Discord. Als je het telefoonnummer van een vriend(in) hebt en jullie kiezen er beiden voor om vindbaar te zijn, dan kunnen jullie elkaar vinden en een vriendschapsverzoek sturen. Een mooie kans om een ongemakkelijk gesprek te beginnen, zoals: \"Als je een verzoek krijgt van xXSoulzLuverXx#0000, dan ben ik dat.\"\n* **Favoriete emoji toegevoegd.** Tik op een emoji in de chat of hou hem lang ingedrukt in de emojikiezer om hem aan je favorieten toe te voegen of daaruit te verwijderen. Je favorieten worden *nog* niet gesynchroniseerd op je desktop, maar je kunt wel vast ontdekken welke 5 van je 2459 emoji\'s je daadwerkelijk gebruikt.\n* **Paginering aan de zoekbalk toegevoegd.** Je hoeft niet langer eindeloos door de zoekresultaten te scrollen. Je kunt naar andere pagina\'s springen om het exacte bewijs te vinden dat je nodig hebt om aan je vriend te laten zien dat hij dat ene zes maanden geleden echt heeft gezegd, ook al weet je niet meer wat het was. Dus zoek je het op omdat je zeker weet dat hij dat écht heeft gezegd.\n* **Spraakkanaalgeluiden toegevoegd:** Je telefoon maakt nu geluid wanneer je deelneemt aan een spraakkanaal, er een verlaat of erin verplaatst wordt. Deze geluiden kan ik angstaanjagend goed in mijn hoofd afspelen. Ba-dum... ba-da-doe...\n\n\n\n\nProbleemoplossingen en updates {progress}\n======================\n\n* **Geen pings meer na bewerken!** Wanneer je een reactie bewerkt, ontvangt de auteur van het bericht waar je op reageerde daar in de meeste gevallen geen melding meer van, want ik wilde gewoon ongezien mijn spelfout aanpassen en nu schaam ik me kapot.\n* **Verbeteringen servermap.** Je kunt je servermappen nu als gelezen markeren! We hebben ook servermapinstellingen toegevoegd zodat je aanpasbare namen en kleuren kunt gebruiken.\n* **Grote verbeteringen en probleemoplossingen voor Lidmaatschapscreening.** Je komt niet meer vast te zitten op deze pagina\'s.\n* **Je hebt nu makkelijker toegang tot je invoermodus.** Je kunt je instellingen voor push-to-talk en je spraakactiviteit nu makkelijker wijzigen zonder het oproepscherm te verlaten.\n\n\n + Nieuwe functies {added marginTop}\n======================\n\n* **\'Zoek je vrienden\' is nu beschikbaar.** We hebben een optionele manier toegevoegd om makkelijker vrienden te vinden op Discord. Als je het telefoonnummer van een vriend(in) hebt en jullie kiezen er beiden voor om vindbaar te zijn, dan kunnen jullie elkaar vinden en een vriendschapsverzoek sturen. Een mooie kans om een ongemakkelijk gesprek te beginnen, zoals: \"Als je een verzoek krijgt van xXSoulzLuverXx#0000, dan ben ik dat.\"\n* **Favoriete emoji toegevoegd.** Tik op een emoji in de chat of hou hem lang ingedrukt in de emojikiezer om hem aan je favorieten toe te voegen of daaruit te verwijderen. Je favorieten worden *nog* niet gesynchroniseerd op je desktop, maar je kunt wel vast ontdekken welke 5 van je 2459 emoji\'s je daadwerkelijk gebruikt.\n* **Paginering aan de zoekbalk toegevoegd.** Je hoeft niet langer eindeloos door de zoekresultaten te scrollen. Je kunt naar andere pagina\'s springen om het exacte bewijs te vinden dat je nodig hebt om aan je vriend te laten zien dat hij dat ene zes maanden geleden echt heeft gezegd, ook al weet je niet meer wat het was. Dus zoek je het op omdat je zeker weet dat hij dat écht heeft gezegd.\n* **Spraakkanaalgeluiden toegevoegd:** Je telefoon maakt nu geluid wanneer je deelneemt aan een spraakkanaal, er een verlaat of erin verplaatst wordt. Deze geluiden kan ik angstaanjagend goed in mijn hoofd afspelen. Ba-dum... ba-da-doe...\n\n\n\n\nProbleemoplossingen en updates {progress}\n======================\n\n* **Geen pings meer na bewerken!** Wanneer je een reactie bewerkt, ontvangt de auteur van het bericht waar je op reageerde daar in de meeste gevallen geen melding meer van, want ik wilde gewoon ongezien mijn spelfout aanpassen en nu schaam ik me kapot.\n* **Verbeteringen servermap.** Je kunt je servermappen nu als gelezen markeren! We hebben ook servermapinstellingen toegevoegd zodat je aanpasbare namen en kleuren kunt gebruiken.\n* **Grote verbeteringen en probleemoplossingen voor Lidmaatschapscreening.** Je komt niet meer vast te zitten op deze pagina\'s.\n* **Je hebt nu makkelijker toegang tot je invoermodus.** Je kunt je instellingen voor push-to-talk en je spraakactiviteit nu makkelijker wijzigen zonder het oproepscherm te verlaten.\n\n\n 2021-06-21 nl 1 @@ -5184,7 +5184,6 @@ Exclusieve Nitro-badge op je profiel Scherm delen op pc in 720p met 60 fps of 1080p met 30 fps Wil je het eenvoudig houden? Ondersteun Discord en ontvang gave chatvoordelen: - Exclusieve toegang tot het Nitro Wumpus Elite-stickerpakket, gratis What\'s Up Wumpus-stickerpakket en {discount}%% korting op alle stickerpakketten Betere Go Live-streams: Stream vanaf de bron met Nitro of kies voor haarscherp 1080p 60fps met Nitro Classic Kies een abonnement Geef iemand Nitro Classic cadeau om toegang te geven tot fantastische chatvoordelen. [Meer informatie over Nitro Classic.](onClick) @@ -6518,7 +6517,6 @@ Alleen voor leden Podium starten Je wordt spreker zodra het podium geopend is. - Schrijf een onderwerp om aan te kondigen dat je podium live is. Waar ga je het over hebben? Podiumonderwerp Het debat is afgelopen: diëten is beter dan gewoon eten @@ -6536,17 +6534,11 @@ Maak een [communityserver.]({helpdeskArticle}) Maak een podiumkanaal. Bedenk een geweldig evenement. - Start en open je Podium! Benieuwd naar meer? - Leer hoe je een geweldig Podium host Je kan nog geen Podium starten - Vergroot je community met Podiumkanalen. - In welke community wil je je audio-evenement hosten? Je Podium wordt gehost in $[**!!{stageName}!!**](stageHook). $[Kanaal veranderen](changeHook) - We maken automatisch een podiumkanaal voor je met de naam $[**!!{stageName}!!**](stageHook). Je kan deze naam later wijzigen. Je Podium wordt gehost in $[**!!{stageName}!!**](stageHook). Podiumkanaal - Schrijf een onderwerp om aan te kondigen dat je podium live is. Waar ga je het over hebben? We gaan ervoor Mensen die optreden diff --git a/app/src/main/res/values-no/strings.xml b/app/src/main/res/values-no/strings.xml index 6d14044776..52a6b025c0 100644 --- a/app/src/main/res/values-no/strings.xml +++ b/app/src/main/res/values-no/strings.xml @@ -4979,7 +4979,6 @@ Eksklusivt Nitro-merke på profilen din Del skjermen på PC i 720p 60 bps eller 1080p 30 bps Lyst til å holde det enkelt? Støtt Discord og få digge chatfordeler. - Eksklusiv tilgang til Wumpus Nitro Elite-klistremerkepakken, en What’s Up Wumpus-klistremerkepakke på kjøpet, og {discount} %% rabatt på alle andre klistremerkepakker Bedre Go Live-strømmer: Strøm ved kilden med Nitro eller opptil skarpe 1080p 60 fps med Nitro Classic Gi noen Nitro Classic i gave for å forbedre opplevelsen deres med supereffektive chatfordeler. [Les mer om Nitro Classic.](onClick) Forstått @@ -6287,7 +6286,6 @@ Kun medlemmer Start scenen Du er taler når scenen åpnes. - Skriv et emne for å kunngjøre at scenen er åpnet. Hva skal dere snakke om? Scenens emne Debatten er avsluttet: Sukkerfri er bedre enn vanlig @@ -6305,17 +6303,11 @@ Lag en [fellesskapserver.]({helpdeskArticle}) Opprett en scenekanal. Pønsk ut et fantastisk arrangement. - Start og åpne scenen din! Vil du finne ut mer? - Lær deg å bli en utmerket vert for en scene Du kan ikke starte en scene ennå - Engasjer deg og dyrk frem fellesskapet ditt med scenekanaler. - I hvilket fellesskap vil du være vert for et lydarrangement? Scenen din blir arrangert i $[**!!{stageName}!!**](stageHook). $[Bytt kanal](changeHook) - Vi oppretter automatisk en scenekanal for deg kalt $[**!!{stageName}!!**](stageHook). Du kan bytte navnet senere. Scenen din blir arrangert i $[**!!{stageName}!!**](stageHook). Scenekanal - Skriv et emne for å kunngjøre at scenen er åpnet. Hva skal dere snakke om? La oss gjøre det Folk som opptrer diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index bcc521be14..15db519eb1 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -1050,7 +1050,7 @@ Zmień awatar na serwerze Używaj innego awatara na każdym ze swoich serwerów i nie tylko dzięki **Discord Nitro!** Dziennik zmian - Nowe funkcje {added marginTop}\n======================\n\n* **Dodano Wyszukiwanie podiów.** Poznaj społeczności, które organizują podium na żywo — wydarzenia audio, takie jak koncerty, panele, pokazy talentów i wszelkie inne dziwne, ale legalne rzeczy, które mogą Ci przyjść do głowy — wystarczy kliknąć nową zakładkę Wyszukiwanie. \n* **Dodano funkcję wyszukiwania znajomych.** Dodaliśmy funkcję umożliwiającą łatwiejsze wyszukiwanie znajomych, którzy zgodzili się na przekazanie danych do aplikacji Discord. Jeśli również przystąpisz do usługi, mając numer telefonu znajomego, łatwo go znajdziesz i wyślesz prośbę o dodanie do listy znajomych. Dzięki temu unikniesz wysyłania krępujących wiadomości takich jak Ta prośba o dodanie do znajomych od xXSoulzLuverXx#0000 jest ode mnie....\n* **Dodano ulubione emoji.** Stuknij emoji na czacie lub naciśnij długo jedno z nich w obszarze wybierania emoji, aby zacząć dodawać i usuwać emoji z ulubionych. Twoje ulubione nie będą synchronizowane z pulpitem *jeszcze*, ale możesz zacząć zastanawiać się, które 5 z posiadanych 2459 emoji rzeczywiście używasz.\n* **Dodano paginację do paska wyszukiwania.** Nie musisz już przewijać w nieskończoność wyników wyszukiwania. Teraz możesz przeskakiwać między stronami, aby znaleźć niezbity dowód, którego potrzebujesz, chcąc udowodnić swojemu znajomemu, że naprawdę coś powiedział 6 miesięcy temu, ale nie możesz sobie przypomnieć, więc poświęcasz trochę czasu, aby to znaleźć, ponieważ przysięgasz, że naprawdę to powiedział.\n* **Dodano dźwięki kanałów głosowych:** Twój telefon będzie teraz odtwarzał dźwięki, gdy dołączysz, opuścisz lub zostaniesz przeniesiony w kanałach głosowych — są to wszystkie dźwięki, które mogą pojawić się w głowie z przerażającą wyrazistością. Ba-dum... ba-da-doo...\n\n\n\n\nPoprawki i aktualizacje {progress}\n======================\n\n* **Koniec z pingami edycji!** Edycja odpowiedzi nie będzie już wspominać autora referencji w większości przypadków (Chciałem tylko poprawić mój mały błąd gramatyczny, a teraz jestem poważnie zakłopotany.)\n* **Ulepszenia folderów serwera.** Teraz możesz oznaczyć foldery serwera jako przeczytane! Dodaliśmy także ustawienia folderów serwera, aby można było ustawić własne nazwy i kolory.\n* **Dużo ulepszeń i poprawek błędów w funkcji sprawdzania członków.** Nie będziesz już na dłużej zatrzymywać się na tych stronach.\n* **Ułatwiono dostęp do trybu wprowadzania danych.** Możesz teraz zmieniać ustawienia funkcji Naciśnij i Mów oraz aktywności głosowej bez opuszczania ekranu połączenia.\n\n\n + Nowe funkcje {added marginTop}\n======================\n\n* **Dodano funkcję wyszukiwania znajomych.** Dodaliśmy funkcję umożliwiającą łatwiejsze wyszukiwanie znajomych, którzy zgodzili się na przekazanie danych do aplikacji Discord. Jeśli również przystąpisz do usługi, mając numer telefonu znajomego, łatwo go znajdziesz i wyślesz prośbę o dodanie do listy znajomych. Dzięki temu unikniesz wysyłania krępujących wiadomości takich jak Ta prośba o dodanie do znajomych od xXSoulzLuverXx#0000 jest ode mnie....\n* **Dodano ulubione emoji.** Stuknij emoji na czacie lub naciśnij długo jedno z nich w obszarze wybierania emoji, aby zacząć dodawać i usuwać emoji z ulubionych. Twoje ulubione nie będą synchronizowane z pulpitem *jeszcze*, ale możesz zacząć zastanawiać się, które 5 z posiadanych 2459 emoji rzeczywiście używasz.\n* **Dodano paginację do paska wyszukiwania.** Nie musisz już przewijać w nieskończoność wyników wyszukiwania. Teraz możesz przeskakiwać między stronami, aby znaleźć niezbity dowód, którego potrzebujesz, chcąc udowodnić swojemu znajomemu, że naprawdę coś powiedział 6 miesięcy temu, ale nie możesz sobie przypomnieć, więc poświęcasz trochę czasu, aby to znaleźć, ponieważ przysięgasz, że naprawdę to powiedział.\n* **Dodano dźwięki kanałów głosowych:** Twój telefon będzie teraz odtwarzał dźwięki, gdy dołączysz, opuścisz lub zostaniesz przeniesiony w kanałach głosowych — są to wszystkie dźwięki, które mogą pojawić się w głowie z przerażającą wyrazistością. Ba-dum... ba-da-doo...\n\n\n\n\nPoprawki i aktualizacje {progress}\n======================\n\n* **Koniec z pingami edycji!** Edycja odpowiedzi nie będzie już wspominać autora referencji w większości przypadków (Chciałem tylko poprawić mój mały błąd gramatyczny, a teraz jestem poważnie zakłopotany.)\n* **Ulepszenia folderów serwera.** Teraz możesz oznaczyć foldery serwera jako przeczytane! Dodaliśmy także ustawienia folderów serwera, aby można było ustawić własne nazwy i kolory.\n* **Dużo ulepszeń i poprawek błędów w funkcji sprawdzania członków.** Nie będziesz już na dłużej zatrzymywać się na tych stronach.\n* **Ułatwiono dostęp do trybu wprowadzania danych.** Możesz teraz zmieniać ustawienia funkcji Naciśnij i Mów oraz aktywności głosowej bez opuszczania ekranu połączenia.\n\n\n 2021-06-21 pl 1 @@ -5295,7 +5295,6 @@ Wyjątkowa odznaka Nitro na Twoim profilu Współdzielenie ekranu na PC w jakości 720p 60 fps lub 1080p 30 fps Wystarczy ci prostota? Wspieraj Discorda i zdobądź urocze urozmaicenia czatu: - Wyłączny dostęp do pakietu naklejek Wumpus Nitro Elite, darmowy pakiet naklejek What’s Up Wumpus oraz zniżka {discount}%% na wszystkie inne pakiety naklejek Lepsze streamy Go Live: streamuj w jakości źródłowej na Nitro lub nawet w świetnej jakości 1080p 60 FPS na Nitro Classic Wybierz plan Podaruj komuś Nitro Classic, by wrażenia z naszej platformy były jeszcze lepsze dzięki świetnym urozmaiceniom czatu. [Dowiedz się więcej o Nitro Classic.](onClick) @@ -6650,7 +6649,6 @@ Tylko członkowie Zainicjuj podium Gdy Podium się otworzy, będziesz mówcą. - Określ temat, aby ogłosić, że podium się zaczęło. O czym będziecie rozmawiać? Temat Podium Debata zakończona: napoje dietetyczne są lepsze niż zwykłe @@ -6668,17 +6666,11 @@ Utwórz [serwer społeczności.]({helpdeskArticle}) Utwórz kanał podium. Zaplanuj świetne wydarzenie. - Zainicjuj i otwórz podium! Chcesz dowiedzieć się więcej? - Dowiedz się, jak zorganizować świetne podium Nie możesz jeszcze zainicjować podium - Angażuj i rozwijaj swoją społeczność dzięki kanałom podium. - W której społeczności chcesz zorganizować wydarzenie dźwiękowe? Twoje podium zostanie zorganizowane na kanale $[**!!{stageName}!!**](stageHook). $[Zmień kanał](changeHook) - Automatycznie utworzymy dla Ciebie kanał podium o nazwie $[**!!{stageName}!!**](stageHook). Możesz zmienić tę nazwę później. Twoje podium zostanie zorganizowane na kanale $[**!!{stageName}!!**](stageHook). Kanał podium - Określ temat, aby ogłosić, że podium się zaczęło. O czym będziecie rozmawiać? Zróbmy to Rozmawiające osoby diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index b36c3f415f..a6291c285b 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -684,7 +684,7 @@ Bem-vindo (ou vinda) ao começo do grupo **!!{name}!!**. Você sairá automaticamente deste grupo quando tiver terminado. Este é o começo do canal **particular** !!{channelName}!!. $[](topicHook) - S + Beta Búlgaro Cobrança Aceite os Termos de Serviço para continuar @@ -1041,7 +1041,7 @@ Mudar avatar do servidor Use um avatar diferente em cada um dos seus servidores e muito mais com o **Discord Nitro!** Registro de alterações - Novos recursos {added marginTop}\n======================\n\n* **Adicionamos o Descobrir Palcos.** Dê uma olhada nas comunidades com palcos ao vivo — eventos de áudio como shows, painéis, concurso de talentos e muitas outras coisas estranhas, mas completamente legais, em que você possa pensar — clicando na aba Descobrir. \n* **Encontre Seus Amigos chegou.** Nós acrescentamos uma forma prática para você encontrar seus amigos mais facilmente no Discord. Se você tiver o número do seu amigo, e ambos tenham permitido serem encontrados, você poderá encontrá-lo e mandar um pedido de amizade. Já tô até vendo as conversas do tipo: \"Se você receber um pedido de xXReidoChamegoXx#0000, sou eu.\"\n* **Adicionamos emojis favoritos.** Toque em um emoji no chat ou toque e segure no seletor de emojis para adicionar ou remover emojis dos seus favoritos. Esta lista *ainda* não vai sincronizar com seu Desktop, mas você já pode ir decidindo quais 5 dos nossos 2.459 emojis você realmente usa.\n* **Adicionamos paginação à barra de busca.** Você não vai mais precisar rolar infinitamente pelos resultados de busca. Agora você pode pular direto entre páginas para encontrar a prova concreta contra seu amigo, de que ele realmente disse isso, tipo, seis meses atrás, apesar de você não se lembrar direito, mas espera só um minuto para você ir procurar, porque ele disse isso sim e você pode provar.\n* **Adicionamos sons no canal de voz:** Agora, seu telefone fará sons quando você entrar, sair e for movido em canais de voz, e são sons que eu posso ouvir na minha cabeça com clareza assustadora. Du-rum… Di-ru-rum…\n\n\n\n\nCorreções e atualizações {progress}\n======================\n\n* **Chega de menções na edição!** Editar uma resposta não vai mais gerar uma menção ao autor, na maioria das vezes, porque eu só queria consertar meu pequeno erro de gramática e agora estou com muita vergonha.\n* **Melhorias na pasta de servidores.** Agora você pode marcar as pastas do seu servidor como lidas! Também acrescentamos configurações da pasta do servidor para você poder usar nomes e cores personalizados.\n* **Grandes melhorias e correção de erros na Avaliação de Associação.** Você não vai mais encalhar nestas páginas.\n* **Deixamos seu modo de entrada mais fácil de acessar.** Agora você pode alterar suas configurações de aperte para falar e atividade de voz sem sair da tela de chamada.\n\n\n + Novos recursos {added marginTop}\n======================\n\n* **Encontre Seus Amigos chegou.** Nós acrescentamos uma forma prática para você encontrar seus amigos mais facilmente no Discord. Se você tiver o número do seu amigo, e ambos tenham permitido serem encontrados, você poderá encontrá-lo e mandar um pedido de amizade. Já tô até vendo as conversas do tipo: \"Se você receber um pedido de xXReidoChamegoXx#0000, sou eu.\"\n* **Adicionamos emojis favoritos.** Toque em um emoji no chat ou toque e segure no seletor de emojis para adicionar ou remover emojis dos seus favoritos. Esta lista *ainda* não vai sincronizar com seu Desktop, mas você já pode ir decidindo quais 5 dos nossos 2.459 emojis você realmente usa.\n* **Adicionamos paginação à barra de busca.** Você não vai mais precisar rolar infinitamente pelos resultados de busca. Agora você pode pular direto entre páginas para encontrar a prova concreta contra seu amigo, de que ele realmente disse isso, tipo, seis meses atrás, apesar de você não se lembrar direito, mas espera só um minuto para você ir procurar, porque ele disse isso sim e você pode provar.\n* **Adicionamos sons no canal de voz:** Agora, seu telefone fará sons quando você entrar, sair e for movido em canais de voz, e são sons que eu posso ouvir na minha cabeça com clareza assustadora. Du-rum… Di-ru-rum…\n\n\n\n\nCorreções e atualizações {progress}\n======================\n\n* **Chega de menções na edição!** Editar uma resposta não vai mais gerar uma menção ao autor, na maioria das vezes, porque eu só queria consertar meu pequeno erro de gramática e agora estou com muita vergonha.\n* **Melhorias na pasta de servidores.** Agora você pode marcar as pastas do seu servidor como lidas! Também acrescentamos configurações da pasta do servidor para você poder usar nomes e cores personalizados.\n* **Grandes melhorias e correção de erros na Avaliação de Associação.** Você não vai mais encalhar nestas páginas.\n* **Deixamos seu modo de entrada mais fácil de acessar.** Agora você pode alterar suas configurações de aperte para falar e atividade de voz sem sair da tela de chamada.\n\n\n 2021-06-21 pt-BR 1 @@ -5232,7 +5232,6 @@ Emblema Nitro exclusivo no seu perfil Compartilhamento de tela no PC em 720p 60fps ou 1080p 30fps Quer simplificar? Apoie o Discord e obtenha vantagens de bate-papo maravilhosas: - Acesso exclusivo ao pacote de figurinhas Wumpus Nitro Elite, pacote de figurinhas What’s Up Wumpus gratuito, e {discount}%% de desconto em todos os outros pacotes de figurinhas Transmissões melhores no Go Live: transmita na qualidade fonte com o Nitro ou em até lindos 1080p a 60fps com o Nitro Classic Escolha um plano Dê o Nitro Classic de presente a alguém para aprimorar a experiência dela com vantagens de bate-papo superpoderosas. [Saiba mais sobre o Nitro Classic.](onClick) @@ -6588,7 +6587,6 @@ Apenas membros Começar o palco Você será um(a) orador(a) quando o palco for aberto. - Escreva um tópico para anunciar que seu palco está ao vivo. Sobre o que vocês vão conversar? Tópico do palco Acabou a discussão: diet é melhor do que normal @@ -6606,17 +6604,11 @@ Faça um [servidor da comunidade.]({helpdeskArticle}) Criar um canal palco. Pense em um ótimo evento. - Comece e abra seu palco! Quer aprender mais? - Aprenda a fazer um ótimo palco Você ainda não pode começar um palco - Envolva e expanda sua comunidade com canais palco. - Em qual comunidade você quer fazer um evento de áudio? Seu palco acontecerá em $[**!!{stageName}!!**](stageHook). $[Mudar canal](changeHook) - Um canal palco chamado $[**!!{stageName}!!**](stageHook) será criado automaticamente. Você poderá mudar o nome depois. Seu palco acontecerá em $[**!!{stageName}!!**](stageHook). Canal palco - Escreva um tópico para anunciar que seu palco está ao vivo. Sobre o que vocês vão conversar? Vamos nessa Pessoas se apresentando diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 5bcdd14ee7..7d4219060f 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -5192,7 +5192,6 @@ Insignă exclusivă Nitro pe profilul tău Partajarea ecranului pe PC în 720p cu 60fps sau în 1080p cu 30fps Nu vrei să complici lucrurile? Sprijină Discord și obține avantaje super pentru chat: - Acces exclusiv la pachetul de stickere „Wumpus Nitro Elită”, pachetul gratuit „Care-i treaba, Wumpus” și o reducere de {discount}%% la toate celelalte pachete de stickere Stream-uri Go Live mai bune: Fă streaming la sursă cu Nitro sau obține o imagine clară la 1080p 60fps cu Nitro Classic Alege un abonament Dăruiește-i cuiva Nitro Classic pentru a-i oferi avantaje în chat cu super-puteri. [Află mai multe despre Nitro Classic.](onClick) @@ -6542,7 +6541,6 @@ Exclusiv pentru membri Deschide podiumul Vei avea rolul de vorbitor la deschiderea podiumului. - Indică un subiect pentru a anunța că podiumul este în direct. Despre ce se va vorbi? Subiect podium Nici nu e loc de discuții: varianta light e mult superioară @@ -6560,17 +6558,11 @@ Creează un [server comunitar.]({helpdeskArticle}) Creează un canal podium. Pregătește un eveniment senzațional. - Deschide-ți podiumul și dă-i drumul! Vrei să afli mai multe? - Află cum să găzduiești un podium extraordinar Încă nu poți deschide un podium - Implică-ți și dezvoltă-ți comunitatea cu ajutorul canalelor podium. - În care comunitate vrei să găzduiești un eveniment audio? Podiumul tău va fi găzduit în $[**!!{stageName}!!**](stageHook). $[Schimbă canalul](changeHook) - Îți vom crea automat un canal podium numit $[**!!{stageName}!!**](stageHook). Îi poți schimba numele mai târziu. Podiumul tău va fi găzduit în $[**!!{stageName}!!**](stageHook). Canal podium - Indică un subiect pentru a anunța că podiumul este în direct. Despre ce se va vorbi? Să-i dăm drumul Persoane la o reprezentație diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 22a32c5349..8800de7fd9 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -1034,7 +1034,7 @@ Изменить никнейм друга Сменить значок Список изменений - Новые функции {added marginTop}\n======================\n\n* **Добавлено «Путешествие по трибунам».** Щёлкнув по новой вкладке «Путешествие», вы сможете найти сообщества, которые организуют открытые трибуны — голосовые события, такие как концерты, семинары, шоу талантов и множество других странных, но легальных мероприятий, которые только придут вам в голову. \n* **Функция «Найдите своих друзей»:** Теперь искать друзей в Discord стало ещё проще. Если вам известен номер телефона друга и вы оба включите у себя эту функцию, то этого будет достаточно, чтобы отправить запрос дружбы. Только не смотрите другу в глаза, когда будете объяснять ему, что xXPozhirayuDushiXx#0000 — это вы.\n* **Добавлены избранные эмодзи.** Коснитесь эмодзи в чате или нажмите и удерживайте эмодзи в соответствующем меню, чтобы добавить его в список избранного или убрать оттуда. Ваши любимые эмодзи *пока* не будут синхронизированы с Discord на компьютере, но вы уже можете прикинуть, какие 5 из 2459 эмодзи вы используете чаще всего.\n* **Добавлена нумерация страниц поиска.** Больше не нужно бесконечно прокручивать результаты поиска. Теперь вы легко сможете победить в споре с друзьями и найти ту фразу, которую они сказали полгода назад, даже если они утверждают, будто такого не было.\n* **Добавлены звуки голосовых каналов:** теперь ваш телефон будет воспроизводить звуки, когда вы присоединяетесь к голосовому каналу, покидаете его или вас туда перемещают. Пара-пара-пам! Фьють!\n\n\n\n\nИсправления и улучшения {progress}\n======================\n\n* **Больше никаких упоминаний из-за редактирования!** При исправлении ответа теперь не будет упоминаться автор исходного сообщения, чтобы избежать ситуаций вроде «я просто хочу исправить небольшую грамматическую ошибку, а теперь мне ужасно стыдно».\n* **Улучшения папок серверов.** Теперь можно отметить папки серверов как прочитанные! Мы также добавили настройки папок серверов, чтобы вы могли использовать для них свои названия и цвета.\n* **Мы значительно улучшили и исправили функцию отбора участников.** Вы больше не застрянете на этих страницах.\n* **Доступ к режиму ввода стал проще.** Теперь можно переключаться с режима рации на активацию по голосу и обратно прямо на экране звонка.\n\n\n + Новые функции {added marginTop}\n======================\n\n* **Функция «Найдите своих друзей»:** Теперь искать друзей в Discord стало ещё проще. Если вам известен номер телефона друга и вы оба включите у себя эту функцию, то этого будет достаточно, чтобы отправить запрос дружбы. Только не смотрите другу в глаза, когда будете объяснять ему, что xXPozhirayuDushiXx#0000 — это вы.\n* **Добавлены избранные эмодзи.** Коснитесь эмодзи в чате или нажмите и удерживайте эмодзи в соответствующем меню, чтобы добавить его в список избранного или убрать оттуда. Ваши любимые эмодзи *пока* не будут синхронизированы с Discord на компьютере, но вы уже можете прикинуть, какие 5 из 2459 эмодзи вы используете чаще всего.\n* **Добавлена нумерация страниц поиска.** Больше не нужно бесконечно прокручивать результаты поиска. Теперь вы легко сможете победить в споре с друзьями и найти ту фразу, которую они сказали полгода назад, даже если они утверждают, будто такого не было.\n* **Добавлены звуки голосовых каналов:** теперь ваш телефон будет воспроизводить звуки, когда вы присоединяетесь к голосовому каналу, покидаете его или вас туда перемещают. Пара-пара-пам! Фьють!\n\n\n\n\nИсправления и улучшения {progress}\n======================\n\n* **Больше никаких упоминаний из-за редактирования!** При исправлении ответа теперь не будет упоминаться автор исходного сообщения, чтобы избежать ситуаций вроде «я просто хочу исправить небольшую грамматическую ошибку, а теперь мне ужасно стыдно».\n* **Улучшения папок серверов.** Теперь можно отметить папки серверов как прочитанные! Мы также добавили настройки папок серверов, чтобы вы могли использовать для них свои названия и цвета.\n* **Мы значительно улучшили и исправили функцию отбора участников.** Вы больше не застрянете на этих страницах.\n* **Доступ к режиму ввода стал проще.** Теперь можно переключаться с режима рации на активацию по голосу и обратно прямо на экране звонка.\n\n\n 2021-06-21 ru 1 @@ -5342,7 +5342,6 @@ Эксклюзивный значок Nitro в профиле. Демонстрируйте экран на ПК в 720p 60FPS или 1080p 30FPS. Не хотите ничего лишнего? Поддержите Discord и получите крутые бонусы для чата: - Эксклюзивный доступ к набору стикеров «Wumpus Nitro Elite», бесплатный набор стикеров «What’s Up Wumpus» и скидка {discount} на все остальные наборы стикеров Крутые стримы Go Live: Nitro Classic даёт возможность стримить в формате до 1080p на 60 кадрах в секунду. Выберите тариф Подарите кому-нибудь подписку Nitro Classic — а с ней и крутые бонусы для чата, чтобы удовольствия от общения стало ещё больше! [Подробнее о Nitro Classic.](onClick) @@ -6689,7 +6688,6 @@ Присоединиться могут только участники вашего сервера. Открыть трибуну Когда трибуна откроется, вы будете оратором. - Опишите тематику вашей трибуны, чтобы объявить о её открытии. Тематика трибуны Дебаты окончены: диетическая газировка лучше обычной Необходимо указать тематику. Таково наше правило. diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index 3cfabaa10b..d5a339092b 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -1002,7 +1002,7 @@ Ändra serveravatar Använd olika avatarer på var och en av dina servrar och mer med **Discord Nitro!** Ändringslogg - Nya funktioner {added marginTop}\n======================\n\n* **Nu har vi lagt till Podieidentifiering.** Kolla in communityn som är värdar för Livesända podier – audioevent som konserter, paneler, talangshower och allt annat knäppt men lagligt som du kan hitta på – genom att klicka på den nya identifieringsfliken. \n* **Nu är Hitta dina vänner här.** Vi har lagt till en funktion som låter dig hitta vänner enklare på Discord. Om du har din väns telefonnummer, och ni båda väljer att vara identifierbara, kommer du att kunna hitta honom eller henne och skicka en vänförfrågan. Vad sägs om den här genanta konversationen: Om du får en förfrågan från xXSoulzLuverXx#0000 så är det jag.\n* **Vi har lagt till favoritemojier.** Tryck på en emoji i en chatt eller tryck länge på en i emojiväljaren för att lägga till och ta bort emojier från dina favoriter. Dina favoriter synkas inte med skrivbordet *än* men du kan börja fundera på vilka 5 av de 2 459 emojier du har som du egentligen använder.\n* **Vi har lagt till paginering till sökfältet.** Du behöver inte längre bläddra bland ändlösa sökresultat. Nu kan du hoppa mellan sidor för att hitta precis de bevis du behöver mot en kompis för att påpeka att hon eller han helt säkert sa en sak för sex månader sedan, men du kommer inte riktigt ihåg vad det var och behöver bara en minut för att hitta det som du lovar att hon eller han bergis sa.\n* **Vi har lagt till röstkanalljud:** Nu kommer din telefon att spela upp ljud när du går med/lämnar/flyttas i röstkanaler. Det är ljud som jag med skrämmande klarhet kan spela upp i mitt huvud. Ba-dum...ba-da-doo...\n\n\n\n\nFixar och uppdateringar {progress}\n======================\n\n* **Inget mer redigeringsping!** När du redigerar ett svar kommer referensförfattaren i de flesta fall inte längre att nämnas så nu, när du fixar ett litet grammatikfel, slipper du bli så djupt generad.\n* **Förbättrade servermappar.** Nu kan du markera dina servermappar som lästa! Vi har även lagt till servermappsinställningar där namn och färger ingår.\n* **Stora förbättringar och buggfixar för medlemskapsscreening.** Nu kommer du inte att fastna på de här sidorna längre.\n* **Vi har förenklat inmatningsläget.** Du kan nu ändra dina inställningar för tryck-för-tal och röstaktivitet utan att lämna samtalsskärmen.\n\n\n + Nya funktioner {added marginTop}\n======================\n\n* **Nu är Hitta dina vänner här.** Vi har lagt till en funktion som låter dig hitta vänner enklare på Discord. Om du har din väns telefonnummer, och ni båda väljer att vara identifierbara, kommer du att kunna hitta honom eller henne och skicka en vänförfrågan. Vad sägs om den här genanta konversationen: Om du får en förfrågan från xXSoulzLuverXx#0000 så är det jag.\n* **Vi har lagt till favoritemojier.** Tryck på en emoji i en chatt eller tryck länge på en i emojiväljaren för att lägga till och ta bort emojier från dina favoriter. Dina favoriter synkas inte med skrivbordet *än* men du kan börja fundera på vilka 5 av de 2 459 emojier du har som du egentligen använder.\n* **Vi har lagt till paginering till sökfältet.** Du behöver inte längre bläddra bland ändlösa sökresultat. Nu kan du hoppa mellan sidor för att hitta precis de bevis du behöver mot en kompis för att påpeka att hon eller han helt säkert sa en sak för sex månader sedan, men du kommer inte riktigt ihåg vad det var och behöver bara en minut för att hitta det som du lovar att hon eller han bergis sa.\n* **Vi har lagt till röstkanalljud:** Nu kommer din telefon att spela upp ljud när du går med/lämnar/flyttas i röstkanaler. Det är ljud som jag med skrämmande klarhet kan spela upp i mitt huvud. Ba-dum...ba-da-doo...\n\n\n\n\nFixar och uppdateringar {progress}\n======================\n\n* **Inget mer redigeringsping!** När du redigerar ett svar kommer referensförfattaren i de flesta fall inte längre att nämnas så nu, när du fixar ett litet grammatikfel, slipper du bli så djupt generad.\n* **Förbättrade servermappar.** Nu kan du markera dina servermappar som lästa! Vi har även lagt till servermappsinställningar där namn och färger ingår.\n* **Stora förbättringar och buggfixar för medlemskapsscreening.** Nu kommer du inte att fastna på de här sidorna längre.\n* **Vi har förenklat inmatningsläget.** Du kan nu ändra dina inställningar för tryck-för-tal och röstaktivitet utan att lämna samtalsskärmen.\n\n\n 2021-06-21 sv-SE 1 @@ -5058,7 +5058,6 @@ Exklusivt Nitro-märke på din profil Skärmdelning på PC i 720p 60fps eller 1080p 30fps Vill du hålla det enkelt? Stöd Discord och få sköna chattförmåner: - Exklusiv åtkomst till Wumpus Nitro Elite-dekalpaket, gratis What’s Up Wumpus-dekalpaket och {discount} %% rabatt på alla andra dekalpaket Bättre Go Live-streamar: Streama från källan med Nitro eller upp till skarpa 1080p 60fps med Nitro Classic Välj en plan Ge någon Nitro Classic i gåva för en förbättrad upplevelse med superkraft-chattförmåner. [Läs mer om Nitro Classic.](onClick) @@ -6402,7 +6401,6 @@ Enbart medlemmar Starta podiet Du kommer att vara en talare när podiet öppnar. - Skriv ett ämne för att visa att podiet är igång. Vad kommer du att prata om? Podiets ämne Slutsnackat: Sockerfritt är bäst @@ -6420,17 +6418,11 @@ Skapa en [communityserver.]({helpdeskArticle}) Skapa en podiekanal. Hitta på ett fantastiskt event. - Starta and öppna ditt podium! Nyfiken och vill veta mer? - Lär dig hur du håller ett fantastiskt podium Du kan inte starta ett podium än - Engagera ditt community och få det att växa med Podiekanaler. - Vilket community vill du hålla ett ljudevent i? Ditt podium kommer att hållas i $[**!!{stageName}!!**](stageHook). $[Ändra kanal](changeHook) - Vi kommer automatiskt att skapa en podiekanal för dig som heter $[**!!{stageName}!!**](stageHook). Du kan ändra namnet senare. Ditt podium kommer att hållas i $[**!!{stageName}!!**](stageHook). Podiekanal - Skriv ett ämne för att visa att podiet är igång. Vad kommer du att prata om? Kör igång Folk som framträder diff --git a/app/src/main/res/values-th/strings.xml b/app/src/main/res/values-th/strings.xml index 26c974fe1d..fda9cddfcf 100644 --- a/app/src/main/res/values-th/strings.xml +++ b/app/src/main/res/values-th/strings.xml @@ -5374,7 +5374,6 @@ ป้าย Nitro พิเศษในโปรไฟล์ของคุณ แชร์หน้าจอในพีซีด้วยความละเอียด 720p 60fps หรือ 1080p 30fps ต้องการความเรียบง่าย? สนับสนุน Discord เพื่อรับสิทธิประโยชน์ในการแชท: - การเข้าถึงแพ็คสติกเกอร์ Wumpus Nitro Elite สุดพิเศษ แพ็คสติกเกอร์ What’s Up Wumpus ฟรี และส่วนลด {discount}%% สำหรับแพ็คสติกเกอร์อื่น ๆ ทั้งหมด สตรีม Go Live ดีกว่า: สตรีมที่แหล่งที่มาโดยใช้ Nitro หรือความละเอียดถึง 1080p 60fps ด้วย Nitro Classic เลือกแผน ให้ Nitro Classic แก่ใครสักคนเพื่อยกระดับประสบการณ์ด้วยสิทธิประโยชน์การแชทที่มีพลังสุดยอด [เรียนรู้เพิ่มเติมเกี่ยวกับ Nitro Classic](onClick) @@ -6734,7 +6733,6 @@ สำหรับสมาชิกเท่านั้น ตั้งเวที คุณจะเป็นผู้พูดเมื่อเวทีเปิด - เขียนหัวข้อเพื่อประกาศว่าเวทีของคุณกำลังถ่ายทอดสด คุณจะพูดเกี่ยวกับอะไร หัวข้อของเวที การโต้วาทีจบลงแล้ว: สูตรไดเอตดีกว่าสูตรปกติ @@ -6752,17 +6750,11 @@ สร้าง [เซิร์ฟเวอร์ชุมชน]({helpdeskArticle}) สร้างช่องเวที นำเสนอกิจกรรมที่ยอดเยี่ยม - เริ่มและเปิดเวทีของคุณ! อยากเรียนรู้เพิ่มเติมใช่ไหม - เรียนรู้การจัดเวทีที่ยอดเยี่ยม คุณยังไม่สามารถเริ่มเวทีได้ - เข้าร่วมและพัฒนาชุมชนของคุณให้เติบโตด้วยช่องเวที - คุณต้องการจัดกิจกรรมเสียงในชุมชนใด เวทีของคุณจะถูกจัดขึ้นใน $[**!!{stageName}!!**](stageHook) $[เปลี่ยนช่อง](changeHook) - เราจะสร้างช่องเวทีสำหรับคุณที่ชื่อว่า $[**!!{stageName}!!**](stageHook) โดยอัตโนมัติ คุณสามารถเปลี่ยนชื่อได้ในภายหลัง เวทีของคุณจะถูกจัดขึ้นใน $[**!!{stageName}!!**](stageHook) ช่องเวที - เขียนหัวข้อเพื่อประกาศว่าเวทีของคุณกำลังถ่ายทอดสด คุณจะพูดเกี่ยวกับอะไร ลองทำดูสิ ผู้ที่แสดง diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index a7e4c3cce8..a2aab199d4 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -1048,7 +1048,7 @@ Sunucu Avatarını Değiştir **Discord Nitro!** ile sunucularında farklı avatarlar kullan ve daha fazla özelliğe eriş! Değişim Kaydı - Yeni Özellikler {added marginTop}\n======================\n\n* **Sahne Keşfi ekledik.** Canlı Sahneler düzenleyen topluluklara göz at. Bunların içinde konserler, paneller, yetenek gösterileri gibi sesli etkinlikler veya aklına gelen garip ama yasalara uygun başka şeyler de olabilir. Keşif sekmesine tıklayarak başla. \n* **Arkadaşlarını Bul özelliği geldi.** Discord\'daki arkadaşlarını daha kolay bulmanın isteğe bağlı olarak kullanılabilecek bir yolunu ekledik. Arkadaşının telefon numarasına sahipsen ve ikiniz de arkadaş bulma sistemine dahilseniz, arkadaşını görüp ona arkadaş talebi gönderebileceksin. \"xXYaRaLI_GoNuLXx#0000\'dan davet aldıysan, o benim,\" minvalindeki muhabbetlere hazır ol.\n* **Favori emoji seçeneği ekledik.** Sohbetteki bir emojiye dokunarak veya emoji seçiciden birine basılı tutarak favorilerine emoji ekleyip çıkarabilirsin. Favorilerin *şimdilik* masaüstüyle senkronize edilmeyecek ama 2.459 emoji arasından gerçekten kullandığın beş tanesini seçmeye başlayabilirsin.\n* **Arama çubuğuna sayfalandırma ekledik.** Artık arama sonuçlarının içinde kaybolmana gerek kalmayacak. Böylece arkadaşının altı ay önce söylediğini iddia ettiğin, onun kesinlikle yalanladığı, ama tam hatırlamasan da senin yüzde yüz emin olduğun şey hakkındaki delili saniyeler içinde bulmak için sayfalar arasında hızlıca geçiş yapabilirsin.\n* **Ses kanalı sesleri ekledik.** Artık telefonun ses kanallarına katıldığında, kanaldan ayrıldığında veya yerin değiştirildiğinde bir ses çalacak. Bu seslerin hepsini zihnimde çalabildiğimi biliyor muydun? Dı-rın... Dı-rı-rın...\n\n\n\n\nDüzeltmeler ve Güncellemeler {progress}\n======================\n\n* **Düzenleme pinglerini kaldırdık!** Bir cevabı düzenlemek artık çoğu zaman ilk yazardan bahsetmeyecek çünkü lütfen yani, sadece ufacık bir yazım hatası gidermek istemiştim ama resmen rezil oldum.\n* **Sunucu klasörü geliştirmeleri.** Artık sunucu klasörlerini okundu olarak işaretleyebilirsin! Özel isim ve renkler atamanı sağlayan sunucu klasörü ayarları da ekledik.\n* **Üye Seçimi\'yle ilgili kapsamlı geliştirmeler ve hata gidermeleri.** Artık bu sayfalarda çakılı kalmayacaksın.\n* **Giriş moduna erişmeyi kolaylaştırdık.** Artık arama ekranından ayrılmadan bas-konuş ve ses etkinliği ayarlarını değiştirebilirsin.\n\n\n + Yeni Özellikler {added marginTop}\n======================\n\n* **Arkadaşlarını Bul özelliği geldi.** Discord\'daki arkadaşlarını daha kolay bulmanın isteğe bağlı olarak kullanılabilecek bir yolunu ekledik. Arkadaşının telefon numarasına sahipsen ve ikiniz de arkadaş bulma sistemine dahilseniz, arkadaşını görüp ona arkadaş talebi gönderebileceksin. \"xXYaRaLI_GoNuLXx#0000\'dan davet aldıysan, o benim,\" minvalindeki muhabbetlere hazır ol.\n* **Favori emoji seçeneği ekledik.** Sohbetteki bir emojiye dokunarak veya emoji seçiciden birine basılı tutarak favorilerine emoji ekleyip çıkarabilirsin. Favorilerin *şimdilik* masaüstüyle senkronize edilmeyecek ama 2.459 emoji arasından gerçekten kullandığın beş tanesini seçmeye başlayabilirsin.\n* **Arama çubuğuna sayfalandırma ekledik.** Artık arama sonuçlarının içinde kaybolmana gerek kalmayacak. Böylece arkadaşının altı ay önce söylediğini iddia ettiğin, onun kesinlikle yalanladığı, ama tam hatırlamasan da senin yüzde yüz emin olduğun şey hakkındaki delili saniyeler içinde bulmak için sayfalar arasında hızlıca geçiş yapabilirsin.\n* **Ses kanalı sesleri ekledik.** Artık telefonun ses kanallarına katıldığında, kanaldan ayrıldığında veya yerin değiştirildiğinde bir ses çalacak. Bu seslerin hepsini zihnimde çalabildiğimi biliyor muydun? Dı-rın... Dı-rı-rın...\n\n\n\n\nDüzeltmeler ve Güncellemeler {progress}\n======================\n\n* **Düzenleme pinglerini kaldırdık!** Bir cevabı düzenlemek artık çoğu zaman ilk yazardan bahsetmeyecek çünkü lütfen yani, sadece ufacık bir yazım hatası gidermek istemiştim ama resmen rezil oldum.\n* **Sunucu klasörü geliştirmeleri.** Artık sunucu klasörlerini okundu olarak işaretleyebilirsin! Özel isim ve renkler atamanı sağlayan sunucu klasörü ayarları da ekledik.\n* **Üye Seçimi\'yle ilgili kapsamlı geliştirmeler ve hata gidermeleri.** Artık bu sayfalarda çakılı kalmayacaksın.\n* **Giriş moduna erişmeyi kolaylaştırdık.** Artık arama ekranından ayrılmadan bas-konuş ve ses etkinliği ayarlarını değiştirebilirsin.\n\n\n 2021-06-21 tr 1 @@ -5310,7 +5310,6 @@ Profilin için ayrıcalıklı Nitro rozeti Bilgisayarda 720p 60fps veya 1080p 30fps ekran paylaşımı İşleri basit tutmak ister misin? Discord\'a destek ol ve güzel sohbet avantajları kazan: - Wumpus Nitro Elite çıkartma paketine özel erişim, ücretsiz What’s Up Wumpus çıkartma paketi ve diğer tüm çıkartma paketlerinde %%{discount} indirim Daha İyi Go Live Yayınları: Nitro ile kaynak hızında veya Nitro Classic ile 1080p 60fps\'ye ulaşan net hızlarda yayın yap Bir Plan seç Birine Nitro Classic hediye ederek onun deneyimini süper güçlendirilmiş sohbet avantajları ile geliştir. [Nitro Classic hakkında daha fazla bilgi al.](onClick) @@ -6664,7 +6663,6 @@ Üyelere Özel Sahneyi Başlat Sahne açıldığında Konuşmacı olacaksın. - Sahnenin yayında olduğunu ilan etmek için bir konu yaz. Ne hakkında konuşacaksın? Sahne Konusu Tartışma sona erdi: diyet kola normal koladan daha güzel @@ -6682,17 +6680,11 @@ Bir [Topluluk Sunucusu]({helpdeskArticle}) oluştur. Bir Sahne kanalı oluştur. Harika bir etkinlik tasarla. - Başla ve Sahneyi aç! Daha fazla bilgi edinmek ister misin? - Harika bir Sahne nasıl yönetilir öğren. Henüz bir Sahne başlatamazsın. - Sahne kanallarıyla etkileşim yarat ve topluluğunu büyüt. - Hangi toplulukta sesli etkinlik düzenlemek istiyorsun? Sahnen şurada kurulacak: $[**!!{stageName}!!**](stageHook). $[Kanal değiştir](changeHook) - Senin için otomatik olarak $[**!!{stageName}!!**](stageHook) isimli bir Sahne kanalı oluşturacağız. Bu ismi daha sonra değiştirebilirsin. Sahnen şurada kurulacak: $[**!!{stageName}!!**](stageHook). Sahne kanalı - Sahnenin yayında olduğunu ilan etmek için bir konu yaz. Ne hakkında konuşacaksın? Bunu yapalım Sahnedekiler diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index dacfc0a0e5..2248baa10d 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -5391,7 +5391,6 @@ Ексклюзивний бейдж Nitro в твоєму профілі Демонструй екран на ПК з 720 п (60 кадрів/с) або з 1080 п (30 кадрів/с) Хочеш не ускладнювати? Підтримай Discord і отримай чудові переваги чату: - Ексклюзивний доступ до набору стікерів Wumpus Nitro Elite, безкоштовний набір стікерів What’s Up Wumpus і знижка {discount}%% на всі інші набори стікерів Кращі трансляції Go Live: транслюй зі швидкістю джерела з Nitro або з якістю до 1080 п 60 кадрів/с з Nitro Classic Вибери план передплати Подаруй комусь Nitro Classic, щоб ця людина отримала чудові враження та найпотужніші переваги чату. [Дізнатися більше про Nitro Classic.](onClick) @@ -6752,7 +6751,6 @@ Тільки для учасників Розпочати роботу трибуни Після відкриття етапу ти станеш спікером. - Напиши тему, щоб оголосити початок роботи трибуни. Про що будеш говорити? Тема етапу Дискусія закінчилася: краще дієта, ніж звичайне харчування @@ -6770,17 +6768,11 @@ Створи [Сервер спільноти.]({helpdeskArticle}) Створи канал для трибуни. Придумай класну подію. - А тепер починай та відкривай трибуну! Хочеш дізнатися більше? - Дізнайся, як влаштувати класну трибуну Поки що не можна почати трибуну - Розширюй свою спільноту завдяки трибунам на каналі. - У якій спільноті ти хочеш розмістити аудіо подію? Твоя трибуна буде влаштована на $[**!!{stageName}!!**](stageHook). $[Змінити канал](changeHook) - Ми автоматично створимо для тебе канал трибуни з назвою $[**!!{stageName}!!**](stageHook). Назву можна буде змінити пізніше. Твоя трибуна буде влаштована на $[**!!{stageName}!!**](stageHook). Канал трибуни - Напиши тему, щоб оголосити початок роботи трибуни. Про що будеш говорити? Давай зробимо це Люди виступають diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index 1ed8761918..dec8fbc54c 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -5182,7 +5182,6 @@ Huy hiệu Nitro độc quyền trên trang cá nhân của bạn Chia sẻ màn hình PC với chất lượng 720p 60fps hoặc 1080p 30fps Nếu muốn đơn giản, hãy ủng hộ Discord và nhận các đặc quyền trò chuyện tuyệt vời: - Sở hữu gói sticker Wumpus Nitro Elite độc quyền, nhận miễn phí gói sticker What’s Up Wumpus và được giảm {discount}%% cho tất cả các gói sticker khác Stream Go Live Tốt Hơn: Stream chất lượng gốc với Nitro hoặc chất lượng sắc nét tối đa 1080p 60fps với Nitro Classic Chọn một Gói Đăng Ký Tặng ai đó Nitro Classic để nâng tầm trải nghiệm trò chuyện của họ với những đặc quyền trò chuyện siêu ngầu. [Tìm hiểu thêm về Nitro Classic.](onClick) @@ -6534,7 +6533,6 @@ Chỉ dành cho thành viên Bắt đầu Sân Khấu Bạn sẽ là Người nói khi Sân khấu mở. - Viết một chủ đề để thông báo rằng Sân Khấu của bạn đang trực tuyến. Bạn sẽ nói về điều gì? Chủ đề Sân khấu Cuộc tranh luận đã kết thúc: Ăn kiêng tốt hơn ăn thường @@ -6552,17 +6550,11 @@ Tạo một [Máy chủ cộng đồng.]({helpdeskArticle}) Tạo kênh Sân Khấu. Nghĩ ra một sự kiện tuyệt vời. - Bắt đầu và mở cửa Sân Khấu của bạn! Bạn muốn tìm hiểu thêm? - Tìm hiểu cách tổ chức một Sân Khấu tuyệt vời Bạn chưa thể bắt đầu Sân Khấu - Tham gia và phát triển cộng đồng của bạn với các kênh Sân Khấu. - Bạn muốn tổ chức sự kiện âm thanh trong cộng đồng nào? Sân Khấu của bạn sẽ được tổ chức trong $[**!!{stageName}!!**](stageHook). $[Đổi Kênh](changeHook) - Chúng tôi sẽ tự động tạo kênh Sân Khấu cho bạn với tên $[**!!{stageName}!!**](stageHook). Bạn có thể đổi tên sau. Sân Khấu của bạn sẽ được tổ chức trong $[**!!{stageName}!!**](stageHook). Kênh sân khấu - Viết một chủ đề để thông báo rằng Sân Khấu của bạn đang trực tuyến. Bạn sẽ nói về điều gì? Làm thôi nào Mọi người đang biểu diễn diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 35cb416c83..9637eee3c9 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -5387,7 +5387,6 @@ 专属 Nitro 个人资料徽章 PC屏幕共享分辨率和帧率分别为720p 60fps或1080p 30fps 不想那么花里胡哨?快来支持 Discord 并获得给力聊天包: - Wumpus Nitro Elite 贴纸包的独家使用权,免费的 What \'s Up Wumpus 贴纸包及其他贴纸包{discount}%%优惠 更好的 Go Live 直播: 使用 Nitro 进行源直播,或用 Nitro Classic 进行最高 1080p 60fps 的超悦目直播 选择一个方案 向他人赠送 Nitro Classic,让他们拥有超能聊天特权,享受增强的聊天体验。[了解 Nitro Classic 详情。](onClick) @@ -6751,7 +6750,6 @@ 仅限成员 开始讲堂 讲堂开启时,您将成为发言者。 - 撰写一个话题,宣布您的讲堂已开讲。 您想讲些什么? 讲堂话题 讨论已经结束:控制饮食比常规饮食好 @@ -6769,17 +6767,11 @@ 创建[社区服务器。]({helpdeskArticle}) 创建讲堂频道。 想出一个优秀的活动点子。 - 开始您的讲堂吧! 有兴趣了解更多吗? - 学习如何成功地开办讲堂 您尚不能开办讲堂 - 通过讲堂频道来参与并发展您的社区吧。 - 您想在哪个社区举办语音活动? 您的讲堂将于$[**!!{stageName}!!**](stageHook)开讲。$[变更频道](changeHook) - 我们将会自动为您创建一个名为$[**!!{stageName}!!**](stageHook)的讲堂频道。您随后可变更该名称。 您的讲堂将于$[**!!{stageName}!!**](stageHook)开讲。 讲堂频道 - 撰写一个话题,以此宣布您的讲堂已开讲。 您想讲些什么? 开始吧 讲授人 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index db37bd8eef..e27f66a17b 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -5387,7 +5387,6 @@ 您個人檔案上的獨家 Nitro 徽章 用 720p 60fps 或 1080p 30fps 的畫質分享螢幕 想要維持簡潔嗎?那就支持 Discord 並獲得超棒的聊天福利: - 存取獨家 Wumpus Nitro Elite 貼圖包、免費獲得 What\'s Up Wumpus 貼圖包,以及購買其他貼圖包時可享 {discount}%% 折扣 品質更好的 Go Live 直播:使用 Nitro 以原畫質進行直播,或透過 Nitro Classic 傳輸高達 1080p 60fps 的畫質 選擇方案 將 Nitro Classic 作為禮物送出,讓收禮人獲得超級聊天福利以加強體驗。[進一步了解 Nitro Classic。](onClick) @@ -6751,7 +6750,6 @@ 僅限成員 開啟舞台 舞台開放後,您將會成為發言者。 - 輸入一段主題,讓大家知道您的舞台現正開放中。 您想聊些什麼? 舞台主題 理性勿戰:零卡可樂比一般可樂好喝啦 @@ -6769,17 +6767,11 @@ 建立[社群伺服器。]({helpdeskArticle}) 建立舞台頻道。 想出個好活動。 - 開始並開啟您的舞台! 有興趣了解更多? - 了解主持精彩舞台的方法 您還不能開啟舞台 - 透過舞台頻道接觸您的社群並使其蓬勃發展。 - 您想在哪個社群主持音訊活動? 您將在 $[**!!{stageName}!!**](stageHook) 舞台上主持。$[變更頻道](changeHook) - 我們會自動為您建立名為 $[**!!{stageName}!!**](stageHook) 的舞台頻道。您可以在稍後變更名稱。 您將在 $[**!!{stageName}!!**](stageHook) 舞台上主持。 舞台頻道 - 輸入一段主題,讓大家知道您的舞台現正直播。 您想聊些什麼? 開始行動吧 表演者 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b1b8e1e601..4e7902d62d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1339,7 +1339,7 @@ Presets Select a color Transparency - 46116f3fe77740169e2be8f4af708ca0 + 6fd0f0ec2e2c4ca6a141db670a1fc4ba Coming Soon Slash command application {applicationName} {applicationName} application @@ -2058,7 +2058,7 @@ Disconnect Disconnect User has been disconnected from voice. - Discord-Beta + Discord Join over 100 million people who use Discord to talk and hang out with communities and friends. Imagine a place discord.gg/