Changes of com.discord v823
This commit is contained in:
parent
50139b7f2b
commit
204ebe7067
28411 changed files with 2982405 additions and 1720152 deletions
com.discord
AndroidManifest.xmlapktool.yml
assets
animations
anim_friends_add_nearby_looking.jsonanim_search_indexing_dark.jsonanim_search_indexing_light.jsonanim_verify_by_email.jsonanim_verify_by_phone.json
crashlytics-build.propertiesdata
fonts
images
kotlin
ArithmeticException.kotlin_metadataAssertionError.kotlin_metadataBuilderInference.kotlin_metadataClassCastException.kotlin_metadataComparator.kotlin_metadataConcurrentModificationException.kotlin_metadataError.kotlin_metadataException.kotlin_metadataExperimental.kotlin_metadataExperimentalMultiplatform.kotlin_metadataExperimentalUnsignedTypes.kotlin_metadataHashCodeKt.kotlin_metadataIllegalArgumentException.kotlin_metadataIllegalStateException.kotlin_metadataIndexOutOfBoundsException.kotlin_metadataInitializedLazyImpl.kotlin_metadataKotlinHKt.kotlin_metadataKotlinVersion.kotlin_metadataLateinitKt.kotlin_metadataLazy.kotlin_metadataLazyKt.kotlin_metadataLazyThreadSafetyMode.kotlin_metadataNoSuchElementException.kotlin_metadataNoWhenBranchMatchedException.kotlin_metadataNotImplementedError.kotlin_metadataNullPointerException.kotlin_metadataNumberFormatException.kotlin_metadataOptionalExpectation.kotlin_metadataPair.kotlin_metadataPreconditionsKt.kotlin_metadataResult.kotlin_metadataResultKt.kotlin_metadataRuntimeException.kotlin_metadataStandardKt.kotlin_metadataSuccessOrFailureKt.kotlin_metadataSuspendKt.kotlin_metadataTriple.kotlin_metadataTuplesKt.kotlin_metadataUByte.kotlin_metadataUByteArray.kotlin_metadataUByteArrayKt.kotlin_metadataUByteKt.kotlin_metadataUInt.kotlin_metadataUIntArray.kotlin_metadataUIntArrayKt.kotlin_metadataUIntKt.kotlin_metadataULong.kotlin_metadataULongArray.kotlin_metadataULongArrayKt.kotlin_metadataULongKt.kotlin_metadataUNINITIALIZED_VALUE.kotlin_metadataUShort.kotlin_metadataUShortArray.kotlin_metadataUShortArrayKt.kotlin_metadataUShortKt.kotlin_metadataUninitializedPropertyAccessException.kotlin_metadataUnsafeLazyImpl.kotlin_metadataUnsignedUtilsKt.kotlin_metadataUnsupportedOperationException.kotlin_metadataUseExperimental.kotlin_metadataWasExperimental.kotlin_metadata
annotation
collections
AbstractCollection.kotlin_metadataAbstractIterator.kotlin_metadataAbstractList.kotlin_metadataAbstractMap.kotlin_metadataAbstractMutableList.kotlin_metadataAbstractMutableMap.kotlin_metadataAbstractMutableSet.kotlin_metadataAbstractSet.kotlin_metadataArrayAsCollection.kotlin_metadataArrayList.kotlin_metadataArraysKt.kotlin_metadataCollectionsHKt.kotlin_metadataCollectionsKt.kotlin_metadataEmptyIterator.kotlin_metadataEmptyList.kotlin_metadataEmptyMap.kotlin_metadataEmptySet.kotlin_metadataGrouping.kotlin_metadataGroupingKt.kotlin_metadataHashMap.kotlin_metadataHashSet.kotlin_metadata
|
@ -1,28 +1,30 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.discord" platformBuildVersionCode="23" platformBuildVersionName="6.0-2704002">
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
|
||||
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
<uses-permission android:name="android.permission.BLUETOOTH"/>
|
||||
<uses-permission android:name="android.permission.BROADCAST_STICKY"/>
|
||||
<uses-permission android:name="android.permission.CAMERA"/>
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="28" android:compileSdkVersionCodename="9" android:installLocation="auto" package="com.discord" platformBuildVersionCode="823" platformBuildVersionName="8.2.3">
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
<permission android:name="com.discord.permission.C2D_MESSAGE" android:protectionLevel="signature"/>
|
||||
<uses-permission android:name="com.discord.permission.C2D_MESSAGE"/>
|
||||
<uses-feature android:name="android.hardware.faketouch" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.microphone" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
|
||||
<uses-permission android:name="android.permission.BLUETOOTH"/>
|
||||
<uses-permission android:name="android.permission.BROADCAST_STICKY"/>
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
|
||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
<uses-permission android:name="android.permission.CAMERA"/>
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
<uses-permission android:name="android.permission.RECORD_AUDIO"/>
|
||||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
|
||||
<uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
|
||||
<uses-permission android:name="android.permission.VIBRATE"/>
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
|
||||
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>
|
||||
<uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/>
|
||||
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
|
||||
<application android:allowBackup="false" android:icon="@mipmap/logo" android:label="@string/discord" android:name="com.discord.utilities.app.App" android:theme="@style/AppTheme">
|
||||
<activity android:name="com.discord.screens.ScreenAuthLogin" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Fullscreen" android:windowSoftInputMode="stateHidden"/>
|
||||
<activity android:name="com.discord.screens.ScreenAuthRegister" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Fullscreen" android:windowSoftInputMode="stateHidden"/>
|
||||
<activity android:name="com.discord.screens.ScreenAuthMfa" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Fullscreen" android:windowSoftInputMode="stateHidden"/>
|
||||
<activity android:name="com.discord.screens.ScreenAux" android:screenOrientation="fullUser" android:theme="@style/AppTheme.NoActionBar.Base" android:windowSoftInputMode="stateHidden"/>
|
||||
<activity android:name="com.discord.screens.ScreenMain" android:screenOrientation="fullUser" android:theme="@style/AppTheme.NoActionBar.Themed" android:windowSoftInputMode="adjustResize|stateHidden"/>
|
||||
<activity android:exported="true" android:name="com.discord.screens.ScreenLoading" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="stateHidden">
|
||||
<application android:allowBackup="false" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:icon="@mipmap/ic_logo" android:label="@string/discord" android:largeHeap="true" android:name="com.discord.app.App" android:theme="@style/AppTheme.Dark" android:usesCleartextTraffic="@bool/use_cleartext_traffic">
|
||||
<activity android:name="com.discord.app.AppActivity" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Dark" android:windowSoftInputMode="adjustResize|stateHidden"/>
|
||||
<activity android:exported="true" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$Main" android:screenOrientation="fullUser" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
@ -31,57 +33,157 @@
|
|||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
<data android:host="invite" android:pathPattern="/.*" android:scheme="discord"/>
|
||||
<data android:host="*.discordapp.com" android:pathPattern="/gifts/.*" android:scheme="https"/>
|
||||
<data android:host="discordapp.com" android:pathPattern="/gifts/.*" android:scheme="https"/>
|
||||
<data android:host="*.discordapp.com" android:pathPattern="/invite/.*" android:scheme="https"/>
|
||||
<data android:host="discordapp.com" android:pathPattern="/invite/.*" android:scheme="https"/>
|
||||
<data android:host="discordapp.com" android:pathPattern="/invite/.*" android:scheme="http"/>
|
||||
<data android:host="*.discordapp.com" android:pathPattern="/channels/.*" android:scheme="https"/>
|
||||
<data android:host="discordapp.com" android:pathPattern="/channels/.*" android:scheme="https"/>
|
||||
<data android:host="discordapp.com" android:pathPattern="/channels/.*" android:scheme="http"/>
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.BROWSABLE"/>
|
||||
<data android:host="app" android:pathPattern="/.*" android:scheme="discord"/>
|
||||
<data android:host="discord.gift" android:pathPattern="/.*" android:scheme="https"/>
|
||||
<data android:host="discord.gift" android:pathPattern="/.*" android:scheme="http"/>
|
||||
<data android:host="discord.gg" android:pathPattern="/.*" android:scheme="https"/>
|
||||
<data android:host="discord.gg" android:pathPattern="/.*" android:scheme="http"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:exported="true" android:label="@string/discord" android:launchMode="singleTask" android:name="com.discord.app.AppActivity$IncomingShare" android:theme="@style/AppTheme.Loading" android:windowSoftInputMode="adjustResize|stateHidden">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<data android:mimeType="text/*"/>
|
||||
<data android:mimeType="image/*"/>
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND"/>
|
||||
<action android:name="android.intent.action.SEND_MULTIPLE"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
<category android:name="android.intent.category.OPENABLE"/>
|
||||
<data android:mimeType="*/*"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<receiver android:exported="false" android:name="com.discord.utilities.gcm.NotificationClient$NotificationDelete">
|
||||
<service android:name="com.discord.utilities.fcm.NotificationClient$FCMMessagingService">
|
||||
<intent-filter>
|
||||
<action android:name="com.discord.NOTIFICATION_DELETED"/>
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
|
||||
<action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<service android:name="com.discord.utilities.games.GameDetectionService"/>
|
||||
<meta-data android:name="com.google.firebase.messaging.default_notification_icon" android:resource="@drawable/asset_default_avatar_64dp"/>
|
||||
<meta-data android:name="com.google.firebase.messaging.default_notification_color" android:resource="@color/brand_500"/>
|
||||
<receiver android:exported="false" android:name="com.discord.utilities.fcm.NotificationActions">
|
||||
<intent-filter>
|
||||
<action android:name="com.discord.intent.action.ENQUEUE_WORK"/>
|
||||
<action android:name="com.discord.intent.action.NOTIFICATION_DELETED"/>
|
||||
<action android:name="com.discord.intent.action.NOTIFICATION_CANCEL"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:exported="true" android:name="com.discord.utilities.io.NetworkUtils$NetworkDownloadReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.DOWNLOAD_COMPLETE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:enabled="true" android:exported="true" android:name="com.discord.utilities.receiver.CampaignReceiver" android:permission="android.permission.INSTALL_PACKAGES">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.vending.INSTALL_REFERRER"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.CampaignTrackingService"/>
|
||||
<service android:name="com.discord.utilities.voice.VoiceEngineForegroundService"/>
|
||||
<activity android:name="com.android.camera.CropImage"/>
|
||||
<receiver android:exported="true" android:name="com.google.android.gms.gcm.GcmReceiver" android:permission="com.google.android.c2dm.permission.SEND">
|
||||
<provider android:authorities="com.discord.file-provider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
|
||||
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths"/>
|
||||
</provider>
|
||||
<meta-data android:name="firebase_crashlytics_collection_enabled" android:value="false"/>
|
||||
<meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
|
||||
<activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
|
||||
<provider android:authorities="com.discord.workmanager-init" android:directBootAware="false" android:exported="false" android:multiprocess="true" android:name="androidx.work.impl.WorkManagerInitializer"/>
|
||||
<service android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.SystemAlarmService"/>
|
||||
<service android:directBootAware="false" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
|
||||
<receiver android:directBootAware="false" android:enabled="true" android:exported="false" android:name="androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver"/>
|
||||
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.c2dm.intent.RECEIVE"/>
|
||||
<action android:name="com.google.android.c2dm.intent.REGISTRATION"/>
|
||||
<category android:name="com.discord"/>
|
||||
<action android:name="android.intent.action.ACTION_POWER_CONNECTED"/>
|
||||
<action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="eu.inloop.easygcm.GcmPackageReplacedReceiver">
|
||||
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
|
||||
<action android:name="android.intent.action.BATTERY_OKAY"/>
|
||||
<action android:name="android.intent.action.BATTERY_LOW"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:name="eu.inloop.easygcm.NetworkStateReceiver">
|
||||
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.DEVICE_STORAGE_LOW"/>
|
||||
<action android:name="android.intent.action.DEVICE_STORAGE_OK"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy">
|
||||
<intent-filter>
|
||||
<action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<service android:exported="false" android:name="eu.inloop.easygcm.EasyGcmListenerService">
|
||||
<receiver android:directBootAware="false" android:enabled="false" android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.c2dm.intent.RECEIVE"/>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED"/>
|
||||
<action android:name="android.intent.action.TIME_SET"/>
|
||||
<action android:name="android.intent.action.TIMEZONE_CHANGED"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<receiver android:directBootAware="false" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<service android:exported="true" android:name="com.google.firebase.messaging.FirebaseMessagingService">
|
||||
<intent-filter android:priority="-500">
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<service android:exported="false" android:name="eu.inloop.easygcm.EasyInstanceIDListenerService">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.gms.iid.InstanceID"/>
|
||||
</intent-filter>
|
||||
<provider android:authorities="com.discord.firebaseperfprovider" android:exported="false" android:initOrder="101" android:name="com.google.firebase.perf.provider.FirebasePerfProvider"/>
|
||||
<service android:exported="false" android:name="com.google.firebase.components.ComponentDiscoveryService">
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.perf.component.FirebasePerfRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.analytics.connector.internal.AnalyticsConnectorRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
<meta-data android:name="com.google.firebase.components:com.google.firebase.iid.Registrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
|
||||
</service>
|
||||
<service android:exported="false" android:name="eu.inloop.easygcm.GcmRegistrationService"/>
|
||||
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
|
||||
<provider android:authorities="com.discord.google_measurement_service" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementContentProvider"/>
|
||||
<receiver android:enabled="true" android:name="com.google.android.gms.measurement.AppMeasurementReceiver">
|
||||
<receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsReceiver"/>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsService"/>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.analytics.AnalyticsJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
|
||||
<activity android:exported="true" android:name="com.google.android.gms.appinvite.PreviewActivity" android:theme="@style/Theme.AppInvite.Preview">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.gms.measurement.UPLOAD"/>
|
||||
<action android:name="com.google.android.gms.appinvite.ACTION_PREVIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<receiver android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementReceiver"/>
|
||||
<receiver android:enabled="true" android:exported="true" android:name="com.google.android.gms.measurement.AppMeasurementInstallReferrerReceiver" android:permission="android.permission.INSTALL_PACKAGES">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.vending.INSTALL_REFERRER"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementService"/>
|
||||
<service android:enabled="true" android:exported="false" android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE"/>
|
||||
<receiver android:exported="true" android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.c2dm.intent.RECEIVE"/>
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<service android:exported="true" android:name="com.google.firebase.iid.FirebaseInstanceIdService">
|
||||
<intent-filter android:priority="-500">
|
||||
<action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<activity android:exported="false" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
|
||||
<provider android:authorities="com.discord.firebaseinitprovider" android:exported="false" android:initOrder="100" android:name="com.google.firebase.provider.FirebaseInitProvider"/>
|
||||
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
|
||||
<provider android:authorities="com.discord.lifecycle-process" android:exported="false" android:multiprocess="true" android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"/>
|
||||
<provider android:authorities="com.discord.crashlyticsinitprovider" android:exported="false" android:initOrder="100" android:name="com.crashlytics.android.CrashlyticsInitProvider"/>
|
||||
<meta-data android:name="io.fabric.ApiKey" android:value="eaccfe98b3572a0a8721a8c3b10f9909018f5ec6"/>
|
||||
<meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
|
||||
</application>
|
||||
</manifest>
|
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
com.discord/assets/animations/anim_verify_by_email.json
Normal file
1
com.discord/assets/animations/anim_verify_by_email.json
Normal file
File diff suppressed because one or more lines are too long
1
com.discord/assets/animations/anim_verify_by_phone.json
Normal file
1
com.discord/assets/animations/anim_verify_by_phone.json
Normal file
File diff suppressed because one or more lines are too long
11
com.discord/assets/crashlytics-build.properties
Normal file
11
com.discord/assets/crashlytics-build.properties
Normal file
|
@ -0,0 +1,11 @@
|
|||
#This file is automatically generated by Crashlytics to uniquely
|
||||
#identify individual builds of your Android application.
|
||||
#
|
||||
#Do NOT modify, delete, or commit to source control!
|
||||
#
|
||||
#Fri Jan 04 03:39:58 UTC 2019
|
||||
version_name=8.2.3
|
||||
package_name=com.discord
|
||||
build_id=f55e48f0-fd63-49f4-809b-1116da7143ba
|
||||
version_code=823
|
||||
app_name=com.discord
|
|
@ -1,41 +0,0 @@
|
|||
{
|
||||
"1f44d": ["+1"],
|
||||
"1f44e": ["-1"],
|
||||
"1f3b1": ["8ball"],
|
||||
"26f5": ["boat"],
|
||||
"1f697": ["car"],
|
||||
"1f307": ["city_sunrise"],
|
||||
"1f1e8-1f1f3": ["cn"],
|
||||
"1f4a5": ["collision"],
|
||||
"1f1e9-1f1ea": ["de"],
|
||||
"2709": ["email"],
|
||||
"1f1ea-1f1f8": ["es"],
|
||||
"1f44a": ["facepunch"],
|
||||
"1f42c": ["flipper"],
|
||||
"1f1eb-1f1f7": ["fr"],
|
||||
"1f1ec-1f1e7": ["gb"],
|
||||
"270b": ["hand"],
|
||||
"1f4a9": ["hankey"],
|
||||
"2757": ["heavy_exclamation_mark"],
|
||||
"1f52a": ["hocho"],
|
||||
"1f41d": ["honeybee"],
|
||||
"1f1ee-1f1f9": ["it"],
|
||||
"1f1ef-1f1f5": ["jp"],
|
||||
"1f51f": ["keycap_ten"],
|
||||
"1f1f0-1f1f7": ["kr"],
|
||||
"1f3ee": ["lantern"],
|
||||
"1f4dd": ["memo"],
|
||||
"1f314": ["moon"],
|
||||
"1f4d6": ["open_book"],
|
||||
"1f43e": ["paw_prints"],
|
||||
"260e": ["phone"],
|
||||
"1f391": ["rice_scene"],
|
||||
"1f1f7-1f1fa": ["ru"],
|
||||
"1f3c3": ["running"],
|
||||
"1f606": ["satisfied"],
|
||||
"1f4a9": ["shit"],
|
||||
"1f45e": ["shoe"],
|
||||
"1f455": ["tshirt"],
|
||||
"1f1ec-1f1e7": ["uk"],
|
||||
"1f1fa-1f1f8": ["us"]
|
||||
}
|
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before ![]() (image error) Size: 904 B |
BIN
com.discord/assets/images/default_group.png
Normal file
BIN
com.discord/assets/images/default_group.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 4.6 KiB |
BIN
com.discord/kotlin/ArithmeticException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/ArithmeticException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/AssertionError.kotlin_metadata
Normal file
BIN
com.discord/kotlin/AssertionError.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/BuilderInference.kotlin_metadata
Normal file
BIN
com.discord/kotlin/BuilderInference.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/ClassCastException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/ClassCastException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/Comparator.kotlin_metadata
Normal file
BIN
com.discord/kotlin/Comparator.kotlin_metadata
Normal file
Binary file not shown.
Binary file not shown.
BIN
com.discord/kotlin/Error.kotlin_metadata
Normal file
BIN
com.discord/kotlin/Error.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/Exception.kotlin_metadata
Normal file
BIN
com.discord/kotlin/Exception.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/Experimental.kotlin_metadata
Normal file
BIN
com.discord/kotlin/Experimental.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/ExperimentalMultiplatform.kotlin_metadata
Normal file
BIN
com.discord/kotlin/ExperimentalMultiplatform.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/ExperimentalUnsignedTypes.kotlin_metadata
Normal file
BIN
com.discord/kotlin/ExperimentalUnsignedTypes.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/HashCodeKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/HashCodeKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/IllegalArgumentException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/IllegalArgumentException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/IllegalStateException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/IllegalStateException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/IndexOutOfBoundsException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/IndexOutOfBoundsException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/InitializedLazyImpl.kotlin_metadata
Normal file
BIN
com.discord/kotlin/InitializedLazyImpl.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/KotlinHKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/KotlinHKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/KotlinVersion.kotlin_metadata
Normal file
BIN
com.discord/kotlin/KotlinVersion.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/LateinitKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/LateinitKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/Lazy.kotlin_metadata
Normal file
BIN
com.discord/kotlin/Lazy.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/LazyKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/LazyKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/LazyThreadSafetyMode.kotlin_metadata
Normal file
BIN
com.discord/kotlin/LazyThreadSafetyMode.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/NoSuchElementException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/NoSuchElementException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/NoWhenBranchMatchedException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/NoWhenBranchMatchedException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/NotImplementedError.kotlin_metadata
Normal file
BIN
com.discord/kotlin/NotImplementedError.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/NullPointerException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/NullPointerException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/NumberFormatException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/NumberFormatException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/OptionalExpectation.kotlin_metadata
Normal file
BIN
com.discord/kotlin/OptionalExpectation.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/Pair.kotlin_metadata
Normal file
BIN
com.discord/kotlin/Pair.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/PreconditionsKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/PreconditionsKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/Result.kotlin_metadata
Normal file
BIN
com.discord/kotlin/Result.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/ResultKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/ResultKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/RuntimeException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/RuntimeException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/StandardKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/StandardKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/SuccessOrFailureKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/SuccessOrFailureKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/SuspendKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/SuspendKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/Triple.kotlin_metadata
Normal file
BIN
com.discord/kotlin/Triple.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/TuplesKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/TuplesKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UByte.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UByte.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UByteArray.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UByteArray.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UByteArrayKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UByteArrayKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UByteKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UByteKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UInt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UInt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UIntArray.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UIntArray.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UIntArrayKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UIntArrayKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UIntKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UIntKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/ULong.kotlin_metadata
Normal file
BIN
com.discord/kotlin/ULong.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/ULongArray.kotlin_metadata
Normal file
BIN
com.discord/kotlin/ULongArray.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/ULongArrayKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/ULongArrayKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/ULongKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/ULongKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UNINITIALIZED_VALUE.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UNINITIALIZED_VALUE.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UShort.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UShort.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UShortArray.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UShortArray.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UShortArrayKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UShortArrayKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UShortKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UShortKt.kotlin_metadata
Normal file
Binary file not shown.
Binary file not shown.
BIN
com.discord/kotlin/UnsafeLazyImpl.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UnsafeLazyImpl.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UnsignedUtilsKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UnsignedUtilsKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UnsupportedOperationException.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UnsupportedOperationException.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/UseExperimental.kotlin_metadata
Normal file
BIN
com.discord/kotlin/UseExperimental.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/WasExperimental.kotlin_metadata
Normal file
BIN
com.discord/kotlin/WasExperimental.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/annotation/annotation.kotlin_builtins
Normal file
BIN
com.discord/kotlin/annotation/annotation.kotlin_builtins
Normal file
Binary file not shown.
Binary file not shown.
BIN
com.discord/kotlin/collections/AbstractIterator.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/AbstractIterator.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/AbstractList.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/AbstractList.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/AbstractMap.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/AbstractMap.kotlin_metadata
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
com.discord/kotlin/collections/AbstractSet.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/AbstractSet.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/ArrayAsCollection.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/ArrayAsCollection.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/ArrayList.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/ArrayList.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/ArraysKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/ArraysKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/CollectionsHKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/CollectionsHKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/CollectionsKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/CollectionsKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/EmptyIterator.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/EmptyIterator.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/EmptyList.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/EmptyList.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/EmptyMap.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/EmptyMap.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/EmptySet.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/EmptySet.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/Grouping.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/Grouping.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/GroupingKt.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/GroupingKt.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/HashMap.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/HashMap.kotlin_metadata
Normal file
Binary file not shown.
BIN
com.discord/kotlin/collections/HashSet.kotlin_metadata
Normal file
BIN
com.discord/kotlin/collections/HashSet.kotlin_metadata
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue