124.5 - Alpha (124205)
| 
						 | 
				
			
			@ -9,9 +9,9 @@ android {
 | 
			
		|||
    defaultConfig {
 | 
			
		||||
        applicationId 'com.discord'
 | 
			
		||||
        minSdkVersion 21
 | 
			
		||||
        targetSdkVersion 30
 | 
			
		||||
        versionCode 123104
 | 
			
		||||
        versionName "123.4 - Beta"
 | 
			
		||||
        targetSdkVersion 31
 | 
			
		||||
        versionCode 124205
 | 
			
		||||
        versionName "124.5 - Alpha"
 | 
			
		||||
 | 
			
		||||
        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,74 +1,47 @@
 | 
			
		|||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="123104" android:versionName="123.4 - 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"/>
 | 
			
		||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="124205" android:versionName="124.5 - Alpha" android:compileSdkVersion="31" android:compileSdkVersionCodename="12" package="com.discord" platformBuildVersionCode="31" platformBuildVersionName="12">
 | 
			
		||||
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.camera" android:required="false"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.faketouch" android:required="false"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.microphone" android:required="false"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.bluetooth" android:required="false"/>
 | 
			
		||||
    <uses-permission android:name="com.android.vending.BILLING"/>
 | 
			
		||||
    <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.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="28"/>
 | 
			
		||||
    <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.USE_FULL_SCREEN_INTENT"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.READ_CONTACTS"/>
 | 
			
		||||
    <uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
 | 
			
		||||
    <permission android:label="@string/app_permission_connect_label" android:name="com.discord.permission.CONNECT" android:protectionLevel="dangerous" android:description="@string/app_permission_connect_desc"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>
 | 
			
		||||
    <queries>
 | 
			
		||||
        <package android:name="com.facebook.orca"/>
 | 
			
		||||
        <package android:name="com.whatsapp"/>
 | 
			
		||||
        <package android:name="org.telegram.messenger"/>
 | 
			
		||||
        <package android:name="com.twitter.android"/>
 | 
			
		||||
        <package android:name="jp.naver.line.android"/>
 | 
			
		||||
        <intent>
 | 
			
		||||
            <action android:name="android.intent.action.CHOOSER"/>
 | 
			
		||||
        </intent>
 | 
			
		||||
        <intent>
 | 
			
		||||
            <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
            <category android:name="android.intent.category.BROWSABLE"/>
 | 
			
		||||
            <data android:scheme="http"/>
 | 
			
		||||
        </intent>
 | 
			
		||||
        <intent>
 | 
			
		||||
            <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
            <category android:name="android.intent.category.BROWSABLE"/>
 | 
			
		||||
            <data android:scheme="https"/>
 | 
			
		||||
            <action android:name="android.support.customtabs.action.CustomTabsService"/>
 | 
			
		||||
        </intent>
 | 
			
		||||
        <intent>
 | 
			
		||||
            <action android:name="android.media.action.IMAGE_CAPTURE"/>
 | 
			
		||||
        </intent>
 | 
			
		||||
        <intent>
 | 
			
		||||
            <action android:name="android.intent.action.PICK"/>
 | 
			
		||||
            <data android:mimeType="image/*"/>
 | 
			
		||||
        </intent>
 | 
			
		||||
        <intent>
 | 
			
		||||
            <action android:name="android.intent.action.GET_CONTENT"/>
 | 
			
		||||
            <data android:mimeType="image/*"/>
 | 
			
		||||
        </intent>
 | 
			
		||||
        <package android:name="com.spotify.music"/>
 | 
			
		||||
        <package android:name="com.samsung.android.game.gametools"/>
 | 
			
		||||
        <package android:name="com.samsung.android.game.gamehome"/>
 | 
			
		||||
        <package android:name="com.authy.authy"/>
 | 
			
		||||
        <package android:name="com.google.android.apps.authenticator2"/>
 | 
			
		||||
        <intent>
 | 
			
		||||
            <action android:name="android.support.customtabs.action.CustomTabsService"/>
 | 
			
		||||
        </intent>
 | 
			
		||||
    </queries>
 | 
			
		||||
    <uses-feature android:name="android.hardware.camera.any" android:required="false"/>
 | 
			
		||||
    <uses-feature android:name="android.hardware.camera.front" android:required="false"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
 | 
			
		||||
    <uses-permission android:name="com.android.vending.BILLING"/>
 | 
			
		||||
    <uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
 | 
			
		||||
    <uses-permission android:name="com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE"/>
 | 
			
		||||
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
 | 
			
		||||
    <application android:theme="@style/AppTheme_Dark" android:label="@string/discord" android:icon="@mipmap/ic_logo_square_beta" android:name="com.discord.app.App" android:allowBackup="false" android:largeHeap="true" android:supportsRtl="true" android:networkSecurityConfig="@xml/network_security_config" android:roundIcon="@mipmap/ic_logo_round_beta" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory">
 | 
			
		||||
        <activity android:theme="@style/AppTheme_Translucent" android:name="com.discord.samsung.SamsungConnectActivity"/>
 | 
			
		||||
        <activity android:theme="@style/AppTheme_Dark" android:name="com.discord.app.AppActivity" android:screenOrientation="fullUser" android:windowSoftInputMode="adjustResize|stateHidden"/>
 | 
			
		||||
        <activity android:theme="@style/AppTheme_Loading" android:name="com.discord.app.AppActivity.Main" android:exported="true" android:launchMode="singleTask" android:screenOrientation="fullUser" android:windowSoftInputMode="adjustResize|stateHidden">
 | 
			
		||||
    <application android:theme="@style/AppTheme" android:label="@string/app_name" android:icon="@mipmap/ic_logo_square_canary" android:name="com.discord.MainApplication" android:allowBackup="false" android:largeHeap="true" android:supportsRtl="false" android:extractNativeLibs="false" android:fullBackupContent="@xml/data_extraction_rules_legacy" android:roundIcon="@mipmap/ic_logo_round_canary" android:appCategory="social" android:appComponentFactory="androidx.core.app.CoreComponentFactory" android:isSplitRequired="true" android:dataExtractionRules="@xml/data_extraction_rules" android:localeConfig="@xml/locales_config">
 | 
			
		||||
        <activity android:label="@string/app_name" android:name="com.discord.MainActivity" android:exported="true" android:launchMode="singleTask" android:configChanges="screenSize|uiMode|orientation|keyboardHidden|keyboard" android:windowSoftInputMode="adjustResize">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.MAIN"/>
 | 
			
		||||
                <category android:name="android.intent.category.LAUNCHER"/>
 | 
			
		||||
| 
						 | 
				
			
			@ -91,30 +64,13 @@
 | 
			
		|||
                <data android:scheme="https" android:host="discord.com" android:pathPattern="/users/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discord.com" android:pathPattern="/feature/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discord.com" android:pathPattern="/feature/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discord.com" android:pathPattern="/discovery"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discord.com" android:pathPattern="/discovery"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discord.com" android:pathPattern="/query/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discord.com" android:pathPattern="/query/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discord.com" android:pathPattern="/ra/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discord.com" android:pathPattern="/events/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discord.com" android:pathPattern="/events/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/app"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discordapp.com" android:pathPattern="/app"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/gifts/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discordapp.com" android:pathPattern="/gifts/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/invite/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discordapp.com" android:pathPattern="/invite/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/template/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discordapp.com" android:pathPattern="/template/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/channels/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discordapp.com" android:pathPattern="/channels/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/users/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discordapp.com" android:pathPattern="/users/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discordapp.com" android:pathPattern="/discovery"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/discovery"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discordapp.com" android:pathPattern="/ra/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discordapp.com" android:pathPattern="/events/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discordapp.com" android:pathPattern="/events/.*"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discord.com" android:pathPattern="/__development/link"/>
 | 
			
		||||
                <data android:scheme="https" android:host="discord.com" android:pathPattern="/mweb-handoff"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.VIEW"/>
 | 
			
		||||
| 
						 | 
				
			
			@ -144,17 +100,29 @@
 | 
			
		|||
                <data android:scheme="https" android:host="discord.com" android:pathPattern="/connect/authorize"/>
 | 
			
		||||
                <data android:scheme="https" android:host="*.discord.com" android:pathPattern="/connect/authorize"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
            <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
 | 
			
		||||
        </activity>
 | 
			
		||||
        <activity android:name="com.discord.app.AppActivity.Call" android:excludeFromRecents="true" android:launchMode="singleTask"/>
 | 
			
		||||
        <activity android:name="com.discord.app.AppActivity.IncomingCall" android:excludeFromRecents="true" android:launchMode="singleTask" android:showOnLockScreen="true" android:showWhenLocked="true" android:turnScreenOn="true"/>
 | 
			
		||||
        <activity android:theme="@style/AppTheme_Loading" android:label="@string/discord" android:name="com.discord.app.AppActivity.AppAction" android:exported="true" android:launchMode="standard" android:windowSoftInputMode="adjustResize|stateHidden">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.discord.intent.action.SDK"/>
 | 
			
		||||
                <category android:name="android.intent.category.DEFAULT"/>
 | 
			
		||||
                <category android:name="android.intent.category.OPENABLE"/>
 | 
			
		||||
                <data android:scheme="discord" android:host="sdk" android:pathPattern="/.*"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.discord.intent.action.CONNECT"/>
 | 
			
		||||
                <data android:scheme="discord" android:host="app" android:pathPattern="/connect/.*"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </activity>
 | 
			
		||||
        <service android:name="com.discord.notifications.fcm.MessagingService" android:exported="false">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.google.firebase.MESSAGING_EVENT"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </service>
 | 
			
		||||
        <service android:name="com.discord.foreground_service.ForegroundService" android:foregroundServiceType="microphone|camera|mediaProjection|phoneCall"/>
 | 
			
		||||
        <receiver android:name="com.discord.notifications.actions.NotificationActions" android:exported="false">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.discord.intent.action.NOTIFICATION_ACTION"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <activity android:name="com.discord.share.ShareActivity" android:exported="true" android:configChanges="screenSize|uiMode|orientation|keyboardHidden|keyboard" android:windowSoftInputMode="adjustResize">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.SEND"/>
 | 
			
		||||
                <action android:name="android.intent.action.SEND_MULTIPLE"/>
 | 
			
		||||
| 
						 | 
				
			
			@ -162,137 +130,68 @@
 | 
			
		|||
                <category android:name="android.intent.category.OPENABLE"/>
 | 
			
		||||
                <data android:mimeType="*/*"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
            <meta-data android:name="android.service.chooser.chooser_target_service" android:value="androidx.sharetarget.ChooserTargetServiceCompat"/>
 | 
			
		||||
        </activity>
 | 
			
		||||
        <activity android:name="com.facebook.flipper.android.diagnostics.FlipperDiagnosticActivity" android:exported="true"/>
 | 
			
		||||
        <service android:name="com.discord.utilities.fcm.NotificationClient.FCMMessagingService" android:exported="false">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <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.app.DiscordConnectService" android:permission="com.discord.permission.CONNECT" android:exported="true">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.discord.intent.action.CONNECT"/>
 | 
			
		||||
                <data android:scheme="discord" android:host="app" android:pathPattern="/connect/.*"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </service>
 | 
			
		||||
        <service android:name="com.discord.utilities.voice.DiscordOverlayService" android:exported="false"/>
 | 
			
		||||
        <meta-data android:name="com.discord.features.FLAG" android:value="1"/>
 | 
			
		||||
        <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_new_500"/>
 | 
			
		||||
        <receiver android:name="com.discord.utilities.fcm.NotificationActions" android:exported="false">
 | 
			
		||||
            <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:name="com.discord.utilities.io.NetworkUtils.NetworkDownloadReceiver" android:exported="true">
 | 
			
		||||
        <meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
 | 
			
		||||
        <service android:name="com.discord.react.headless_tasks.service.HeadlessTasksService"/>
 | 
			
		||||
        <receiver android:name="com.discord.file_downloader.PublicFileDownloader.PublicFileDownloadBroadcastReceiver" android:exported="true">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.DOWNLOAD_COMPLETE"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <service android:name="com.discord.utilities.voice.VoiceEngineForegroundService" android:foregroundServiceType="mediaProjection"/>
 | 
			
		||||
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.discord.file-provider" android:grantUriPermissions="true">
 | 
			
		||||
            <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="true"/>
 | 
			
		||||
        <meta-data android:name="com.google.android.nearby.messages.API_KEY" android:value="AIzaSyD-4L6bgKMixqBRtrG2UktVXK6IexXlsog"/>
 | 
			
		||||
        <meta-data android:name="com.google.android.actions" android:resource="@xml/actions"/>
 | 
			
		||||
        <meta-data android:name="libdiscord_version" android:value="89.0.26-pixel6-hwdec"/>
 | 
			
		||||
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropActivity"/>
 | 
			
		||||
        <service android:name="androidx.sharetarget.ChooserTargetServiceCompat" android:permission="android.permission.BIND_CHOOSER_TARGET_SERVICE">
 | 
			
		||||
        <receiver android:name="com.adjust.sdk.AdjustReferrerReceiver" android:permission="android.permission.INSTALL_PACKAGES" android:exported="true">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.service.chooser.ChooserTargetService"/>
 | 
			
		||||
                <action android:name="com.android.vending.INSTALL_REFERRER"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </service>
 | 
			
		||||
        <receiver android:name="com.google.android.gms.analytics.AnalyticsReceiver" android:enabled="true" android:exported="false"/>
 | 
			
		||||
        <service android:name="com.google.android.gms.analytics.AnalyticsService" android:enabled="true" android:exported="false"/>
 | 
			
		||||
        <service android:name="com.google.android.gms.analytics.AnalyticsJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false"/>
 | 
			
		||||
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" android:exported="false" android:excludeFromRecents="true"/>
 | 
			
		||||
        <service android:name="com.google.android.gms.auth.api.signin.RevocationBoundService" android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" android:exported="true" android:visibleToInstantApps="true"/>
 | 
			
		||||
        <service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.dynamiclinks.internal.FirebaseDynamicLinkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.ktx.FirebaseMessagingKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" 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"/>
 | 
			
		||||
            <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.crashlytics.ndk.CrashlyticsNdkRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.crashlytics.CrashlyticsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.ktx.FirebaseCommonKtxRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
        </service>
 | 
			
		||||
        <service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false" android:directBootAware="true">
 | 
			
		||||
            <intent-filter android:priority="-500">
 | 
			
		||||
                <action android:name="com.google.firebase.MESSAGING_EVENT"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </service>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <provider android:name="androidx.core.content.FileProvider" android:exported="false" android:authorities="com.discord.provider" android:grantUriPermissions="true">
 | 
			
		||||
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths"/>
 | 
			
		||||
        </provider>
 | 
			
		||||
        <activity android:theme="@style/Theme.AppCompat.Light.NoActionBar" android:name="com.yalantis.ucrop.UCropActivity"/>
 | 
			
		||||
        <provider android:name="com.imagepicker.ImagePickerProvider" android:exported="false" android:authorities="com.discord.imagepickerprovider" android:grantUriPermissions="true">
 | 
			
		||||
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/imagepicker_provider_paths"/>
 | 
			
		||||
        </provider>
 | 
			
		||||
        <meta-data android:name="io.sentry.auto-init" android:value="false"/>
 | 
			
		||||
        <provider android:name="com.reactnativecommunity.webview.RNCWebViewFileProvider" android:exported="false" android:authorities="com.discord.fileprovider" android:grantUriPermissions="true">
 | 
			
		||||
            <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_provider_paths"/>
 | 
			
		||||
        </provider>
 | 
			
		||||
        <receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:permission="com.google.android.c2dm.permission.SEND" android:exported="true">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="com.google.android.c2dm.intent.RECEIVE"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <service android:name="com.google.firebase.messaging.FirebaseMessagingService" android:exported="false" android:directBootAware="true">
 | 
			
		||||
            <intent-filter android:priority="-500">
 | 
			
		||||
                <action android:name="com.google.firebase.MESSAGING_EVENT"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </service>
 | 
			
		||||
        <service android:name="com.google.firebase.components.ComponentDiscoveryService" android:exported="false" android:directBootAware="true">
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.messaging.FirebaseMessagingRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.datatransport.TransportRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
            <meta-data android:name="com.google.firebase.components:com.google.firebase.installations.FirebaseInstallationsRegistrar" android:value="com.google.firebase.components.ComponentRegistrar"/>
 | 
			
		||||
        </service>
 | 
			
		||||
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.jakewharton.processphoenix.ProcessPhoenix" android:exported="false" android:process=":phoenix"/>
 | 
			
		||||
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity" android:exported="false" android:excludeFromRecents="true"/>
 | 
			
		||||
        <service android:name="com.google.android.gms.auth.api.signin.RevocationBoundService" android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION" android:exported="true" android:visibleToInstantApps="true"/>
 | 
			
		||||
        <receiver android:name="com.google.android.gms.analytics.AnalyticsReceiver" android:enabled="true" android:exported="false"/>
 | 
			
		||||
        <service android:name="com.google.android.gms.analytics.AnalyticsService" android:enabled="true" android:exported="false"/>
 | 
			
		||||
        <service android:name="com.google.android.gms.analytics.AnalyticsJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false"/>
 | 
			
		||||
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.google.android.gms.common.api.GoogleApiActivity" android:exported="false"/>
 | 
			
		||||
        <receiver android:name="com.google.android.gms.measurement.AppMeasurementReceiver" android:enabled="true" android:exported="false"/>
 | 
			
		||||
        <service android:name="com.google.android.gms.measurement.AppMeasurementService" android:enabled="true" android:exported="false"/>
 | 
			
		||||
        <service android:name="com.google.android.gms.measurement.AppMeasurementJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="true" android:exported="false"/>
 | 
			
		||||
        <provider android:name="com.google.firebase.provider.FirebaseInitProvider" android:exported="false" android:authorities="com.discord.firebaseinitprovider" android:initOrder="100" android:directBootAware="true"/>
 | 
			
		||||
        <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version"/>
 | 
			
		||||
        <provider android:name="androidx.work.impl.WorkManagerInitializer" android:exported="false" android:multiprocess="true" android:authorities="com.discord.workmanager-init" android:directBootAware="false"/>
 | 
			
		||||
        <service android:name="androidx.work.impl.background.systemalarm.SystemAlarmService" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false"/>
 | 
			
		||||
        <service android:name="androidx.work.impl.background.systemjob.SystemJobService" android:permission="android.permission.BIND_JOB_SERVICE" android:enabled="@bool/enable_system_job_service_default" android:exported="true" android:directBootAware="false"/>
 | 
			
		||||
        <service android:name="androidx.work.impl.foreground.SystemForegroundService" android:enabled="@bool/enable_system_foreground_service_default" android:exported="false" android:directBootAware="false"/>
 | 
			
		||||
        <receiver android:name="androidx.work.impl.utils.ForceStopRunnable.BroadcastReceiver" android:enabled="true" android:exported="false" android:directBootAware="false"/>
 | 
			
		||||
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy.BatteryChargingProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.ACTION_POWER_CONNECTED"/>
 | 
			
		||||
                <action android:name="android.intent.action.ACTION_POWER_DISCONNECTED"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy.BatteryNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.intent.action.BATTERY_OKAY"/>
 | 
			
		||||
                <action android:name="android.intent.action.BATTERY_LOW"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <receiver android:name="androidx.work.impl.background.systemalarm.ConstraintProxy.StorageNotLowProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
 | 
			
		||||
            <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:name="androidx.work.impl.background.systemalarm.ConstraintProxy.NetworkStateProxy" android:enabled="false" android:exported="false" android:directBootAware="false">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="android.net.conn.CONNECTIVITY_CHANGE"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <receiver android:name="androidx.work.impl.background.systemalarm.RescheduleReceiver" android:enabled="false" android:exported="false" android:directBootAware="false">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <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:name="androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver" android:enabled="@bool/enable_system_alarm_service_default" android:exported="false" android:directBootAware="false">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="androidx.work.impl.background.systemalarm.UpdateProxies"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <receiver android:name="androidx.work.impl.diagnostics.DiagnosticsReceiver" android:permission="android.permission.DUMP" android:enabled="true" android:exported="true" android:directBootAware="false">
 | 
			
		||||
            <intent-filter>
 | 
			
		||||
                <action android:name="androidx.work.diagnostics.REQUEST_DIAGNOSTICS"/>
 | 
			
		||||
            </intent-filter>
 | 
			
		||||
        </receiver>
 | 
			
		||||
        <provider android:name="io.sentry.android.core.SentryInitProvider" android:exported="false" android:authorities="com.discord.SentryInitProvider"/>
 | 
			
		||||
        <provider android:name="io.sentry.android.core.SentryPerformanceProvider" android:exported="false" android:authorities="com.discord.SentryPerformanceProvider" android:initOrder="200"/>
 | 
			
		||||
        <provider android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer" android:exported="false" android:multiprocess="true" android:authorities="com.discord.lifecycle-process"/>
 | 
			
		||||
        <service android:name="com.google.android.datatransport.runtime.backends.TransportBackendDiscovery" android:exported="false">
 | 
			
		||||
            <meta-data android:name="backend:com.google.android.datatransport.cct.CctBackendFactory" android:value="cct"/>
 | 
			
		||||
        </service>
 | 
			
		||||
        <service android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="false"/>
 | 
			
		||||
        <receiver android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver" android:exported="false"/>
 | 
			
		||||
        <service android:name="androidx.room.MultiInstanceInvalidationService" android:exported="false" android:directBootAware="true"/>
 | 
			
		||||
        <meta-data android:name="com.google.android.play.billingclient.version" android:value="4.0.0"/>
 | 
			
		||||
        <meta-data android:name="com.google.android.play.billingclient.version" android:value="4.1.0"/>
 | 
			
		||||
        <activity android:theme="@android:style/Theme.Translucent.NoTitleBar" android:name="com.android.billingclient.api.ProxyBillingActivity" android:exported="false" android:configChanges="screenSize|screenLayout|orientation|keyboardHidden|keyboard"/>
 | 
			
		||||
        <meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
 | 
			
		||||
        <meta-data android:name="com.android.vending.splits.required" android:value="true"/>
 | 
			
		||||
        <meta-data android:name="com.android.stamp.source" android:value="https://play.google.com/store"/>
 | 
			
		||||
        <meta-data android:name="com.android.stamp.type" android:value="STAMP_TYPE_DISTRIBUTION_APK"/>
 | 
			
		||||
        <meta-data android:name="com.android.vending.splits" android:resource="@xml/splits0"/>
 | 
			
		||||
        <meta-data android:name="com.android.vending.derived.apk.id" android:value="3"/>
 | 
			
		||||
    </application>
 | 
			
		||||
</manifest>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
[{"label":"Alberta","value":"AB"},{"label":"British Columbia","value":"BC"},{"label":"Manitoba","value":"MB"},{"label":"New Brunswick","value":"NB"},{"label":"Newfoundland and Labrador","value":"NL"},{"label":"Nova Scotia","value":"NS"},{"label":"Ontario","value":"ON"},{"label":"Prince Edward Island","value":"PE"},{"label":"Quebec","value":"QC"},{"label":"Saskatchewan","value":"SK"},{"label":"Northwest Territories","value":"NT"},{"label":"Nunavut","value":"NU"},{"label":"Yukon","value":"YT"}]
 | 
			
		||||
| 
						 | 
				
			
			@ -1,255 +0,0 @@
 | 
			
		|||
[
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "angry",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ">:(",
 | 
			
		||||
      ">:-(",
 | 
			
		||||
      ">=(",
 | 
			
		||||
      ">=-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "blush",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":\")",
 | 
			
		||||
      ":-\")",
 | 
			
		||||
      "=\")",
 | 
			
		||||
      "=-\")"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "broken_heart",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "</3",
 | 
			
		||||
      "<\\3"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "confused",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":-\\",
 | 
			
		||||
      ":-/",
 | 
			
		||||
      "=-\\",
 | 
			
		||||
      "=-/"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "cry",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":'(",
 | 
			
		||||
      ":'-(",
 | 
			
		||||
      ":,(",
 | 
			
		||||
      ":,-(",
 | 
			
		||||
      "='(",
 | 
			
		||||
      "='-(",
 | 
			
		||||
      "=,(",
 | 
			
		||||
      "=,-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "frowning",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":(",
 | 
			
		||||
      ":-(",
 | 
			
		||||
      "=(",
 | 
			
		||||
      "=-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "heart",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "<3",
 | 
			
		||||
      "♡"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "imp",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "]:(",
 | 
			
		||||
      "]:-(",
 | 
			
		||||
      "]=(",
 | 
			
		||||
      "]=-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "innocent",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "o:)",
 | 
			
		||||
      "O:)",
 | 
			
		||||
      "o:-)",
 | 
			
		||||
      "O:-)",
 | 
			
		||||
      "0:)",
 | 
			
		||||
      "0:-)",
 | 
			
		||||
      "o=)",
 | 
			
		||||
      "O=)",
 | 
			
		||||
      "o=-)",
 | 
			
		||||
      "O=-)",
 | 
			
		||||
      "0=)",
 | 
			
		||||
      "0=-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "joy",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":')",
 | 
			
		||||
      ":'-)",
 | 
			
		||||
      ":,)",
 | 
			
		||||
      ":,-)",
 | 
			
		||||
      ":'D",
 | 
			
		||||
      ":'-D",
 | 
			
		||||
      ":,D",
 | 
			
		||||
      ":,-D",
 | 
			
		||||
      "=')",
 | 
			
		||||
      "='-)",
 | 
			
		||||
      "=,)",
 | 
			
		||||
      "=,-)",
 | 
			
		||||
      "='D",
 | 
			
		||||
      "='-D",
 | 
			
		||||
      "=,D",
 | 
			
		||||
      "=,-D"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "kissing",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":*",
 | 
			
		||||
      ":-*",
 | 
			
		||||
      "=*",
 | 
			
		||||
      "=-*"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "laughing",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "x-)",
 | 
			
		||||
      "X-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "neutral_face",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":|",
 | 
			
		||||
      ":-|",
 | 
			
		||||
      "=|",
 | 
			
		||||
      "=-|"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "open_mouth",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":o",
 | 
			
		||||
      ":-o",
 | 
			
		||||
      ":O",
 | 
			
		||||
      ":-O",
 | 
			
		||||
      "=o",
 | 
			
		||||
      "=-o",
 | 
			
		||||
      "=O",
 | 
			
		||||
      "=-O"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "rage",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":@",
 | 
			
		||||
      ":-@",
 | 
			
		||||
      "=@",
 | 
			
		||||
      "=-@"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "smile",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":D",
 | 
			
		||||
      ":-D",
 | 
			
		||||
      "=D",
 | 
			
		||||
      "=-D"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "slight_smile",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":)",
 | 
			
		||||
      ":-)",
 | 
			
		||||
      "=)",
 | 
			
		||||
      "=-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "smiling_imp",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "]:)",
 | 
			
		||||
      "]:-)",
 | 
			
		||||
      "]=)",
 | 
			
		||||
      "]=-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "sob",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":,'(",
 | 
			
		||||
      ":,'-(",
 | 
			
		||||
      ";(",
 | 
			
		||||
      ";-(",
 | 
			
		||||
      "=,'(",
 | 
			
		||||
      "=,'-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "stuck_out_tongue",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":P",
 | 
			
		||||
      ":-P",
 | 
			
		||||
      "=P",
 | 
			
		||||
      "=-P"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "sunglasses",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      "8-)",
 | 
			
		||||
      "B-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "sweat",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ",:(",
 | 
			
		||||
      ",:-(",
 | 
			
		||||
      ",=(",
 | 
			
		||||
      ",=-("
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "sweat_smile",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ",:)",
 | 
			
		||||
      ",:-)",
 | 
			
		||||
      ",=)",
 | 
			
		||||
      ",=-)"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "unamused",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ":s",
 | 
			
		||||
      ":-S",
 | 
			
		||||
      ":z",
 | 
			
		||||
      ":-Z",
 | 
			
		||||
      ":$",
 | 
			
		||||
      ":-$",
 | 
			
		||||
      "=s",
 | 
			
		||||
      "=-S",
 | 
			
		||||
      "=z",
 | 
			
		||||
      "=-Z",
 | 
			
		||||
      "=$",
 | 
			
		||||
      "=-$"
 | 
			
		||||
    ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
    "emoji": "wink",
 | 
			
		||||
    "shortcuts": [
 | 
			
		||||
      ";)",
 | 
			
		||||
      ";-)"
 | 
			
		||||
    ]
 | 
			
		||||
  }
 | 
			
		||||
]
 | 
			
		||||
