Changes of com.discord v894
This commit is contained in:
parent
e7d58b4ffe
commit
423921cf24
277 changed files with 5248 additions and 4804 deletions
|
@ -1,5 +1,5 @@
|
|||
!!brut.androlib.meta.MetaInfo
|
||||
apkFileName: com.discord-893.apk
|
||||
apkFileName: com.discord-894.apk
|
||||
compressionType: false
|
||||
doNotCompress:
|
||||
- arsc
|
||||
|
@ -308,5 +308,5 @@ usesFramework:
|
|||
tag: null
|
||||
version: 2.4.1-cc194d-SNAPSHOT
|
||||
versionInfo:
|
||||
versionCode: '893'
|
||||
versionName: 8.9.3
|
||||
versionCode: '894'
|
||||
versionName: 8.9.4
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
#
|
||||
#Do NOT modify, delete, or commit to source control!
|
||||
#
|
||||
#Thu May 09 23:35:42 UTC 2019
|
||||
version_name=8.9.3
|
||||
#Fri May 10 21:51:01 UTC 2019
|
||||
version_name=8.9.4
|
||||
package_name=com.discord
|
||||
build_id=f11fb585-4152-483f-ba02-1eacf87b33b0
|
||||
version_code=893
|
||||
build_id=82e12a08-e6b3-4152-a47d-3f3555303922
|
||||
version_code=894
|
||||
app_name=com.discord
|
||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.card.MaterialCardView android:paddingBottom="@dimen/chat_cell_vertical_spacing_padding" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_guideline_chat" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_padding" android:layout_marginStart="@dimen/uikit_guideline_chat" android:layout_marginEnd="@dimen/chat_cell_horizontal_spacing_padding" style="@style/UiKit.Chat.Embed.CardView"
|
||||
<com.google.android.material.card.MaterialCardView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_guideline_chat" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_padding" android:layout_marginBottom="@dimen/chat_cell_vertical_spacing_padding" android:layout_marginStart="@dimen/uikit_guideline_chat" android:layout_marginEnd="@dimen/chat_cell_horizontal_spacing_padding" style="@style/UiKit.Chat.Embed.CardView"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<androidx.constraintlayout.widget.ConstraintLayout style="@style/UiKit.ViewGroup.ConstraintLayout">
|
||||
<View android:id="@id/chat_list_item_embed_divider" android:background="?theme_chat_divider_embed" android:layout_width="3.0dip" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</LinearLayout>
|
||||
<TextView android:textSize="11.0sp" android:textColor="?primary_400" android:gravity="center" android:id="@id/voice_connected_description" android:layout_height="14.0dip" android:singleLine="true" android:layout_below="@id/voice_connected_status_container" style="@style/UiKit.TextView" />
|
||||
</RelativeLayout>
|
||||
<androidx.recyclerview.widget.RecyclerView android:orientation="horizontal" android:id="@id/voice_info_talking_users" android:paddingLeft="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_small" android:scrollbars="none" android:layout_width="152.0dip" android:layout_height="36.0dip" android:layout_toLeftOf="@id/voice_info_connecting" android:layout_centerVertical="true" android:layout_alignWithParentIfMissing="true" android:overScrollMode="never" android:layout_toStartOf="@id/voice_info_connecting" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" app:reverseLayout="true" style="@style/UiKit.ViewGroup.RecyclerView.Horizontal" />
|
||||
<androidx.recyclerview.widget.RecyclerView android:id="@id/voice_info_talking_users" android:paddingLeft="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_small" android:scrollbars="none" android:layout_width="152.0dip" android:layout_height="36.0dip" android:layout_toLeftOf="@id/voice_info_connecting" android:layout_centerVertical="true" android:layout_alignWithParentIfMissing="true" android:overScrollMode="never" android:layout_toStartOf="@id/voice_info_connecting" style="@style/UiKit.ViewGroup.RecyclerView.Horizontal" />
|
||||
<ProgressBar android:id="@id/voice_info_connecting" android:layout_width="24.0dip" android:layout_height="24.0dip" android:indeterminate="true" android:layout_toLeftOf="@id/voice_divider" android:layout_centerVertical="true" android:layout_toStartOf="@id/voice_divider" style="@style/Base.Widget.AppCompat.ProgressBar" />
|
||||
<View android:id="@id/voice_divider" android:background="?primary_400" android:layout_width="0.25dip" android:layout_height="fill_parent" android:layout_marginLeft="10.0dip" android:layout_marginTop="8.0dip" android:layout_marginBottom="8.0dip" android:layout_toLeftOf="@id/voice_expand" android:layout_centerVertical="true" android:layout_marginStart="10.0dip" android:layout_toStartOf="@id/voice_expand" />
|
||||
<ImageView android:id="@id/voice_expand" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:src="?ic_expand_up" android:layout_alignParentRight="true" android:layout_centerVertical="true" android:contentDescription="@string/voice" android:layout_alignParentEnd="true" style="@style/UiKit.ImageView" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.card.MaterialCardView android:paddingBottom="@dimen/chat_cell_vertical_spacing_padding" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_guideline_chat" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_padding" android:layout_marginStart="@dimen/uikit_guideline_chat" android:layout_marginEnd="@dimen/chat_cell_horizontal_spacing_padding" style="@style/UiKit.Chat.Embed.CardView"
|
||||
<com.google.android.material.card.MaterialCardView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_guideline_chat" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_padding" android:layout_marginBottom="@dimen/chat_cell_vertical_spacing_padding" android:layout_marginStart="@dimen/uikit_guideline_chat" android:layout_marginEnd="@dimen/chat_cell_horizontal_spacing_padding" style="@style/UiKit.Chat.Embed.CardView"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<androidx.constraintlayout.widget.ConstraintLayout style="@style/UiKit.ViewGroup.ConstraintLayout">
|
||||
<View android:id="@id/chat_list_item_embed_divider" android:background="?theme_chat_divider_embed" android:layout_width="3.0dip" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</LinearLayout>
|
||||
<TextView android:textSize="11.0sp" android:textColor="?primary_400" android:gravity="center" android:id="@id/voice_connected_description" android:layout_height="14.0dip" android:singleLine="true" android:layout_below="@id/voice_connected_status_container" style="@style/UiKit.TextView" />
|
||||
</RelativeLayout>
|
||||
<androidx.recyclerview.widget.RecyclerView android:orientation="horizontal" android:id="@id/voice_info_talking_users" android:paddingLeft="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_small" android:scrollbars="none" android:layout_width="152.0dip" android:layout_height="36.0dip" android:layout_toLeftOf="@id/voice_info_connecting" android:layout_centerVertical="true" android:layout_alignWithParentIfMissing="true" android:overScrollMode="never" android:layout_toStartOf="@id/voice_info_connecting" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" app:reverseLayout="true" style="@style/UiKit.ViewGroup.RecyclerView.Horizontal" />
|
||||
<androidx.recyclerview.widget.RecyclerView android:id="@id/voice_info_talking_users" android:paddingLeft="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_small" android:scrollbars="none" android:layout_width="152.0dip" android:layout_height="36.0dip" android:layout_toLeftOf="@id/voice_info_connecting" android:layout_centerVertical="true" android:layout_alignWithParentIfMissing="true" android:overScrollMode="never" android:layout_toStartOf="@id/voice_info_connecting" style="@style/UiKit.ViewGroup.RecyclerView.Horizontal" />
|
||||
<ProgressBar android:id="@id/voice_info_connecting" android:layout_width="24.0dip" android:layout_height="24.0dip" android:indeterminate="true" android:layout_toLeftOf="@id/voice_divider" android:layout_centerVertical="true" android:layout_toStartOf="@id/voice_divider" android:indeterminateTint="@color/white" android:indeterminateTintMode="src_in" style="@style/Base.Widget.AppCompat.ProgressBar" />
|
||||
<View android:id="@id/voice_divider" android:background="?primary_400" android:layout_width="0.25dip" android:layout_height="fill_parent" android:layout_marginLeft="10.0dip" android:layout_marginTop="8.0dip" android:layout_marginBottom="8.0dip" android:layout_toLeftOf="@id/voice_expand" android:layout_centerVertical="true" android:layout_marginStart="10.0dip" android:layout_toStartOf="@id/voice_expand" />
|
||||
<ImageView android:id="@id/voice_expand" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:src="?ic_expand_up" android:layout_alignParentRight="true" android:layout_centerVertical="true" android:contentDescription="@string/voice" android:layout_alignParentEnd="true" style="@style/UiKit.ImageView" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout android:id="@id/user_status_update_online" android:background="?selectableItemBackground" android:padding="@dimen/uikit_spacing_large" android:focusable="true" android:clickable="true" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<com.facebook.drawee.view.SimpleDraweeView android:layout_gravity="top" android:id="@id/user_status_presence_dot" android:layout_width="12.0dip" android:layout_height="12.0dip" android:layout_marginLeft="@dimen/uikit_spacing_medium" android:layout_marginTop="5.0dip" android:layout_marginRight="@dimen/uikit_spacing_medium" app:roundAsCircle="true" />
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<ImageView android:layout_gravity="top" android:id="@id/user_status_presence_dot" android:layout_width="12.0dip" android:layout_height="12.0dip" android:layout_marginLeft="@dimen/uikit_spacing_medium" android:layout_marginTop="5.0dip" android:layout_marginRight="@dimen/uikit_spacing_medium" />
|
||||
<LinearLayout android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<TextView android:textColor="?primary_100" android:id="@id/user_status_presence_title" style="@style/UiKit.TextView.Large" />
|
||||
<TextView android:id="@id/user_status_presence_subtitle" android:layout_marginTop="@dimen/uikit_spacing_small" style="@style/UiKit.TextView" />
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.card.MaterialCardView android:paddingBottom="@dimen/chat_cell_vertical_spacing_padding" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_guideline_chat" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_padding" style="@style/UiKit.Chat.Embed.CardView"
|
||||
<com.google.android.material.card.MaterialCardView android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_guideline_chat" android:layout_marginRight="@dimen/chat_cell_horizontal_spacing_padding" android:layout_marginBottom="@dimen/chat_cell_vertical_spacing_padding" style="@style/UiKit.Chat.Embed.CardView"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<androidx.constraintlayout.widget.ConstraintLayout style="@style/UiKit.ViewGroup.ConstraintLayout">
|
||||
<View android:id="@id/chat_list_item_embed_divider" android:background="?theme_chat_divider_embed" android:layout_width="3.0dip" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</LinearLayout>
|
||||
<TextView android:textSize="11.0sp" android:textColor="?primary_400" android:gravity="center" android:id="@id/voice_connected_description" android:layout_height="14.0dip" android:singleLine="true" android:layout_below="@id/voice_connected_status_container" style="@style/UiKit.TextView" />
|
||||
</RelativeLayout>
|
||||
<androidx.recyclerview.widget.RecyclerView android:orientation="horizontal" android:id="@id/voice_info_talking_users" android:paddingLeft="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_small" android:scrollbars="none" android:layout_width="152.0dip" android:layout_height="36.0dip" android:layout_toLeftOf="@id/voice_info_connecting" android:layout_centerVertical="true" android:layout_alignWithParentIfMissing="true" android:overScrollMode="never" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" app:reverseLayout="true" style="@style/UiKit.ViewGroup.RecyclerView.Horizontal" />
|
||||
<androidx.recyclerview.widget.RecyclerView android:id="@id/voice_info_talking_users" android:paddingLeft="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_small" android:scrollbars="none" android:layout_width="152.0dip" android:layout_height="36.0dip" android:layout_toLeftOf="@id/voice_info_connecting" android:layout_centerVertical="true" android:layout_alignWithParentIfMissing="true" android:overScrollMode="never" style="@style/UiKit.ViewGroup.RecyclerView.Horizontal" />
|
||||
<ProgressBar android:id="@id/voice_info_connecting" android:layout_width="24.0dip" android:layout_height="24.0dip" android:indeterminate="true" android:layout_toLeftOf="@id/voice_divider" android:layout_centerVertical="true" style="@style/Base.Widget.AppCompat.ProgressBar" />
|
||||
<View android:id="@id/voice_divider" android:background="?primary_400" android:layout_width="0.25dip" android:layout_height="fill_parent" android:layout_marginLeft="10.0dip" android:layout_marginTop="8.0dip" android:layout_marginBottom="8.0dip" android:layout_toLeftOf="@id/voice_expand" android:layout_centerVertical="true" />
|
||||
<ImageView android:id="@id/voice_expand" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:src="?ic_expand_up" android:layout_alignParentRight="true" android:layout_centerVertical="true" android:contentDescription="@string/voice" style="@style/UiKit.ImageView" />
|
||||
|
|
|
@ -444,6 +444,14 @@
|
|||
<item quantity="other">permissions</item>
|
||||
<item quantity="one">permission</item>
|
||||
</plurals>
|
||||
<plurals name="guild_settings_premium_guild_close_hint_numLeft">
|
||||
<item quantity="other">%d more boosts</item>
|
||||
<item quantity="one">%d more boost</item>
|
||||
</plurals>
|
||||
<plurals name="guild_settings_premium_guild_count_subscribers_count">
|
||||
<item quantity="other">%d extremely cool people</item>
|
||||
<item quantity="one">%d extremely cool person</item>
|
||||
</plurals>
|
||||
<plurals name="instant_invite_guild_members_total_count">
|
||||
<item quantity="other">%d Members</item>
|
||||
<item quantity="one">1 Member</item>
|
||||
|
@ -557,6 +565,26 @@
|
|||
<item quantity="other">%d months</item>
|
||||
<item quantity="one">1 month</item>
|
||||
</plurals>
|
||||
<plurals name="premium_guild_settings_x_of_y_subscriptions_numRequired">
|
||||
<item quantity="other">%d Boosts</item>
|
||||
<item quantity="one">%d Boost</item>
|
||||
</plurals>
|
||||
<plurals name="premium_guild_subscribe_confirm_cooldown_warning_days">
|
||||
<item quantity="other">%d days</item>
|
||||
<item quantity="one">%d day</item>
|
||||
</plurals>
|
||||
<plurals name="premium_guild_subscription_available_count_num">
|
||||
<item quantity="other">%d Nitro Guild Boosts</item>
|
||||
<item quantity="one">%d Nitro Boost</item>
|
||||
</plurals>
|
||||
<plurals name="premium_guild_subscription_duration_months">
|
||||
<item quantity="other">%d Months</item>
|
||||
<item quantity="one">%d Month</item>
|
||||
</plurals>
|
||||
<plurals name="premium_guild_unsubscribe_confirm_cooldown_warning_days">
|
||||
<item quantity="other">%d days</item>
|
||||
<item quantity="one">%d day</item>
|
||||
</plurals>
|
||||
<plurals name="premium_payment_plan_label_monthly_intervalCount">
|
||||
<item quantity="other">%d months</item>
|
||||
<item quantity="one">%d month</item>
|
||||
|
@ -648,10 +676,10 @@
|
|||
<item type="plurals" name="APKTOOL_DUMMY_3f">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_40">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_6c">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_74">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_83">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_84">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_8e">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_9d">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_9e">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_76">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_85">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_86">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_90">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_a4">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_a5">false</item>
|
||||
</resources>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1003,7 +1003,7 @@ LOVE, DISCORD {fixed}
|
|||
<string name="cloud_sync_modal_error_header">Unable to sync cloud saves</string>
|
||||
<string name="cloud_sync_modal_or">OR</string>
|
||||
<string name="collapse_category">Collapse Category</string>
|
||||
<string name="com.crashlytics.android.build_id">f11fb585-4152-483f-ba02-1eacf87b33b0</string>
|
||||
<string name="com.crashlytics.android.build_id">82e12a08-e6b3-4152-a47d-3f3555303922</string>
|
||||
<string name="coming_soon">Coming Soon</string>
|
||||
<string name="coming_soon_notifications">Granular notification control only works on desktop apps at the moment. For now use the iOS notification settings.</string>
|
||||
<string name="coming_soon_title">COMING SOON!</string>
|
||||
|
@ -1448,6 +1448,7 @@ LOVE, DISCORD {fixed}
|
|||
<string name="form_help_attenuation">Lower the volume of other applications by this percent when someone is speaking. Set to 0%% to completely disable attenuation.</string>
|
||||
<string name="form_help_automatic_vad">If the indicator is solid green then Discord is transmitting your beautiful voice.</string>
|
||||
<string name="form_help_bitrate">**ALL THE BITS!** Going above %1$skbps is not recommended unless you are an audiophile because it will adversely affect people on mobile devices or poor connections without noticeable benefit.</string>
|
||||
<string name="form_help_boosts_disabled">Server boosts are disabled in Verified and Partnered servers.</string>
|
||||
<string name="form_help_certified_voice_processing">While using a Discord Certified microphone certain voice processing features are no longer handled by Discord itself, but rather the microphone.</string>
|
||||
<string name="form_help_channel_permissions">Selecting roles will automatically setup basic permissions for this channel.</string>
|
||||
<string name="form_help_custom_code">Use any alphanumeric value as a code.</string>
|
||||
|
@ -1466,7 +1467,9 @@ LOVE, DISCORD {fixed}
|
|||
<string name="form_help_server_banner">This image will display at the top of your channels list.</string>
|
||||
<string name="form_help_server_description">Describe your community. This description will be displayed in external embeds of your server’s invite link.</string>
|
||||
<string name="form_help_slowmode">Members will be restricted to sending one message per this interval, unless they have Manage Channel or Manage Messages permissions.</string>
|
||||
<string name="form_help_system_channel">Send a message to this channel when someone joins this server. Messages are randomized. This can be turned off at any time.</string>
|
||||
<string name="form_help_system_channel">This is the channel we send system event messages to. These can be turned off at any time.</string>
|
||||
<string name="form_help_system_channel_join_messages">Send a random welcome message when someone joins this server.</string>
|
||||
<string name="form_help_system_channel_premium_subscription_messages">Send a message when someone boosts this server.</string>
|
||||
<string name="form_help_temporary">Members are automatically kicked when they disconnect unless a role is assigned.</string>
|
||||
<string name="form_help_user_limit">Limits the number of users that can connect to this voice channel. Users with the **Move Members** permission ignore this limit and can move other users into the channel.</string>
|
||||
<string name="form_help_verification_level">Members of the server must meet the following criteria before they can send messages in text channels or initiate a direct message conversation. If a member has an assigned role this does not apply. **We recommend setting a verification level for a public Discord.**</string>
|
||||
|
@ -1599,7 +1602,7 @@ LOVE, DISCORD {fixed}
|
|||
<string name="form_label_synced_members">Synced Members</string>
|
||||
<string name="form_label_synced_role">Synced Role</string>
|
||||
<string name="form_label_synced_subs">Synced Subs</string>
|
||||
<string name="form_label_system_channel">New Member Messages Channel</string>
|
||||
<string name="form_label_system_channel">System Messages Channel</string>
|
||||
<string name="form_label_temporary">Temporary Membership</string>
|
||||
<string name="form_label_test_microphone">Test my Microphone</string>
|
||||
<string name="form_label_tts">Text-to-Speech</string>
|
||||
|
@ -1999,6 +2002,7 @@ LOVE, DISCORD {fixed}
|
|||
<string name="guild_message_notifications_only_mentions">Only @mentions</string>
|
||||
<string name="guild_muted_help_text">Server is currently muted, therefore these are disabled</string>
|
||||
<string name="guild_owner">Server Owner</string>
|
||||
<string name="guild_premium">Discord Nitro Status</string>
|
||||
<string name="guild_security_req_mfa_body">Prevent potentially dangerous administrative actions for users without two-factor authentication enabled. **This setting can only be changed by the server owner if they have 2FA enabled on their account**.</string>
|
||||
<string name="guild_security_req_mfa_enable">[Enable on your account.](onClick)</string>
|
||||
<string name="guild_security_req_mfa_guild_disable">Disable 2FA Requirement</string>
|
||||
|
@ -2158,6 +2162,33 @@ LOVE, DISCORD {fixed}
|
|||
<string name="guild_settings_filter_user">Filter by User</string>
|
||||
<string name="guild_settings_filtered_action">Action Filter:</string>
|
||||
<string name="guild_settings_filtered_user">User Filter:</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_1_animated_guild_icon">Represent your server…in motion! **(Only in server)**</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_1_audio_quality">Hear your friends in high definition!</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_1_emoji">More emojis, more ways to express yourself!</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_1_splash">Upload a customizable background for all your server invites!</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_2_audio_quality">Hear your friends in higher definition!</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_2_banner">Upload a decorative banner that best represents your community! Shown under your server name.</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_2_emoji">Even more emojis, for even more ways to express yourself!</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_2_streaming">Anyone from your server can share their gameplay with fellow members. **(Only in Server)**</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_2_upload_limit">Larger upload file size for high quality meme sharing. **(Only in server)**</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_3_audio_quality">Hear your friends in the highest of definitions. It’s as if they’re right next to you…</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_3_emoji">Have yourself access to a truckload of emoji slots for all your expressing needs.</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_3_upload_limit">The biggest file sizes for the highest quality meme sharing. **(Only in server)**</string>
|
||||
<string name="guild_settings_guild_premium_perk_description_tier_3_vanity_url">Customize the invite URLs to your server with **discord.gg/____**</string>
|
||||
<string name="guild_settings_guild_premium_perk_title_tier_1_animated_guild_icon">Animated Server Icon</string>
|
||||
<string name="guild_settings_guild_premium_perk_title_tier_1_splash">Custom Splash Background</string>
|
||||
<string name="guild_settings_guild_premium_perk_title_tier_2_banner">Server banner</string>
|
||||
<string name="guild_settings_guild_premium_perk_title_tier_2_streaming">60 FPS Private Streaming for Non-Nitro Members</string>
|
||||
<string name="guild_settings_guild_premium_perk_title_tier_3_vanity_url">Vanity Url</string>
|
||||
<string name="guild_settings_guild_premium_perk_title_tier_any_audio_quality">%1$s kbps audio quality</string>
|
||||
<string name="guild_settings_guild_premium_perk_title_tier_any_emoji">+%1$s Emoji Slots (for a total of %2$s)</string>
|
||||
<string name="guild_settings_guild_premium_perk_title_tier_any_upload_limit">%1$s Upload Limit For Non-Nitro Members</string>
|
||||
<string name="guild_settings_guild_premium_perks_description_none">No one has bestowed Nitro to this server yet. See if any members would kindly bless your server for server-wide Nitro Perks!</string>
|
||||
<string name="guild_settings_guild_premium_perks_previous_perks">You get everything above, and —</string>
|
||||
<string name="guild_settings_guild_premium_perks_title_none">No Nitro Boost</string>
|
||||
<string name="guild_settings_guild_premium_perks_title_tier_1">Tier 1 Perks</string>
|
||||
<string name="guild_settings_guild_premium_perks_title_tier_2">Tier 2 Perks</string>
|
||||
<string name="guild_settings_guild_premium_perks_title_tier_3">Tier 3 Perks</string>
|
||||
<string name="guild_settings_icon_recommend">We recommend an image of at least 512x512 for your server.</string>
|
||||
<string name="guild_settings_label_audit_log">Audit Log</string>
|
||||
<string name="guild_settings_label_audit_log_empty_body">Once moderators begin moderating, you can moderate the moderation here.</string>
|
||||
|
@ -2168,6 +2199,12 @@ LOVE, DISCORD {fixed}
|
|||
<string name="guild_settings_members_display_role">Display role:</string>
|
||||
<string name="guild_settings_members_server_members">Server Members</string>
|
||||
<string name="guild_settings_overview_notice">Careful! You have unsaved changes!</string>
|
||||
<string name="guild_settings_premium_guild_blurb">Members of your server with an active Nitro subscription can help unlock tiers by bestowing their Nitro status. For every tier achieved, you’ll unlock perks for everyone in your server. Members can revoke their buff at any time. Your server will keep perks for three days if a tier is lost.</string>
|
||||
<string name="guild_settings_premium_guild_close_hint">Only %1$s until the next tier!</string>
|
||||
<string name="guild_settings_premium_guild_count_subscribers">**%1$s** have boosted this server</string>
|
||||
<string name="guild_settings_premium_guild_tier_requirement">%1$s Boosts</string>
|
||||
<string name="guild_settings_premium_guild_title">Nitro Server Status</string>
|
||||
<string name="guild_settings_premium_guild_unlocked">Unlocked</string>
|
||||
<string name="guild_settings_server_banner">Server Banner</string>
|
||||
<string name="guild_settings_server_invite_background">Server Invite Background</string>
|
||||
<string name="guild_settings_splash_info">This image will display when users receive an invite to your server.</string>
|
||||
|
@ -2850,7 +2887,7 @@ Want to know more about Discord?"</string>
|
|||
<string name="no_reactions_header">No Reactions</string>
|
||||
<string name="no_recent_mentions">And in the beginning… there was silence.</string>
|
||||
<string name="no_send_messages_permission_placeholder">You do not have permission to send messages in this channel.</string>
|
||||
<string name="no_system_channel">No New Member Messages</string>
|
||||
<string name="no_system_channel">No System Messages</string>
|
||||
<string name="no_text">No</string>
|
||||
<string name="no_thanks">No thanks</string>
|
||||
<string name="no_user_limit">No Limit</string>
|
||||
|
@ -3266,6 +3303,52 @@ To keep your sub, go to Settings and update your payment."</string>
|
|||
<string name="premium_grandfathered_warning_confirm">Do It Anyway</string>
|
||||
<string name="premium_grandfathered_warning_mobile">If you cancel now, you will lose access to your grandfathered plan.</string>
|
||||
<string name="premium_grandfathered_warning_title">Careful There Friend</string>
|
||||
<string name="premium_guild_features_blurb">Boosting a Server with your Nitro subscription will help progress it to a new Tier. For every Tier achieved, it’ll unlock chat perks **for everyone in your Server!** Check out a few of these sweet perks:</string>
|
||||
<string name="premium_guild_features_emoji_slots_description">More emoji slots to hoard the means of expression</string>
|
||||
<string name="premium_guild_features_emoji_slots_title">Additional Emoji Slots</string>
|
||||
<string name="premium_guild_features_more">And more! Refer to your friendly neighborhood Server to check out its current Tier and all the Perks available!</string>
|
||||
<string name="premium_guild_features_title">With Nitro, you can help boost a Server!</string>
|
||||
<string name="premium_guild_features_upload_sizes_description">Increased upload sizes for community-wide, quality meme sharing</string>
|
||||
<string name="premium_guild_features_upload_sizes_title">Bigger Upload Sizes for All</string>
|
||||
<string name="premium_guild_features_vanity_url_description">Invite your friends with a branded Discord.gg URL</string>
|
||||
<string name="premium_guild_features_vanity_url_title">Vanity Url</string>
|
||||
<string name="premium_guild_header_badge_no_subscribers">No Nitro Boosts</string>
|
||||
<string name="premium_guild_header_badge_no_tier">No Tier</string>
|
||||
<string name="premium_guild_header_dropdown_nitro_server_subscribe">Nitro Server Boost</string>
|
||||
<string name="premium_guild_name_tier_1">Tier 1</string>
|
||||
<string name="premium_guild_name_tier_2">Tier 2</string>
|
||||
<string name="premium_guild_name_tier_3">Tier 3</string>
|
||||
<string name="premium_guild_perks_modal_blurb">For every tier achieved, you’ll help unlock perks for everyone in your server. These perks are only in effect within the server. [Learn more about Nitro Boosting.](%1$s)</string>
|
||||
<string name="premium_guild_perks_modal_button_get_nitro">Get Nitro to Boost!</string>
|
||||
<string name="premium_guild_perks_modal_button_subscribe_this_server">Boost this Server</string>
|
||||
<string name="premium_guild_perks_modal_button_upgrade_to_nitro">Upgrade to Nitro to Boost!</string>
|
||||
<string name="premium_guild_perks_modal_header">Server Nitro Status</string>
|
||||
<string name="premium_guild_perks_modal_manage_your_subscription">Manage your Nitro subscription</string>
|
||||
<string name="premium_guild_perks_modal_no_tiers">No tiers achieved, yet :(</string>
|
||||
<string name="premium_guild_perks_modal_previous_perks">You get everything previous, and —</string>
|
||||
<string name="premium_guild_perks_modal_tier_zero_surpassed">You started here, and now you have become great.</string>
|
||||
<string name="premium_guild_perks_modal_tooltip_already_subscribed_this_server">You have already boosted this server!</string>
|
||||
<string name="premium_guild_perks_modal_tooltip_already_used_subscription">You have already used your boost for another server</string>
|
||||
<string name="premium_guild_settings_x_of_y_subscriptions">%1$s/%2$s</string>
|
||||
<string name="premium_guild_subscribe_confirm_blurb">Are you sure you want to send a Nitro Boost to:</string>
|
||||
<string name="premium_guild_subscribe_confirm_confirmation">Select this Server</string>
|
||||
<string name="premium_guild_subscribe_confirm_cooldown_warning">If you remove it later, **you will not be able to give another boost for %1$s**</string>
|
||||
<string name="premium_guild_subscribe_confirm_header">Choose Wisely!</string>
|
||||
<string name="premium_guild_subscribe_search_guild_placeholder">Search servers</string>
|
||||
<string name="premium_guild_subscribe_select_guild_header">Select a Server</string>
|
||||
<string name="premium_guild_subscription_available_count">You have **%1$s** available!</string>
|
||||
<string name="premium_guild_subscription_duration">%1$s</string>
|
||||
<string name="premium_guild_subscription_no_next_tier">This server is fully powered! Keep boosting!</string>
|
||||
<string name="premium_guild_subscription_remove_button">Remove Boost</string>
|
||||
<string name="premium_guild_subscription_select_server_button">Select a Server</string>
|
||||
<string name="premium_guild_subscription_subscriber_count_tooltip">**%1$s/%2$s** boosts</string>
|
||||
<string name="premium_guild_subscription_subtitle">"Use your Nitro powers to boost a Server you've joined! Boosting a Server allows it to progress towards Tiers. Each Tier gives collective perks for the entire server."</string>
|
||||
<string name="premium_guild_subscription_title">Nitro Server Boost</string>
|
||||
<string name="premium_guild_subscription_tooltip">Nitro boosting since %1$s</string>
|
||||
<string name="premium_guild_unsubscribe_confirm_blurb">Are you sure you want to remove your Nitro Boost from:</string>
|
||||
<string name="premium_guild_unsubscribe_confirm_confirmation">Yes, Remove Boost</string>
|
||||
<string name="premium_guild_unsubscribe_confirm_cooldown_warning">This server will lose Tier progress if you remove your boost. **You will not be able to give another boost for %1$s.**</string>
|
||||
<string name="premium_guild_unsubscribe_confirm_header">Remove Nitro Boost?</string>
|
||||
<string name="premium_included">Included in Nitro:</string>
|
||||
<string name="premium_info_monthly">%1$s (monthly) occurs on %2$s.</string>
|
||||
<string name="premium_info_yearly">%1$s (annually) occurs on %2$s.</string>
|
||||
|
@ -3962,6 +4045,8 @@ To keep your sub, go to Settings and update your payment."</string>
|
|||
<string name="system_message_guild_member_join_36">"Hello. Is it %1$s you're looking for?"</string>
|
||||
<string name="system_message_guild_member_join_37">%1$s has joined. Stay a while and listen!</string>
|
||||
<string name="system_message_guild_member_join_38">Roses are red, violets are blue, %1$s joined this server with you</string>
|
||||
<string name="system_message_guild_member_subscribed">%1$s just boosted the server!</string>
|
||||
<string name="system_message_guild_member_subscribed_achieved_tier">%1$s just boosted the server! %2$s has achieved **%3$s**</string>
|
||||
<string name="system_message_join_call">Join the call</string>
|
||||
<string name="system_message_pinned_message">%1$s pinned a message to this channel. [See all the pins.](pinsActionOnClick)</string>
|
||||
<string name="system_message_pinned_message_mobile">%1$s pinned a message to this channel.</string>
|
||||
|
|
|
@ -93,9 +93,9 @@
|
|||
|
||||
.field public static final abc_toolbar_collapse_description:I = 0x7f12002a
|
||||
|
||||
.field public static final search_menu_title:I = 0x7f120e20
|
||||
.field public static final search_menu_title:I = 0x7f120e73
|
||||
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
|
||||
.field public static final LOCAL_VOICE:Ljava/lang/String; = ""
|
||||
|
||||
.field public static final USER_AGENT:Ljava/lang/String; = "Discord-Android/893"
|
||||
.field public static final USER_AGENT:Ljava/lang/String; = "Discord-Android/894"
|
||||
|
||||
.field public static final VERSION_CODE:I = 0x37d
|
||||
.field public static final VERSION_CODE:I = 0x37e
|
||||
|
||||
.field public static final VERSION_NAME:Ljava/lang/String; = "8.9.3"
|
||||
.field public static final VERSION_NAME:Ljava/lang/String; = "8.9.4"
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -266,7 +266,7 @@
|
|||
|
||||
new-instance v1, Lcom/discord/a/a$b;
|
||||
|
||||
const v3, 0x7f120cf3
|
||||
const v3, 0x7f120d46
|
||||
|
||||
invoke-virtual {p0, v3}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -276,7 +276,7 @@
|
|||
|
||||
invoke-static {v3, v4}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const v4, 0x7f120cf2
|
||||
const v4, 0x7f120d45
|
||||
|
||||
invoke-virtual {p0, v4}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -294,7 +294,7 @@
|
|||
|
||||
new-instance v1, Lcom/discord/a/a$b;
|
||||
|
||||
const v3, 0x7f120cf0
|
||||
const v3, 0x7f120d43
|
||||
|
||||
invoke-virtual {p0, v3}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -304,7 +304,7 @@
|
|||
|
||||
invoke-static {v3, v4}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const v4, 0x7f120cef
|
||||
const v4, 0x7f120d42
|
||||
|
||||
invoke-virtual {p0, v4}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -324,7 +324,7 @@
|
|||
|
||||
new-instance v1, Lcom/discord/a/a$b;
|
||||
|
||||
const v4, 0x7f120cea
|
||||
const v4, 0x7f120d3d
|
||||
|
||||
invoke-virtual {p0, v4}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -334,7 +334,7 @@
|
|||
|
||||
invoke-static {v4, v5}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const v5, 0x7f120ce9
|
||||
const v5, 0x7f120d3c
|
||||
|
||||
invoke-virtual {p0, v5}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -354,7 +354,7 @@
|
|||
|
||||
new-instance v1, Lcom/discord/a/a$b;
|
||||
|
||||
const v5, 0x7f120cf6
|
||||
const v5, 0x7f120d49
|
||||
|
||||
invoke-virtual {p0, v5}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -382,7 +382,7 @@
|
|||
|
||||
aput-object v6, v4, v3
|
||||
|
||||
const v6, 0x7f120cf5
|
||||
const v6, 0x7f120d48
|
||||
|
||||
invoke-virtual {p0, v6, v4}, Lcom/discord/a/a;->getString(I[Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
|
@ -402,7 +402,7 @@
|
|||
|
||||
new-instance v1, Lcom/discord/a/a$b;
|
||||
|
||||
const v4, 0x7f120ce7
|
||||
const v4, 0x7f120d3a
|
||||
|
||||
invoke-virtual {p0, v4}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -412,7 +412,7 @@
|
|||
|
||||
invoke-static {v4, v5}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const v5, 0x7f120ce6
|
||||
const v5, 0x7f120d39
|
||||
|
||||
invoke-virtual {p0, v5}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -430,7 +430,7 @@
|
|||
|
||||
new-instance v0, Lcom/discord/a/a$b;
|
||||
|
||||
const v1, 0x7f120ced
|
||||
const v1, 0x7f120d40
|
||||
|
||||
invoke-virtual {p0, v1}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -440,7 +440,7 @@
|
|||
|
||||
invoke-static {v1, v4}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const v4, 0x7f120cec
|
||||
const v4, 0x7f120d3f
|
||||
|
||||
invoke-virtual {p0, v4}, Lcom/discord/a/a;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -225,7 +225,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f12073f
|
||||
const v0, 0x7f120742
|
||||
|
||||
invoke-virtual {p0, v0}, Lcom/discord/a/c;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -239,7 +239,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120722
|
||||
const v0, 0x7f120725
|
||||
|
||||
invoke-virtual {p0, v0}, Lcom/discord/a/c;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -259,7 +259,7 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const v1, 0x7f120737
|
||||
const v1, 0x7f12073a
|
||||
|
||||
invoke-virtual {v0, v1}, Landroid/content/Context;->getText(I)Ljava/lang/CharSequence;
|
||||
|
||||
|
@ -301,7 +301,7 @@
|
|||
|
||||
move-result-object v0
|
||||
|
||||
const v1, 0x7f12073f
|
||||
const v1, 0x7f120742
|
||||
|
||||
invoke-virtual {p0, v1}, Lcom/discord/a/c;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -315,7 +315,7 @@
|
|||
|
||||
move-result-object v0
|
||||
|
||||
const v1, 0x7f120733
|
||||
const v1, 0x7f120736
|
||||
|
||||
invoke-virtual {p0, v1}, Lcom/discord/a/c;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -357,7 +357,7 @@
|
|||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
const v2, 0x7f120d74
|
||||
const v2, 0x7f120dc7
|
||||
|
||||
invoke-virtual {v1, v2}, Landroid/content/Context;->getText(I)Ljava/lang/CharSequence;
|
||||
|
||||
|
@ -402,7 +402,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120726
|
||||
const v0, 0x7f120729
|
||||
|
||||
invoke-virtual {p1, v0}, Lcom/discord/app/AppTextView;->setText(I)V
|
||||
|
||||
|
@ -427,7 +427,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120722
|
||||
const v0, 0x7f120725
|
||||
|
||||
invoke-virtual {p1, v0}, Lcom/discord/app/AppTextView;->setText(I)V
|
||||
|
||||
|
@ -452,7 +452,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120723
|
||||
const v0, 0x7f120726
|
||||
|
||||
invoke-virtual {p1, v0}, Lcom/discord/app/AppTextView;->setText(I)V
|
||||
|
||||
|
@ -477,7 +477,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120721
|
||||
const v0, 0x7f120724
|
||||
|
||||
invoke-virtual {p1, v0}, Lcom/discord/app/AppTextView;->setText(I)V
|
||||
|
||||
|
@ -493,7 +493,7 @@
|
|||
|
||||
if-eqz v0, :cond_a
|
||||
|
||||
const v1, 0x7f120737
|
||||
const v1, 0x7f12073a
|
||||
|
||||
invoke-virtual {v0, v1}, Landroid/content/Context;->getText(I)Ljava/lang/CharSequence;
|
||||
|
||||
|
@ -719,7 +719,7 @@
|
|||
|
||||
if-ne v3, v1, :cond_3
|
||||
|
||||
const v3, 0x7f120743
|
||||
const v3, 0x7f120746
|
||||
|
||||
new-array v1, v1, [Ljava/lang/Object;
|
||||
|
||||
|
@ -751,7 +751,7 @@
|
|||
throw p1
|
||||
|
||||
:cond_4
|
||||
const v3, 0x7f120742
|
||||
const v3, 0x7f120745
|
||||
|
||||
new-array v1, v1, [Ljava/lang/Object;
|
||||
|
||||
|
@ -807,7 +807,7 @@
|
|||
|
||||
if-eqz v2, :cond_0
|
||||
|
||||
const v2, 0x7f120741
|
||||
const v2, 0x7f120744
|
||||
|
||||
new-array v5, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -820,7 +820,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const v2, 0x7f120740
|
||||
const v2, 0x7f120743
|
||||
|
||||
invoke-virtual {p0, v2}, Lcom/discord/a/c;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -837,7 +837,7 @@
|
|||
|
||||
if-eqz v5, :cond_1
|
||||
|
||||
const p1, 0x7f12072e
|
||||
const p1, 0x7f120731
|
||||
|
||||
new-array v0, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -856,7 +856,7 @@
|
|||
|
||||
if-eqz p1, :cond_2
|
||||
|
||||
const p1, 0x7f12072d
|
||||
const p1, 0x7f120730
|
||||
|
||||
new-array v0, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -869,7 +869,7 @@
|
|||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
const p1, 0x7f12072c
|
||||
const p1, 0x7f12072f
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -910,7 +910,7 @@
|
|||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const v1, 0x7f12073b
|
||||
const v1, 0x7f12073e
|
||||
|
||||
invoke-virtual {v0, v1}, Landroid/content/Context;->getText(I)Ljava/lang/CharSequence;
|
||||
|
||||
|
@ -948,7 +948,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f12073f
|
||||
const v0, 0x7f120742
|
||||
|
||||
invoke-virtual {p0, v0}, Lcom/discord/a/c;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -962,7 +962,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f12071e
|
||||
const v0, 0x7f120721
|
||||
|
||||
invoke-virtual {p0, v0}, Lcom/discord/a/c;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -984,7 +984,7 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const v1, 0x7f120737
|
||||
const v1, 0x7f12073a
|
||||
|
||||
invoke-virtual {v0, v1}, Landroid/content/Context;->getText(I)Ljava/lang/CharSequence;
|
||||
|
||||
|
@ -1040,7 +1040,7 @@
|
|||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
const v1, 0x7f12073e
|
||||
const v1, 0x7f120741
|
||||
|
||||
new-array v4, v2, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1053,7 +1053,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const v1, 0x7f12073d
|
||||
const v1, 0x7f120740
|
||||
|
||||
invoke-virtual {p0, v1}, Lcom/discord/a/c;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1070,7 +1070,7 @@
|
|||
|
||||
if-eqz v4, :cond_1
|
||||
|
||||
const v4, 0x7f120720
|
||||
const v4, 0x7f120723
|
||||
|
||||
const/4 v5, 0x2
|
||||
|
||||
|
@ -1091,7 +1091,7 @@
|
|||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const v4, 0x7f12071f
|
||||
const v4, 0x7f120722
|
||||
|
||||
new-array v2, v2, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1132,7 +1132,7 @@
|
|||
|
||||
if-eqz v1, :cond_2
|
||||
|
||||
const v2, 0x7f120735
|
||||
const v2, 0x7f120738
|
||||
|
||||
invoke-virtual {v1, v2}, Landroid/content/Context;->getText(I)Ljava/lang/CharSequence;
|
||||
|
||||
|
@ -1302,7 +1302,7 @@
|
|||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
const v1, 0x7f12073e
|
||||
const v1, 0x7f120741
|
||||
|
||||
new-array v4, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1315,7 +1315,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const v1, 0x7f12073d
|
||||
const v1, 0x7f120740
|
||||
|
||||
invoke-virtual {p0, v1}, Lcom/discord/a/c;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1332,7 +1332,7 @@
|
|||
|
||||
if-eqz v4, :cond_1
|
||||
|
||||
const v4, 0x7f120720
|
||||
const v4, 0x7f120723
|
||||
|
||||
const/4 v5, 0x2
|
||||
|
||||
|
@ -1353,7 +1353,7 @@
|
|||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const p1, 0x7f12071f
|
||||
const p1, 0x7f120722
|
||||
|
||||
new-array v3, v3, [Ljava/lang/Object;
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
|
||||
aput-object p1, v2, v3
|
||||
|
||||
const p1, 0x7f121019
|
||||
const p1, 0x7f12106e
|
||||
|
||||
invoke-virtual {v1, p1, v2}, Lcom/discord/app/AppFragment;->getString(I[Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -411,7 +411,7 @@
|
|||
|
||||
if-ne p1, v2, :cond_0
|
||||
|
||||
const p1, 0x7f120c2e
|
||||
const p1, 0x7f120c53
|
||||
|
||||
invoke-virtual {v0, p1}, Lcom/discord/app/AppPermissions$b;->u(I)Lkotlin/jvm/functions/Function0;
|
||||
|
||||
|
@ -424,7 +424,7 @@
|
|||
|
||||
if-ne p1, v2, :cond_1
|
||||
|
||||
const p1, 0x7f120c2c
|
||||
const p1, 0x7f120c51
|
||||
|
||||
invoke-virtual {v0, p1}, Lcom/discord/app/AppPermissions$b;->u(I)Lkotlin/jvm/functions/Function0;
|
||||
|
||||
|
@ -437,7 +437,7 @@
|
|||
|
||||
if-ne p1, v2, :cond_2
|
||||
|
||||
const p1, 0x7f120c2d
|
||||
const p1, 0x7f120c52
|
||||
|
||||
invoke-virtual {v0, p1}, Lcom/discord/app/AppPermissions$b;->u(I)Lkotlin/jvm/functions/Function0;
|
||||
|
||||
|
|
|
@ -143,23 +143,23 @@
|
|||
|
||||
.field public static final fab_transformation_sheet_behavior:I = 0x7f120567
|
||||
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f120872
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f120897
|
||||
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f120aa9
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f120ace
|
||||
|
||||
.field public static final password_toggle_content_description:I = 0x7f120be6
|
||||
.field public static final password_toggle_content_description:I = 0x7f120c0b
|
||||
|
||||
.field public static final path_password_eye:I = 0x7f120be9
|
||||
.field public static final path_password_eye:I = 0x7f120c0e
|
||||
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120bea
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120c0f
|
||||
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120beb
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120c10
|
||||
|
||||
.field public static final path_password_strike_through:I = 0x7f120bec
|
||||
.field public static final path_password_strike_through:I = 0x7f120c11
|
||||
|
||||
.field public static final search_menu_title:I = 0x7f120e20
|
||||
.field public static final search_menu_title:I = 0x7f120e73
|
||||
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -141,23 +141,23 @@
|
|||
|
||||
.field public static final fab_transformation_sheet_behavior:I = 0x7f120567
|
||||
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f120872
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f120897
|
||||
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f120aa9
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f120ace
|
||||
|
||||
.field public static final password_toggle_content_description:I = 0x7f120be6
|
||||
.field public static final password_toggle_content_description:I = 0x7f120c0b
|
||||
|
||||
.field public static final path_password_eye:I = 0x7f120be9
|
||||
.field public static final path_password_eye:I = 0x7f120c0e
|
||||
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120bea
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120c0f
|
||||
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120beb
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120c10
|
||||
|
||||
.field public static final path_password_strike_through:I = 0x7f120bec
|
||||
.field public static final path_password_strike_through:I = 0x7f120c11
|
||||
|
||||
.field public static final search_menu_title:I = 0x7f120e20
|
||||
.field public static final search_menu_title:I = 0x7f120e73
|
||||
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120edc
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120f2f
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
throw p1
|
||||
|
||||
:cond_1
|
||||
const v0, 0x7f120ee2
|
||||
const v0, 0x7f120f35
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -120,7 +120,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
const v0, 0x7f120ee3
|
||||
const v0, 0x7f120f36
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
invoke-direct {p0}, Lcom/discord/stores/Store;-><init>()V
|
||||
|
||||
const/16 v0, 0x37d
|
||||
const/16 v0, 0x37e
|
||||
|
||||
iput v0, p0, Lcom/discord/stores/StoreClientVersion;->clientVersion:I
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
|
||||
iget-object p1, p0, Lcom/discord/stores/StoreMediaNotification$init$3;->$context:Landroid/content/Context;
|
||||
|
||||
const v0, 0x7f1210cc
|
||||
const v0, 0x7f121121
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/g;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
const v2, 0x7f1203b2
|
||||
|
||||
const v3, 0x7f120b40
|
||||
const v3, 0x7f120b65
|
||||
|
||||
const v4, 0x7f08029d
|
||||
|
||||
|
|
|
@ -735,7 +735,7 @@
|
|||
|
||||
invoke-direct {v4, p3}, Lcom/discord/restapi/RestAPIParams$UserGuildSettings;-><init>(I)V
|
||||
|
||||
const v5, 0x7f120e5a
|
||||
const v5, 0x7f120ead
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
|
@ -765,7 +765,7 @@
|
|||
|
||||
invoke-direct {v4, p3, p4, p5}, Lcom/discord/restapi/RestAPIParams$UserGuildSettings;-><init>(Ljava/lang/Boolean;Ljava/lang/Boolean;Ljava/lang/Boolean;)V
|
||||
|
||||
const v5, 0x7f120e5a
|
||||
const v5, 0x7f120ead
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
|
|
|
@ -1372,7 +1372,7 @@
|
|||
|
||||
move-result-object v0
|
||||
|
||||
const v1, 0x7f120f79
|
||||
const v1, 0x7f120fce
|
||||
|
||||
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -1527,7 +1527,7 @@
|
|||
|
||||
move-result-object p2
|
||||
|
||||
const v0, 0x7f120a0b
|
||||
const v0, 0x7f120a30
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -1804,7 +1804,7 @@
|
|||
|
||||
move-result-object p2
|
||||
|
||||
const v0, 0x7f120f79
|
||||
const v0, 0x7f120fce
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -1835,7 +1835,7 @@
|
|||
|
||||
move-result-object p2
|
||||
|
||||
const v0, 0x7f120f78
|
||||
const v0, 0x7f120fcd
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
|
|
@ -179,7 +179,7 @@
|
|||
|
||||
const-string v1, "browser_user_agent"
|
||||
|
||||
const-string v2, "Discord-Android/893"
|
||||
const-string v2, "Discord-Android/894"
|
||||
|
||||
invoke-static {v1, v2}, Lkotlin/q;->m(Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Pair;
|
||||
|
||||
|
@ -189,7 +189,7 @@
|
|||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
const/16 v1, 0x37d
|
||||
const/16 v1, 0x37e
|
||||
|
||||
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -207,7 +207,7 @@
|
|||
|
||||
const-string v1, "client_version"
|
||||
|
||||
const-string v2, "8.9.3"
|
||||
const-string v2, "8.9.4"
|
||||
|
||||
invoke-static {v1, v2}, Lkotlin/q;->m(Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Pair;
|
||||
|
||||
|
|
|
@ -1340,9 +1340,9 @@
|
|||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const v0, 0x7f1207e4
|
||||
const v0, 0x7f1207e8
|
||||
|
||||
const v1, 0x7f1207e3
|
||||
const v1, 0x7f1207e7
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -1359,9 +1359,9 @@
|
|||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const v0, 0x7f1207e2
|
||||
const v0, 0x7f1207e6
|
||||
|
||||
const v1, 0x7f1207e1
|
||||
const v1, 0x7f1207e5
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -1378,9 +1378,9 @@
|
|||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const v0, 0x7f1207e7
|
||||
const v0, 0x7f1207eb
|
||||
|
||||
const v1, 0x7f1207e6
|
||||
const v1, 0x7f1207ea
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -1397,7 +1397,7 @@
|
|||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
const p1, 0x7f1207e0
|
||||
const p1, 0x7f1207e4
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1424,7 +1424,7 @@
|
|||
|
||||
if-nez p1, :cond_1
|
||||
|
||||
const p1, 0x7f1207d9
|
||||
const p1, 0x7f1207dd
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1433,7 +1433,7 @@
|
|||
|
||||
if-ne p1, v0, :cond_2
|
||||
|
||||
const p1, 0x7f1207da
|
||||
const p1, 0x7f1207de
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1462,9 +1462,9 @@
|
|||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const v0, 0x7f1207d8
|
||||
const v0, 0x7f1207dc
|
||||
|
||||
const v1, 0x7f1207d7
|
||||
const v1, 0x7f1207db
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -1481,7 +1481,7 @@
|
|||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
const p1, 0x7f1207df
|
||||
const p1, 0x7f1207e3
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1494,9 +1494,9 @@
|
|||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const v0, 0x7f1207d4
|
||||
const v0, 0x7f1207d8
|
||||
|
||||
const v1, 0x7f1207d3
|
||||
const v1, 0x7f1207d7
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -1513,7 +1513,7 @@
|
|||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
const p1, 0x7f1207ea
|
||||
const p1, 0x7f1207ee
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1576,9 +1576,9 @@
|
|||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const v0, 0x7f1207ee
|
||||
const v0, 0x7f1207f2
|
||||
|
||||
const v1, 0x7f1207ed
|
||||
const v1, 0x7f1207f1
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -1595,7 +1595,7 @@
|
|||
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
const p1, 0x7f1207ea
|
||||
const p1, 0x7f1207ee
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1747,7 +1747,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_5
|
||||
const p1, 0x7f120b07
|
||||
const p1, 0x7f120b2c
|
||||
|
||||
invoke-virtual {p2, p1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1809,14 +1809,14 @@
|
|||
|
||||
if-ne p1, v5, :cond_1
|
||||
|
||||
const p1, 0x7f12080f
|
||||
const p1, 0x7f120813
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
if-nez p1, :cond_2
|
||||
|
||||
const p1, 0x7f12080e
|
||||
const p1, 0x7f120812
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1845,7 +1845,7 @@
|
|||
|
||||
if-eqz p1, :cond_14
|
||||
|
||||
const p1, 0x7f1207ff
|
||||
const p1, 0x7f120803
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1858,9 +1858,9 @@
|
|||
|
||||
if-eqz v0, :cond_14
|
||||
|
||||
const v0, 0x7f12080d
|
||||
const v0, 0x7f120811
|
||||
|
||||
const v1, 0x7f12080c
|
||||
const v1, 0x7f120810
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableNewValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -1877,9 +1877,9 @@
|
|||
|
||||
if-eqz v0, :cond_14
|
||||
|
||||
const v0, 0x7f120806
|
||||
const v0, 0x7f12080a
|
||||
|
||||
const v1, 0x7f120805
|
||||
const v1, 0x7f120809
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableNewValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -1917,12 +1917,12 @@
|
|||
return v1
|
||||
|
||||
:cond_4
|
||||
const p1, 0x7f1207f5
|
||||
const p1, 0x7f1207f9
|
||||
|
||||
return p1
|
||||
|
||||
:cond_5
|
||||
const p1, 0x7f1207f4
|
||||
const p1, 0x7f1207f8
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1963,12 +1963,12 @@
|
|||
return v1
|
||||
|
||||
:cond_7
|
||||
const p1, 0x7f1207fd
|
||||
const p1, 0x7f120801
|
||||
|
||||
return p1
|
||||
|
||||
:cond_8
|
||||
const p1, 0x7f1207fc
|
||||
const p1, 0x7f120800
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1988,7 +1988,7 @@
|
|||
|
||||
if-eqz p1, :cond_14
|
||||
|
||||
const p1, 0x7f120801
|
||||
const p1, 0x7f120805
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2001,7 +2001,7 @@
|
|||
|
||||
if-eqz p1, :cond_14
|
||||
|
||||
const p1, 0x7f1207fe
|
||||
const p1, 0x7f120802
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2014,7 +2014,7 @@
|
|||
|
||||
if-eqz p1, :cond_14
|
||||
|
||||
const p1, 0x7f1207f2
|
||||
const p1, 0x7f1207f6
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2058,27 +2058,27 @@
|
|||
return v1
|
||||
|
||||
:cond_a
|
||||
const p1, 0x7f12080b
|
||||
const p1, 0x7f12080f
|
||||
|
||||
return p1
|
||||
|
||||
:cond_b
|
||||
const p1, 0x7f120807
|
||||
const p1, 0x7f12080b
|
||||
|
||||
return p1
|
||||
|
||||
:cond_c
|
||||
const p1, 0x7f120809
|
||||
const p1, 0x7f12080d
|
||||
|
||||
return p1
|
||||
|
||||
:cond_d
|
||||
const p1, 0x7f120808
|
||||
const p1, 0x7f12080c
|
||||
|
||||
return p1
|
||||
|
||||
:cond_e
|
||||
const p1, 0x7f12080a
|
||||
const p1, 0x7f12080e
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2098,7 +2098,7 @@
|
|||
|
||||
if-eqz p1, :cond_14
|
||||
|
||||
const p1, 0x7f120800
|
||||
const p1, 0x7f120804
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2111,7 +2111,7 @@
|
|||
|
||||
if-eqz p1, :cond_14
|
||||
|
||||
const p1, 0x7f1207ea
|
||||
const p1, 0x7f1207ee
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2124,9 +2124,9 @@
|
|||
|
||||
if-eqz v0, :cond_14
|
||||
|
||||
const v0, 0x7f120803
|
||||
const v0, 0x7f120807
|
||||
|
||||
const v1, 0x7f120802
|
||||
const v1, 0x7f120806
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableNewValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -2143,7 +2143,7 @@
|
|||
|
||||
if-eqz p1, :cond_14
|
||||
|
||||
const p1, 0x7f1207fb
|
||||
const p1, 0x7f1207ff
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2156,9 +2156,9 @@
|
|||
|
||||
if-eqz v0, :cond_14
|
||||
|
||||
const v0, 0x7f1207f1
|
||||
const v0, 0x7f1207f5
|
||||
|
||||
const v1, 0x7f1207f0
|
||||
const v1, 0x7f1207f4
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableNewValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -2198,17 +2198,17 @@
|
|||
return v1
|
||||
|
||||
:cond_10
|
||||
const p1, 0x7f1207f8
|
||||
const p1, 0x7f1207fc
|
||||
|
||||
return p1
|
||||
|
||||
:cond_11
|
||||
const p1, 0x7f1207fa
|
||||
const p1, 0x7f1207fe
|
||||
|
||||
return p1
|
||||
|
||||
:cond_12
|
||||
const p1, 0x7f1207f9
|
||||
const p1, 0x7f1207fd
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2295,14 +2295,14 @@
|
|||
|
||||
if-ne p1, v0, :cond_1
|
||||
|
||||
const p1, 0x7f120819
|
||||
const p1, 0x7f12081d
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
if-nez p1, :cond_2
|
||||
|
||||
const p1, 0x7f120818
|
||||
const p1, 0x7f12081c
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2347,12 +2347,12 @@
|
|||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
const p1, 0x7f120814
|
||||
const p1, 0x7f120818
|
||||
|
||||
return p1
|
||||
|
||||
:cond_4
|
||||
const p1, 0x7f120815
|
||||
const p1, 0x7f120819
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2388,12 +2388,12 @@
|
|||
|
||||
if-eqz p1, :cond_6
|
||||
|
||||
const p1, 0x7f120816
|
||||
const p1, 0x7f12081a
|
||||
|
||||
return p1
|
||||
|
||||
:cond_6
|
||||
const p1, 0x7f120817
|
||||
const p1, 0x7f12081b
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2413,7 +2413,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120811
|
||||
const p1, 0x7f120815
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2426,7 +2426,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f1207ea
|
||||
const p1, 0x7f1207ee
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2439,7 +2439,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120810
|
||||
const p1, 0x7f120814
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2801,7 +2801,7 @@
|
|||
|
||||
if-eqz p2, :cond_9
|
||||
|
||||
const p2, 0x7f1207e0
|
||||
const p2, 0x7f1207e4
|
||||
|
||||
new-array p3, v4, [Ljava/lang/Object;
|
||||
|
||||
|
@ -2852,7 +2852,7 @@
|
|||
|
||||
if-eqz p2, :cond_9
|
||||
|
||||
const p2, 0x7f1207df
|
||||
const p2, 0x7f1207e3
|
||||
|
||||
new-array p3, v4, [Ljava/lang/Object;
|
||||
|
||||
|
@ -3216,14 +3216,14 @@
|
|||
|
||||
if-ne p1, v3, :cond_1
|
||||
|
||||
const p1, 0x7f120832
|
||||
const p1, 0x7f120836
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
if-nez p1, :cond_2
|
||||
|
||||
const p1, 0x7f120831
|
||||
const p1, 0x7f120835
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3268,12 +3268,12 @@
|
|||
|
||||
if-nez p1, :cond_4
|
||||
|
||||
const p1, 0x7f12082e
|
||||
const p1, 0x7f120832
|
||||
|
||||
return p1
|
||||
|
||||
:cond_4
|
||||
const p1, 0x7f12082d
|
||||
const p1, 0x7f120831
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3295,7 +3295,7 @@
|
|||
|
||||
if-eqz p1, :cond_9
|
||||
|
||||
const p1, 0x7f120838
|
||||
const p1, 0x7f12083c
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3322,14 +3322,14 @@
|
|||
|
||||
if-ne p1, v3, :cond_6
|
||||
|
||||
const p1, 0x7f120834
|
||||
const p1, 0x7f120838
|
||||
|
||||
return p1
|
||||
|
||||
:cond_6
|
||||
if-nez p1, :cond_7
|
||||
|
||||
const p1, 0x7f120833
|
||||
const p1, 0x7f120837
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3356,9 +3356,9 @@
|
|||
|
||||
if-eqz v0, :cond_9
|
||||
|
||||
const v0, 0x7f120836
|
||||
const v0, 0x7f12083a
|
||||
|
||||
const v1, 0x7f120835
|
||||
const v1, 0x7f120839
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -3375,7 +3375,7 @@
|
|||
|
||||
if-eqz p1, :cond_9
|
||||
|
||||
const p1, 0x7f120837
|
||||
const p1, 0x7f12083b
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3388,7 +3388,7 @@
|
|||
|
||||
if-eqz p1, :cond_9
|
||||
|
||||
const p1, 0x7f1207ea
|
||||
const p1, 0x7f1207ee
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3432,22 +3432,22 @@
|
|||
return p1
|
||||
|
||||
:sswitch_0
|
||||
const p1, 0x7f120a41
|
||||
const p1, 0x7f120a66
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_1
|
||||
const p1, 0x7f120a4d
|
||||
const p1, 0x7f120a72
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_2
|
||||
const p1, 0x7f120a48
|
||||
const p1, 0x7f120a6d
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_3
|
||||
const p1, 0x7f120a44
|
||||
const p1, 0x7f120a69
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3457,12 +3457,12 @@
|
|||
return p1
|
||||
|
||||
:sswitch_5
|
||||
const p1, 0x7f121026
|
||||
const p1, 0x7f12107b
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_6
|
||||
const p1, 0x7f120aa5
|
||||
const p1, 0x7f120aca
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3472,12 +3472,12 @@
|
|||
return p1
|
||||
|
||||
:sswitch_8
|
||||
const p1, 0x7f120aaf
|
||||
const p1, 0x7f120ad4
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_9
|
||||
const p1, 0x7f120ebb
|
||||
const p1, 0x7f120f0e
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3487,17 +3487,17 @@
|
|||
return p1
|
||||
|
||||
:sswitch_b
|
||||
const p1, 0x7f121023
|
||||
const p1, 0x7f121078
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_c
|
||||
const p1, 0x7f120a69
|
||||
const p1, 0x7f120a8e
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_d
|
||||
const p1, 0x7f120d37
|
||||
const p1, 0x7f120d8a
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3512,32 +3512,32 @@
|
|||
return p1
|
||||
|
||||
:sswitch_10
|
||||
const p1, 0x7f120a42
|
||||
const p1, 0x7f120a67
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_11
|
||||
const p1, 0x7f120e49
|
||||
const p1, 0x7f120e9c
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_12
|
||||
const p1, 0x7f120e47
|
||||
const p1, 0x7f120e9a
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_13
|
||||
const p1, 0x7f120d38
|
||||
const p1, 0x7f120d8b
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_14
|
||||
const p1, 0x7f120cfd
|
||||
const p1, 0x7f120d50
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_15
|
||||
const p1, 0x7f121106
|
||||
const p1, 0x7f12115b
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3547,7 +3547,7 @@
|
|||
return p1
|
||||
|
||||
:sswitch_17
|
||||
const p1, 0x7f120a4a
|
||||
const p1, 0x7f120a6f
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3560,12 +3560,12 @@
|
|||
|
||||
if-ne p1, p2, :cond_0
|
||||
|
||||
const p1, 0x7f120a3d
|
||||
const p1, 0x7f120a62
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const p1, 0x7f120a3f
|
||||
const p1, 0x7f120a64
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3580,7 +3580,7 @@
|
|||
return p1
|
||||
|
||||
:cond_1
|
||||
const p1, 0x7f120a01
|
||||
const p1, 0x7f120a26
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3727,7 +3727,7 @@
|
|||
|
||||
if-eqz p1, :cond_7
|
||||
|
||||
const p1, 0x7f12082a
|
||||
const p1, 0x7f12082e
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3740,19 +3740,19 @@
|
|||
|
||||
if-eqz v0, :cond_7
|
||||
|
||||
const v0, 0x7f120823
|
||||
const v0, 0x7f120827
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
const v0, 0x7f120824
|
||||
const v0, 0x7f120828
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
const v0, 0x7f120825
|
||||
const v0, 0x7f120829
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -3797,14 +3797,14 @@
|
|||
|
||||
if-ne p1, v3, :cond_1
|
||||
|
||||
const p1, 0x7f120822
|
||||
const p1, 0x7f120826
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
if-nez p1, :cond_2
|
||||
|
||||
const p1, 0x7f120821
|
||||
const p1, 0x7f120825
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3845,14 +3845,14 @@
|
|||
|
||||
if-ne p1, v3, :cond_4
|
||||
|
||||
const p1, 0x7f12081f
|
||||
const p1, 0x7f120823
|
||||
|
||||
return p1
|
||||
|
||||
:cond_4
|
||||
if-nez p1, :cond_5
|
||||
|
||||
const p1, 0x7f12081e
|
||||
const p1, 0x7f120822
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3879,7 +3879,7 @@
|
|||
|
||||
if-eqz p1, :cond_7
|
||||
|
||||
const p1, 0x7f120829
|
||||
const p1, 0x7f12082d
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3892,7 +3892,7 @@
|
|||
|
||||
if-eqz p1, :cond_7
|
||||
|
||||
const p1, 0x7f1207ea
|
||||
const p1, 0x7f1207ee
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3905,7 +3905,7 @@
|
|||
|
||||
if-eqz p1, :cond_7
|
||||
|
||||
const p1, 0x7f120827
|
||||
const p1, 0x7f12082b
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3958,7 +3958,7 @@
|
|||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
const p1, 0x7f12083b
|
||||
const p1, 0x7f12083f
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3971,9 +3971,9 @@
|
|||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
const v0, 0x7f120841
|
||||
const v0, 0x7f120845
|
||||
|
||||
const v1, 0x7f120840
|
||||
const v1, 0x7f120844
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -3990,7 +3990,7 @@
|
|||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
const p1, 0x7f1207ea
|
||||
const p1, 0x7f1207ee
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -4003,9 +4003,9 @@
|
|||
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
const v0, 0x7f12083d
|
||||
const v0, 0x7f120841
|
||||
|
||||
const v1, 0x7f12083c
|
||||
const v1, 0x7f120840
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
|
|
@ -104,117 +104,117 @@
|
|||
goto/16 :goto_0
|
||||
|
||||
:pswitch_0
|
||||
const p1, 0x7f1207ec
|
||||
const p1, 0x7f1207f0
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_1
|
||||
const p1, 0x7f1207ef
|
||||
const p1, 0x7f1207f3
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_2
|
||||
const p1, 0x7f1207eb
|
||||
const p1, 0x7f1207ef
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_3
|
||||
const p1, 0x7f12083f
|
||||
const p1, 0x7f120843
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_4
|
||||
const p1, 0x7f120842
|
||||
const p1, 0x7f120846
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_5
|
||||
const p1, 0x7f12083e
|
||||
const p1, 0x7f120842
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_6
|
||||
const p1, 0x7f120813
|
||||
const p1, 0x7f120817
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_7
|
||||
const p1, 0x7f12081a
|
||||
const p1, 0x7f12081e
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_8
|
||||
const p1, 0x7f120812
|
||||
const p1, 0x7f120816
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_9
|
||||
const p1, 0x7f120830
|
||||
const p1, 0x7f120834
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_a
|
||||
const p1, 0x7f120839
|
||||
const p1, 0x7f12083d
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_b
|
||||
const p1, 0x7f12082f
|
||||
const p1, 0x7f120833
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_c
|
||||
const p1, 0x7f120828
|
||||
const p1, 0x7f12082c
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_d
|
||||
const p1, 0x7f12082b
|
||||
const p1, 0x7f12082f
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_e
|
||||
const p1, 0x7f12081d
|
||||
const p1, 0x7f120821
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_f
|
||||
const p1, 0x7f12081c
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_10
|
||||
const p1, 0x7f120826
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_11
|
||||
const p1, 0x7f120820
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_10
|
||||
const p1, 0x7f12082a
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_11
|
||||
const p1, 0x7f120824
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_12
|
||||
const p1, 0x7f1207dc
|
||||
const p1, 0x7f1207e0
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_13
|
||||
const p1, 0x7f1207dd
|
||||
const p1, 0x7f1207e1
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_14
|
||||
const p1, 0x7f1207db
|
||||
const p1, 0x7f1207df
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_15
|
||||
const p1, 0x7f1207d6
|
||||
const p1, 0x7f1207da
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_16
|
||||
const p1, 0x7f1207e8
|
||||
const p1, 0x7f1207ec
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -294,17 +294,17 @@
|
|||
|
||||
if-eq p1, v0, :cond_3
|
||||
|
||||
const p1, 0x7f1207e5
|
||||
const p1, 0x7f1207e9
|
||||
|
||||
return p1
|
||||
|
||||
:cond_3
|
||||
const p1, 0x7f1207d5
|
||||
const p1, 0x7f1207d9
|
||||
|
||||
return p1
|
||||
|
||||
:cond_4
|
||||
const p1, 0x7f1207e9
|
||||
const p1, 0x7f1207ed
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -324,12 +324,12 @@
|
|||
return p1
|
||||
|
||||
:cond_7
|
||||
const p1, 0x7f12082c
|
||||
const p1, 0x7f120830
|
||||
|
||||
return p1
|
||||
|
||||
:cond_8
|
||||
const p1, 0x7f120804
|
||||
const p1, 0x7f120808
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -948,7 +948,7 @@
|
|||
|
||||
if-gez v5, :cond_0
|
||||
|
||||
const v0, 0x7f12083a
|
||||
const v0, 0x7f12083e
|
||||
|
||||
const/4 v1, 0x2
|
||||
|
||||
|
@ -1042,137 +1042,137 @@
|
|||
return p1
|
||||
|
||||
:pswitch_0
|
||||
const p1, 0x7f1207c0
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_1
|
||||
const p1, 0x7f1207c1
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_2
|
||||
const p1, 0x7f1207bf
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_3
|
||||
const p1, 0x7f1207d1
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_4
|
||||
const p1, 0x7f1207d2
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_5
|
||||
const p1, 0x7f1207d0
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_6
|
||||
const p1, 0x7f1207c4
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_7
|
||||
:pswitch_1
|
||||
const p1, 0x7f1207c5
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_8
|
||||
:pswitch_2
|
||||
const p1, 0x7f1207c3
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_9
|
||||
const p1, 0x7f1207ce
|
||||
:pswitch_3
|
||||
const p1, 0x7f1207d5
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_a
|
||||
const p1, 0x7f1207cf
|
||||
:pswitch_4
|
||||
const p1, 0x7f1207d6
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_b
|
||||
const p1, 0x7f1207cd
|
||||
:pswitch_5
|
||||
const p1, 0x7f1207d4
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_c
|
||||
const p1, 0x7f1207ca
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_d
|
||||
const p1, 0x7f1207cb
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_e
|
||||
const p1, 0x7f1207c7
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_f
|
||||
const p1, 0x7f1207c6
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_10
|
||||
const p1, 0x7f1207c9
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_11
|
||||
:pswitch_6
|
||||
const p1, 0x7f1207c8
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_12
|
||||
const p1, 0x7f1207bc
|
||||
:pswitch_7
|
||||
const p1, 0x7f1207c9
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_13
|
||||
const p1, 0x7f1207bd
|
||||
:pswitch_8
|
||||
const p1, 0x7f1207c7
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_14
|
||||
const p1, 0x7f1207bb
|
||||
:pswitch_9
|
||||
const p1, 0x7f1207d2
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_15
|
||||
const p1, 0x7f1207ba
|
||||
:pswitch_a
|
||||
const p1, 0x7f1207d3
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_16
|
||||
const p1, 0x7f1207be
|
||||
:pswitch_b
|
||||
const p1, 0x7f1207d1
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_17
|
||||
const p1, 0x7f1207b9
|
||||
:pswitch_c
|
||||
const p1, 0x7f1207ce
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
:pswitch_d
|
||||
const p1, 0x7f1207cf
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_e
|
||||
const p1, 0x7f1207cb
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_f
|
||||
const p1, 0x7f1207ca
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_10
|
||||
const p1, 0x7f1207cd
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_11
|
||||
const p1, 0x7f1207cc
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
:pswitch_12
|
||||
const p1, 0x7f1207c0
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_13
|
||||
const p1, 0x7f1207c1
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_14
|
||||
const p1, 0x7f1207bf
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_15
|
||||
const p1, 0x7f1207be
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_16
|
||||
const p1, 0x7f1207c2
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_17
|
||||
const p1, 0x7f1207bd
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const p1, 0x7f1207d0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
const p1, 0x7f1207c6
|
||||
|
||||
return p1
|
||||
|
||||
:cond_2
|
||||
const p1, 0x7f12084c
|
||||
const p1, 0x7f120850
|
||||
|
||||
return p1
|
||||
|
||||
|
|
|
@ -308,7 +308,7 @@
|
|||
:cond_1
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
const p2, 0x7f120787
|
||||
const p2, 0x7f12078a
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -322,7 +322,7 @@
|
|||
:cond_3
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const p2, 0x7f120941
|
||||
const p2, 0x7f120966
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -366,7 +366,7 @@
|
|||
|
||||
if-eqz v0, :cond_8
|
||||
|
||||
const p2, 0x7f120940
|
||||
const p2, 0x7f120965
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -676,7 +676,7 @@
|
|||
packed-switch v0, :pswitch_data_0
|
||||
|
||||
:pswitch_0
|
||||
const v0, 0x7f120abd
|
||||
const v0, 0x7f120ae2
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -689,7 +689,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_1
|
||||
const v0, 0x7f120939
|
||||
const v0, 0x7f12095e
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -702,7 +702,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_2
|
||||
const v0, 0x7f120abc
|
||||
const v0, 0x7f120ae1
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -715,7 +715,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_3
|
||||
const v0, 0x7f120ab9
|
||||
const v0, 0x7f120ade
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -728,7 +728,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_4
|
||||
const v0, 0x7f120f7e
|
||||
const v0, 0x7f120fd3
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -741,7 +741,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_5
|
||||
const v0, 0x7f120abb
|
||||
const v0, 0x7f120ae0
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -754,7 +754,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_6
|
||||
const v0, 0x7f120ab7
|
||||
const v0, 0x7f120adc
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -769,7 +769,7 @@
|
|||
:pswitch_7
|
||||
iget-object v0, p0, Lcom/discord/utilities/error/Error;->response:Lcom/discord/utilities/error/Error$Response;
|
||||
|
||||
const v1, 0x7f120ab4
|
||||
const v1, 0x7f120ad9
|
||||
|
||||
invoke-static {v0, p1, v1}, Lcom/discord/utilities/error/Error$Response;->access$100(Lcom/discord/utilities/error/Error$Response;Landroid/content/Context;I)Ljava/lang/String;
|
||||
|
||||
|
@ -784,7 +784,7 @@
|
|||
:pswitch_8
|
||||
iget-object v0, p0, Lcom/discord/utilities/error/Error;->response:Lcom/discord/utilities/error/Error$Response;
|
||||
|
||||
const v1, 0x7f120ab8
|
||||
const v1, 0x7f120add
|
||||
|
||||
invoke-static {v0, p1, v1}, Lcom/discord/utilities/error/Error$Response;->access$100(Lcom/discord/utilities/error/Error$Response;Landroid/content/Context;I)Ljava/lang/String;
|
||||
|
||||
|
@ -797,7 +797,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_9
|
||||
const v0, 0x7f120d2b
|
||||
const v0, 0x7f120d7e
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -810,7 +810,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_a
|
||||
const v0, 0x7f120ab6
|
||||
const v0, 0x7f120adb
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -823,7 +823,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_b
|
||||
const v0, 0x7f120ab5
|
||||
const v0, 0x7f120ada
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -838,7 +838,7 @@
|
|||
:pswitch_c
|
||||
iget-object v0, p0, Lcom/discord/utilities/error/Error;->response:Lcom/discord/utilities/error/Error$Response;
|
||||
|
||||
const v1, 0x7f120aba
|
||||
const v1, 0x7f120adf
|
||||
|
||||
invoke-static {v0, p1, v1}, Lcom/discord/utilities/error/Error$Response;->access$100(Lcom/discord/utilities/error/Error$Response;Landroid/content/Context;I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -1275,7 +1275,7 @@
|
|||
|
||||
if-eqz v0, :cond_c
|
||||
|
||||
const v0, 0x7f120bac
|
||||
const v0, 0x7f120bd1
|
||||
|
||||
new-array v1, v6, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1359,7 +1359,7 @@
|
|||
return-object v1
|
||||
|
||||
:cond_2
|
||||
const v0, 0x7f120b4a
|
||||
const v0, 0x7f120b6f
|
||||
|
||||
new-array v1, v4, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1380,7 +1380,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_3
|
||||
const v0, 0x7f120b48
|
||||
const v0, 0x7f120b6d
|
||||
|
||||
new-array v1, v4, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1432,7 +1432,7 @@
|
|||
|
||||
if-ne v0, v4, :cond_6
|
||||
|
||||
const v0, 0x7f120b50
|
||||
const v0, 0x7f120b75
|
||||
|
||||
new-array v1, v4, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1455,7 +1455,7 @@
|
|||
:cond_6
|
||||
if-ne v0, v6, :cond_7
|
||||
|
||||
const v0, 0x7f120b4e
|
||||
const v0, 0x7f120b73
|
||||
|
||||
new-array v1, v4, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1502,7 +1502,7 @@
|
|||
|
||||
if-nez v0, :cond_9
|
||||
|
||||
const v0, 0x7f120b46
|
||||
const v0, 0x7f120b6b
|
||||
|
||||
new-array v1, v4, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1532,7 +1532,7 @@
|
|||
|
||||
if-eqz v0, :cond_c
|
||||
|
||||
const v0, 0x7f12064e
|
||||
const v0, 0x7f120651
|
||||
|
||||
new-array v1, v4, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1561,7 +1561,7 @@
|
|||
|
||||
if-eqz v0, :cond_c
|
||||
|
||||
const v0, 0x7f1206c9
|
||||
const v0, 0x7f1206cc
|
||||
|
||||
new-array v1, v6, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1595,7 +1595,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_a
|
||||
const v0, 0x7f120b52
|
||||
const v0, 0x7f120b77
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1604,7 +1604,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_b
|
||||
const v0, 0x7f120b44
|
||||
const v0, 0x7f120b69
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1909,7 +1909,7 @@
|
|||
|
||||
invoke-direct {p2, v0}, Landroidx/core/app/RemoteInput$Builder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
const v0, 0x7f120e45
|
||||
const v0, 0x7f120e98
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1959,7 +1959,7 @@
|
|||
|
||||
const v3, 0x7f0802e1
|
||||
|
||||
const v4, 0x7f120b53
|
||||
const v4, 0x7f120b78
|
||||
|
||||
invoke-virtual {p1, v4}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -2381,7 +2381,7 @@
|
|||
|
||||
const v2, 0x7f0801e7
|
||||
|
||||
const v3, 0x7f120a50
|
||||
const v3, 0x7f120a75
|
||||
|
||||
invoke-virtual {p1, v3}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -3133,7 +3133,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const v0, 0x7f120903
|
||||
const v0, 0x7f120928
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -3247,7 +3247,7 @@
|
|||
|
||||
if-nez v0, :cond_4
|
||||
|
||||
const v0, 0x7f120b58
|
||||
const v0, 0x7f120b7d
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -3278,7 +3278,7 @@
|
|||
|
||||
if-eqz v0, :cond_5
|
||||
|
||||
const v0, 0x7f1206ca
|
||||
const v0, 0x7f1206cd
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -432,7 +432,7 @@
|
|||
|
||||
invoke-direct {v0}, Landroidx/core/app/Person$Builder;-><init>()V
|
||||
|
||||
const v1, 0x7f120a5e
|
||||
const v1, 0x7f120a83
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -823,12 +823,12 @@
|
|||
|
||||
if-eqz p5, :cond_0
|
||||
|
||||
const p5, 0x7f120b55
|
||||
const p5, 0x7f120b7a
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const p5, 0x7f120b54
|
||||
const p5, 0x7f120b79
|
||||
|
||||
:goto_0
|
||||
sget-object v0, Lcom/discord/utilities/fcm/NotificationActions;->Companion:Lcom/discord/utilities/fcm/NotificationActions$Companion;
|
||||
|
@ -966,7 +966,7 @@
|
|||
|
||||
new-instance v2, Landroid/app/NotificationChannel;
|
||||
|
||||
const v4, 0x7f12110c
|
||||
const v4, 0x7f121161
|
||||
|
||||
invoke-virtual {p1, v4}, Landroid/app/Application;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -982,7 +982,7 @@
|
|||
|
||||
new-instance v4, Landroid/app/NotificationChannel;
|
||||
|
||||
const v6, 0x7f120a81
|
||||
const v6, 0x7f120aa6
|
||||
|
||||
invoke-virtual {p1, v6}, Landroid/app/Application;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1012,7 +1012,7 @@
|
|||
|
||||
new-instance v8, Landroid/app/NotificationChannel;
|
||||
|
||||
const v9, 0x7f120650
|
||||
const v9, 0x7f120653
|
||||
|
||||
invoke-virtual {p1, v9}, Landroid/app/Application;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1026,7 +1026,7 @@
|
|||
|
||||
new-instance v9, Landroid/app/NotificationChannel;
|
||||
|
||||
const v10, 0x7f120689
|
||||
const v10, 0x7f12068c
|
||||
|
||||
invoke-virtual {p1, v10}, Landroid/app/Application;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
|
||||
if-nez p2, :cond_0
|
||||
|
||||
const p2, 0x7f120689
|
||||
const p2, 0x7f12068c
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -135,7 +135,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const v3, 0x7f120684
|
||||
const v3, 0x7f120687
|
||||
|
||||
const/4 v4, 0x1
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const v1, 0x7f120fdf
|
||||
const v1, 0x7f121034
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
|
|
|
@ -346,7 +346,7 @@
|
|||
|
||||
if-eqz p3, :cond_0
|
||||
|
||||
const p2, 0x7f120e93
|
||||
const p2, 0x7f120ee6
|
||||
|
||||
invoke-virtual {p0, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -222,7 +222,7 @@
|
|||
|
||||
new-instance p2, Lcom/discord/utilities/notices/NoticeBuilders$DialogData;
|
||||
|
||||
const v0, 0x7f120d2d
|
||||
const v0, 0x7f120d80
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -232,7 +232,7 @@
|
|||
|
||||
invoke-static {v1, v0}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const v0, 0x7f120d2c
|
||||
const v0, 0x7f120d7f
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -286,13 +286,13 @@
|
|||
|
||||
move-result-object v5
|
||||
|
||||
const v0, 0x7f120b93
|
||||
const v0, 0x7f120bb8
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
const v0, 0x7f120b06
|
||||
const v0, 0x7f120b2b
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_0
|
||||
const p2, 0x7f121123
|
||||
const p2, 0x7f121178
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -110,7 +110,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_1
|
||||
const p2, 0x7f120a26
|
||||
const p2, 0x7f120a4b
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -119,7 +119,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_2
|
||||
const p2, 0x7f120f0b
|
||||
const p2, 0x7f120f5e
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -128,7 +128,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_3
|
||||
const p2, 0x7f120c56
|
||||
const p2, 0x7f120c7b
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
move-result v0
|
||||
|
||||
const v1, 0x7f121040
|
||||
const v1, 0x7f121095
|
||||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
|
@ -68,7 +68,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const v0, 0x7f121043
|
||||
const v0, 0x7f121098
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const v0, 0x7f12103e
|
||||
const v0, 0x7f121093
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -102,7 +102,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
const v0, 0x7f12103f
|
||||
const v0, 0x7f121094
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -138,116 +138,112 @@
|
|||
.end method
|
||||
|
||||
.method private final getStatusIcon(Lcom/discord/models/domain/ModelPresence;)I
|
||||
.locals 3
|
||||
.locals 2
|
||||
.annotation build Landroidx/annotation/DrawableRes;
|
||||
.end annotation
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/models/domain/ModelPresence;->getStatus()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
invoke-virtual {p1}, Lcom/discord/models/domain/ModelPresence;->getPrimaryActivity()Lcom/discord/models/domain/ModelPresence$Activity;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
goto :goto_0
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
:cond_0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
if-nez v0, :cond_1
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
|
||||
|
||||
move-result v1
|
||||
|
||||
const/4 v2, 0x4
|
||||
|
||||
if-ne v1, v2, :cond_2
|
||||
|
||||
const p1, 0x7f0802f3
|
||||
|
||||
return p1
|
||||
|
||||
:cond_2
|
||||
:goto_1
|
||||
if-nez v0, :cond_3
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_3
|
||||
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
|
||||
|
||||
move-result v1
|
||||
|
||||
const/4 v2, 0x3
|
||||
|
||||
if-ne v1, v2, :cond_4
|
||||
|
||||
const p1, 0x7f0802f1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_4
|
||||
:goto_2
|
||||
if-nez v0, :cond_5
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_5
|
||||
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
|
||||
|
||||
move-result v1
|
||||
|
||||
const/4 v2, 0x2
|
||||
|
||||
if-ne v1, v2, :cond_6
|
||||
|
||||
const p1, 0x7f0802f0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_6
|
||||
:goto_3
|
||||
const/4 v1, 0x1
|
||||
|
||||
if-nez v0, :cond_7
|
||||
|
||||
goto :goto_4
|
||||
|
||||
:cond_7
|
||||
invoke-virtual {v0}, Ljava/lang/Integer;->intValue()I
|
||||
invoke-virtual {v0}, Lcom/discord/models/domain/ModelPresence$Activity;->isStreaming()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eq v0, v1, :cond_8
|
||||
const/4 v1, 0x1
|
||||
|
||||
:goto_4
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/models/domain/ModelPresence;->getPrimaryActivity()Lcom/discord/models/domain/ModelPresence$Activity;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/models/domain/ModelPresence$Activity;->isStreaming()Z
|
||||
|
||||
move-result p1
|
||||
|
||||
if-ne p1, v1, :cond_8
|
||||
if-ne v0, v1, :cond_0
|
||||
|
||||
const p1, 0x7f0802f4
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/models/domain/ModelPresence;->getStatus()I
|
||||
|
||||
move-result p1
|
||||
|
||||
invoke-static {p1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const/4 p1, 0x0
|
||||
|
||||
:goto_0
|
||||
if-nez p1, :cond_2
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
invoke-virtual {p1}, Ljava/lang/Integer;->intValue()I
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x4
|
||||
|
||||
if-ne v0, v1, :cond_3
|
||||
|
||||
const p1, 0x7f0802f3
|
||||
|
||||
return p1
|
||||
|
||||
:cond_3
|
||||
:goto_1
|
||||
if-nez p1, :cond_4
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_4
|
||||
invoke-virtual {p1}, Ljava/lang/Integer;->intValue()I
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x3
|
||||
|
||||
if-ne v0, v1, :cond_5
|
||||
|
||||
const p1, 0x7f0802f1
|
||||
|
||||
return p1
|
||||
|
||||
:cond_5
|
||||
:goto_2
|
||||
if-nez p1, :cond_6
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_6
|
||||
invoke-virtual {p1}, Ljava/lang/Integer;->intValue()I
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x2
|
||||
|
||||
if-ne v0, v1, :cond_7
|
||||
|
||||
const p1, 0x7f0802f0
|
||||
|
||||
return p1
|
||||
|
||||
:cond_7
|
||||
:goto_3
|
||||
if-nez p1, :cond_8
|
||||
|
||||
goto :goto_4
|
||||
|
||||
:cond_8
|
||||
invoke-virtual {p1}, Ljava/lang/Integer;->intValue()I
|
||||
|
||||
:goto_4
|
||||
const p1, 0x7f0802f2
|
||||
|
||||
return p1
|
||||
|
@ -285,7 +281,7 @@
|
|||
|
||||
if-ne v0, v1, :cond_2
|
||||
|
||||
const p1, 0x7f120ee3
|
||||
const p1, 0x7f120f36
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -304,7 +300,7 @@
|
|||
|
||||
if-ne v0, v1, :cond_4
|
||||
|
||||
const p1, 0x7f120edf
|
||||
const p1, 0x7f120f32
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -323,13 +319,13 @@
|
|||
|
||||
if-ne p1, v0, :cond_6
|
||||
|
||||
const p1, 0x7f120edd
|
||||
const p1, 0x7f120f30
|
||||
|
||||
return p1
|
||||
|
||||
:cond_6
|
||||
:goto_3
|
||||
const p1, 0x7f120ee2
|
||||
const p1, 0x7f120f35
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
.method public final getUserAgent()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "Discord-Android/893"
|
||||
const-string v0, "Discord-Android/894"
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
|
|
@ -583,7 +583,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const p3, 0x7f120ab4
|
||||
const p3, 0x7f120ad9
|
||||
|
||||
invoke-static {p2, p3}, Lcom/discord/app/g;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
const v0, 0x7f120e07
|
||||
const v0, 0x7f120e5a
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->fromFilterString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120e09
|
||||
const v0, 0x7f120e5c
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->inFilterString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120e0b
|
||||
const v0, 0x7f120e5e
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -74,7 +74,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->mentionsFilterString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120e08
|
||||
const v0, 0x7f120e5b
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -86,7 +86,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->hasFilterString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120df4
|
||||
const v0, 0x7f120e47
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -98,7 +98,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->linkAnswerString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120df2
|
||||
const v0, 0x7f120e45
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -110,7 +110,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->embedAnswerString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120df1
|
||||
const v0, 0x7f120e44
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -122,7 +122,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->fileAnswerString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120df6
|
||||
const v0, 0x7f120e49
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -134,7 +134,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->videoAnswerString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120df3
|
||||
const v0, 0x7f120e46
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -146,7 +146,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->imageAnswerString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120df5
|
||||
const v0, 0x7f120e48
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -206,7 +206,7 @@
|
|||
|
||||
invoke-virtual {v4, v2}, Landroid/widget/TextView;->setOnClickListener(Landroid/view/View$OnClickListener;)V
|
||||
|
||||
const v2, 0x7f120b93
|
||||
const v2, 0x7f120bb8
|
||||
|
||||
invoke-virtual {v0, v2}, Landroid/widget/TextView;->setText(I)V
|
||||
|
||||
|
|
|
@ -33,45 +33,45 @@
|
|||
|
||||
:array_0
|
||||
.array-data 4
|
||||
0x7f120f30
|
||||
0x7f120f31
|
||||
0x7f120f32
|
||||
0x7f120f33
|
||||
0x7f120f34
|
||||
0x7f120f35
|
||||
0x7f120f36
|
||||
0x7f120f37
|
||||
0x7f120f38
|
||||
0x7f120f39
|
||||
0x7f120f3a
|
||||
0x7f120f3b
|
||||
0x7f120f3c
|
||||
0x7f120f3d
|
||||
0x7f120f3e
|
||||
0x7f120f3f
|
||||
0x7f120f40
|
||||
0x7f120f41
|
||||
0x7f120f42
|
||||
0x7f120f43
|
||||
0x7f120f44
|
||||
0x7f120f45
|
||||
0x7f120f46
|
||||
0x7f120f47
|
||||
0x7f120f48
|
||||
0x7f120f49
|
||||
0x7f120f4a
|
||||
0x7f120f4b
|
||||
0x7f120f4c
|
||||
0x7f120f4d
|
||||
0x7f120f4e
|
||||
0x7f120f4f
|
||||
0x7f120f50
|
||||
0x7f120f51
|
||||
0x7f120f52
|
||||
0x7f120f53
|
||||
0x7f120f54
|
||||
0x7f120f55
|
||||
0x7f120f56
|
||||
0x7f120f83
|
||||
0x7f120f84
|
||||
0x7f120f85
|
||||
0x7f120f86
|
||||
0x7f120f87
|
||||
0x7f120f88
|
||||
0x7f120f89
|
||||
0x7f120f8a
|
||||
0x7f120f8b
|
||||
0x7f120f8c
|
||||
0x7f120f8d
|
||||
0x7f120f8e
|
||||
0x7f120f8f
|
||||
0x7f120f90
|
||||
0x7f120f91
|
||||
0x7f120f92
|
||||
0x7f120f93
|
||||
0x7f120f94
|
||||
0x7f120f95
|
||||
0x7f120f96
|
||||
0x7f120f97
|
||||
0x7f120f98
|
||||
0x7f120f99
|
||||
0x7f120f9a
|
||||
0x7f120f9b
|
||||
0x7f120f9c
|
||||
0x7f120f9d
|
||||
0x7f120f9e
|
||||
0x7f120f9f
|
||||
0x7f120fa0
|
||||
0x7f120fa1
|
||||
0x7f120fa2
|
||||
0x7f120fa3
|
||||
0x7f120fa4
|
||||
0x7f120fa5
|
||||
0x7f120fa6
|
||||
0x7f120fa7
|
||||
0x7f120fa8
|
||||
0x7f120fa9
|
||||
.end array-data
|
||||
.end method
|
||||
|
||||
|
|
|
@ -347,7 +347,7 @@
|
|||
|
||||
move-result-object v3
|
||||
|
||||
const v9, 0x7f120ff1
|
||||
const v9, 0x7f121046
|
||||
|
||||
invoke-virtual {v3, v9}, Landroid/content/res/Resources;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -360,7 +360,7 @@
|
|||
|
||||
move-result-object v3
|
||||
|
||||
const v9, 0x7f120aaa
|
||||
const v9, 0x7f120acf
|
||||
|
||||
invoke-virtual {v3, v9}, Landroid/content/res/Resources;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -391,7 +391,7 @@
|
|||
|
||||
move-result-object p0
|
||||
|
||||
const v6, 0x7f120fe9
|
||||
const v6, 0x7f12103e
|
||||
|
||||
invoke-virtual {p0, v6}, Landroid/content/res/Resources;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
|
||||
iget-object v1, p0, Lcom/discord/views/ActiveSubscriptionView$a;->context:Landroid/content/Context;
|
||||
|
||||
const v2, 0x7f120bfe
|
||||
const v2, 0x7f120c23
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
|
|
|
@ -182,9 +182,9 @@
|
|||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
const v1, 0x7f120ad4
|
||||
const v1, 0x7f120af9
|
||||
|
||||
const v4, 0x7f120ad4
|
||||
const v4, 0x7f120af9
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
|
|
@ -569,7 +569,7 @@
|
|||
|
||||
:cond_5
|
||||
:goto_3
|
||||
const p1, 0x7f120931
|
||||
const p1, 0x7f120956
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/auth/WidgetAuthInviteInfo;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -604,7 +604,7 @@
|
|||
goto :goto_5
|
||||
|
||||
:cond_7
|
||||
const p1, 0x7f12092f
|
||||
const p1, 0x7f120954
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/auth/WidgetAuthInviteInfo;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120be3
|
||||
const v0, 0x7f120c08
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/g;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -51,13 +51,13 @@
|
|||
|
||||
invoke-direct {p1, v0}, Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;-><init>(Landroid/content/Context;)V
|
||||
|
||||
const v0, 0x7f120be0
|
||||
const v0, 0x7f120c05
|
||||
|
||||
invoke-virtual {p1, v0}, Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;->setTitle(I)Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120be1
|
||||
const v0, 0x7f120c06
|
||||
|
||||
invoke-virtual {p1, v0}, Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;->setMessage(I)Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
|||
|
||||
check-cast v0, Lkotlin/jvm/functions/Function1;
|
||||
|
||||
const v1, 0x7f120be2
|
||||
const v1, 0x7f120c07
|
||||
|
||||
invoke-virtual {p1, v1, v0}, Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;->setPositiveButton(ILkotlin/jvm/functions/Function1;)Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
|
||||
sget-object v5, Lcom/discord/utilities/view/validators/BasicTextInputValidator;->Companion:Lcom/discord/utilities/view/validators/BasicTextInputValidator$Companion;
|
||||
|
||||
const v6, 0x7f120be5
|
||||
const v6, 0x7f120c0a
|
||||
|
||||
invoke-virtual {v5, v6}, Lcom/discord/utilities/view/validators/BasicTextInputValidator$Companion;->createRequiredInputValidator(I)Lcom/discord/utilities/view/validators/BasicTextInputValidator;
|
||||
|
||||
|
@ -124,7 +124,7 @@
|
|||
|
||||
sget-object v5, Lcom/discord/utilities/auth/AuthUtils;->INSTANCE:Lcom/discord/utilities/auth/AuthUtils;
|
||||
|
||||
const v6, 0x7f120bdf
|
||||
const v6, 0x7f120c04
|
||||
|
||||
invoke-virtual {v5, v6}, Lcom/discord/utilities/auth/AuthUtils;->createPasswordInputValidator(I)Lcom/discord/utilities/view/validators/BasicTextInputValidator;
|
||||
|
||||
|
|
|
@ -185,7 +185,7 @@
|
|||
|
||||
check-cast p1, Landroidx/fragment/app/Fragment;
|
||||
|
||||
const p2, 0x7f120faa
|
||||
const p2, 0x7f120fff
|
||||
|
||||
invoke-static {p1, p2}, Lcom/discord/app/g;->a(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
@ -216,7 +216,7 @@
|
|||
|
||||
check-cast p1, Landroidx/fragment/app/Fragment;
|
||||
|
||||
const v0, 0x7f120fd1
|
||||
const v0, 0x7f121026
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/g;->a(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
@ -462,7 +462,7 @@
|
|||
|
||||
move-result-object v1
|
||||
|
||||
const v4, 0x7f120fb4
|
||||
const v4, 0x7f121009
|
||||
|
||||
const/4 v5, 0x2
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120f6a
|
||||
const v0, 0x7f120fbf
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
sget-object v6, Lcom/discord/utilities/view/validators/BasicTextInputValidator;->Companion:Lcom/discord/utilities/view/validators/BasicTextInputValidator$Companion;
|
||||
|
||||
const v7, 0x7f1210c9
|
||||
const v7, 0x7f12111e
|
||||
|
||||
invoke-virtual {v6, v7}, Lcom/discord/utilities/view/validators/BasicTextInputValidator$Companion;->createRequiredInputValidator(I)Lcom/discord/utilities/view/validators/BasicTextInputValidator;
|
||||
|
||||
|
@ -144,7 +144,7 @@
|
|||
|
||||
sget-object v8, Lcom/discord/utilities/view/validators/BasicTextInputValidator;->Companion:Lcom/discord/utilities/view/validators/BasicTextInputValidator$Companion;
|
||||
|
||||
const v9, 0x7f120be5
|
||||
const v9, 0x7f120c0a
|
||||
|
||||
invoke-virtual {v8, v9}, Lcom/discord/utilities/view/validators/BasicTextInputValidator$Companion;->createRequiredInputValidator(I)Lcom/discord/utilities/view/validators/BasicTextInputValidator;
|
||||
|
||||
|
@ -156,7 +156,7 @@
|
|||
|
||||
sget-object v7, Lcom/discord/utilities/auth/AuthUtils;->INSTANCE:Lcom/discord/utilities/auth/AuthUtils;
|
||||
|
||||
const v8, 0x7f120bdf
|
||||
const v8, 0x7f120c04
|
||||
|
||||
invoke-virtual {v7, v8}, Lcom/discord/utilities/auth/AuthUtils;->createPasswordInputValidator(I)Lcom/discord/utilities/view/validators/BasicTextInputValidator;
|
||||
|
||||
|
|
|
@ -722,7 +722,7 @@
|
|||
|
||||
new-array v0, v0, [Ljava/lang/Object;
|
||||
|
||||
const v1, 0x7f120f67
|
||||
const v1, 0x7f120fbc
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -732,7 +732,7 @@
|
|||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
const v1, 0x7f120d02
|
||||
const v1, 0x7f120d55
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1324,12 +1324,12 @@
|
|||
|
||||
if-eqz v3, :cond_1
|
||||
|
||||
const v3, 0x7f120f69
|
||||
const v3, 0x7f120fbe
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const v3, 0x7f120f68
|
||||
const v3, 0x7f120fbd
|
||||
|
||||
:goto_1
|
||||
invoke-direct {p0, v5, v3}, Lcom/discord/widgets/auth/WidgetAuthRegister;->getFormattedTermsText(Landroid/content/Context;I)Ljava/lang/CharSequence;
|
||||
|
|
|
@ -81,9 +81,9 @@
|
|||
|
||||
check-cast v9, Lkotlin/jvm/functions/Function1;
|
||||
|
||||
const v2, 0x7f120919
|
||||
const v2, 0x7f12093e
|
||||
|
||||
const v3, 0x7f120916
|
||||
const v3, 0x7f12093b
|
||||
|
||||
const v4, 0x7f080311
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
iget-object v0, p0, Lcom/discord/widgets/auth/WidgetAuthRegisterInvite$configureRegisterButton$2;->this$0:Lcom/discord/widgets/auth/WidgetAuthRegisterInvite;
|
||||
|
||||
const v1, 0x7f1210c9
|
||||
const v1, 0x7f12111e
|
||||
|
||||
invoke-virtual {v0, v1}, Lcom/discord/widgets/auth/WidgetAuthRegisterInvite;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -104,7 +104,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120f6a
|
||||
const v0, 0x7f120fbf
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/g;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
|
||||
check-cast p1, Landroidx/fragment/app/Fragment;
|
||||
|
||||
const v0, 0x7f120919
|
||||
const v0, 0x7f12093e
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/g;->a(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
|
|
@ -718,7 +718,7 @@
|
|||
|
||||
new-array v0, v0, [Ljava/lang/Object;
|
||||
|
||||
const v1, 0x7f120f67
|
||||
const v1, 0x7f120fbc
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -728,7 +728,7 @@
|
|||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
const v1, 0x7f120d02
|
||||
const v1, 0x7f120d55
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -981,7 +981,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f1210c9
|
||||
const v0, 0x7f12111e
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/g;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
@ -1275,12 +1275,12 @@
|
|||
|
||||
if-eqz v8, :cond_1
|
||||
|
||||
const v8, 0x7f120f69
|
||||
const v8, 0x7f120fbe
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const v8, 0x7f120f68
|
||||
const v8, 0x7f120fbd
|
||||
|
||||
:goto_1
|
||||
invoke-direct {v0, v6, v8}, Lcom/discord/widgets/auth/WidgetAuthRegisterInvite;->getFormattedTermsText(Landroid/content/Context;I)Ljava/lang/CharSequence;
|
||||
|
|
|
@ -338,7 +338,7 @@
|
|||
|
||||
invoke-direct {v1, p1}, Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;-><init>(Landroid/content/Context;)V
|
||||
|
||||
const p1, 0x7f120a1a
|
||||
const p1, 0x7f120a3f
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
|
@ -356,7 +356,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v1, 0x7f120a17
|
||||
const v1, 0x7f120a3c
|
||||
|
||||
new-array v2, v2, [Ljava/lang/Object;
|
||||
|
||||
|
@ -376,7 +376,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const p3, 0x7f120a16
|
||||
const p3, 0x7f120a3b
|
||||
|
||||
new-instance v1, Lcom/discord/widgets/channels/-$$Lambda$WidgetChannelGroupDMSettings$c8xwH3a5VMhyc7oYmYZ83i0PPRA;
|
||||
|
||||
|
@ -423,7 +423,7 @@
|
|||
.method private handleUpdate()V
|
||||
.locals 2
|
||||
|
||||
const v0, 0x7f12079d
|
||||
const v0, 0x7f1207a0
|
||||
|
||||
invoke-static {p0, v0}, Lcom/discord/app/g;->b(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
@ -719,7 +719,7 @@
|
|||
|
||||
const v0, 0x7f1203b1
|
||||
|
||||
const v1, 0x7f120fdf
|
||||
const v1, 0x7f121034
|
||||
|
||||
invoke-static {p0, v0, v1}, Lcom/miguelgaeta/media_picker/MediaPicker;->openMediaChooser(Lcom/miguelgaeta/media_picker/MediaPicker$Provider;II)V
|
||||
|
||||
|
|
|
@ -384,7 +384,7 @@
|
|||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
const v1, 0x7f120aac
|
||||
const v1, 0x7f120ad1
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
|
@ -427,7 +427,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const v1, 0x7f120aab
|
||||
const v1, 0x7f120ad0
|
||||
|
||||
invoke-virtual {p0, v1}, Lcom/discord/widgets/channels/WidgetChannelNotificationSettings;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -566,7 +566,7 @@
|
|||
|
||||
invoke-static {p0, v0, p1, v1, p1}, Lcom/discord/app/AppFragment;->setActionBarDisplayHomeAsUpEnabled$default(Lcom/discord/app/AppFragment;ZLjava/lang/Integer;ILjava/lang/Object;)Landroidx/appcompat/widget/Toolbar;
|
||||
|
||||
const v1, 0x7f120b56
|
||||
const v1, 0x7f120b7b
|
||||
|
||||
invoke-virtual {p0, v1}, Lcom/discord/widgets/channels/WidgetChannelNotificationSettings;->setActionBarTitle(I)Lkotlin/Unit;
|
||||
|
||||
|
|
|
@ -352,7 +352,7 @@
|
|||
return-void
|
||||
|
||||
:cond_0
|
||||
const p1, 0x7f120bd3
|
||||
const p1, 0x7f120bf8
|
||||
|
||||
invoke-static {p0, p1}, Lcom/discord/app/g;->b(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
|
|
@ -946,12 +946,12 @@
|
|||
|
||||
if-ne v1, v2, :cond_4
|
||||
|
||||
const v1, 0x7f120d04
|
||||
const v1, 0x7f120d57
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_4
|
||||
const v1, 0x7f120d06
|
||||
const v1, 0x7f120d59
|
||||
|
||||
:goto_1
|
||||
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setText(I)V
|
||||
|
@ -962,12 +962,12 @@
|
|||
|
||||
if-ne v1, v2, :cond_5
|
||||
|
||||
const v1, 0x7f120d05
|
||||
const v1, 0x7f120d58
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_5
|
||||
const v1, 0x7f120d07
|
||||
const v1, 0x7f120d5a
|
||||
|
||||
:goto_2
|
||||
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setText(I)V
|
||||
|
@ -978,12 +978,12 @@
|
|||
|
||||
if-ne v1, v2, :cond_6
|
||||
|
||||
const v1, 0x7f1205b8
|
||||
const v1, 0x7f1205bb
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_6
|
||||
const v1, 0x7f1205bb
|
||||
const v1, 0x7f1205be
|
||||
|
||||
:goto_3
|
||||
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setText(I)V
|
||||
|
@ -999,7 +999,7 @@
|
|||
goto :goto_4
|
||||
|
||||
:cond_7
|
||||
const v1, 0x7f1205b9
|
||||
const v1, 0x7f1205bc
|
||||
|
||||
:goto_4
|
||||
invoke-virtual {p0, v1}, Lcom/discord/widgets/channels/WidgetCreateChannel;->getString(I)Ljava/lang/String;
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
check-cast p1, Landroidx/fragment/app/Fragment;
|
||||
|
||||
const p2, 0x7f12078d
|
||||
const p2, 0x7f120790
|
||||
|
||||
invoke-static {p1, p2}, Lcom/discord/app/g;->a(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f12078d
|
||||
const v0, 0x7f120790
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/g;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -615,7 +615,7 @@
|
|||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
const p1, 0x7f120787
|
||||
const p1, 0x7f12078a
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/channels/WidgetGroupInviteFriends;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -835,7 +835,7 @@
|
|||
|
||||
aput-object v2, v1, v3
|
||||
|
||||
const v2, 0x7f120798
|
||||
const v2, 0x7f12079b
|
||||
|
||||
invoke-virtual {p0, v2, v1}, Lcom/discord/widgets/channels/WidgetGroupInviteFriends;->getString(I[Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
|
@ -869,7 +869,7 @@
|
|||
|
||||
if-lt v1, v2, :cond_0
|
||||
|
||||
const p1, 0x7f12078c
|
||||
const p1, 0x7f12078f
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/channels/WidgetGroupInviteFriends;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -928,7 +928,7 @@
|
|||
:cond_1
|
||||
if-nez v2, :cond_2
|
||||
|
||||
const p1, 0x7f120797
|
||||
const p1, 0x7f12079a
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/channels/WidgetGroupInviteFriends;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120c4b
|
||||
const v0, 0x7f120c70
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/g;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -951,13 +951,13 @@
|
|||
|
||||
move-result v3
|
||||
|
||||
const v4, 0x7f1205b9
|
||||
const v4, 0x7f1205bc
|
||||
|
||||
const v5, 0x7f12036a
|
||||
|
||||
if-eqz v3, :cond_4
|
||||
|
||||
const v3, 0x7f1205b9
|
||||
const v3, 0x7f1205bc
|
||||
|
||||
goto :goto_2
|
||||
|
||||
|
@ -2012,7 +2012,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f12061d
|
||||
const v0, 0x7f120620
|
||||
|
||||
invoke-virtual {p0, v0}, Lcom/discord/widgets/channels/WidgetTextChannelSettings;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -279,9 +279,9 @@
|
|||
|
||||
if-eqz p3, :cond_1
|
||||
|
||||
const p4, 0x7f120ac4
|
||||
const p4, 0x7f120ae9
|
||||
|
||||
const v4, 0x7f120ac4
|
||||
const v4, 0x7f120ae9
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -293,9 +293,9 @@
|
|||
|
||||
if-eqz p3, :cond_2
|
||||
|
||||
const p5, 0x7f120ad0
|
||||
const p5, 0x7f120af5
|
||||
|
||||
const v5, 0x7f120ad0
|
||||
const v5, 0x7f120af5
|
||||
|
||||
goto :goto_1
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
check-cast p1, Ljava/lang/CharSequence;
|
||||
|
||||
const v1, 0x7f120980
|
||||
const v1, 0x7f1209a5
|
||||
|
||||
invoke-static {v0, p1, v1}, Lcom/discord/app/g;->b(Landroid/content/Context;Ljava/lang/CharSequence;I)V
|
||||
|
||||
|
|
|
@ -387,7 +387,7 @@
|
|||
|
||||
add-int/lit8 p1, p1, 0x1
|
||||
|
||||
const v0, 0x7f120a64
|
||||
const v0, 0x7f120a89
|
||||
|
||||
invoke-virtual {p2, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -184,17 +184,17 @@
|
|||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const v0, 0x7f120ba0
|
||||
const v0, 0x7f120bc5
|
||||
|
||||
if-eq p1, v0, :cond_2
|
||||
|
||||
const p2, 0x7f120f6f
|
||||
const p2, 0x7f120fc4
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
const p2, 0x7f121114
|
||||
const p2, 0x7f121169
|
||||
|
||||
if-eq p1, p2, :cond_0
|
||||
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
.method private final getLearnMoreFormattedString(Landroid/content/Context;Ljava/lang/String;)Ljava/lang/CharSequence;
|
||||
.locals 3
|
||||
|
||||
const v0, 0x7f120fc1
|
||||
const v0, 0x7f121016
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -331,7 +331,7 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const v0, 0x7f120ff1
|
||||
const v0, 0x7f121046
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -342,7 +342,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_0
|
||||
const v0, 0x7f120aac
|
||||
const v0, 0x7f120ad1
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
|
|
|
@ -943,7 +943,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
const p1, 0x7f120d98
|
||||
const p1, 0x7f120deb
|
||||
|
||||
:goto_0
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/channels/list/WidgetChannelsListItemChannelActions;->getString(I)Ljava/lang/String;
|
||||
|
|
|
@ -421,7 +421,7 @@
|
|||
|
||||
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const v1, 0x7f120a64
|
||||
const v1, 0x7f120a89
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue