Files
rr3-apk/smali/androidx/core/text/HtmlCompat.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3
- APKTool decompilation (Smali bytecode) for modding and rebuilding APK
- Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures
- Includes full Smali source, resources, and native libraries
- Ready to rebuild APK after modifications with apktool b command
- Added comprehensive README-apktool.md with modding guide

This branch complements the JADX branches:
- Use JADX (main/discord-community) to UNDERSTAND code (readable Java)
- Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali)

Total: 44,417 files, 538.51 MB Smali source code
2026-02-18 16:13:44 -08:00

112 lines
3.2 KiB
Smali

.class public final Landroidx/core/text/HtmlCompat;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Landroid/annotation/SuppressLint;
value = {
"InlinedApi"
}
.end annotation
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Landroidx/core/text/HtmlCompat$Api24Impl;
}
.end annotation
# static fields
.field public static final FROM_HTML_MODE_COMPACT:I = 0x3f
.field public static final FROM_HTML_MODE_LEGACY:I = 0x0
.field public static final FROM_HTML_OPTION_USE_CSS_COLORS:I = 0x100
.field public static final FROM_HTML_SEPARATOR_LINE_BREAK_BLOCKQUOTE:I = 0x20
.field public static final FROM_HTML_SEPARATOR_LINE_BREAK_DIV:I = 0x10
.field public static final FROM_HTML_SEPARATOR_LINE_BREAK_HEADING:I = 0x2
.field public static final FROM_HTML_SEPARATOR_LINE_BREAK_LIST:I = 0x8
.field public static final FROM_HTML_SEPARATOR_LINE_BREAK_LIST_ITEM:I = 0x4
.field public static final FROM_HTML_SEPARATOR_LINE_BREAK_PARAGRAPH:I = 0x1
.field public static final TO_HTML_PARAGRAPH_LINES_CONSECUTIVE:I = 0x0
.field public static final TO_HTML_PARAGRAPH_LINES_INDIVIDUAL:I = 0x1
# direct methods
.method private constructor <init>()V
.locals 0
.line 180
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static fromHtml(Ljava/lang/String;I)Landroid/text/Spanned;
.locals 0
.param p0 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 147
invoke-static {p0, p1}, Landroidx/core/text/HtmlCompat$Api24Impl;->fromHtml(Ljava/lang/String;I)Landroid/text/Spanned;
move-result-object p0
return-object p0
.end method
.method public static fromHtml(Ljava/lang/String;ILandroid/text/Html$ImageGetter;Landroid/text/Html$TagHandler;)Landroid/text/Spanned;
.locals 0
.param p0 # Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Landroid/text/Html$ImageGetter;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p3 # Landroid/text/Html$TagHandler;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 162
invoke-static {p0, p1, p2, p3}, Landroidx/core/text/HtmlCompat$Api24Impl;->fromHtml(Ljava/lang/String;ILandroid/text/Html$ImageGetter;Landroid/text/Html$TagHandler;)Landroid/text/Spanned;
move-result-object p0
return-object p0
.end method
.method public static toHtml(Landroid/text/Spanned;I)Ljava/lang/String;
.locals 0
.param p0 # Landroid/text/Spanned;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 175
invoke-static {p0, p1}, Landroidx/core/text/HtmlCompat$Api24Impl;->toHtml(Landroid/text/Spanned;I)Ljava/lang/String;
move-result-object p0
return-object p0
.end method