| 
						 | 
				
			
			@ -1 +0,0 @@
 | 
			
		|||
[{"label":"Alabama","value":"AL"},{"label":"Alaska","value":"AK"},{"label":"American Samoa","value":"AS"},{"label":"Arizona","value":"AZ"},{"label":"Arkansas","value":"AR"},{"label":"Armed Forces: Americas","value":"AA"},{"label":"Armed Forces: Europe","value":"AE"},{"label":"Armed Forces: Pacific","value":"AP"},{"label":"California","value":"CA"},{"label":"Colorado","value":"CO"},{"label":"Connecticut","value":"CT"},{"label":"Delaware","value":"DE"},{"label":"District Of Columbia","value":"DC"},{"label":"Federated States Of Micronesia","value":"FM"},{"label":"Florida","value":"FL"},{"label":"Georgia","value":"GA"},{"label":"Guam","value":"GU"},{"label":"Hawaii","value":"HI"},{"label":"Idaho","value":"ID"},{"label":"Illinois","value":"IL"},{"label":"Indiana","value":"IN"},{"label":"Iowa","value":"IA"},{"label":"Kansas","value":"KS"},{"label":"Kentucky","value":"KY"},{"label":"Louisiana","value":"LA"},{"label":"Maine","value":"ME"},{"label":"Marshall Islands","value":"MH"},{"label":"Maryland","value":"MD"},{"label":"Massachusetts","value":"MA"},{"label":"Michigan","value":"MI"},{"label":"Minnesota","value":"MN"},{"label":"Mississippi","value":"MS"},{"label":"Missouri","value":"MO"},{"label":"Montana","value":"MT"},{"label":"Nebraska","value":"NE"},{"label":"Nevada","value":"NV"},{"label":"New Hampshire","value":"NH"},{"label":"New Jersey","value":"NJ"},{"label":"New Mexico","value":"NM"},{"label":"New York","value":"NY"},{"label":"North Carolina","value":"NC"},{"label":"North Dakota","value":"ND"},{"label":"Northern Mariana Islands","value":"MP"},{"label":"Ohio","value":"OH"},{"label":"Oklahoma","value":"OK"},{"label":"Oregon","value":"OR"},{"label":"Palau","value":"PW"},{"label":"Pennsylvania","value":"PA"},{"label":"Puerto Rico","value":"PR"},{"label":"Rhode Island","value":"RI"},{"label":"South Carolina","value":"SC"},{"label":"South Dakota","value":"SD"},{"label":"Tennessee","value":"TN"},{"label":"Texas","value":"TX"},{"label":"Utah","value":"UT"},{"label":"Vermont","value":"VT"},{"label":"Virgin Islands","value":"VI"},{"label":"Virginia","value":"VA"},{"label":"Washington","value":"WA"},{"label":"West Virginia","value":"WV"},{"label":"Wisconsin","value":"WI"},{"label":"Wyoming","value":"WY"}]
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 551 B  | 
| 
		 Before Width: | Height: | Size: 923 B After Width: | Height: | Size: 923 B  | 
