Changes of com.discord v830
This commit is contained in:
parent
68efdc92e3
commit
082337727f
221 changed files with 3714 additions and 3764 deletions
com.discord
AndroidManifest.xmlapktool.yml
assets
original
res/values
smali
androidx
appcompat
asynclayoutinflater
browser
coordinatorlayout
core
customview
drawerlayout
fragment
legacy
lifecycle/extensions
loader
media
recyclerview
room
slidingpanelayout
swiperefreshlayout
transition
vectordrawable
viewpager
work
butterknife
com/discord
BuildConfig.smali
a
app
gateway
restapi
stores
StoreChannelMembersLazy$makeGroup$textResolver$1.smaliStoreClientVersion.smaliStoreMediaNotification$init$3.smaliStoreNavigation$init$6.smaliStoreSpotify.smaliStoreUserGuildSettings.smaliStoreUserSettings.smali
utilities
analytics
auditlogs
channel
error
fcm
images
intent
notices
presence
rest
search/strings
stateful
textprocessing
voice
widgets
auth
WidgetAuthInviteInfo.smaliWidgetAuthLogin$onViewBound$5$1.smaliWidgetAuthLogin$onViewBound$5.smaliWidgetAuthLogin.smaliWidgetAuthMfa.smaliWidgetAuthRegister$configureRegisterButton$2.smaliWidgetAuthRegister.smaliWidgetAuthRegisterInvite$configureOnPostRegistration$1$2.smaliWidgetAuthRegisterInvite$configureRegisterButton$2.smaliWidgetAuthRegisterInvite$onViewBound$5.smaliWidgetAuthRegisterInvite.smali
channels
WidgetChannelGroupDMSettings.smaliWidgetChannelNotificationSettings.smaliWidgetChannelSettingsPermissionsOverview.smaliWidgetChannelTopic$Model$Companion$get$2.smaliWidgetChannelTopic$Model$Companion$get$3.smaliWidgetChannelTopic$Model$Companion.smaliWidgetCreateChannel.smaliWidgetGroupInviteFriends.smaliWidgetTextChannelSettings$configureUI$6.smali
list
WidgetChannelListUnreads.smaliWidgetChannelsList$onViewBound$5$1.smaliWidgetChannelsListAdapter$ItemChannelPrivate.smaliWidgetChannelsListAdapter$ItemHeader.smaliWidgetChannelsListAdapter$ItemMFA.smaliWidgetChannelsListItemChannelActions$Model.smaliWidgetChannelsListItemChannelActions.smali
memberlist
chat/input
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="28" android:compileSdkVersionCodename="9" android:installLocation="auto" package="com.discord" platformBuildVersionCode="829" platformBuildVersionName="8.2.9">
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="28" android:compileSdkVersionCodename="9" android:installLocation="auto" package="com.discord" platformBuildVersionCode="830" platformBuildVersionName="8.3.0">
|
||||
<uses-feature android:name="android.hardware.camera" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>
|
||||
<uses-feature android:name="android.hardware.faketouch" android:required="false"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
!!brut.androlib.meta.MetaInfo
|
||||
apkFileName: com.discord-829.apk
|
||||
apkFileName: com.discord-830.apk
|
||||
compressionType: false
|
||||
doNotCompress:
|
||||
- arsc
|
||||
|
@ -350,5 +350,5 @@ usesFramework:
|
|||
tag: null
|
||||
version: 2.4.0-896569-SNAPSHOT
|
||||
versionInfo:
|
||||
versionCode: '829'
|
||||
versionName: 8.2.9
|
||||
versionCode: '830'
|
||||
versionName: 8.3.0
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
#
|
||||
#Do NOT modify, delete, or commit to source control!
|
||||
#
|
||||
#Wed Jan 16 19:22:05 UTC 2019
|
||||
version_name=8.2.9
|
||||
#Thu Jan 17 03:55:37 UTC 2019
|
||||
version_name=8.3.0
|
||||
package_name=com.discord
|
||||
build_id=9f30468e-7a4c-4586-bff6-f5eca3e24405
|
||||
version_code=829
|
||||
build_id=070a715d-dd38-4a06-a869-c05445298637
|
||||
version_code=830
|
||||
app_name=com.discord
|
||||
|
|
Binary file not shown.
|
@ -304,6 +304,10 @@
|
|||
<item quantity="other">%d copies</item>
|
||||
<item quantity="one">%d copy</item>
|
||||
</plurals>
|
||||
<plurals name="gift_inventory_expires_in_hours">
|
||||
<item quantity="other">%d hours</item>
|
||||
<item quantity="one">%d hour</item>
|
||||
</plurals>
|
||||
<plurals name="gift_inventory_subscription_months_intervalCount">
|
||||
<item quantity="other">%d months</item>
|
||||
<item quantity="one">%d month</item>
|
||||
|
@ -564,11 +568,11 @@
|
|||
<item type="plurals" name="APKTOOL_DUMMY_24">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_2e">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_2f">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_5a">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_62">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_70">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_5b">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_63">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_71">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_7b">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_89">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_72">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_7c">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_8a">false</item>
|
||||
<item type="plurals" name="APKTOOL_DUMMY_8b">false</item>
|
||||
</resources>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -873,7 +873,7 @@ SIDE TO SIDE {progress}
|
|||
<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">9f30468e-7a4c-4586-bff6-f5eca3e24405</string>
|
||||
<string name="com.crashlytics.android.build_id">070a715d-dd38-4a06-a869-c05445298637</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>
|
||||
|
@ -1749,6 +1749,7 @@ SIDE TO SIDE {progress}
|
|||
<string name="gift_embed_unknown_user">Unknown User</string>
|
||||
<string name="gift_inventory">Gift Inventory</string>
|
||||
<string name="gift_inventory_copies">%1$s</string>
|
||||
<string name="gift_inventory_expires_in">Link expires in %1$s</string>
|
||||
<string name="gift_inventory_generate_help">You have more gifts! Make another link?</string>
|
||||
<string name="gift_inventory_generate_link">Generate Link</string>
|
||||
<string name="gift_inventory_hidden">Gift code hidden. Use copy button.</string>
|
||||
|
@ -3918,6 +3919,7 @@ To keep your sub, go to Settings and update your payment."</string>
|
|||
<string name="user_settings_open_on_startup_body">Save yourself a few clicks and let Discord greet you when you get home like a good boy</string>
|
||||
<string name="user_settings_open_on_startup_label">Open Discord</string>
|
||||
<string name="user_settings_privacy_terms">Check out our [Terms of Service](%1$s) and [Privacy Policy](%2$s).</string>
|
||||
<string name="user_settings_restart_app_mobile">Restart the app for your new settings to take effect.</string>
|
||||
<string name="user_settings_save">Save</string>
|
||||
<string name="user_settings_start_minimized_body">Discord starts in the background like a good boy and remains out of your way</string>
|
||||
<string name="user_settings_start_minimized_label">Start Minimized</string>
|
||||
|
|
|
@ -92,9 +92,9 @@
|
|||
|
||||
.field public static final abc_toolbar_collapse_description:I = 0x7f12002a
|
||||
|
||||
.field public static final search_menu_title:I = 0x7f120cd2
|
||||
.field public static final search_menu_title:I = 0x7f120cd3
|
||||
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# static fields
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -29,11 +29,11 @@
|
|||
|
||||
.field public static final LOCAL_VOICE:Ljava/lang/String; = ""
|
||||
|
||||
.field public static final USER_AGENT:Ljava/lang/String; = "Discord-Android/829"
|
||||
.field public static final USER_AGENT:Ljava/lang/String; = "Discord-Android/830"
|
||||
|
||||
.field public static final VERSION_CODE:I = 0x33d
|
||||
.field public static final VERSION_CODE:I = 0x33e
|
||||
|
||||
.field public static final VERSION_NAME:Ljava/lang/String; = "8.2.9"
|
||||
.field public static final VERSION_NAME:Ljava/lang/String; = "8.3.0"
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -358,7 +358,7 @@
|
|||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
const v2, 0x7f120c2a
|
||||
const v2, 0x7f120c2b
|
||||
|
||||
invoke-virtual {v1, v2}, Landroid/content/Context;->getText(I)Ljava/lang/CharSequence;
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
|
||||
aput-object p1, v2, v3
|
||||
|
||||
const p1, 0x7f120eb5
|
||||
const p1, 0x7f120eb6
|
||||
|
||||
invoke-virtual {v1, p1, v2}, Lcom/discord/app/AppFragment;->getString(I[Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -414,7 +414,7 @@
|
|||
|
||||
if-ne p1, v2, :cond_0
|
||||
|
||||
const p1, 0x7f120b1e
|
||||
const p1, 0x7f120b1f
|
||||
|
||||
invoke-virtual {v0, p1}, Lcom/discord/app/AppPermissions$b;->u(I)Lkotlin/jvm/functions/Function0;
|
||||
|
||||
|
@ -427,7 +427,7 @@
|
|||
|
||||
if-ne p1, v2, :cond_1
|
||||
|
||||
const p1, 0x7f120b1c
|
||||
const p1, 0x7f120b1d
|
||||
|
||||
invoke-virtual {v0, p1}, Lcom/discord/app/AppPermissions$b;->u(I)Lkotlin/jvm/functions/Function0;
|
||||
|
||||
|
@ -440,7 +440,7 @@
|
|||
|
||||
if-ne p1, v2, :cond_2
|
||||
|
||||
const p1, 0x7f120b1d
|
||||
const p1, 0x7f120b1e
|
||||
|
||||
invoke-virtual {v0, p1}, Lcom/discord/app/AppPermissions$b;->u(I)Lkotlin/jvm/functions/Function0;
|
||||
|
||||
|
|
|
@ -142,23 +142,23 @@
|
|||
|
||||
.field public static final fab_transformation_sheet_behavior:I = 0x7f1204d6
|
||||
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f1207a0
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f1207a1
|
||||
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f1209bb
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f1209bc
|
||||
|
||||
.field public static final password_toggle_content_description:I = 0x7f120ae5
|
||||
.field public static final password_toggle_content_description:I = 0x7f120ae6
|
||||
|
||||
.field public static final path_password_eye:I = 0x7f120ae8
|
||||
.field public static final path_password_eye:I = 0x7f120ae9
|
||||
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120ae9
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120aea
|
||||
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120aea
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120aeb
|
||||
|
||||
.field public static final path_password_strike_through:I = 0x7f120aeb
|
||||
.field public static final path_password_strike_through:I = 0x7f120aec
|
||||
|
||||
.field public static final search_menu_title:I = 0x7f120cd2
|
||||
.field public static final search_menu_title:I = 0x7f120cd3
|
||||
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -140,23 +140,23 @@
|
|||
|
||||
.field public static final fab_transformation_sheet_behavior:I = 0x7f1204d6
|
||||
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f1207a0
|
||||
.field public static final hide_bottom_view_on_scroll_behavior:I = 0x7f1207a1
|
||||
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f1209bb
|
||||
.field public static final mtrl_chip_close_icon_content_description:I = 0x7f1209bc
|
||||
|
||||
.field public static final password_toggle_content_description:I = 0x7f120ae5
|
||||
.field public static final password_toggle_content_description:I = 0x7f120ae6
|
||||
|
||||
.field public static final path_password_eye:I = 0x7f120ae8
|
||||
.field public static final path_password_eye:I = 0x7f120ae9
|
||||
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120ae9
|
||||
.field public static final path_password_eye_mask_strike_through:I = 0x7f120aea
|
||||
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120aea
|
||||
.field public static final path_password_eye_mask_visible:I = 0x7f120aeb
|
||||
|
||||
.field public static final path_password_strike_through:I = 0x7f120aeb
|
||||
.field public static final path_password_strike_through:I = 0x7f120aec
|
||||
|
||||
.field public static final search_menu_title:I = 0x7f120cd2
|
||||
.field public static final search_menu_title:I = 0x7f120cd3
|
||||
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d81
|
||||
.field public static final status_bar_notification_info_overflow:I = 0x7f120d82
|
||||
|
||||
|
||||
# direct methods
|
||||
|
|
|
@ -100,12 +100,12 @@
|
|||
goto :goto_1
|
||||
|
||||
:pswitch_1
|
||||
const v0, 0x7f120d87
|
||||
const v0, 0x7f120d88
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_2
|
||||
const v0, 0x7f120d88
|
||||
const v0, 0x7f120d89
|
||||
|
||||
:goto_0
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
invoke-direct {p0}, Lcom/discord/stores/Store;-><init>()V
|
||||
|
||||
const/16 v0, 0x33d
|
||||
const/16 v0, 0x33e
|
||||
|
||||
iput v0, p0, Lcom/discord/stores/StoreClientVersion;->clientVersion:I
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
iget-object p1, p0, Lcom/discord/stores/StoreMediaNotification$init$3;->$context:Landroid/content/Context;
|
||||
|
||||
const v0, 0x7f120f4a
|
||||
const v0, 0x7f120f4c
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
|
||||
const v2, 0x7f120339
|
||||
|
||||
const v3, 0x7f120a4c
|
||||
const v3, 0x7f120a4d
|
||||
|
||||
const v4, 0x7f08027a
|
||||
|
||||
|
|
|
@ -130,9 +130,9 @@
|
|||
|
||||
iget-object v1, v0, Lcom/discord/stores/StoreSpotify;->spotifyState:Lcom/discord/stores/StoreSpotify$SpotifyState;
|
||||
|
||||
const/4 v2, 0x0
|
||||
const/4 v2, 0x1
|
||||
|
||||
const/4 v3, 0x1
|
||||
const/4 v3, 0x0
|
||||
|
||||
if-nez v1, :cond_1
|
||||
|
||||
|
@ -141,7 +141,7 @@
|
|||
|
||||
iget-object v1, v1, Lcom/discord/stores/StoreStream;->presences:Lcom/discord/stores/StoreUserPresence;
|
||||
|
||||
invoke-virtual {v1, v2, v3}, Lcom/discord/stores/StoreUserPresence;->updateActivity(Lcom/discord/models/domain/ModelPresence$Activity;Z)V
|
||||
invoke-virtual {v1, v3, v2}, Lcom/discord/stores/StoreUserPresence;->updateActivity(Lcom/discord/models/domain/ModelPresence$Activity;Z)V
|
||||
|
||||
return-void
|
||||
|
||||
|
@ -154,7 +154,7 @@
|
|||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_d
|
||||
if-eqz v1, :cond_e
|
||||
|
||||
iget-object v1, v0, Lcom/discord/stores/StoreSpotify;->stream:Lcom/discord/stores/StoreStream;
|
||||
|
||||
|
@ -242,7 +242,7 @@
|
|||
:goto_1
|
||||
if-nez v1, :cond_6
|
||||
|
||||
goto/16 :goto_5
|
||||
goto/16 :goto_6
|
||||
|
||||
:cond_6
|
||||
iget-object v1, v0, Lcom/discord/stores/StoreSpotify;->spotifyState:Lcom/discord/stores/StoreSpotify$SpotifyState;
|
||||
|
@ -280,7 +280,7 @@
|
|||
|
||||
if-eqz v1, :cond_8
|
||||
|
||||
invoke-static {v1}, Lkotlin/a/l;->as(Ljava/util/List;)Ljava/lang/Object;
|
||||
invoke-static {v1}, Lkotlin/a/l;->at(Ljava/util/List;)Ljava/lang/Object;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
|
@ -296,7 +296,7 @@
|
|||
|
||||
check-cast v1, Ljava/lang/CharSequence;
|
||||
|
||||
new-array v6, v3, [Ljava/lang/String;
|
||||
new-array v6, v2, [Ljava/lang/String;
|
||||
|
||||
const-string v9, "/"
|
||||
|
||||
|
@ -317,12 +317,44 @@
|
|||
goto :goto_2
|
||||
|
||||
:cond_8
|
||||
move-object v1, v2
|
||||
move-object v1, v3
|
||||
|
||||
:goto_2
|
||||
sget-object v6, Lcom/discord/utilities/platform/Platform;->SPOTIFY:Lcom/discord/utilities/platform/Platform;
|
||||
const/16 v6, 0x3a
|
||||
|
||||
invoke-virtual {v6}, Lcom/discord/utilities/platform/Platform;->getProperName()Ljava/lang/String;
|
||||
if-eqz v1, :cond_9
|
||||
|
||||
new-instance v9, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v9}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
sget-object v10, Lcom/discord/utilities/platform/Platform;->SPOTIFY:Lcom/discord/utilities/platform/Platform;
|
||||
|
||||
invoke-virtual {v10}, Lcom/discord/utilities/platform/Platform;->getPlatformId()Ljava/lang/String;
|
||||
|
||||
move-result-object v10
|
||||
|
||||
invoke-virtual {v9, v10}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v9, v6}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v9, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v9}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
move-object v13, v1
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_9
|
||||
move-object v13, v3
|
||||
|
||||
:goto_3
|
||||
sget-object v1, Lcom/discord/utilities/platform/Platform;->SPOTIFY:Lcom/discord/utilities/platform/Platform;
|
||||
|
||||
invoke-virtual {v1}, Lcom/discord/utilities/platform/Platform;->getProperName()Ljava/lang/String;
|
||||
|
||||
move-result-object v9
|
||||
|
||||
|
@ -336,49 +368,27 @@
|
|||
|
||||
invoke-virtual {v4}, Lcom/discord/models/domain/spotify/ModelSpotifyTrack;->getAlbum()Lcom/discord/models/domain/spotify/ModelSpotifyAlbum;
|
||||
|
||||
move-result-object v6
|
||||
move-result-object v1
|
||||
|
||||
if-eqz v6, :cond_9
|
||||
if-eqz v1, :cond_a
|
||||
|
||||
invoke-virtual {v6}, Lcom/discord/models/domain/spotify/ModelSpotifyAlbum;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v6
|
||||
|
||||
move-object v12, v6
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_9
|
||||
move-object v12, v2
|
||||
|
||||
:goto_3
|
||||
new-instance v6, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v6}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
sget-object v13, Lcom/discord/utilities/platform/Platform;->SPOTIFY:Lcom/discord/utilities/platform/Platform;
|
||||
|
||||
invoke-virtual {v13}, Lcom/discord/utilities/platform/Platform;->getPlatformId()Ljava/lang/String;
|
||||
|
||||
move-result-object v13
|
||||
|
||||
invoke-virtual {v6, v13}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
const/16 v13, 0x3a
|
||||
|
||||
invoke-virtual {v6, v13}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v6, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v6}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
invoke-virtual {v1}, Lcom/discord/models/domain/spotify/ModelSpotifyAlbum;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
move-object v12, v1
|
||||
|
||||
goto :goto_4
|
||||
|
||||
:cond_a
|
||||
move-object v12, v3
|
||||
|
||||
:goto_4
|
||||
invoke-virtual {v4}, Lcom/discord/models/domain/spotify/ModelSpotifyTrack;->getArtists()Ljava/util/List;
|
||||
|
||||
move-result-object v6
|
||||
move-result-object v1
|
||||
|
||||
move-object v14, v6
|
||||
move-object v14, v1
|
||||
|
||||
check-cast v14, Ljava/lang/Iterable;
|
||||
|
||||
|
@ -392,9 +402,9 @@
|
|||
|
||||
const/16 v19, 0x0
|
||||
|
||||
sget-object v6, Lcom/discord/stores/StoreSpotify$publishState$activity$1;->INSTANCE:Lcom/discord/stores/StoreSpotify$publishState$activity$1;
|
||||
sget-object v1, Lcom/discord/stores/StoreSpotify$publishState$activity$1;->INSTANCE:Lcom/discord/stores/StoreSpotify$publishState$activity$1;
|
||||
|
||||
move-object/from16 v20, v6
|
||||
move-object/from16 v20, v1
|
||||
|
||||
check-cast v20, Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
@ -406,9 +416,9 @@
|
|||
|
||||
invoke-virtual {v4}, Lcom/discord/models/domain/spotify/ModelSpotifyTrack;->getArtists()Ljava/util/List;
|
||||
|
||||
move-result-object v6
|
||||
move-result-object v1
|
||||
|
||||
move-object v15, v6
|
||||
move-object v15, v1
|
||||
|
||||
check-cast v15, Ljava/lang/Iterable;
|
||||
|
||||
|
@ -418,9 +428,9 @@
|
|||
|
||||
const/16 v20, 0x0
|
||||
|
||||
sget-object v6, Lcom/discord/stores/StoreSpotify$publishState$activity$2;->INSTANCE:Lcom/discord/stores/StoreSpotify$publishState$activity$2;
|
||||
sget-object v1, Lcom/discord/stores/StoreSpotify$publishState$activity$2;->INSTANCE:Lcom/discord/stores/StoreSpotify$publishState$activity$2;
|
||||
|
||||
move-object/from16 v21, v6
|
||||
move-object/from16 v21, v1
|
||||
|
||||
check-cast v21, Lkotlin/jvm/functions/Function1;
|
||||
|
||||
|
@ -444,9 +454,9 @@
|
|||
|
||||
move-result-object v17
|
||||
|
||||
new-instance v6, Ljava/lang/StringBuilder;
|
||||
new-instance v1, Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-direct {v6}, Ljava/lang/StringBuilder;-><init>()V
|
||||
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
sget-object v7, Lcom/discord/utilities/platform/Platform;->SPOTIFY:Lcom/discord/utilities/platform/Platform;
|
||||
|
||||
|
@ -454,80 +464,78 @@
|
|||
|
||||
move-result-object v7
|
||||
|
||||
invoke-virtual {v6, v7}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
invoke-virtual {v1, v7}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v6, v13}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
invoke-virtual {v1, v6}, Ljava/lang/StringBuilder;->append(C)Ljava/lang/StringBuilder;
|
||||
|
||||
iget-object v7, v0, Lcom/discord/stores/StoreSpotify;->stream:Lcom/discord/stores/StoreStream;
|
||||
iget-object v6, v0, Lcom/discord/stores/StoreSpotify;->stream:Lcom/discord/stores/StoreStream;
|
||||
|
||||
iget-object v7, v7, Lcom/discord/stores/StoreStream;->users:Lcom/discord/stores/StoreUser;
|
||||
iget-object v6, v6, Lcom/discord/stores/StoreStream;->users:Lcom/discord/stores/StoreUser;
|
||||
|
||||
iget-object v7, v7, Lcom/discord/stores/StoreUser;->me:Lcom/discord/models/domain/ModelUser$Me;
|
||||
iget-object v6, v6, Lcom/discord/stores/StoreUser;->me:Lcom/discord/models/domain/ModelUser$Me;
|
||||
|
||||
if-eqz v7, :cond_a
|
||||
if-eqz v6, :cond_b
|
||||
|
||||
invoke-virtual {v7}, Lcom/discord/models/domain/ModelUser$Me;->getId()J
|
||||
invoke-virtual {v6}, Lcom/discord/models/domain/ModelUser$Me;->getId()J
|
||||
|
||||
move-result-wide v7
|
||||
move-result-wide v6
|
||||
|
||||
invoke-static {v7, v8}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
||||
invoke-static {v6, v7}, Ljava/lang/Long;->valueOf(J)Ljava/lang/Long;
|
||||
|
||||
move-result-object v7
|
||||
move-result-object v6
|
||||
|
||||
goto :goto_4
|
||||
goto :goto_5
|
||||
|
||||
:cond_a
|
||||
move-object v7, v2
|
||||
:cond_b
|
||||
move-object v6, v3
|
||||
|
||||
:goto_4
|
||||
invoke-virtual {v6, v7}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
:goto_5
|
||||
invoke-virtual {v1, v6}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
|
||||
|
||||
invoke-virtual {v6}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
invoke-virtual {v1}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
||||
|
||||
move-result-object v18
|
||||
|
||||
invoke-virtual {v4}, Lcom/discord/models/domain/spotify/ModelSpotifyTrack;->getAlbum()Lcom/discord/models/domain/spotify/ModelSpotifyAlbum;
|
||||
|
||||
move-result-object v6
|
||||
move-result-object v1
|
||||
|
||||
if-eqz v6, :cond_b
|
||||
if-eqz v1, :cond_c
|
||||
|
||||
invoke-virtual {v6}, Lcom/discord/models/domain/spotify/ModelSpotifyAlbum;->getId()Ljava/lang/String;
|
||||
invoke-virtual {v1}, Lcom/discord/models/domain/spotify/ModelSpotifyAlbum;->getId()Ljava/lang/String;
|
||||
|
||||
move-result-object v2
|
||||
move-result-object v3
|
||||
|
||||
:cond_b
|
||||
move-object/from16 v19, v2
|
||||
|
||||
move-object v13, v1
|
||||
:cond_c
|
||||
move-object/from16 v19, v3
|
||||
|
||||
invoke-static/range {v9 .. v19}, Lcom/discord/models/domain/ModelPresence$Activity;->createForListening(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/String;Ljava/lang/String;)Lcom/discord/models/domain/ModelPresence$Activity;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
iget-object v2, v0, Lcom/discord/stores/StoreSpotify;->stream:Lcom/discord/stores/StoreStream;
|
||||
iget-object v3, v0, Lcom/discord/stores/StoreSpotify;->stream:Lcom/discord/stores/StoreStream;
|
||||
|
||||
iget-object v2, v2, Lcom/discord/stores/StoreStream;->presences:Lcom/discord/stores/StoreUserPresence;
|
||||
iget-object v3, v3, Lcom/discord/stores/StoreStream;->presences:Lcom/discord/stores/StoreUserPresence;
|
||||
|
||||
invoke-virtual {v2, v1, v3}, Lcom/discord/stores/StoreUserPresence;->updateActivity(Lcom/discord/models/domain/ModelPresence$Activity;Z)V
|
||||
invoke-virtual {v3, v1, v2}, Lcom/discord/stores/StoreUserPresence;->updateActivity(Lcom/discord/models/domain/ModelPresence$Activity;Z)V
|
||||
|
||||
sget-object v1, Lcom/discord/utilities/analytics/AnalyticsTracker;->INSTANCE:Lcom/discord/utilities/analytics/AnalyticsTracker;
|
||||
|
||||
invoke-virtual {v4}, Lcom/discord/models/domain/spotify/ModelSpotifyTrack;->getId()Ljava/lang/String;
|
||||
|
||||
move-result-object v2
|
||||
move-result-object v3
|
||||
|
||||
invoke-virtual {v4}, Lcom/discord/models/domain/spotify/ModelSpotifyTrack;->getAlbum()Lcom/discord/models/domain/spotify/ModelSpotifyAlbum;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
if-eqz v4, :cond_c
|
||||
if-eqz v4, :cond_d
|
||||
|
||||
invoke-virtual {v4}, Lcom/discord/models/domain/spotify/ModelSpotifyAlbum;->getImages()Ljava/util/List;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
if-eqz v4, :cond_c
|
||||
if-eqz v4, :cond_d
|
||||
|
||||
check-cast v4, Ljava/util/Collection;
|
||||
|
||||
|
@ -537,11 +545,11 @@
|
|||
|
||||
xor-int/lit8 v5, v4, 0x1
|
||||
|
||||
:cond_c
|
||||
invoke-virtual {v1, v2, v5}, Lcom/discord/utilities/analytics/AnalyticsTracker;->activityUpdatedSpotify(Ljava/lang/String;Z)V
|
||||
|
||||
:cond_d
|
||||
:goto_5
|
||||
invoke-virtual {v1, v3, v5}, Lcom/discord/utilities/analytics/AnalyticsTracker;->activityUpdatedSpotify(Ljava/lang/String;Z)V
|
||||
|
||||
:cond_e
|
||||
:goto_6
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
|
|
@ -300,7 +300,7 @@
|
|||
.method static synthetic lambda$setGroupMuted$6(Landroid/content/Context;Lcom/discord/models/domain/ModelUserGuildSettings;)V
|
||||
.locals 0
|
||||
|
||||
const p1, 0x7f1206e1
|
||||
const p1, 0x7f1206e2
|
||||
|
||||
invoke-virtual {p0, p1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -804,7 +804,7 @@
|
|||
|
||||
invoke-direct {v4, p3}, Lcom/discord/restapi/RestAPIParams$UserGuildSettings;-><init>(I)V
|
||||
|
||||
const v5, 0x7f120d07
|
||||
const v5, 0x7f120d08
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
|
@ -834,7 +834,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, 0x7f120d07
|
||||
const v5, 0x7f120d08
|
||||
|
||||
move-object v0, p0
|
||||
|
||||
|
|
|
@ -1299,7 +1299,7 @@
|
|||
|
||||
move-result-object v0
|
||||
|
||||
const v1, 0x7f120e01
|
||||
const v1, 0x7f120e02
|
||||
|
||||
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -1438,7 +1438,7 @@
|
|||
|
||||
move-result-object p2
|
||||
|
||||
const v0, 0x7f12092a
|
||||
const v0, 0x7f12092b
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -1715,7 +1715,7 @@
|
|||
|
||||
move-result-object p2
|
||||
|
||||
const v0, 0x7f120e01
|
||||
const v0, 0x7f120e02
|
||||
|
||||
:goto_1
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
@ -1749,7 +1749,7 @@
|
|||
|
||||
move-result-object p2
|
||||
|
||||
const v0, 0x7f120e00
|
||||
const v0, 0x7f120e01
|
||||
|
||||
goto :goto_1
|
||||
|
||||
|
|
|
@ -193,7 +193,7 @@
|
|||
|
||||
const-string v1, "browser_user_agent"
|
||||
|
||||
const-string v2, "Discord-Android/829"
|
||||
const-string v2, "Discord-Android/830"
|
||||
|
||||
invoke-static {v1, v2}, Lkotlin/q;->w(Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Pair;
|
||||
|
||||
|
@ -205,7 +205,7 @@
|
|||
|
||||
const-string v1, "client_build_number"
|
||||
|
||||
const/16 v2, 0x33d
|
||||
const/16 v2, 0x33e
|
||||
|
||||
invoke-static {v2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -221,7 +221,7 @@
|
|||
|
||||
const-string v1, "client_version"
|
||||
|
||||
const-string v2, "8.2.9"
|
||||
const-string v2, "8.3.0"
|
||||
|
||||
invoke-static {v1, v2}, Lkotlin/q;->w(Ljava/lang/Object;Ljava/lang/Object;)Lkotlin/Pair;
|
||||
|
||||
|
|
|
@ -819,7 +819,7 @@
|
|||
|
||||
move-result-object v2
|
||||
|
||||
const v5, 0x7f100058
|
||||
const v5, 0x7f100059
|
||||
|
||||
invoke-virtual {p3}, Lcom/discord/models/domain/ModelAuditLogEntry$Change;->getNewValue()Ljava/lang/Object;
|
||||
|
||||
|
@ -1025,7 +1025,7 @@
|
|||
|
||||
move-result-object v2
|
||||
|
||||
const v5, 0x7f10005c
|
||||
const v5, 0x7f10005d
|
||||
|
||||
invoke-virtual {p3}, Lcom/discord/models/domain/ModelAuditLogEntry$Change;->getNewValue()Ljava/lang/Object;
|
||||
|
||||
|
@ -1327,9 +1327,9 @@
|
|||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const v0, 0x7f12071a
|
||||
const v0, 0x7f12071b
|
||||
|
||||
const v1, 0x7f120719
|
||||
const v1, 0x7f12071a
|
||||
|
||||
:goto_0
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
@ -1347,9 +1347,9 @@
|
|||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const v0, 0x7f120718
|
||||
const v0, 0x7f120719
|
||||
|
||||
const v1, 0x7f120717
|
||||
const v1, 0x7f120718
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -1362,9 +1362,9 @@
|
|||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const v0, 0x7f12071d
|
||||
const v0, 0x7f12071e
|
||||
|
||||
const v1, 0x7f12071c
|
||||
const v1, 0x7f12071d
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -1377,7 +1377,7 @@
|
|||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
const p1, 0x7f120716
|
||||
const p1, 0x7f120717
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1404,7 +1404,7 @@
|
|||
|
||||
if-nez p1, :cond_1
|
||||
|
||||
const p1, 0x7f12070f
|
||||
const p1, 0x7f120710
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1413,7 +1413,7 @@
|
|||
|
||||
if-ne p1, v0, :cond_2
|
||||
|
||||
const p1, 0x7f120710
|
||||
const p1, 0x7f120711
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1442,9 +1442,9 @@
|
|||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const v0, 0x7f12070e
|
||||
const v0, 0x7f12070f
|
||||
|
||||
const v1, 0x7f12070d
|
||||
const v1, 0x7f12070e
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -1457,7 +1457,7 @@
|
|||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
const p1, 0x7f120715
|
||||
const p1, 0x7f120716
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1470,9 +1470,9 @@
|
|||
|
||||
if-eqz v0, :cond_4
|
||||
|
||||
const v0, 0x7f12070a
|
||||
const v0, 0x7f12070b
|
||||
|
||||
const v1, 0x7f120709
|
||||
const v1, 0x7f12070a
|
||||
|
||||
goto/16 :goto_0
|
||||
|
||||
|
@ -1485,7 +1485,7 @@
|
|||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
const p1, 0x7f120720
|
||||
const p1, 0x7f120721
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1546,9 +1546,9 @@
|
|||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const v0, 0x7f120724
|
||||
const v0, 0x7f120725
|
||||
|
||||
const v1, 0x7f120723
|
||||
const v1, 0x7f120724
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -1565,7 +1565,7 @@
|
|||
|
||||
if-eqz p1, :cond_3
|
||||
|
||||
const p1, 0x7f120720
|
||||
const p1, 0x7f120721
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1717,7 +1717,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_5
|
||||
const p1, 0x7f120a16
|
||||
const p1, 0x7f120a17
|
||||
|
||||
invoke-virtual {p2, p1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1775,14 +1775,14 @@
|
|||
|
||||
if-ne p1, v0, :cond_1
|
||||
|
||||
const p1, 0x7f120742
|
||||
const p1, 0x7f120743
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
if-nez p1, :cond_2
|
||||
|
||||
const p1, 0x7f120741
|
||||
const p1, 0x7f120742
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1811,7 +1811,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120732
|
||||
const p1, 0x7f120733
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1824,9 +1824,9 @@
|
|||
|
||||
if-eqz v0, :cond_8
|
||||
|
||||
const v0, 0x7f120740
|
||||
const v0, 0x7f120741
|
||||
|
||||
const v1, 0x7f12073f
|
||||
const v1, 0x7f120740
|
||||
|
||||
:goto_0
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableNewValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
@ -1844,9 +1844,9 @@
|
|||
|
||||
if-eqz v0, :cond_8
|
||||
|
||||
const v0, 0x7f120739
|
||||
const v0, 0x7f12073a
|
||||
|
||||
const v1, 0x7f120738
|
||||
const v1, 0x7f120739
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -1878,12 +1878,12 @@
|
|||
return v1
|
||||
|
||||
:pswitch_0
|
||||
const p1, 0x7f12072a
|
||||
const p1, 0x7f12072b
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_1
|
||||
const p1, 0x7f120729
|
||||
const p1, 0x7f12072a
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1924,12 +1924,12 @@
|
|||
return v1
|
||||
|
||||
:pswitch_2
|
||||
const p1, 0x7f120730
|
||||
const p1, 0x7f120731
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_3
|
||||
const p1, 0x7f12072f
|
||||
const p1, 0x7f120730
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1951,7 +1951,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120734
|
||||
const p1, 0x7f120735
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1964,7 +1964,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120731
|
||||
const p1, 0x7f120732
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1977,7 +1977,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120728
|
||||
const p1, 0x7f120729
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2009,30 +2009,30 @@
|
|||
return v1
|
||||
|
||||
:pswitch_4
|
||||
const p1, 0x7f12073e
|
||||
const p1, 0x7f12073f
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_5
|
||||
const p1, 0x7f12073a
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_6
|
||||
const p1, 0x7f12073c
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_7
|
||||
const p1, 0x7f12073b
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_8
|
||||
:pswitch_6
|
||||
const p1, 0x7f12073d
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_7
|
||||
const p1, 0x7f12073c
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_8
|
||||
const p1, 0x7f12073e
|
||||
|
||||
return p1
|
||||
|
||||
:cond_6
|
||||
new-instance p1, Lkotlin/r;
|
||||
|
||||
|
@ -2051,7 +2051,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120733
|
||||
const p1, 0x7f120734
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2064,7 +2064,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120720
|
||||
const p1, 0x7f120721
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2077,9 +2077,9 @@
|
|||
|
||||
if-eqz v0, :cond_8
|
||||
|
||||
const v0, 0x7f120736
|
||||
const v0, 0x7f120737
|
||||
|
||||
const v1, 0x7f120735
|
||||
const v1, 0x7f120736
|
||||
|
||||
goto/16 :goto_0
|
||||
|
||||
|
@ -2092,7 +2092,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f12072e
|
||||
const p1, 0x7f12072f
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2105,9 +2105,9 @@
|
|||
|
||||
if-eqz v0, :cond_8
|
||||
|
||||
const v0, 0x7f120727
|
||||
const v0, 0x7f120728
|
||||
|
||||
const v1, 0x7f120726
|
||||
const v1, 0x7f120727
|
||||
|
||||
goto/16 :goto_0
|
||||
|
||||
|
@ -2139,17 +2139,17 @@
|
|||
return v1
|
||||
|
||||
:pswitch_9
|
||||
const p1, 0x7f12072b
|
||||
const p1, 0x7f12072c
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_a
|
||||
const p1, 0x7f12072d
|
||||
const p1, 0x7f12072e
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_b
|
||||
const p1, 0x7f12072c
|
||||
const p1, 0x7f12072d
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2262,14 +2262,14 @@
|
|||
|
||||
if-ne p1, v0, :cond_1
|
||||
|
||||
const p1, 0x7f12074c
|
||||
const p1, 0x7f12074d
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
if-nez p1, :cond_2
|
||||
|
||||
const p1, 0x7f12074b
|
||||
const p1, 0x7f12074c
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2314,12 +2314,12 @@
|
|||
|
||||
if-eqz p1, :cond_4
|
||||
|
||||
const p1, 0x7f120747
|
||||
const p1, 0x7f120748
|
||||
|
||||
return p1
|
||||
|
||||
:cond_4
|
||||
const p1, 0x7f120748
|
||||
const p1, 0x7f120749
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2357,12 +2357,12 @@
|
|||
|
||||
if-eqz p1, :cond_6
|
||||
|
||||
const p1, 0x7f120749
|
||||
const p1, 0x7f12074a
|
||||
|
||||
return p1
|
||||
|
||||
:cond_6
|
||||
const p1, 0x7f12074a
|
||||
const p1, 0x7f12074b
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2384,7 +2384,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120744
|
||||
const p1, 0x7f120745
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2397,7 +2397,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120720
|
||||
const p1, 0x7f120721
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2410,7 +2410,7 @@
|
|||
|
||||
if-eqz p1, :cond_8
|
||||
|
||||
const p1, 0x7f120743
|
||||
const p1, 0x7f120744
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -2768,7 +2768,7 @@
|
|||
|
||||
if-eqz p2, :cond_7
|
||||
|
||||
const p2, 0x7f120716
|
||||
const p2, 0x7f120717
|
||||
|
||||
new-array p3, v1, [Ljava/lang/Object;
|
||||
|
||||
|
@ -2776,7 +2776,7 @@
|
|||
|
||||
move-result-object p4
|
||||
|
||||
const v1, 0x7f100057
|
||||
const v1, 0x7f100058
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->size()I
|
||||
|
||||
|
@ -2822,7 +2822,7 @@
|
|||
|
||||
if-eqz p2, :cond_7
|
||||
|
||||
const p2, 0x7f120715
|
||||
const p2, 0x7f120716
|
||||
|
||||
new-array p3, v1, [Ljava/lang/Object;
|
||||
|
||||
|
@ -2830,7 +2830,7 @@
|
|||
|
||||
move-result-object p4
|
||||
|
||||
const v1, 0x7f100056
|
||||
const v1, 0x7f100057
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->size()I
|
||||
|
||||
|
@ -2986,7 +2986,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const p2, 0x7f10005e
|
||||
const p2, 0x7f10005f
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->size()I
|
||||
|
||||
|
@ -3028,7 +3028,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const p2, 0x7f100057
|
||||
const p2, 0x7f100058
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->size()I
|
||||
|
||||
|
@ -3061,7 +3061,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const p2, 0x7f100056
|
||||
const p2, 0x7f100057
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->size()I
|
||||
|
||||
|
@ -3094,7 +3094,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const p2, 0x7f10005d
|
||||
const p2, 0x7f10005e
|
||||
|
||||
invoke-interface {v0}, Ljava/util/Collection;->size()I
|
||||
|
||||
|
@ -3177,14 +3177,14 @@
|
|||
|
||||
if-ne p1, v2, :cond_1
|
||||
|
||||
const p1, 0x7f120765
|
||||
const p1, 0x7f120766
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
if-nez p1, :cond_2
|
||||
|
||||
const p1, 0x7f120764
|
||||
const p1, 0x7f120765
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3231,12 +3231,12 @@
|
|||
|
||||
if-nez p1, :cond_4
|
||||
|
||||
const p1, 0x7f120761
|
||||
const p1, 0x7f120762
|
||||
|
||||
return p1
|
||||
|
||||
:cond_4
|
||||
const p1, 0x7f120760
|
||||
const p1, 0x7f120761
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3258,7 +3258,7 @@
|
|||
|
||||
if-eqz p1, :cond_9
|
||||
|
||||
const p1, 0x7f12076b
|
||||
const p1, 0x7f12076c
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3285,14 +3285,14 @@
|
|||
|
||||
if-ne p1, v2, :cond_6
|
||||
|
||||
const p1, 0x7f120767
|
||||
const p1, 0x7f120768
|
||||
|
||||
return p1
|
||||
|
||||
:cond_6
|
||||
if-nez p1, :cond_7
|
||||
|
||||
const p1, 0x7f120766
|
||||
const p1, 0x7f120767
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3321,9 +3321,9 @@
|
|||
|
||||
if-eqz v0, :cond_9
|
||||
|
||||
const v0, 0x7f120769
|
||||
const v0, 0x7f12076a
|
||||
|
||||
const v1, 0x7f120768
|
||||
const v1, 0x7f120769
|
||||
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
||||
|
@ -3340,7 +3340,7 @@
|
|||
|
||||
if-eqz p1, :cond_9
|
||||
|
||||
const p1, 0x7f12076a
|
||||
const p1, 0x7f12076b
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3353,7 +3353,7 @@
|
|||
|
||||
if-eqz p1, :cond_9
|
||||
|
||||
const p1, 0x7f120720
|
||||
const p1, 0x7f120721
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3389,22 +3389,22 @@
|
|||
return p1
|
||||
|
||||
:sswitch_0
|
||||
const p1, 0x7f120954
|
||||
const p1, 0x7f120955
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_1
|
||||
const p1, 0x7f120960
|
||||
const p1, 0x7f120961
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_2
|
||||
const p1, 0x7f12095b
|
||||
const p1, 0x7f12095c
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_3
|
||||
const p1, 0x7f120957
|
||||
const p1, 0x7f120958
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3414,12 +3414,12 @@
|
|||
return p1
|
||||
|
||||
:sswitch_5
|
||||
const p1, 0x7f120ec2
|
||||
const p1, 0x7f120ec3
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_6
|
||||
const p1, 0x7f1209b7
|
||||
const p1, 0x7f1209b8
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3429,12 +3429,12 @@
|
|||
return p1
|
||||
|
||||
:sswitch_8
|
||||
const p1, 0x7f1209c1
|
||||
const p1, 0x7f1209c2
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_9
|
||||
const p1, 0x7f120d61
|
||||
const p1, 0x7f120d62
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3444,17 +3444,17 @@
|
|||
return p1
|
||||
|
||||
:sswitch_b
|
||||
const p1, 0x7f120ebf
|
||||
const p1, 0x7f120ec0
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_c
|
||||
const p1, 0x7f12097c
|
||||
const p1, 0x7f12097d
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_d
|
||||
const p1, 0x7f120bee
|
||||
const p1, 0x7f120bef
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3469,32 +3469,32 @@
|
|||
return p1
|
||||
|
||||
:sswitch_10
|
||||
const p1, 0x7f120955
|
||||
const p1, 0x7f120956
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_11
|
||||
const p1, 0x7f120cf9
|
||||
const p1, 0x7f120cfa
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_12
|
||||
const p1, 0x7f120cf8
|
||||
const p1, 0x7f120cf9
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_13
|
||||
const p1, 0x7f120bef
|
||||
const p1, 0x7f120bf0
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_14
|
||||
const p1, 0x7f120bb5
|
||||
const p1, 0x7f120bb6
|
||||
|
||||
return p1
|
||||
|
||||
:sswitch_15
|
||||
const p1, 0x7f120f83
|
||||
const p1, 0x7f120f85
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3504,7 +3504,7 @@
|
|||
return p1
|
||||
|
||||
:sswitch_17
|
||||
const p1, 0x7f12095d
|
||||
const p1, 0x7f12095e
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3517,12 +3517,12 @@
|
|||
|
||||
if-ne p1, p2, :cond_0
|
||||
|
||||
const p1, 0x7f120950
|
||||
const p1, 0x7f120951
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const p1, 0x7f120952
|
||||
const p1, 0x7f120953
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3537,7 +3537,7 @@
|
|||
return p1
|
||||
|
||||
:sswitch_1b
|
||||
const p1, 0x7f120920
|
||||
const p1, 0x7f120921
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3674,7 +3674,7 @@
|
|||
|
||||
if-eqz p1, :cond_7
|
||||
|
||||
const p1, 0x7f12075d
|
||||
const p1, 0x7f12075e
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3687,19 +3687,19 @@
|
|||
|
||||
if-eqz v0, :cond_7
|
||||
|
||||
const v0, 0x7f120756
|
||||
const v0, 0x7f120757
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
const v0, 0x7f120757
|
||||
const v0, 0x7f120758
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object v4
|
||||
|
||||
const v0, 0x7f120758
|
||||
const v0, 0x7f120759
|
||||
|
||||
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
|
@ -3744,14 +3744,14 @@
|
|||
|
||||
if-ne p1, v2, :cond_1
|
||||
|
||||
const p1, 0x7f120755
|
||||
const p1, 0x7f120756
|
||||
|
||||
return p1
|
||||
|
||||
:cond_1
|
||||
if-nez p1, :cond_2
|
||||
|
||||
const p1, 0x7f120754
|
||||
const p1, 0x7f120755
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3794,14 +3794,14 @@
|
|||
|
||||
if-ne p1, v2, :cond_4
|
||||
|
||||
const p1, 0x7f120752
|
||||
const p1, 0x7f120753
|
||||
|
||||
return p1
|
||||
|
||||
:cond_4
|
||||
if-nez p1, :cond_5
|
||||
|
||||
const p1, 0x7f120751
|
||||
const p1, 0x7f120752
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3830,7 +3830,7 @@
|
|||
|
||||
if-eqz p1, :cond_7
|
||||
|
||||
const p1, 0x7f12075c
|
||||
const p1, 0x7f12075d
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3843,7 +3843,7 @@
|
|||
|
||||
if-eqz p1, :cond_7
|
||||
|
||||
const p1, 0x7f120720
|
||||
const p1, 0x7f120721
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3856,7 +3856,7 @@
|
|||
|
||||
if-eqz p1, :cond_7
|
||||
|
||||
const p1, 0x7f12075a
|
||||
const p1, 0x7f12075b
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3923,7 +3923,7 @@
|
|||
|
||||
if-eqz p1, :cond_5
|
||||
|
||||
const p1, 0x7f12076e
|
||||
const p1, 0x7f12076f
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3936,9 +3936,9 @@
|
|||
|
||||
if-eqz v0, :cond_5
|
||||
|
||||
const v0, 0x7f120774
|
||||
const v0, 0x7f120775
|
||||
|
||||
const v1, 0x7f120773
|
||||
const v1, 0x7f120774
|
||||
|
||||
:goto_0
|
||||
invoke-direct {p0, p1, v0, v1}, Lcom/discord/utilities/auditlogs/AuditLogChangeUtils;->getNullableOldValueString(Lcom/discord/models/domain/ModelAuditLogEntry$Change;II)I
|
||||
|
@ -3956,7 +3956,7 @@
|
|||
|
||||
if-eqz p1, :cond_5
|
||||
|
||||
const p1, 0x7f120720
|
||||
const p1, 0x7f120721
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -3969,9 +3969,9 @@
|
|||
|
||||
if-eqz v0, :cond_5
|
||||
|
||||
const v0, 0x7f120770
|
||||
const v0, 0x7f120771
|
||||
|
||||
const v1, 0x7f12076f
|
||||
const v1, 0x7f120770
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
|
|
@ -103,117 +103,117 @@
|
|||
goto/16 :goto_0
|
||||
|
||||
:pswitch_0
|
||||
const p1, 0x7f120722
|
||||
const p1, 0x7f120723
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_1
|
||||
const p1, 0x7f120725
|
||||
const p1, 0x7f120726
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_2
|
||||
const p1, 0x7f120721
|
||||
const p1, 0x7f120722
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_3
|
||||
const p1, 0x7f120772
|
||||
const p1, 0x7f120773
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_4
|
||||
const p1, 0x7f120775
|
||||
const p1, 0x7f120776
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_5
|
||||
const p1, 0x7f120771
|
||||
const p1, 0x7f120772
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_6
|
||||
const p1, 0x7f120746
|
||||
const p1, 0x7f120747
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_7
|
||||
const p1, 0x7f12074d
|
||||
const p1, 0x7f12074e
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_8
|
||||
const p1, 0x7f120745
|
||||
const p1, 0x7f120746
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_9
|
||||
const p1, 0x7f120763
|
||||
const p1, 0x7f120764
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_a
|
||||
const p1, 0x7f12076c
|
||||
const p1, 0x7f12076d
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_b
|
||||
const p1, 0x7f120762
|
||||
const p1, 0x7f120763
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_c
|
||||
const p1, 0x7f12075b
|
||||
const p1, 0x7f12075c
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_d
|
||||
const p1, 0x7f12075e
|
||||
const p1, 0x7f12075f
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_e
|
||||
const p1, 0x7f120750
|
||||
const p1, 0x7f120751
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_f
|
||||
const p1, 0x7f12074f
|
||||
const p1, 0x7f120750
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_10
|
||||
const p1, 0x7f120759
|
||||
const p1, 0x7f12075a
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_11
|
||||
const p1, 0x7f120753
|
||||
const p1, 0x7f120754
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_12
|
||||
const p1, 0x7f120712
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_13
|
||||
const p1, 0x7f120713
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_13
|
||||
const p1, 0x7f120714
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_14
|
||||
const p1, 0x7f120711
|
||||
const p1, 0x7f120712
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_15
|
||||
const p1, 0x7f12070c
|
||||
const p1, 0x7f12070d
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_16
|
||||
const p1, 0x7f12071e
|
||||
const p1, 0x7f12071f
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -293,17 +293,17 @@
|
|||
|
||||
if-eq p1, v0, :cond_3
|
||||
|
||||
const p1, 0x7f12071b
|
||||
const p1, 0x7f12071c
|
||||
|
||||
return p1
|
||||
|
||||
:cond_3
|
||||
const p1, 0x7f12070b
|
||||
const p1, 0x7f12070c
|
||||
|
||||
return p1
|
||||
|
||||
:cond_4
|
||||
const p1, 0x7f12071f
|
||||
const p1, 0x7f120720
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -323,12 +323,12 @@
|
|||
return p1
|
||||
|
||||
:cond_7
|
||||
const p1, 0x7f12075f
|
||||
const p1, 0x7f120760
|
||||
|
||||
return p1
|
||||
|
||||
:cond_8
|
||||
const p1, 0x7f120737
|
||||
const p1, 0x7f120738
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -944,7 +944,7 @@
|
|||
|
||||
if-gez v5, :cond_0
|
||||
|
||||
const v0, 0x7f12076d
|
||||
const v0, 0x7f12076e
|
||||
|
||||
const/4 v1, 0x2
|
||||
|
||||
|
@ -1034,137 +1034,137 @@
|
|||
return p1
|
||||
|
||||
:pswitch_0
|
||||
const p1, 0x7f1206f6
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_1
|
||||
const p1, 0x7f1206f7
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_2
|
||||
const p1, 0x7f1206f5
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_3
|
||||
const p1, 0x7f120707
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_4
|
||||
const p1, 0x7f120708
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_5
|
||||
const p1, 0x7f120706
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_6
|
||||
const p1, 0x7f1206fa
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_7
|
||||
const p1, 0x7f1206fb
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_8
|
||||
const p1, 0x7f1206f9
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_9
|
||||
const p1, 0x7f120704
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_a
|
||||
const p1, 0x7f120705
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_b
|
||||
const p1, 0x7f120703
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_c
|
||||
const p1, 0x7f120700
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_d
|
||||
const p1, 0x7f120701
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_e
|
||||
const p1, 0x7f1206fd
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_f
|
||||
const p1, 0x7f1206fc
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_10
|
||||
const p1, 0x7f1206ff
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_11
|
||||
const p1, 0x7f1206fe
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_12
|
||||
const p1, 0x7f1206f2
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_13
|
||||
const p1, 0x7f1206f3
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_14
|
||||
const p1, 0x7f1206f1
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_15
|
||||
const p1, 0x7f1206f0
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_16
|
||||
const p1, 0x7f1206f4
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_17
|
||||
const p1, 0x7f1206ef
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_18
|
||||
:pswitch_1
|
||||
const p1, 0x7f1206f8
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_2
|
||||
const p1, 0x7f1206f6
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_3
|
||||
const p1, 0x7f120708
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_4
|
||||
const p1, 0x7f120709
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_5
|
||||
const p1, 0x7f120707
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_6
|
||||
const p1, 0x7f1206fb
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_7
|
||||
const p1, 0x7f1206fc
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_8
|
||||
const p1, 0x7f1206fa
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_9
|
||||
const p1, 0x7f120705
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_a
|
||||
const p1, 0x7f120706
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_b
|
||||
const p1, 0x7f120704
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_c
|
||||
const p1, 0x7f120701
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_d
|
||||
const p1, 0x7f120702
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_e
|
||||
const p1, 0x7f1206fe
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_f
|
||||
const p1, 0x7f1206fd
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_10
|
||||
const p1, 0x7f120700
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_11
|
||||
const p1, 0x7f1206ff
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_12
|
||||
const p1, 0x7f1206f3
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_13
|
||||
const p1, 0x7f1206f4
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_14
|
||||
const p1, 0x7f1206f2
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_15
|
||||
const p1, 0x7f1206f1
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_16
|
||||
const p1, 0x7f1206f5
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_17
|
||||
const p1, 0x7f1206f0
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_18
|
||||
const p1, 0x7f1206f9
|
||||
|
||||
return p1
|
||||
|
||||
:pswitch_19
|
||||
const p1, 0x7f12077d
|
||||
const p1, 0x7f12077e
|
||||
|
||||
return p1
|
||||
|
||||
:cond_0
|
||||
const p1, 0x7f120702
|
||||
const p1, 0x7f120703
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -1501,7 +1501,7 @@
|
|||
|
||||
move-result-object p2
|
||||
|
||||
const v6, 0x7f10005f
|
||||
const v6, 0x7f100060
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/models/domain/ModelAuditLogEntry;->getOptions()Lcom/discord/models/domain/ModelAuditLogEntry$Options;
|
||||
|
||||
|
@ -1733,7 +1733,7 @@
|
|||
|
||||
move-result-object p2
|
||||
|
||||
const v0, 0x7f10005b
|
||||
const v0, 0x7f10005c
|
||||
|
||||
invoke-virtual {p1}, Lcom/discord/models/domain/ModelAuditLogEntry;->getOptions()Lcom/discord/models/domain/ModelAuditLogEntry$Options;
|
||||
|
||||
|
|
|
@ -287,7 +287,7 @@
|
|||
:pswitch_1
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const p2, 0x7f1206cd
|
||||
const p2, 0x7f1206ce
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -301,7 +301,7 @@
|
|||
:pswitch_2
|
||||
if-eqz v0, :cond_1
|
||||
|
||||
const p2, 0x7f12086f
|
||||
const p2, 0x7f120870
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -345,7 +345,7 @@
|
|||
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
const p2, 0x7f12086e
|
||||
const p2, 0x7f12086f
|
||||
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -734,7 +734,7 @@
|
|||
|
||||
packed-switch v0, :pswitch_data_0
|
||||
|
||||
const v0, 0x7f1209cf
|
||||
const v0, 0x7f1209d0
|
||||
|
||||
:goto_0
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
@ -749,39 +749,39 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_0
|
||||
const v0, 0x7f120867
|
||||
const v0, 0x7f120868
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_1
|
||||
const v0, 0x7f1209ce
|
||||
const v0, 0x7f1209cf
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_2
|
||||
const v0, 0x7f1209cb
|
||||
const v0, 0x7f1209cc
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_3
|
||||
const v0, 0x7f120e06
|
||||
const v0, 0x7f120e07
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_4
|
||||
const v0, 0x7f1209cd
|
||||
const v0, 0x7f1209ce
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_5
|
||||
const v0, 0x7f1209c9
|
||||
const v0, 0x7f1209ca
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_6
|
||||
iget-object v0, p0, Lcom/discord/utilities/error/Error;->response:Lcom/discord/utilities/error/Error$Response;
|
||||
|
||||
const v1, 0x7f1209c6
|
||||
const v1, 0x7f1209c7
|
||||
|
||||
:goto_2
|
||||
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;
|
||||
|
@ -793,22 +793,22 @@
|
|||
:pswitch_7
|
||||
iget-object v0, p0, Lcom/discord/utilities/error/Error;->response:Lcom/discord/utilities/error/Error$Response;
|
||||
|
||||
const v1, 0x7f1209ca
|
||||
const v1, 0x7f1209cb
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:pswitch_8
|
||||
const v0, 0x7f120be2
|
||||
const v0, 0x7f120be3
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_9
|
||||
const v0, 0x7f1209c8
|
||||
const v0, 0x7f1209c9
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_a
|
||||
const v0, 0x7f1209c7
|
||||
const v0, 0x7f1209c8
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -816,7 +816,7 @@
|
|||
:pswitch_b
|
||||
iget-object v0, p0, Lcom/discord/utilities/error/Error;->response:Lcom/discord/utilities/error/Error$Response;
|
||||
|
||||
const v1, 0x7f1209cc
|
||||
const v1, 0x7f1209cd
|
||||
|
||||
goto :goto_2
|
||||
|
||||
|
|
|
@ -1276,7 +1276,7 @@
|
|||
|
||||
if-eqz v0, :cond_9
|
||||
|
||||
const v0, 0x7f120aad
|
||||
const v0, 0x7f120aae
|
||||
|
||||
new-array v1, v5, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1369,7 +1369,7 @@
|
|||
|
||||
if-ne v0, v3, :cond_1
|
||||
|
||||
const v0, 0x7f120a5b
|
||||
const v0, 0x7f120a5c
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1394,7 +1394,7 @@
|
|||
|
||||
if-ne v0, v5, :cond_2
|
||||
|
||||
const v0, 0x7f120a59
|
||||
const v0, 0x7f120a5a
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1445,7 +1445,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_2
|
||||
const v0, 0x7f120a55
|
||||
const v0, 0x7f120a56
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1466,7 +1466,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_3
|
||||
const v0, 0x7f120a53
|
||||
const v0, 0x7f120a54
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1502,7 +1502,7 @@
|
|||
|
||||
if-nez v0, :cond_6
|
||||
|
||||
const v0, 0x7f120a52
|
||||
const v0, 0x7f120a53
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -1602,12 +1602,12 @@
|
|||
goto :goto_2
|
||||
|
||||
:cond_7
|
||||
const v0, 0x7f120a5d
|
||||
const v0, 0x7f120a5e
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_8
|
||||
const v0, 0x7f120a50
|
||||
const v0, 0x7f120a51
|
||||
|
||||
:goto_1
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
@ -1923,7 +1923,7 @@
|
|||
|
||||
invoke-direct {p2, v0}, Landroidx/core/app/RemoteInput$Builder;-><init>(Ljava/lang/String;)V
|
||||
|
||||
const v0, 0x7f120cf6
|
||||
const v0, 0x7f120cf7
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1973,7 +1973,7 @@
|
|||
|
||||
const v3, 0x7f0802c4
|
||||
|
||||
const v4, 0x7f120a5e
|
||||
const v4, 0x7f120a5f
|
||||
|
||||
invoke-virtual {p1, v4}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -2383,7 +2383,7 @@
|
|||
|
||||
const v2, 0x7f0801d5
|
||||
|
||||
const v3, 0x7f120963
|
||||
const v3, 0x7f120964
|
||||
|
||||
invoke-virtual {p1, v3}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -3141,7 +3141,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const v0, 0x7f120831
|
||||
const v0, 0x7f120832
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -3251,7 +3251,7 @@
|
|||
|
||||
if-nez v0, :cond_2
|
||||
|
||||
const v0, 0x7f120a63
|
||||
const v0, 0x7f120a64
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -431,7 +431,7 @@
|
|||
|
||||
invoke-direct {v0}, Landroidx/core/app/Person$Builder;-><init>()V
|
||||
|
||||
const v1, 0x7f120971
|
||||
const v1, 0x7f120972
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -821,12 +821,12 @@
|
|||
|
||||
if-eqz p5, :cond_0
|
||||
|
||||
const p5, 0x7f120a60
|
||||
const p5, 0x7f120a61
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const p5, 0x7f120a5f
|
||||
const p5, 0x7f120a60
|
||||
|
||||
:goto_0
|
||||
sget-object v0, Lcom/discord/utilities/fcm/NotificationActions;->Companion:Lcom/discord/utilities/fcm/NotificationActions$Companion;
|
||||
|
@ -966,7 +966,7 @@
|
|||
|
||||
const-string v3, "Media Connections"
|
||||
|
||||
const v5, 0x7f120f89
|
||||
const v5, 0x7f120f8b
|
||||
|
||||
invoke-virtual {p1, v5}, Landroid/app/Application;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -982,7 +982,7 @@
|
|||
|
||||
const-string v5, "Messages"
|
||||
|
||||
const v7, 0x7f120994
|
||||
const v7, 0x7f120995
|
||||
|
||||
invoke-virtual {p1, v7}, Landroid/app/Application;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
const v2, 0x7f120e7c
|
||||
const v2, 0x7f120e7d
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
|
|
|
@ -348,7 +348,7 @@
|
|||
|
||||
if-eqz p3, :cond_0
|
||||
|
||||
const p2, 0x7f120d40
|
||||
const p2, 0x7f120d41
|
||||
|
||||
invoke-virtual {p0, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -221,7 +221,7 @@
|
|||
|
||||
new-instance p2, Lcom/discord/utilities/notices/NoticeBuilders$DialogData;
|
||||
|
||||
const v0, 0x7f120be4
|
||||
const v0, 0x7f120be5
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -231,7 +231,7 @@
|
|||
|
||||
invoke-static {v1, v0}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const v0, 0x7f120be3
|
||||
const v0, 0x7f120be4
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -285,13 +285,13 @@
|
|||
|
||||
move-result-object v5
|
||||
|
||||
const v0, 0x7f120a94
|
||||
const v0, 0x7f120a95
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
move-result-object v3
|
||||
|
||||
const v0, 0x7f120a15
|
||||
const v0, 0x7f120a16
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_0
|
||||
const p2, 0x7f120f9d
|
||||
const p2, 0x7f120f9f
|
||||
|
||||
:goto_0
|
||||
invoke-virtual {p1, p2}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
@ -98,17 +98,17 @@
|
|||
return-object p1
|
||||
|
||||
:pswitch_1
|
||||
const p2, 0x7f120940
|
||||
const p2, 0x7f120941
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_2
|
||||
const p2, 0x7f120d95
|
||||
const p2, 0x7f120d96
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:pswitch_3
|
||||
const p2, 0x7f120b46
|
||||
const p2, 0x7f120b47
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
move-result v0
|
||||
|
||||
const v1, 0x7f120eda
|
||||
const v1, 0x7f120edb
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
|||
goto :goto_1
|
||||
|
||||
:pswitch_1
|
||||
const v0, 0x7f120edc
|
||||
const v0, 0x7f120edd
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -71,7 +71,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:pswitch_2
|
||||
const v0, 0x7f120ed8
|
||||
const v0, 0x7f120ed9
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -84,7 +84,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:pswitch_3
|
||||
const v0, 0x7f120ed9
|
||||
const v0, 0x7f120eda
|
||||
|
||||
new-array v1, v3, [Ljava/lang/Object;
|
||||
|
||||
|
@ -215,7 +215,7 @@
|
|||
|
||||
if-ne v0, v1, :cond_2
|
||||
|
||||
const p1, 0x7f120d88
|
||||
const p1, 0x7f120d89
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -234,7 +234,7 @@
|
|||
|
||||
if-ne v0, v1, :cond_4
|
||||
|
||||
const p1, 0x7f120d84
|
||||
const p1, 0x7f120d85
|
||||
|
||||
return p1
|
||||
|
||||
|
@ -253,13 +253,13 @@
|
|||
|
||||
if-ne p1, v0, :cond_6
|
||||
|
||||
const p1, 0x7f120d82
|
||||
const p1, 0x7f120d83
|
||||
|
||||
return p1
|
||||
|
||||
:cond_6
|
||||
:goto_3
|
||||
const p1, 0x7f120d87
|
||||
const p1, 0x7f120d88
|
||||
|
||||
return p1
|
||||
.end method
|
||||
|
|
|
@ -43,10 +43,35 @@
|
|||
|
||||
iput-object p2, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->attachment:Lcom/lytefast/flexinput/model/Attachment;
|
||||
|
||||
iget-object p1, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->attachment:Lcom/lytefast/flexinput/model/Attachment;
|
||||
|
||||
invoke-virtual {p1}, Lcom/lytefast/flexinput/model/Attachment;->getData()Ljava/lang/Object;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
instance-of p2, p1, Ljava/io/File;
|
||||
|
||||
if-nez p2, :cond_0
|
||||
|
||||
const/4 p1, 0x0
|
||||
|
||||
:cond_0
|
||||
check-cast p1, Ljava/io/File;
|
||||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
invoke-virtual {p1}, Ljava/io/File;->length()J
|
||||
|
||||
move-result-wide p1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
invoke-direct {p0}, Lcom/discord/utilities/rest/AttachmentRequestBody;->computeSize()J
|
||||
|
||||
move-result-wide p1
|
||||
|
||||
:goto_0
|
||||
iput-wide p1, p0, Lcom/discord/utilities/rest/AttachmentRequestBody;->size:J
|
||||
|
||||
return-void
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
.method public final getUserAgent()Ljava/lang/String;
|
||||
.locals 1
|
||||
|
||||
const-string v0, "Discord-Android/829"
|
||||
const-string v0, "Discord-Android/830"
|
||||
|
||||
return-object v0
|
||||
.end method
|
||||
|
|
|
@ -883,7 +883,7 @@
|
|||
|
||||
if-eqz p3, :cond_1
|
||||
|
||||
const p3, 0x7f120eb6
|
||||
const p3, 0x7f120eb7
|
||||
|
||||
:goto_0
|
||||
invoke-static {p2, p3}, Lcom/discord/app/f;->c(Landroid/content/Context;I)V
|
||||
|
@ -916,7 +916,7 @@
|
|||
goto :goto_1
|
||||
|
||||
:cond_2
|
||||
const p3, 0x7f1209c6
|
||||
const p3, 0x7f1209c7
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
const v0, 0x7f120cb9
|
||||
const v0, 0x7f120cba
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -49,7 +49,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->fromFilterString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120cbb
|
||||
const v0, 0x7f120cbc
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->inFilterString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120cbd
|
||||
const v0, 0x7f120cbe
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -73,7 +73,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->mentionsFilterString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120cba
|
||||
const v0, 0x7f120cbb
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -85,7 +85,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->hasFilterString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120ca6
|
||||
const v0, 0x7f120ca7
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -97,7 +97,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->linkAnswerString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120ca4
|
||||
const v0, 0x7f120ca5
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -109,7 +109,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->embedAnswerString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120ca3
|
||||
const v0, 0x7f120ca4
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -121,7 +121,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->fileAnswerString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120ca8
|
||||
const v0, 0x7f120ca9
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -133,7 +133,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->videoAnswerString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120ca5
|
||||
const v0, 0x7f120ca6
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -145,7 +145,7 @@
|
|||
|
||||
iput-object v0, p0, Lcom/discord/utilities/search/strings/ContextSearchStringProvider;->imageAnswerString:Ljava/lang/String;
|
||||
|
||||
const v0, 0x7f120ca7
|
||||
const v0, 0x7f120ca8
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
|
||||
invoke-virtual {v4, v2}, Landroid/widget/TextView;->setOnClickListener(Landroid/view/View$OnClickListener;)V
|
||||
|
||||
const v2, 0x7f120a94
|
||||
const v2, 0x7f120a95
|
||||
|
||||
invoke-virtual {v0, v2}, Landroid/widget/TextView;->setText(I)V
|
||||
|
||||
|
|
|
@ -54,15 +54,15 @@
|
|||
}
|
||||
.end annotation
|
||||
|
||||
instance-of v0, p1, Lcom/discord/utilities/textprocessing/node/EmojiNode;
|
||||
instance-of v0, p1, Lcom/discord/utilities/textprocessing/node/Spoilerable;
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
check-cast p1, Lcom/discord/utilities/textprocessing/node/EmojiNode;
|
||||
check-cast p1, Lcom/discord/utilities/textprocessing/node/Spoilerable;
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
invoke-virtual {p1, v0}, Lcom/discord/utilities/textprocessing/node/EmojiNode;->updateState(Z)V
|
||||
invoke-interface {p1, v0}, Lcom/discord/utilities/textprocessing/node/Spoilerable;->setRevealed(Z)V
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
|
||||
.field private isFoundSelfMention:Z
|
||||
|
||||
.field private final messageState:Lcom/discord/stores/StoreMessageState$State;
|
||||
|
||||
.field private final myUserId:J
|
||||
|
||||
.field private shouldJumboify:Z
|
||||
|
@ -42,6 +40,16 @@
|
|||
.end annotation
|
||||
.end field
|
||||
|
||||
.field private final visibleSpoilerNodeIndices:Ljava/util/Collection;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"Ljava/util/Collection<",
|
||||
"Ljava/lang/Integer;",
|
||||
">;"
|
||||
}
|
||||
.end annotation
|
||||
.end field
|
||||
|
||||
|
||||
# direct methods
|
||||
.method static constructor <clinit>()V
|
||||
|
@ -61,11 +69,41 @@
|
|||
.method public constructor <init>(JLcom/discord/stores/StoreMessageState$State;)V
|
||||
.locals 0
|
||||
|
||||
if-eqz p3, :cond_0
|
||||
|
||||
invoke-virtual {p3}, Lcom/discord/stores/StoreMessageState$State;->getVisibleSpoilerNodeIndices()Ljava/util/Set;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
const/4 p3, 0x0
|
||||
|
||||
:goto_0
|
||||
check-cast p3, Ljava/util/Collection;
|
||||
|
||||
invoke-direct {p0, p1, p2, p3}, Lcom/discord/utilities/textprocessing/MessagePreprocessor;-><init>(JLjava/util/Collection;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public constructor <init>(JLjava/util/Collection;)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(J",
|
||||
"Ljava/util/Collection<",
|
||||
"Ljava/lang/Integer;",
|
||||
">;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
iput-wide p1, p0, Lcom/discord/utilities/textprocessing/MessagePreprocessor;->myUserId:J
|
||||
|
||||
iput-object p3, p0, Lcom/discord/utilities/textprocessing/MessagePreprocessor;->messageState:Lcom/discord/stores/StoreMessageState$State;
|
||||
iput-object p3, p0, Lcom/discord/utilities/textprocessing/MessagePreprocessor;->visibleSpoilerNodeIndices:Ljava/util/Collection;
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
|
@ -74,6 +112,21 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method public synthetic constructor <init>(JLjava/util/Collection;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
||||
.locals 0
|
||||
|
||||
and-int/lit8 p4, p4, 0x2
|
||||
|
||||
if-eqz p4, :cond_0
|
||||
|
||||
const/4 p3, 0x0
|
||||
|
||||
:cond_0
|
||||
invoke-direct {p0, p1, p2, p3}, Lcom/discord/utilities/textprocessing/MessagePreprocessor;-><init>(JLjava/util/Collection;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final processSpoilerChildren()V
|
||||
.locals 5
|
||||
|
||||
|
@ -478,13 +531,7 @@
|
|||
|
||||
invoke-interface {v0, p1}, Ljava/util/List;->add(Ljava/lang/Object;)Z
|
||||
|
||||
iget-object v0, p0, Lcom/discord/utilities/textprocessing/MessagePreprocessor;->messageState:Lcom/discord/stores/StoreMessageState$State;
|
||||
|
||||
if-eqz v0, :cond_7
|
||||
|
||||
invoke-virtual {v0}, Lcom/discord/stores/StoreMessageState$State;->getVisibleSpoilerNodeIndices()Ljava/util/Set;
|
||||
|
||||
move-result-object v0
|
||||
iget-object v0, p0, Lcom/discord/utilities/textprocessing/MessagePreprocessor;->visibleSpoilerNodeIndices:Ljava/util/Collection;
|
||||
|
||||
if-eqz v0, :cond_7
|
||||
|
||||
|
@ -492,7 +539,7 @@
|
|||
|
||||
move-result-object v1
|
||||
|
||||
invoke-interface {v0, v1}, Ljava/util/Set;->contains(Ljava/lang/Object;)Z
|
||||
invoke-interface {v0, v1}, Ljava/util/Collection;->contains(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v1
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
:array_0
|
||||
.array-data 4
|
||||
0x7f120db9
|
||||
0x7f120dba
|
||||
0x7f120dbb
|
||||
0x7f120dbc
|
||||
|
@ -71,6 +70,7 @@
|
|||
0x7f120ddd
|
||||
0x7f120dde
|
||||
0x7f120ddf
|
||||
0x7f120de0
|
||||
.end array-data
|
||||
.end method
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
.class public final Lcom/discord/utilities/textprocessing/node/CodeNode;
|
||||
.super Lcom/discord/simpleast/core/node/a;
|
||||
|
||||
# interfaces
|
||||
.implements Lcom/discord/utilities/textprocessing/node/Spoilerable;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
|
@ -9,7 +12,8 @@
|
|||
"Lcom/discord/utilities/textprocessing/node/BasicRenderContext;",
|
||||
">",
|
||||
"Lcom/discord/simpleast/core/node/a<",
|
||||
"TT;>;"
|
||||
"TT;>;",
|
||||
"Lcom/discord/utilities/textprocessing/node/Spoilerable;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
@ -17,6 +21,8 @@
|
|||
# instance fields
|
||||
.field private final inline:Z
|
||||
|
||||
.field private isRevealed:Z
|
||||
|
||||
.field private final language:Ljava/lang/String;
|
||||
|
||||
|
||||
|
@ -34,6 +40,10 @@
|
|||
|
||||
iput-object p3, p0, Lcom/discord/utilities/textprocessing/node/CodeNode;->language:Ljava/lang/String;
|
||||
|
||||
const/4 p1, 0x1
|
||||
|
||||
iput-boolean p1, p0, Lcom/discord/utilities/textprocessing/node/CodeNode;->isRevealed:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
@ -88,8 +98,16 @@
|
|||
return p1
|
||||
.end method
|
||||
|
||||
.method public final isRevealed()Z
|
||||
.locals 1
|
||||
|
||||
iget-boolean v0, p0, Lcom/discord/utilities/textprocessing/node/CodeNode;->isRevealed:Z
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
||||
.method public final render(Landroid/text/SpannableStringBuilder;Lcom/discord/utilities/textprocessing/node/BasicRenderContext;)V
|
||||
.locals 9
|
||||
.locals 10
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
|
@ -112,150 +130,184 @@
|
|||
|
||||
invoke-interface {p2}, Lcom/discord/utilities/textprocessing/node/BasicRenderContext;->getContext()Landroid/content/Context;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
const/high16 v1, 0x7f090000
|
||||
|
||||
invoke-static {p2, v1}, Landroidx/core/content/res/ResourcesCompat;->getFont(Landroid/content/Context;I)Landroid/graphics/Typeface;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
const/4 v2, 0x0
|
||||
const/high16 v2, 0x7f090000
|
||||
|
||||
invoke-static {v1, v2}, Landroid/graphics/Typeface;->create(Landroid/graphics/Typeface;I)Landroid/graphics/Typeface;
|
||||
invoke-static {v1, v2}, Landroidx/core/content/res/ResourcesCompat;->getFont(Landroid/content/Context;I)Landroid/graphics/Typeface;
|
||||
|
||||
move-result-object v1
|
||||
move-result-object v2
|
||||
|
||||
new-instance v3, Lcom/discord/utilities/spans/TypefaceSpan;
|
||||
const/4 v3, 0x0
|
||||
|
||||
const-string v4, "codeTypeface"
|
||||
invoke-static {v2, v3}, Landroid/graphics/Typeface;->create(Landroid/graphics/Typeface;I)Landroid/graphics/Typeface;
|
||||
|
||||
invoke-static {v1, v4}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
move-result-object v2
|
||||
|
||||
invoke-direct {v3, v1}, Lcom/discord/utilities/spans/TypefaceSpan;-><init>(Landroid/graphics/Typeface;)V
|
||||
new-instance v4, Lcom/discord/utilities/spans/TypefaceSpan;
|
||||
|
||||
invoke-virtual {v0, v3}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
const-string v5, "codeTypeface"
|
||||
|
||||
new-instance v1, Landroid/text/style/RelativeSizeSpan;
|
||||
invoke-static {v2, v5}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const v3, 0x3f59999a # 0.85f
|
||||
invoke-direct {v4, v2}, Lcom/discord/utilities/spans/TypefaceSpan;-><init>(Landroid/graphics/Typeface;)V
|
||||
|
||||
invoke-direct {v1, v3}, Landroid/text/style/RelativeSizeSpan;-><init>(F)V
|
||||
invoke-virtual {v0, v4}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
new-instance v2, Landroid/text/style/RelativeSizeSpan;
|
||||
|
||||
new-instance v1, Landroid/text/style/ForegroundColorSpan;
|
||||
const v4, 0x3f59999a # 0.85f
|
||||
|
||||
const v3, 0x7f06004b
|
||||
invoke-direct {v2, v4}, Landroid/text/style/RelativeSizeSpan;-><init>(F)V
|
||||
|
||||
invoke-static {p2, v3}, Lcom/discord/utilities/color/ColorCompat;->getColor(Landroid/content/Context;I)I
|
||||
invoke-virtual {v0, v2}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
new-instance v2, Landroid/text/style/ForegroundColorSpan;
|
||||
|
||||
const v4, 0x7f06004b
|
||||
|
||||
invoke-static {v1, v4}, Lcom/discord/utilities/color/ColorCompat;->getColor(Landroid/content/Context;I)I
|
||||
|
||||
move-result v4
|
||||
|
||||
invoke-direct {v2, v4}, Landroid/text/style/ForegroundColorSpan;-><init>(I)V
|
||||
|
||||
invoke-virtual {v0, v2}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
iget-boolean v2, p0, Lcom/discord/utilities/textprocessing/node/CodeNode;->inline:Z
|
||||
|
||||
const/4 v4, 0x5
|
||||
|
||||
const v5, 0x7f04033f
|
||||
|
||||
const/16 v6, 0xa
|
||||
|
||||
const/4 v7, 0x1
|
||||
|
||||
if-eqz v2, :cond_0
|
||||
|
||||
new-instance v2, Landroid/text/style/BackgroundColorSpan;
|
||||
|
||||
invoke-static {v1, v5}, Lcom/discord/utilities/color/ColorCompat;->getThemedColor(Landroid/content/Context;I)I
|
||||
|
||||
move-result v3
|
||||
|
||||
invoke-direct {v1, v3}, Landroid/text/style/ForegroundColorSpan;-><init>(I)V
|
||||
invoke-direct {v2, v3}, Landroid/text/style/BackgroundColorSpan;-><init>(I)V
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
iget-boolean v1, p0, Lcom/discord/utilities/textprocessing/node/CodeNode;->inline:Z
|
||||
|
||||
const/4 v3, 0x5
|
||||
|
||||
const v4, 0x7f04033f
|
||||
|
||||
const/16 v5, 0xa
|
||||
|
||||
const/4 v6, 0x1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
new-instance v1, Landroid/text/style/BackgroundColorSpan;
|
||||
|
||||
invoke-static {p2, v4}, Lcom/discord/utilities/color/ColorCompat;->getThemedColor(Landroid/content/Context;I)I
|
||||
|
||||
move-result v2
|
||||
|
||||
invoke-direct {v1, v2}, Landroid/text/style/BackgroundColorSpan;-><init>(I)V
|
||||
|
||||
invoke-virtual {v0, v1}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
invoke-virtual {v0, v2}, Ljava/util/ArrayList;->add(Ljava/lang/Object;)Z
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
move-object v1, p1
|
||||
move-object v2, p1
|
||||
|
||||
check-cast v1, Ljava/lang/CharSequence;
|
||||
check-cast v2, Ljava/lang/CharSequence;
|
||||
|
||||
invoke-interface {v1}, Ljava/lang/CharSequence;->length()I
|
||||
invoke-interface {v2}, Ljava/lang/CharSequence;->length()I
|
||||
|
||||
move-result v1
|
||||
move-result v2
|
||||
|
||||
if-lez v1, :cond_1
|
||||
if-lez v2, :cond_1
|
||||
|
||||
const/4 v1, 0x1
|
||||
const/4 v2, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const/4 v1, 0x0
|
||||
const/4 v2, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz v1, :cond_2
|
||||
if-eqz v2, :cond_2
|
||||
|
||||
new-array v1, v3, [C
|
||||
|
||||
invoke-virtual {p1}, Landroid/text/SpannableStringBuilder;->length()I
|
||||
|
||||
move-result v7
|
||||
|
||||
sub-int/2addr v7, v6
|
||||
new-array v2, v4, [C
|
||||
|
||||
invoke-virtual {p1}, Landroid/text/SpannableStringBuilder;->length()I
|
||||
|
||||
move-result v8
|
||||
|
||||
invoke-virtual {p1, v7, v8, v1, v2}, Landroid/text/SpannableStringBuilder;->getChars(II[CI)V
|
||||
sub-int/2addr v8, v7
|
||||
|
||||
aget-char v1, v1, v2
|
||||
invoke-virtual {p1}, Landroid/text/SpannableStringBuilder;->length()I
|
||||
|
||||
if-eq v1, v5, :cond_2
|
||||
move-result v9
|
||||
|
||||
invoke-virtual {p1, v5}, Landroid/text/SpannableStringBuilder;->append(C)Landroid/text/SpannableStringBuilder;
|
||||
invoke-virtual {p1, v8, v9, v2, v3}, Landroid/text/SpannableStringBuilder;->getChars(II[CI)V
|
||||
|
||||
aget-char v2, v2, v3
|
||||
|
||||
if-eq v2, v6, :cond_2
|
||||
|
||||
invoke-virtual {p1, v6}, Landroid/text/SpannableStringBuilder;->append(C)Landroid/text/SpannableStringBuilder;
|
||||
|
||||
:cond_2
|
||||
:goto_1
|
||||
invoke-virtual {p1}, Landroid/text/SpannableStringBuilder;->length()I
|
||||
|
||||
move-result v1
|
||||
move-result v2
|
||||
|
||||
invoke-virtual {p0}, Lcom/discord/utilities/textprocessing/node/CodeNode;->getContent()Ljava/lang/String;
|
||||
|
||||
move-result-object v2
|
||||
move-result-object v3
|
||||
|
||||
check-cast v2, Ljava/lang/CharSequence;
|
||||
check-cast v3, Ljava/lang/CharSequence;
|
||||
|
||||
invoke-virtual {p1, v2}, Landroid/text/SpannableStringBuilder;->append(Ljava/lang/CharSequence;)Landroid/text/SpannableStringBuilder;
|
||||
invoke-virtual {p1, v3}, Landroid/text/SpannableStringBuilder;->append(Ljava/lang/CharSequence;)Landroid/text/SpannableStringBuilder;
|
||||
|
||||
iget-boolean v2, p0, Lcom/discord/utilities/textprocessing/node/CodeNode;->inline:Z
|
||||
iget-boolean v3, p0, Lcom/discord/utilities/textprocessing/node/CodeNode;->inline:Z
|
||||
|
||||
const/16 v7, 0x21
|
||||
const/16 v8, 0x21
|
||||
|
||||
if-nez v2, :cond_3
|
||||
if-nez v3, :cond_6
|
||||
|
||||
invoke-virtual {p1, v5}, Landroid/text/SpannableStringBuilder;->append(C)Landroid/text/SpannableStringBuilder;
|
||||
invoke-virtual {p1, v6}, Landroid/text/SpannableStringBuilder;->append(C)Landroid/text/SpannableStringBuilder;
|
||||
|
||||
invoke-static {p2, v4}, Lcom/discord/utilities/color/ColorCompat;->getThemedColor(Landroid/content/Context;I)I
|
||||
invoke-virtual {p0}, Lcom/discord/utilities/textprocessing/node/CodeNode;->isRevealed()Z
|
||||
|
||||
move-result v2
|
||||
move-result v3
|
||||
|
||||
const v4, 0x7f040340
|
||||
if-eqz v3, :cond_3
|
||||
|
||||
invoke-static {p2, v4}, Lcom/discord/utilities/color/ColorCompat;->getThemedColor(Landroid/content/Context;I)I
|
||||
invoke-static {v1, v5}, Lcom/discord/utilities/color/ColorCompat;->getThemedColor(Landroid/content/Context;I)I
|
||||
|
||||
move-result p2
|
||||
|
||||
new-instance v4, Lcom/discord/utilities/spans/BlockBackgroundSpan;
|
||||
goto :goto_2
|
||||
|
||||
invoke-static {v6}, Lcom/discord/utilities/dimen/DimenUtils;->dpToPixels(I)I
|
||||
:cond_3
|
||||
instance-of v3, p2, Lcom/discord/utilities/textprocessing/node/SpoilerNode$RenderContext;
|
||||
|
||||
if-nez v3, :cond_4
|
||||
|
||||
const/4 p2, 0x0
|
||||
|
||||
:cond_4
|
||||
check-cast p2, Lcom/discord/utilities/textprocessing/node/SpoilerNode$RenderContext;
|
||||
|
||||
if-eqz p2, :cond_5
|
||||
|
||||
invoke-interface {p2}, Lcom/discord/utilities/textprocessing/node/SpoilerNode$RenderContext;->getSpoilerColorRes()I
|
||||
|
||||
move-result p2
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_5
|
||||
const p2, 0x7f040354
|
||||
|
||||
invoke-static {v1, p2}, Lcom/discord/utilities/color/ColorCompat;->getThemedColor(Landroid/content/Context;I)I
|
||||
|
||||
move-result p2
|
||||
|
||||
:goto_2
|
||||
const v3, 0x7f040340
|
||||
|
||||
invoke-static {v1, v3}, Lcom/discord/utilities/color/ColorCompat;->getThemedColor(Landroid/content/Context;I)I
|
||||
|
||||
move-result v1
|
||||
|
||||
new-instance v3, Lcom/discord/utilities/spans/BlockBackgroundSpan;
|
||||
|
||||
invoke-static {v7}, Lcom/discord/utilities/dimen/DimenUtils;->dpToPixels(I)I
|
||||
|
||||
move-result v5
|
||||
|
||||
|
@ -265,53 +317,53 @@
|
|||
|
||||
move-result v6
|
||||
|
||||
invoke-direct {v4, v2, p2, v5, v6}, Lcom/discord/utilities/spans/BlockBackgroundSpan;-><init>(IIII)V
|
||||
invoke-direct {v3, p2, v1, v5, v6}, Lcom/discord/utilities/spans/BlockBackgroundSpan;-><init>(IIII)V
|
||||
|
||||
invoke-virtual {p1}, Landroid/text/SpannableStringBuilder;->length()I
|
||||
|
||||
move-result p2
|
||||
|
||||
invoke-virtual {p1, v4, v1, p2, v7}, Landroid/text/SpannableStringBuilder;->setSpan(Ljava/lang/Object;III)V
|
||||
invoke-virtual {p1, v3, v2, p2, v8}, Landroid/text/SpannableStringBuilder;->setSpan(Ljava/lang/Object;III)V
|
||||
|
||||
new-instance p2, Landroid/text/style/LeadingMarginSpan$Standard;
|
||||
|
||||
const/16 v2, 0xf
|
||||
const/16 v1, 0xf
|
||||
|
||||
invoke-direct {p2, v2}, Landroid/text/style/LeadingMarginSpan$Standard;-><init>(I)V
|
||||
invoke-direct {p2, v1}, Landroid/text/style/LeadingMarginSpan$Standard;-><init>(I)V
|
||||
|
||||
invoke-virtual {p1}, Landroid/text/SpannableStringBuilder;->length()I
|
||||
|
||||
move-result v2
|
||||
move-result v1
|
||||
|
||||
invoke-virtual {p1, p2, v1, v2, v7}, Landroid/text/SpannableStringBuilder;->setSpan(Ljava/lang/Object;III)V
|
||||
invoke-virtual {p1, p2, v2, v1, v8}, Landroid/text/SpannableStringBuilder;->setSpan(Ljava/lang/Object;III)V
|
||||
|
||||
invoke-static {v3}, Lcom/discord/utilities/dimen/DimenUtils;->dpToPixels(I)I
|
||||
invoke-static {v4}, Lcom/discord/utilities/dimen/DimenUtils;->dpToPixels(I)I
|
||||
|
||||
move-result p2
|
||||
|
||||
new-instance v2, Lcom/discord/utilities/spans/VerticalPaddingSpan;
|
||||
new-instance v1, Lcom/discord/utilities/spans/VerticalPaddingSpan;
|
||||
|
||||
invoke-direct {v2, p2, p2}, Lcom/discord/utilities/spans/VerticalPaddingSpan;-><init>(II)V
|
||||
invoke-direct {v1, p2, p2}, Lcom/discord/utilities/spans/VerticalPaddingSpan;-><init>(II)V
|
||||
|
||||
invoke-virtual {p1}, Landroid/text/SpannableStringBuilder;->length()I
|
||||
|
||||
move-result p2
|
||||
|
||||
invoke-virtual {p1, v2, v1, p2, v7}, Landroid/text/SpannableStringBuilder;->setSpan(Ljava/lang/Object;III)V
|
||||
invoke-virtual {p1, v1, v2, p2, v8}, Landroid/text/SpannableStringBuilder;->setSpan(Ljava/lang/Object;III)V
|
||||
|
||||
:cond_3
|
||||
:cond_6
|
||||
check-cast v0, Ljava/lang/Iterable;
|
||||
|
||||
invoke-interface {v0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p2
|
||||
|
||||
:goto_2
|
||||
:goto_3
|
||||
invoke-interface {p2}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_4
|
||||
if-eqz v0, :cond_7
|
||||
|
||||
invoke-interface {p2}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
|
@ -321,13 +373,13 @@
|
|||
|
||||
invoke-virtual {p1}, Landroid/text/SpannableStringBuilder;->length()I
|
||||
|
||||
move-result v2
|
||||
move-result v1
|
||||
|
||||
invoke-virtual {p1, v0, v1, v2, v7}, Landroid/text/SpannableStringBuilder;->setSpan(Ljava/lang/Object;III)V
|
||||
invoke-virtual {p1, v0, v2, v1, v8}, Landroid/text/SpannableStringBuilder;->setSpan(Ljava/lang/Object;III)V
|
||||
|
||||
goto :goto_2
|
||||
goto :goto_3
|
||||
|
||||
:cond_4
|
||||
:cond_7
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
@ -340,3 +392,11 @@
|
|||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public final setRevealed(Z)V
|
||||
.locals 0
|
||||
|
||||
iput-boolean p1, p0, Lcom/discord/utilities/textprocessing/node/CodeNode;->isRevealed:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
|
|
@ -1,96 +0,0 @@
|
|||
.class public final Lcom/discord/utilities/textprocessing/node/EmojiNode$renderPlaceHolder$placeholderSpan$1;
|
||||
.super Landroid/text/style/ReplacementSpan;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/EnclosingMethod;
|
||||
value = Lcom/discord/utilities/textprocessing/node/EmojiNode;->renderPlaceHolder(Landroid/text/SpannableStringBuilder;I)V
|
||||
.end annotation
|
||||
|
||||
.annotation system Ldalvik/annotation/InnerClass;
|
||||
accessFlags = 0x19
|
||||
name = null
|
||||
.end annotation
|
||||
|
||||
|
||||
# instance fields
|
||||
.field final synthetic $color:I
|
||||
|
||||
.field final synthetic this$0:Lcom/discord/utilities/textprocessing/node/EmojiNode;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Lcom/discord/utilities/textprocessing/node/EmojiNode;I)V
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(I)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
iput-object p1, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode$renderPlaceHolder$placeholderSpan$1;->this$0:Lcom/discord/utilities/textprocessing/node/EmojiNode;
|
||||
|
||||
iput p2, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode$renderPlaceHolder$placeholderSpan$1;->$color:I
|
||||
|
||||
invoke-direct {p0}, Landroid/text/style/ReplacementSpan;-><init>()V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final draw(Landroid/graphics/Canvas;Ljava/lang/CharSequence;IIFIIILandroid/graphics/Paint;)V
|
||||
.locals 6
|
||||
|
||||
const-string p2, "canvas"
|
||||
|
||||
invoke-static {p1, p2}, Lkotlin/jvm/internal/j;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
const-string p2, "paint"
|
||||
|
||||
invoke-static {p9, p2}, Lkotlin/jvm/internal/j;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget p2, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode$renderPlaceHolder$placeholderSpan$1;->$color:I
|
||||
|
||||
invoke-virtual {p9, p2}, Landroid/graphics/Paint;->setColor(I)V
|
||||
|
||||
int-to-float v2, p6
|
||||
|
||||
iget-object p2, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode$renderPlaceHolder$placeholderSpan$1;->this$0:Lcom/discord/utilities/textprocessing/node/EmojiNode;
|
||||
|
||||
invoke-static {p2}, Lcom/discord/utilities/textprocessing/node/EmojiNode;->access$getWidth$p(Lcom/discord/utilities/textprocessing/node/EmojiNode;)I
|
||||
|
||||
move-result p2
|
||||
|
||||
int-to-float p2, p2
|
||||
|
||||
add-float v3, p5, p2
|
||||
|
||||
int-to-float v4, p8
|
||||
|
||||
move-object v0, p1
|
||||
|
||||
move v1, p5
|
||||
|
||||
move-object v5, p9
|
||||
|
||||
invoke-virtual/range {v0 .. v5}, Landroid/graphics/Canvas;->drawRect(FFFFLandroid/graphics/Paint;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public final getSize(Landroid/graphics/Paint;Ljava/lang/CharSequence;IILandroid/graphics/Paint$FontMetricsInt;)I
|
||||
.locals 0
|
||||
|
||||
const-string p2, "paint"
|
||||
|
||||
invoke-static {p1, p2}, Lkotlin/jvm/internal/j;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
iget-object p1, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode$renderPlaceHolder$placeholderSpan$1;->this$0:Lcom/discord/utilities/textprocessing/node/EmojiNode;
|
||||
|
||||
invoke-static {p1}, Lcom/discord/utilities/textprocessing/node/EmojiNode;->access$getWidth$p(Lcom/discord/utilities/textprocessing/node/EmojiNode;)I
|
||||
|
||||
move-result p1
|
||||
|
||||
return p1
|
||||
.end method
|
|
@ -1,6 +1,9 @@
|
|||
.class public final Lcom/discord/utilities/textprocessing/node/EmojiNode;
|
||||
.super Lcom/discord/simpleast/core/node/a;
|
||||
|
||||
# interfaces
|
||||
.implements Lcom/discord/utilities/textprocessing/node/Spoilerable;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
|
@ -16,7 +19,8 @@
|
|||
"Lcom/discord/utilities/textprocessing/node/EmojiNode$RenderContext;",
|
||||
">",
|
||||
"Lcom/discord/simpleast/core/node/a<",
|
||||
"TT;>;"
|
||||
"TT;>;",
|
||||
"Lcom/discord/utilities/textprocessing/node/Spoilerable;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
@ -32,7 +36,7 @@
|
|||
# instance fields
|
||||
.field private height:I
|
||||
|
||||
.field private isVisible:Z
|
||||
.field private isRevealed:Z
|
||||
|
||||
.field private final urlProvider:Lkotlin/jvm/functions/Function2;
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
|
@ -182,7 +186,7 @@
|
|||
|
||||
const/4 p1, 0x1
|
||||
|
||||
iput-boolean p1, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode;->isVisible:Z
|
||||
iput-boolean p1, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode;->isRevealed:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
@ -265,14 +269,6 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method private final setVisible(Z)V
|
||||
.locals 0
|
||||
|
||||
iput-boolean p1, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode;->isVisible:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final equals(Ljava/lang/Object;)Z
|
||||
|
@ -320,10 +316,10 @@
|
|||
return p1
|
||||
.end method
|
||||
|
||||
.method public final isVisible()Z
|
||||
.method public final isRevealed()Z
|
||||
.locals 1
|
||||
|
||||
iget-boolean v0, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode;->isVisible:Z
|
||||
iget-boolean v0, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode;->isRevealed:Z
|
||||
|
||||
return v0
|
||||
.end method
|
||||
|
@ -384,7 +380,9 @@
|
|||
|
||||
invoke-virtual {p1, v0}, Landroid/text/SpannableStringBuilder;->append(Ljava/lang/CharSequence;)Landroid/text/SpannableStringBuilder;
|
||||
|
||||
iget-boolean v0, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode;->isVisible:Z
|
||||
invoke-virtual {p0}, Lcom/discord/utilities/textprocessing/node/EmojiNode;->isRevealed()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
|
@ -530,50 +528,10 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method public final renderPlaceHolder(Landroid/text/SpannableStringBuilder;I)V
|
||||
.locals 3
|
||||
.param p2 # I
|
||||
.annotation build Landroidx/annotation/ColorInt;
|
||||
.end annotation
|
||||
.end param
|
||||
|
||||
const-string v0, "builder"
|
||||
|
||||
invoke-static {p1, v0}, Lkotlin/jvm/internal/j;->h(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
invoke-virtual {p1}, Landroid/text/SpannableStringBuilder;->length()I
|
||||
|
||||
move-result v0
|
||||
|
||||
invoke-virtual {p0}, Lcom/discord/utilities/textprocessing/node/EmojiNode;->getContent()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
|
||||
check-cast v1, Ljava/lang/CharSequence;
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/text/SpannableStringBuilder;->append(Ljava/lang/CharSequence;)Landroid/text/SpannableStringBuilder;
|
||||
|
||||
new-instance v1, Lcom/discord/utilities/textprocessing/node/EmojiNode$renderPlaceHolder$placeholderSpan$1;
|
||||
|
||||
invoke-direct {v1, p0, p2}, Lcom/discord/utilities/textprocessing/node/EmojiNode$renderPlaceHolder$placeholderSpan$1;-><init>(Lcom/discord/utilities/textprocessing/node/EmojiNode;I)V
|
||||
|
||||
invoke-virtual {p1}, Landroid/text/SpannableStringBuilder;->length()I
|
||||
|
||||
move-result p2
|
||||
|
||||
add-int/lit8 p2, p2, -0x1
|
||||
|
||||
const/16 v2, 0x21
|
||||
|
||||
invoke-virtual {p1, v1, v0, p2, v2}, Landroid/text/SpannableStringBuilder;->setSpan(Ljava/lang/Object;III)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public final updateState(Z)V
|
||||
.method public final setRevealed(Z)V
|
||||
.locals 0
|
||||
|
||||
iput-boolean p1, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode;->isVisible:Z
|
||||
iput-boolean p1, p0, Lcom/discord/utilities/textprocessing/node/EmojiNode;->isRevealed:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
.class public final Lcom/discord/utilities/textprocessing/node/SpoilerNode;
|
||||
.super Lcom/discord/simpleast/core/node/Node;
|
||||
|
||||
# interfaces
|
||||
.implements Lcom/discord/utilities/textprocessing/node/Spoilerable;
|
||||
|
||||
|
||||
# annotations
|
||||
.annotation system Ldalvik/annotation/MemberClasses;
|
||||
|
@ -15,7 +18,8 @@
|
|||
"Lcom/discord/utilities/textprocessing/node/SpoilerNode$RenderContext;",
|
||||
">",
|
||||
"Lcom/discord/simpleast/core/node/Node<",
|
||||
"TT;>;"
|
||||
"TT;>;",
|
||||
"Lcom/discord/utilities/textprocessing/node/Spoilerable;"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
|
@ -62,7 +66,9 @@
|
|||
|
||||
move-result-object v0
|
||||
|
||||
iget-boolean v1, p0, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->isRevealed:Z
|
||||
invoke-virtual {p0}, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->isRevealed()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
|
||||
|
@ -176,14 +182,6 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method private final setRevealed(Z)V
|
||||
.locals 0
|
||||
|
||||
iput-boolean p1, p0, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->isRevealed:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final getContent()Ljava/lang/String;
|
||||
|
@ -262,7 +260,9 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
iget-boolean v1, p0, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->isRevealed:Z
|
||||
invoke-virtual {p0}, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->isRevealed()Z
|
||||
|
||||
move-result v1
|
||||
|
||||
if-nez v1, :cond_1
|
||||
|
||||
|
@ -343,12 +343,20 @@
|
|||
return-void
|
||||
.end method
|
||||
|
||||
.method public final setRevealed(Z)V
|
||||
.locals 0
|
||||
|
||||
iput-boolean p1, p0, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->isRevealed:Z
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method public final updateState(IZ)V
|
||||
.locals 0
|
||||
|
||||
iput p1, p0, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->id:I
|
||||
|
||||
iput-boolean p2, p0, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->isRevealed:Z
|
||||
invoke-virtual {p0, p2}, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->setRevealed(Z)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
.class public interface abstract Lcom/discord/utilities/textprocessing/node/Spoilerable;
|
||||
.super Ljava/lang/Object;
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public abstract isRevealed()Z
|
||||
.end method
|
||||
|
||||
.method public abstract setRevealed(Z)V
|
||||
.end method
|
|
@ -346,7 +346,7 @@
|
|||
|
||||
move-result-object v2
|
||||
|
||||
const v9, 0x7f120e8d
|
||||
const v9, 0x7f120e8e
|
||||
|
||||
:goto_1
|
||||
invoke-virtual {v2, v9}, Landroid/content/res/Resources;->getString(I)Ljava/lang/String;
|
||||
|
@ -360,7 +360,7 @@
|
|||
|
||||
move-result-object v2
|
||||
|
||||
const v9, 0x7f1209bc
|
||||
const v9, 0x7f1209bd
|
||||
|
||||
goto :goto_1
|
||||
|
||||
|
@ -389,7 +389,7 @@
|
|||
|
||||
move-result-object p0
|
||||
|
||||
const v6, 0x7f120e86
|
||||
const v6, 0x7f120e87
|
||||
|
||||
:goto_4
|
||||
invoke-virtual {p0, v6}, Landroid/content/res/Resources;->getString(I)Ljava/lang/String;
|
||||
|
|
|
@ -578,7 +578,7 @@
|
|||
|
||||
:cond_5
|
||||
:goto_3
|
||||
const p1, 0x7f12085f
|
||||
const p1, 0x7f120860
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/auth/WidgetAuthInviteInfo;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -614,7 +614,7 @@
|
|||
goto :goto_6
|
||||
|
||||
:cond_7
|
||||
const p1, 0x7f12085d
|
||||
const p1, 0x7f12085e
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/auth/WidgetAuthInviteInfo;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
return-void
|
||||
|
||||
:catch_0
|
||||
const v0, 0x7f120ae2
|
||||
const v0, 0x7f120ae3
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -50,13 +50,13 @@
|
|||
|
||||
invoke-direct {p1, v0}, Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;-><init>(Landroid/content/Context;)V
|
||||
|
||||
const v0, 0x7f120adf
|
||||
const v0, 0x7f120ae0
|
||||
|
||||
invoke-virtual {p1, v0}, Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;->setTitle(I)Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120ae0
|
||||
const v0, 0x7f120ae1
|
||||
|
||||
invoke-virtual {p1, v0}, Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;->setMessage(I)Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;
|
||||
|
||||
|
@ -66,7 +66,7 @@
|
|||
|
||||
check-cast v0, Lkotlin/jvm/functions/Function1;
|
||||
|
||||
const v1, 0x7f120ae1
|
||||
const v1, 0x7f120ae2
|
||||
|
||||
invoke-virtual {p1, v1, v0}, Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;->setPositiveButton(ILkotlin/jvm/functions/Function1;)Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;
|
||||
|
||||
|
|
|
@ -955,7 +955,7 @@
|
|||
const/4 v3, 0x0
|
||||
|
||||
:goto_0
|
||||
const v6, 0x7f120ae4
|
||||
const v6, 0x7f120ae5
|
||||
|
||||
if-eqz v3, :cond_2
|
||||
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
|
||||
check-cast p1, Landroidx/fragment/app/Fragment;
|
||||
|
||||
const p2, 0x7f120e4a
|
||||
const p2, 0x7f120e4b
|
||||
|
||||
invoke-static {p1, p2}, Lcom/discord/app/f;->a(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
@ -223,7 +223,7 @@
|
|||
|
||||
check-cast p1, Landroidx/fragment/app/Fragment;
|
||||
|
||||
const v0, 0x7f120e6e
|
||||
const v0, 0x7f120e6f
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->a(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
@ -465,7 +465,7 @@
|
|||
|
||||
move-result-object v1
|
||||
|
||||
const v4, 0x7f120e53
|
||||
const v4, 0x7f120e54
|
||||
|
||||
const/4 v5, 0x2
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
iget-object v0, p0, Lcom/discord/widgets/auth/WidgetAuthRegister$configureRegisterButton$2;->this$0:Lcom/discord/widgets/auth/WidgetAuthRegister;
|
||||
|
||||
const v1, 0x7f120f47
|
||||
const v1, 0x7f120f49
|
||||
|
||||
invoke-virtual {v0, v1}, Lcom/discord/widgets/auth/WidgetAuthRegister;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -175,7 +175,7 @@
|
|||
|
||||
iget-object v0, p0, Lcom/discord/widgets/auth/WidgetAuthRegister$configureRegisterButton$2;->this$0:Lcom/discord/widgets/auth/WidgetAuthRegister;
|
||||
|
||||
const v1, 0x7f120ae4
|
||||
const v1, 0x7f120ae5
|
||||
|
||||
invoke-virtual {v0, v1}, Lcom/discord/widgets/auth/WidgetAuthRegister;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -214,7 +214,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120df3
|
||||
const v0, 0x7f120df4
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -863,7 +863,7 @@
|
|||
|
||||
new-array v0, v0, [Ljava/lang/Object;
|
||||
|
||||
const v1, 0x7f120df0
|
||||
const v1, 0x7f120df1
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -873,7 +873,7 @@
|
|||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
const v1, 0x7f120bba
|
||||
const v1, 0x7f120bbb
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -1244,7 +1244,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120f47
|
||||
const v0, 0x7f120f49
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
@ -1353,7 +1353,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120ae4
|
||||
const v0, 0x7f120ae5
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
@ -1829,12 +1829,12 @@
|
|||
|
||||
if-eqz v2, :cond_1
|
||||
|
||||
const v2, 0x7f120df2
|
||||
const v2, 0x7f120df3
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const v2, 0x7f120df1
|
||||
const v2, 0x7f120df2
|
||||
|
||||
:goto_1
|
||||
invoke-direct {p0, v4, v2}, Lcom/discord/widgets/auth/WidgetAuthRegister;->getFormattedTermsText(Landroid/content/Context;I)Ljava/lang/CharSequence;
|
||||
|
|
|
@ -80,9 +80,9 @@
|
|||
|
||||
check-cast v9, Lkotlin/jvm/functions/Function1;
|
||||
|
||||
const v2, 0x7f120847
|
||||
const v2, 0x7f120848
|
||||
|
||||
const v3, 0x7f120844
|
||||
const v3, 0x7f120845
|
||||
|
||||
const v4, 0x7f0802ee
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
iget-object v0, p0, Lcom/discord/widgets/auth/WidgetAuthRegisterInvite$configureRegisterButton$2;->this$0:Lcom/discord/widgets/auth/WidgetAuthRegisterInvite;
|
||||
|
||||
const v1, 0x7f120f47
|
||||
const v1, 0x7f120f49
|
||||
|
||||
invoke-virtual {v0, v1}, Lcom/discord/widgets/auth/WidgetAuthRegisterInvite;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -103,7 +103,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120df3
|
||||
const v0, 0x7f120df4
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
|
||||
check-cast p1, Landroidx/fragment/app/Fragment;
|
||||
|
||||
const v0, 0x7f120847
|
||||
const v0, 0x7f120848
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->a(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
|
|
@ -733,7 +733,7 @@
|
|||
|
||||
new-array v0, v0, [Ljava/lang/Object;
|
||||
|
||||
const v1, 0x7f120df0
|
||||
const v1, 0x7f120df1
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -743,7 +743,7 @@
|
|||
|
||||
aput-object v1, v0, v2
|
||||
|
||||
const v1, 0x7f120bba
|
||||
const v1, 0x7f120bbb
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -996,7 +996,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120f47
|
||||
const v0, 0x7f120f49
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
@ -1372,12 +1372,12 @@
|
|||
|
||||
if-eqz p1, :cond_1
|
||||
|
||||
const p1, 0x7f120df2
|
||||
const p1, 0x7f120df3
|
||||
|
||||
goto :goto_1
|
||||
|
||||
:cond_1
|
||||
const p1, 0x7f120df1
|
||||
const p1, 0x7f120df2
|
||||
|
||||
:goto_1
|
||||
invoke-direct {p0, v1, p1}, Lcom/discord/widgets/auth/WidgetAuthRegisterInvite;->getFormattedTermsText(Landroid/content/Context;I)Ljava/lang/CharSequence;
|
||||
|
|
|
@ -366,7 +366,7 @@
|
|||
|
||||
invoke-direct {v1, p1}, Lcom/discord/widgets/notice/WidgetNoticeDialog$Builder;-><init>(Landroid/content/Context;)V
|
||||
|
||||
const p1, 0x7f120934
|
||||
const p1, 0x7f120935
|
||||
|
||||
const/4 v2, 0x1
|
||||
|
||||
|
@ -384,7 +384,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v1, 0x7f120931
|
||||
const v1, 0x7f120932
|
||||
|
||||
new-array v2, v2, [Ljava/lang/Object;
|
||||
|
||||
|
@ -404,7 +404,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const p3, 0x7f120930
|
||||
const p3, 0x7f120931
|
||||
|
||||
new-instance v1, Lcom/discord/widgets/channels/-$$Lambda$WidgetChannelGroupDMSettings$6AsRxaqRqhNYQJ0hn1n5sKLRA50;
|
||||
|
||||
|
@ -451,7 +451,7 @@
|
|||
.method private handleUpdate()V
|
||||
.locals 2
|
||||
|
||||
const v0, 0x7f1206e1
|
||||
const v0, 0x7f1206e2
|
||||
|
||||
invoke-static {p0, v0}, Lcom/discord/app/f;->b(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
@ -693,7 +693,7 @@
|
|||
|
||||
const v0, 0x7f120338
|
||||
|
||||
const v1, 0x7f120e7c
|
||||
const v1, 0x7f120e7d
|
||||
|
||||
invoke-static {p0, v0, v1}, Lcom/miguelgaeta/media_picker/MediaPicker;->openMediaChooser(Lcom/miguelgaeta/media_picker/MediaPicker$Provider;II)V
|
||||
|
||||
|
|
|
@ -385,7 +385,7 @@
|
|||
|
||||
if-eqz v2, :cond_0
|
||||
|
||||
const v2, 0x7f1209be
|
||||
const v2, 0x7f1209bf
|
||||
|
||||
const/4 v3, 0x1
|
||||
|
||||
|
@ -429,7 +429,7 @@
|
|||
goto :goto_1
|
||||
|
||||
:cond_0
|
||||
const v1, 0x7f1209bd
|
||||
const v1, 0x7f1209be
|
||||
|
||||
invoke-virtual {p0, v1}, Lcom/discord/widgets/channels/WidgetChannelNotificationSettings;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -648,7 +648,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 p1, 0x7f120a61
|
||||
const p1, 0x7f120a62
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/channels/WidgetChannelNotificationSettings;->setActionBarTitle(I)Lkotlin/Unit;
|
||||
|
||||
|
|
|
@ -361,7 +361,7 @@
|
|||
return-void
|
||||
|
||||
:cond_0
|
||||
const p1, 0x7f120ad4
|
||||
const p1, 0x7f120ad5
|
||||
|
||||
invoke-static {p0, p1}, Lcom/discord/app/f;->b(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
|
|
@ -61,34 +61,28 @@
|
|||
.method public final bridge synthetic call(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
||||
.locals 0
|
||||
|
||||
check-cast p1, Ljava/util/List;
|
||||
check-cast p1, Ljava/lang/String;
|
||||
|
||||
check-cast p2, Ljava/util/Set;
|
||||
|
||||
invoke-virtual {p0, p1, p2}, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$2;->call(Ljava/util/List;Ljava/util/Set;)Lkotlin/Pair;
|
||||
invoke-virtual {p0, p1, p2}, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$2;->call(Ljava/lang/String;Ljava/util/Set;)Lkotlin/Pair;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public final call(Ljava/util/List;Ljava/util/Set;)Lkotlin/Pair;
|
||||
.method public final call(Ljava/lang/String;Ljava/util/Set;)Lkotlin/Pair;
|
||||
.locals 0
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/List<",
|
||||
"Lcom/discord/simpleast/core/node/Node<",
|
||||
"Lcom/discord/utilities/textprocessing/MessageRenderContext;",
|
||||
">;>;",
|
||||
"Ljava/lang/String;",
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/lang/Integer;",
|
||||
">;)",
|
||||
"Lkotlin/Pair<",
|
||||
"Ljava/util/List<",
|
||||
"Lcom/discord/simpleast/core/node/Node<",
|
||||
"Lcom/discord/utilities/textprocessing/MessageRenderContext;",
|
||||
">;>;",
|
||||
"Ljava/lang/String;",
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/lang/Integer;",
|
||||
">;>;"
|
||||
|
|
|
@ -38,16 +38,20 @@
|
|||
|
||||
.field final synthetic $revealedIndicesObs:Lrx/subjects/BehaviorSubject;
|
||||
|
||||
.field final synthetic $topicParser:Lcom/discord/simpleast/core/parser/Parser;
|
||||
|
||||
|
||||
# direct methods
|
||||
.method constructor <init>(Lcom/discord/models/domain/ModelChannel;Landroid/content/Context;Lrx/subjects/BehaviorSubject;)V
|
||||
.method constructor <init>(Lcom/discord/simpleast/core/parser/Parser;Lcom/discord/models/domain/ModelChannel;Landroid/content/Context;Lrx/subjects/BehaviorSubject;)V
|
||||
.locals 0
|
||||
|
||||
iput-object p1, p0, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;->$channel:Lcom/discord/models/domain/ModelChannel;
|
||||
iput-object p1, p0, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;->$topicParser:Lcom/discord/simpleast/core/parser/Parser;
|
||||
|
||||
iput-object p2, p0, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;->$context:Landroid/content/Context;
|
||||
iput-object p2, p0, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;->$channel:Lcom/discord/models/domain/ModelChannel;
|
||||
|
||||
iput-object p3, p0, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;->$revealedIndicesObs:Lrx/subjects/BehaviorSubject;
|
||||
iput-object p3, p0, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;->$context:Landroid/content/Context;
|
||||
|
||||
iput-object p4, p0, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;->$revealedIndicesObs:Lrx/subjects/BehaviorSubject;
|
||||
|
||||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
||||
|
||||
|
@ -74,11 +78,8 @@
|
|||
value = {
|
||||
"(",
|
||||
"Lkotlin/Pair<",
|
||||
"Ljava/lang/String;",
|
||||
"+",
|
||||
"Ljava/util/List<",
|
||||
"Lcom/discord/simpleast/core/node/Node<",
|
||||
"Lcom/discord/utilities/textprocessing/MessageRenderContext;",
|
||||
">;>;+",
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/lang/Integer;",
|
||||
">;>;)",
|
||||
|
@ -90,18 +91,26 @@
|
|||
|
||||
iget-object v0, p1, Lkotlin/Pair;->first:Ljava/lang/Object;
|
||||
|
||||
check-cast v0, Ljava/util/List;
|
||||
check-cast v0, Ljava/lang/String;
|
||||
|
||||
iget-object p1, p1, Lkotlin/Pair;->second:Ljava/lang/Object;
|
||||
|
||||
check-cast p1, Ljava/util/Set;
|
||||
|
||||
iget-object v1, p0, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;->$topicParser:Lcom/discord/simpleast/core/parser/Parser;
|
||||
|
||||
check-cast v0, Ljava/lang/CharSequence;
|
||||
|
||||
const/4 v2, 0x0
|
||||
|
||||
const/4 v3, 0x2
|
||||
|
||||
invoke-static {v1, v0, v2, v3, v2}, Lcom/discord/simpleast/core/parser/Parser;->parse$default(Lcom/discord/simpleast/core/parser/Parser;Ljava/lang/CharSequence;Ljava/util/List;ILjava/lang/Object;)Ljava/util/List;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
sget-object v1, Lcom/discord/utilities/textprocessing/TagsBuilder;->Companion:Lcom/discord/utilities/textprocessing/TagsBuilder$Companion;
|
||||
|
||||
const-string v2, "ast"
|
||||
|
||||
invoke-static {v0, v2}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
move-object v2, v0
|
||||
|
||||
check-cast v2, Ljava/util/Collection;
|
||||
|
@ -110,13 +119,15 @@
|
|||
|
||||
move-result-object v1
|
||||
|
||||
sget-object v2, Lcom/discord/widgets/channels/WidgetChannelTopic$Model;->Companion:Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion;
|
||||
new-instance v3, Lcom/discord/utilities/textprocessing/MessagePreprocessor;
|
||||
|
||||
const-string v3, "revealedIndices"
|
||||
check-cast p1, Ljava/util/Collection;
|
||||
|
||||
invoke-static {p1, v3}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
const-wide/16 v4, -0x1
|
||||
|
||||
invoke-static {v2, v0, p1}, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion;->access$preprocessSpoilers(Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion;Ljava/util/List;Ljava/util/Set;)V
|
||||
invoke-direct {v3, v4, v5, p1}, Lcom/discord/utilities/textprocessing/MessagePreprocessor;-><init>(JLjava/util/Collection;)V
|
||||
|
||||
invoke-virtual {v3, v2}, Lcom/discord/utilities/textprocessing/MessagePreprocessor;->process(Ljava/util/Collection;)V
|
||||
|
||||
invoke-static {}, Lcom/discord/stores/StoreStream;->getChannels()Lcom/discord/stores/StoreChannels;
|
||||
|
||||
|
|
|
@ -40,14 +40,6 @@
|
|||
return-object p0
|
||||
.end method
|
||||
|
||||
.method public static final synthetic access$preprocessSpoilers(Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion;Ljava/util/List;Ljava/util/Set;)V
|
||||
.locals 0
|
||||
|
||||
invoke-direct {p0, p1, p2}, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion;->preprocessSpoilers(Ljava/util/List;Ljava/util/Set;)V
|
||||
|
||||
return-void
|
||||
.end method
|
||||
|
||||
.method private final get(Landroid/content/Context;Lcom/discord/models/domain/ModelChannel;Lcom/discord/simpleast/core/parser/Parser;)Lrx/Observable;
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
|
@ -66,97 +58,87 @@
|
|||
}
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-eqz p2, :cond_4
|
||||
|
||||
invoke-virtual {p2}, Lcom/discord/models/domain/ModelChannel;->isPrivate()Z
|
||||
|
||||
move-result v1
|
||||
move-result v0
|
||||
|
||||
if-eqz v1, :cond_0
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_0
|
||||
invoke-virtual {p2}, Lcom/discord/models/domain/ModelChannel;->getTopic()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
move-result-object v0
|
||||
|
||||
if-eqz v1, :cond_3
|
||||
if-eqz v0, :cond_3
|
||||
|
||||
invoke-virtual {p2}, Lcom/discord/models/domain/ModelChannel;->getTopic()Ljava/lang/String;
|
||||
|
||||
move-result-object v1
|
||||
move-result-object v0
|
||||
|
||||
const-string v2, "channel.topic"
|
||||
const-string v1, "channel.topic"
|
||||
|
||||
invoke-static {v1, v2}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
invoke-static {v0, v1}, Lkotlin/jvm/internal/j;->g(Ljava/lang/Object;Ljava/lang/String;)V
|
||||
|
||||
check-cast v1, Ljava/lang/CharSequence;
|
||||
check-cast v0, Ljava/lang/CharSequence;
|
||||
|
||||
invoke-interface {v1}, Ljava/lang/CharSequence;->length()I
|
||||
invoke-interface {v0}, Ljava/lang/CharSequence;->length()I
|
||||
|
||||
move-result v1
|
||||
move-result v0
|
||||
|
||||
if-nez v1, :cond_1
|
||||
if-nez v0, :cond_1
|
||||
|
||||
const/4 v1, 0x1
|
||||
const/4 v0, 0x1
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_1
|
||||
const/4 v1, 0x0
|
||||
const/4 v0, 0x0
|
||||
|
||||
:goto_0
|
||||
if-eqz v1, :cond_2
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_2
|
||||
sget-object v1, Lkotlin/a/z;->bPD:Lkotlin/a/z;
|
||||
sget-object v0, Lkotlin/a/z;->bPD:Lkotlin/a/z;
|
||||
|
||||
check-cast v1, Ljava/util/Set;
|
||||
check-cast v0, Ljava/util/Set;
|
||||
|
||||
invoke-static {v1}, Lrx/subjects/BehaviorSubject;->cl(Ljava/lang/Object;)Lrx/subjects/BehaviorSubject;
|
||||
invoke-static {v0}, Lrx/subjects/BehaviorSubject;->cl(Ljava/lang/Object;)Lrx/subjects/BehaviorSubject;
|
||||
|
||||
move-result-object v1
|
||||
move-result-object v0
|
||||
|
||||
invoke-virtual {p2}, Lcom/discord/models/domain/ModelChannel;->getTopic()Ljava/lang/String;
|
||||
|
||||
move-result-object v2
|
||||
move-result-object v1
|
||||
|
||||
check-cast v2, Ljava/lang/CharSequence;
|
||||
invoke-static {v1}, Lrx/Observable;->ca(Ljava/lang/Object;)Lrx/Observable;
|
||||
|
||||
const/4 v3, 0x2
|
||||
move-result-object v1
|
||||
|
||||
invoke-static {p3, v2, v0, v3, v0}, Lcom/discord/simpleast/core/parser/Parser;->parse$default(Lcom/discord/simpleast/core/parser/Parser;Ljava/lang/CharSequence;Ljava/util/List;ILjava/lang/Object;)Ljava/util/List;
|
||||
move-object v2, v0
|
||||
|
||||
move-result-object p3
|
||||
check-cast v2, Lrx/Observable;
|
||||
|
||||
invoke-static {p3}, Lrx/Observable;->ca(Ljava/lang/Object;)Lrx/Observable;
|
||||
sget-object v3, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$2;->INSTANCE:Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$2;
|
||||
|
||||
move-result-object p3
|
||||
check-cast v3, Lrx/functions/Func2;
|
||||
|
||||
move-object v0, v1
|
||||
invoke-static {v1, v2, v3}, Lrx/Observable;->a(Lrx/Observable;Lrx/Observable;Lrx/functions/Func2;)Lrx/Observable;
|
||||
|
||||
check-cast v0, Lrx/Observable;
|
||||
move-result-object v1
|
||||
|
||||
sget-object v2, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$2;->INSTANCE:Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$2;
|
||||
new-instance v2, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;
|
||||
|
||||
check-cast v2, Lrx/functions/Func2;
|
||||
invoke-direct {v2, p3, p2, p1, v0}, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;-><init>(Lcom/discord/simpleast/core/parser/Parser;Lcom/discord/models/domain/ModelChannel;Landroid/content/Context;Lrx/subjects/BehaviorSubject;)V
|
||||
|
||||
invoke-static {p3, v0, v2}, Lrx/Observable;->a(Lrx/Observable;Lrx/Observable;Lrx/functions/Func2;)Lrx/Observable;
|
||||
check-cast v2, Lrx/functions/b;
|
||||
|
||||
move-result-object p3
|
||||
|
||||
new-instance v0, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;
|
||||
|
||||
invoke-direct {v0, p2, p1, v1}, Lcom/discord/widgets/channels/WidgetChannelTopic$Model$Companion$get$3;-><init>(Lcom/discord/models/domain/ModelChannel;Landroid/content/Context;Lrx/subjects/BehaviorSubject;)V
|
||||
|
||||
check-cast v0, Lrx/functions/b;
|
||||
|
||||
invoke-virtual {p3, v0}, Lrx/Observable;->g(Lrx/functions/b;)Lrx/Observable;
|
||||
invoke-virtual {v1, v2}, Lrx/Observable;->g(Lrx/functions/b;)Lrx/Observable;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
|
@ -193,7 +175,9 @@
|
|||
:goto_3
|
||||
new-instance p1, Lcom/discord/widgets/channels/WidgetChannelTopic$Model;
|
||||
|
||||
invoke-direct {p1, v0}, Lcom/discord/widgets/channels/WidgetChannelTopic$Model;-><init>(Ljava/lang/CharSequence;)V
|
||||
const/4 p2, 0x0
|
||||
|
||||
invoke-direct {p1, p2}, Lcom/discord/widgets/channels/WidgetChannelTopic$Model;-><init>(Ljava/lang/CharSequence;)V
|
||||
|
||||
invoke-static {p1}, Lrx/Observable;->ca(Ljava/lang/Object;)Lrx/Observable;
|
||||
|
||||
|
@ -204,82 +188,6 @@
|
|||
goto :goto_1
|
||||
.end method
|
||||
|
||||
.method private final preprocessSpoilers(Ljava/util/List;Ljava/util/Set;)V
|
||||
.locals 4
|
||||
.annotation system Ldalvik/annotation/Signature;
|
||||
value = {
|
||||
"(",
|
||||
"Ljava/util/List<",
|
||||
"Lcom/discord/simpleast/core/node/Node<",
|
||||
"Lcom/discord/utilities/textprocessing/MessageRenderContext;",
|
||||
">;>;",
|
||||
"Ljava/util/Set<",
|
||||
"Ljava/lang/Integer;",
|
||||
">;)V"
|
||||
}
|
||||
.end annotation
|
||||
|
||||
new-instance v0, Lcom/discord/utilities/textprocessing/MessagePreprocessor;
|
||||
|
||||
const-wide/16 v1, -0x1
|
||||
|
||||
const/4 v3, 0x0
|
||||
|
||||
invoke-direct {v0, v1, v2, v3}, Lcom/discord/utilities/textprocessing/MessagePreprocessor;-><init>(JLcom/discord/stores/StoreMessageState$State;)V
|
||||
|
||||
check-cast p1, Ljava/util/Collection;
|
||||
|
||||
invoke-virtual {v0, p1}, Lcom/discord/utilities/textprocessing/MessagePreprocessor;->process(Ljava/util/Collection;)V
|
||||
|
||||
invoke-virtual {v0}, Lcom/discord/utilities/textprocessing/MessagePreprocessor;->getSpoilers()Ljava/util/List;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
if-eqz p1, :cond_0
|
||||
|
||||
check-cast p1, Ljava/lang/Iterable;
|
||||
|
||||
invoke-interface {p1}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
:goto_0
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
||||
|
||||
move-result v0
|
||||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
||||
|
||||
move-result-object v0
|
||||
|
||||
check-cast v0, Lcom/discord/utilities/textprocessing/node/SpoilerNode;
|
||||
|
||||
invoke-virtual {v0}, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->getId()I
|
||||
|
||||
move-result v1
|
||||
|
||||
invoke-virtual {v0}, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->getId()I
|
||||
|
||||
move-result v2
|
||||
|
||||
invoke-static {v2}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
|
||||
|
||||
move-result-object v2
|
||||
|
||||
invoke-interface {p2, v2}, Ljava/util/Set;->contains(Ljava/lang/Object;)Z
|
||||
|
||||
move-result v2
|
||||
|
||||
invoke-virtual {v0, v1, v2}, Lcom/discord/utilities/textprocessing/node/SpoilerNode;->updateState(IZ)V
|
||||
|
||||
goto :goto_0
|
||||
|
||||
:cond_0
|
||||
return-void
|
||||
.end method
|
||||
|
||||
|
||||
# virtual methods
|
||||
.method public final get(Landroid/content/Context;)Lrx/Observable;
|
||||
|
|
|
@ -879,12 +879,12 @@
|
|||
|
||||
if-ne v1, v2, :cond_4
|
||||
|
||||
const v1, 0x7f120bbc
|
||||
const v1, 0x7f120bbd
|
||||
|
||||
goto :goto_2
|
||||
|
||||
:cond_4
|
||||
const v1, 0x7f120bbe
|
||||
const v1, 0x7f120bbf
|
||||
|
||||
:goto_2
|
||||
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setText(I)V
|
||||
|
@ -895,12 +895,12 @@
|
|||
|
||||
if-ne v1, v2, :cond_5
|
||||
|
||||
const v1, 0x7f120bbd
|
||||
const v1, 0x7f120bbe
|
||||
|
||||
goto :goto_3
|
||||
|
||||
:cond_5
|
||||
const v1, 0x7f120bbf
|
||||
const v1, 0x7f120bc0
|
||||
|
||||
:goto_3
|
||||
invoke-virtual {v0, v1}, Landroid/widget/TextView;->setText(I)V
|
||||
|
|
|
@ -376,7 +376,7 @@
|
|||
|
||||
if-nez p1, :cond_0
|
||||
|
||||
const p1, 0x7f1206cd
|
||||
const p1, 0x7f1206ce
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/channels/WidgetGroupInviteFriends;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -421,7 +421,7 @@
|
|||
|
||||
if-lt p1, p3, :cond_0
|
||||
|
||||
const p1, 0x7f1206d3
|
||||
const p1, 0x7f1206d4
|
||||
|
||||
invoke-static {p0, p1}, Lcom/discord/app/f;->b(Landroidx/fragment/app/Fragment;I)V
|
||||
|
||||
|
@ -504,7 +504,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f1206d3
|
||||
const v0, 0x7f1206d4
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->d(Landroid/content/Context;I)V
|
||||
|
||||
|
@ -754,7 +754,7 @@
|
|||
|
||||
aput-object v2, v1, v3
|
||||
|
||||
const v2, 0x7f1206dc
|
||||
const v2, 0x7f1206dd
|
||||
|
||||
invoke-virtual {p0, v2, v1}, Lcom/discord/widgets/channels/WidgetGroupInviteFriends;->getString(I[Ljava/lang/Object;)Ljava/lang/String;
|
||||
|
||||
|
@ -786,7 +786,7 @@
|
|||
|
||||
if-lt v1, v2, :cond_0
|
||||
|
||||
const p1, 0x7f1206d2
|
||||
const p1, 0x7f1206d3
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/channels/WidgetGroupInviteFriends;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -813,7 +813,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v1, 0x7f100054
|
||||
const v1, 0x7f100055
|
||||
|
||||
new-array v0, v0, [Ljava/lang/Object;
|
||||
|
||||
|
@ -833,7 +833,7 @@
|
|||
:cond_1
|
||||
if-nez v2, :cond_2
|
||||
|
||||
const p1, 0x7f1206db
|
||||
const p1, 0x7f1206dc
|
||||
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/channels/WidgetGroupInviteFriends;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -848,7 +848,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v1, 0x7f100055
|
||||
const v1, 0x7f100056
|
||||
|
||||
new-array v0, v0, [Ljava/lang/Object;
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
move-result-object p1
|
||||
|
||||
const v0, 0x7f120b3b
|
||||
const v0, 0x7f120b3c
|
||||
|
||||
invoke-static {p1, v0}, Lcom/discord/app/f;->c(Landroid/content/Context;I)V
|
||||
|
||||
|
|
|
@ -225,9 +225,9 @@
|
|||
|
||||
if-eqz p7, :cond_0
|
||||
|
||||
const p3, 0x7f1209d6
|
||||
const p3, 0x7f1209d7
|
||||
|
||||
const v3, 0x7f1209d6
|
||||
const v3, 0x7f1209d7
|
||||
|
||||
goto :goto_0
|
||||
|
||||
|
@ -239,9 +239,9 @@
|
|||
|
||||
if-eqz p3, :cond_1
|
||||
|
||||
const p4, 0x7f1209e2
|
||||
const p4, 0x7f1209e3
|
||||
|
||||
const v4, 0x7f1209e2
|
||||
const v4, 0x7f1209e3
|
||||
|
||||
goto :goto_1
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
|
||||
check-cast p1, Ljava/lang/CharSequence;
|
||||
|
||||
const v1, 0x7f1208aa
|
||||
const v1, 0x7f1208ab
|
||||
|
||||
invoke-static {v0, p1, v1}, Lcom/discord/app/f;->b(Landroid/content/Context;Ljava/lang/CharSequence;I)V
|
||||
|
||||
|
|
|
@ -386,7 +386,7 @@
|
|||
|
||||
add-int/lit8 p1, p1, 0x1
|
||||
|
||||
const v0, 0x7f120977
|
||||
const v0, 0x7f120978
|
||||
|
||||
invoke-virtual {p2, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -183,17 +183,17 @@
|
|||
|
||||
if-eqz v0, :cond_2
|
||||
|
||||
const v0, 0x7f120aa1
|
||||
const v0, 0x7f120aa2
|
||||
|
||||
if-eq p1, v0, :cond_2
|
||||
|
||||
const p2, 0x7f120df8
|
||||
const p2, 0x7f120df9
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
if-eq p1, p2, :cond_1
|
||||
|
||||
const p2, 0x7f120f91
|
||||
const p2, 0x7f120f93
|
||||
|
||||
if-eq p1, p2, :cond_0
|
||||
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
.method private final getLearnMoreFormattedString(Landroid/content/Context;Ljava/lang/String;)Ljava/lang/CharSequence;
|
||||
.locals 3
|
||||
|
||||
const v0, 0x7f120e60
|
||||
const v0, 0x7f120e61
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -330,7 +330,7 @@
|
|||
|
||||
if-eqz v0, :cond_0
|
||||
|
||||
const v0, 0x7f120e8d
|
||||
const v0, 0x7f120e8e
|
||||
|
||||
invoke-virtual {p1, v0}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
@ -342,7 +342,7 @@
|
|||
return-object p1
|
||||
|
||||
:cond_0
|
||||
const v0, 0x7f1209be
|
||||
const v0, 0x7f1209bf
|
||||
|
||||
const/4 v1, 0x1
|
||||
|
||||
|
|
|
@ -954,7 +954,7 @@
|
|||
goto :goto_0
|
||||
|
||||
:cond_2
|
||||
const p1, 0x7f120c4b
|
||||
const p1, 0x7f120c4c
|
||||
|
||||
:goto_0
|
||||
invoke-virtual {p0, p1}, Lcom/discord/widgets/channels/list/WidgetChannelsListItemChannelActions;->getString(I)Ljava/lang/String;
|
||||
|
|
|
@ -423,7 +423,7 @@
|
|||
|
||||
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
||||
|
||||
const v1, 0x7f120977
|
||||
const v1, 0x7f120978
|
||||
|
||||
invoke-virtual {p1, v1}, Landroid/content/Context;->getString(I)Ljava/lang/String;
|
||||
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
|
||||
new-array v1, v1, [Ljava/lang/Object;
|
||||
|
||||
const v2, 0x7f120de9
|
||||
const v2, 0x7f120dea
|
||||
|
||||
invoke-virtual {v0, v2, v1}, Lcom/discord/app/AppTextView;->a(I[Ljava/lang/Object;)V
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue