100.11 - Beta (100111)

This commit is contained in:
Juby210 2021-11-03 08:25:45 +01:00
parent afc7aa95ea
commit 818cbf5419
8 changed files with 38 additions and 74 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId 'com.discord'
minSdkVersion 21
targetSdkVersion 30
versionCode 100110
versionName "100.10 - Beta"
versionCode 100111
versionName "100.11 - Beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100110" android:versionName="100.10 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="100111" android:versionName="100.11 - Beta" android:installLocation="auto" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" package="com.discord" platformBuildVersionCode="30" platformBuildVersionName="11">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="30"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>

View File

@ -17,6 +17,7 @@ public enum GuildFeature {
MEMBER_VERIFICATION_GATE_ENABLED,
PREVIEW_ENABLED,
ROLE_SUBSCRIPTIONS_ENABLED,
ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE,
THREAD_DEFAULT_AUTO_ARCHIVE_DURATION,
HUB,
THREADS_ENABLED,

View File

@ -1,59 +0,0 @@
package com.discord.stores;
import com.discord.utilities.frecency.FrecencyTracker;
import d0.g0.s;
import d0.g0.w;
import d0.t.g0;
import d0.t.h0;
import d0.t.u;
import d0.z.d.o;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreApplicationCommandFrecency.kt */
public final class StoreApplicationCommandFrecency$populateStore$1 extends o implements Function0<Unit> {
public final /* synthetic */ StoreApplicationCommandFrecency this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreApplicationCommandFrecency$populateStore$1(StoreApplicationCommandFrecency storeApplicationCommandFrecency) {
super(0);
this.this$0 = storeApplicationCommandFrecency;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
LinkedHashMap linkedHashMap = new LinkedHashMap();
for (String str : FrecencyTracker.getSortedKeys$default(StoreApplicationCommandFrecency.access$getFrecency$p(this.this$0), 0, 1, null)) {
if (w.contains$default((CharSequence) str, (CharSequence) ":", false, 2, (Object) null)) {
List split$default = w.split$default((CharSequence) str, new String[]{":"}, false, 0, 6, (Object) null);
Long longOrNull = s.toLongOrNull((String) split$default.get(1));
long longValue = longOrNull != null ? longOrNull.longValue() : 0;
String str2 = (String) split$default.get(0);
List list = (List) linkedHashMap.get(Long.valueOf(longValue));
if (list == null) {
list = new ArrayList();
linkedHashMap.put(Long.valueOf(longValue), list);
}
list.add(str2);
} else {
List list2 = (List) linkedHashMap.get(0L);
if (list2 == null) {
list2 = new ArrayList();
linkedHashMap.put(0L, list2);
}
list2.add(str);
}
}
StoreApplicationCommandFrecency storeApplicationCommandFrecency = this.this$0;
LinkedHashMap linkedHashMap2 = new LinkedHashMap(g0.mapCapacity(linkedHashMap.size()));
for (Map.Entry entry : linkedHashMap.entrySet()) {
linkedHashMap2.put(entry.getKey(), u.toList((Iterable) entry.getValue()));
}
StoreApplicationCommandFrecency.access$setTopCommandIds$p(storeApplicationCommandFrecency, h0.toMutableMap(linkedHashMap2));
StoreApplicationCommandFrecency.access$setTopCommandIdsSnapshot$p(this.this$0, linkedHashMap);
}
}

View File

@ -6,10 +6,13 @@ import com.discord.utilities.applicationcommands.ApplicationCommandFrecencyTrack
import com.discord.utilities.frecency.FrecencyTracker;
import com.discord.utilities.persister.Persister;
import com.discord.widgets.chat.input.MentionUtilsKt;
import d0.g0.s;
import d0.g0.w;
import d0.t.g0;
import d0.t.h0;
import d0.t.n;
import d0.t.o;
import d0.t.u;
import d0.z.d.m;
import java.util.ArrayList;
import java.util.Collection;
@ -67,18 +70,10 @@ public final class StoreApplicationCommandFrecency extends StoreV2 {
return storeApplicationCommandFrecency.topCommandIds;
}
public static final /* synthetic */ Map access$getTopCommandIdsSnapshot$p(StoreApplicationCommandFrecency storeApplicationCommandFrecency) {
return storeApplicationCommandFrecency.topCommandIdsSnapshot;
}
public static final /* synthetic */ void access$setTopCommandIds$p(StoreApplicationCommandFrecency storeApplicationCommandFrecency, Map map) {
storeApplicationCommandFrecency.topCommandIds = map;
}
public static final /* synthetic */ void access$setTopCommandIdsSnapshot$p(StoreApplicationCommandFrecency storeApplicationCommandFrecency, Map map) {
storeApplicationCommandFrecency.topCommandIdsSnapshot = map;
}
private final List<String> getAllTopCommandIds(Long l) {
Collection sortedKeys$default = FrecencyTracker.getSortedKeys$default(this.frecency, 0, 1, null);
ArrayList<String> arrayList = new ArrayList();
@ -138,7 +133,34 @@ public final class StoreApplicationCommandFrecency extends StoreV2 {
}
public final void populateStore() {
this.dispatcher.schedule(new StoreApplicationCommandFrecency$populateStore$1(this));
LinkedHashMap linkedHashMap = new LinkedHashMap();
for (String str : FrecencyTracker.getSortedKeys$default(this.frecency, 0, 1, null)) {
if (w.contains$default((CharSequence) str, (CharSequence) ":", false, 2, (Object) null)) {
List split$default = w.split$default((CharSequence) str, new String[]{":"}, false, 0, 6, (Object) null);
Long longOrNull = s.toLongOrNull((String) split$default.get(1));
long longValue = longOrNull != null ? longOrNull.longValue() : 0;
String str2 = (String) split$default.get(0);
List list = (List) linkedHashMap.get(Long.valueOf(longValue));
if (list == null) {
list = new ArrayList();
linkedHashMap.put(Long.valueOf(longValue), list);
}
list.add(str2);
} else {
List list2 = (List) linkedHashMap.get(0L);
if (list2 == null) {
list2 = new ArrayList();
linkedHashMap.put(0L, list2);
}
list2.add(str);
}
}
LinkedHashMap linkedHashMap2 = new LinkedHashMap(g0.mapCapacity(linkedHashMap.size()));
for (Map.Entry entry : linkedHashMap.entrySet()) {
linkedHashMap2.put(entry.getKey(), u.toList((Iterable) entry.getValue()));
}
this.topCommandIds = h0.toMutableMap(linkedHashMap2);
this.topCommandIdsSnapshot = linkedHashMap;
}
@Override // com.discord.stores.StoreV2

View File

@ -71,7 +71,7 @@ public final class GuildRoleSubscriptionsFeatureFlag {
public final boolean canGuildSeePremiumMemberships(long j) {
Guild guild;
return isGuildEligibleForRoleSubscriptions(j) && (guild = this.storeGuilds.getGuild(j)) != null && guild.hasFeature(GuildFeature.ROLE_SUBSCRIPTIONS_ENABLED);
return isGuildEligibleForRoleSubscriptions(j) && (guild = this.storeGuilds.getGuild(j)) != null && guild.hasFeature(GuildFeature.ROLE_SUBSCRIPTIONS_AVAILABLE_FOR_PURCHASE);
}
public final boolean isGuildEligibleForRoleSubscriptions(long j) {

View File

@ -313,7 +313,7 @@ public final class WidgetSettings extends AppFragment implements OnTabSelectedLi
TextView textView = binding.f;
m.checkNotNullExpressionValue(textView, "appInfoHeader");
String string = getString(R.string.app_information);
textView.setText(string + " - 100.10 - Beta (100110)");
textView.setText(string + " - 100.11 - Beta (100111)");
binding.A.setOnClickListener(new WidgetSettings$onViewBound$$inlined$with$lambda$3(this));
binding.u.setOnClickListener(WidgetSettings$onViewBound$1$5.INSTANCE);
binding.q.setOnClickListener(WidgetSettings$onViewBound$1$6.INSTANCE);

View File

@ -1463,7 +1463,7 @@
<string name="color_picker_title">Select a color</string>
<string name="color_picker_transparency">Transparency</string>
<string name="color_picker_use_default">Use Default</string>
<string name="res_2131887543_com_crashlytics_android_build_id">2ba370b3296e486cac5917b5a64454a1</string>
<string name="res_2131887543_com_crashlytics_android_build_id">e202235cfa984e42bba4643ef6e08804</string>
<string name="coming_soon">Coming Soon</string>
<string name="command_accessibility_desc_app_header_item">Slash command application {applicationName}</string>
<string name="command_accessibility_desc_app_item">{applicationName} application</string>