| 
		 Before Width: | Height: | Size: 557 B After Width: | Height: | Size: 557 B  | 
| 
		 Before Width: | Height: | Size: 458 B After Width: | Height: | Size: 458 B  | 
| 
		 Before Width: | Height: | Size: 562 B After Width: | Height: | Size: 562 B  | 
| 
		 Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 403 B  | 
| 
		 Before Width: | Height: | Size: 682 B After Width: | Height: | Size: 682 B  | 
| 
		 Before Width: | Height: | Size: 561 B After Width: | Height: | Size: 561 B  | 
| 
		 Before Width: | Height: | Size: 603 B After Width: | Height: | Size: 603 B  | 
| 
		 Before Width: | Height: | Size: 517 B After Width: | Height: | Size: 517 B  | 
| 
		 Before Width: | Height: | Size: 495 B After Width: | Height: | Size: 495 B  | 
| 
		 Before Width: | Height: | Size: 668 B After Width: | Height: | Size: 668 B  | 
| 
		 Before Width: | Height: | Size: 670 B After Width: | Height: | Size: 670 B  | 
| 
		 Before Width: | Height: | Size: 640 B After Width: | Height: | Size: 640 B  | 
| 
		 Before Width: | Height: | Size: 722 B After Width: | Height: | Size: 722 B  | 
| 
		 Before Width: | Height: | Size: 553 B After Width: | Height: | Size: 553 B  | 
| 
		 Before Width: | Height: | Size: 747 B After Width: | Height: | Size: 747 B  | 
| 
		 Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB  | 
| 
		 Before Width: | Height: | Size: 697 B After Width: | Height: | Size: 697 B  | 
| 
		 Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 287 B  | 
| 
		 Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB  | 
| 
		 Before Width: | Height: | Size: 849 B After Width: | Height: | Size: 849 B  | 
| 
		 Before Width: | Height: | Size: 989 B After Width: | Height: | Size: 989 B  | 
| 
		 Before Width: | Height: | Size: 662 B After Width: | Height: | Size: 662 B  | 
| 
		 Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B  | 
| 
		 Before Width: | Height: | Size: 723 B After Width: | Height: | Size: 723 B  | 
| 
		 Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 481 B  | 
| 
		 Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 453 B  | 
| 
		 Before Width: | Height: | Size: 847 B After Width: | Height: | Size: 847 B  | 
| 
		 Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 205 B  | 
| 
		 Before Width: | Height: | Size: 835 B After Width: | Height: | Size: 835 B  | 
| 
		 Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 387 B  | 
| 
		 Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B  | 
| 
		 Before Width: | Height: | Size: 402 B After Width: | Height: | Size: 402 B  | 
| 
		 Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 559 B  | 
| 
		 Before Width: | Height: | Size: 652 B After Width: | Height: | Size: 652 B  | 
| 
		 Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 406 B  | 
| 
		 Before Width: | Height: | Size: 336 B After Width: | Height: | Size: 336 B  | 
| 
		 Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B  | 
| 
		 Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B  | 
| 
		 Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 244 B  | 
| 
		 Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 411 B  | 
| 
		 Before Width: | Height: | Size: 940 B After Width: | Height: | Size: 940 B  | 
| 
		 Before Width: | Height: | Size: 279 B After Width: | Height: | Size: 279 B  | 
| 
		 Before Width: | Height: | Size: 978 B After Width: | Height: | Size: 978 B  | 
| 
		 Before Width: | Height: | Size: 919 B After Width: | Height: | Size: 919 B  | 
| 
		 Before Width: | Height: | Size: 884 B After Width: | Height: | Size: 884 B  | 
| 
		 Before Width: | Height: | Size: 666 B After Width: | Height: | Size: 666 B  | 
| 
		 Before Width: | Height: | Size: 871 B After Width: | Height: | Size: 871 B  | 
| 
		 Before Width: | Height: | Size: 805 B After Width: | Height: | Size: 805 B  | 
| 
		 Before Width: | Height: | Size: 419 B After Width: | Height: | Size: 419 B  | 
| 
		 Before Width: | Height: | Size: 1,000 B After Width: | Height: | Size: 1,000 B  | 
| 
		 Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 270 B  | 
| 
		 Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B  | 
| 
		 Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 669 B  | 
| 
		 Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB  | 
| 
		 Before Width: | Height: | Size: 459 B After Width: | Height: | Size: 459 B  | 
| 
		 Before Width: | Height: | Size: 445 B After Width: | Height: | Size: 445 B  | 
| 
		 Before Width: | Height: | Size: 706 B After Width: | Height: | Size: 706 B  | 
| 
		 Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 602 B  | 
| 
		 Before Width: | Height: | Size: 389 B After Width: | Height: | Size: 389 B  | 
| 
		 Before Width: | Height: | Size: 356 B After Width: | Height: | Size: 356 B  | 
| 
		 Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 220 B  | 
| 
		 Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B  | 
| 
		 Before Width: | Height: | Size: 961 B After Width: | Height: | Size: 961 B  | 
| 
		 Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 394 B  | 
| 
		 Before Width: | Height: | Size: 341 B After Width: | Height: | Size: 341 B  | 
| 
		 Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 410 B  | 
| 
		 Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B  | 
| 
		 Before Width: | Height: | Size: 233 B After Width: | Height: | Size: 233 B  | 
| 
		 Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 453 B  | 
| 
		 Before Width: | Height: | Size: 569 B After Width: | Height: | Size: 569 B  | 
| 
		 Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 574 B  | 
| 
		 Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 357 B  | 
| 
		 Before Width: | Height: | Size: 913 B After Width: | Height: | Size: 913 B  | 
| 
		 Before Width: | Height: | Size: 539 B After Width: | Height: | Size: 539 B  | 
| 
		 Before Width: | Height: | Size: 549 B After Width: | Height: | Size: 549 B  | 
| 
		 Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B  | 
| 
		 Before Width: | Height: | Size: 246 B After Width: | Height: | Size: 246 B  | 
| 
		 Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB  | 
| 
		 Before Width: | Height: | Size: 643 B After Width: | Height: | Size: 643 B  | 
| 
		 Before Width: | Height: | Size: 251 B After Width: | Height: | Size: 251 B  | 
| 
		 Before Width: | Height: | Size: 696 B After Width: | Height: | Size: 696 B  | 
| 
		 Before Width: | Height: | Size: 584 B After Width: | Height: | Size: 584 B  | 
| 
		 Before Width: | Height: | Size: 524 B After Width: | Height: | Size: 524 B  | 
| 
		 Before Width: | Height: | Size: 454 B After Width: | Height: | Size: 454 B  |