forked from qidian55/bilibilitv1.6.6-repair
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
qidian55
committed
Jan 13, 2024
1 parent
6f71f66
commit d764edc
Showing
25 changed files
with
733 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,6 +70,7 @@ | |
- 增加可修改包名的自定义编译方式 | ||
- 增加查看关注用户功能 | ||
- 长按记忆播放速度调节状态 | ||
- 修复原版uid过长导致的用户搜索失败问题 | ||
|
||
|
||
## todo list | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
mybv/java/classes/com/bilibili/tv/api/search/BiliSearchResultUper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
package com.bilibili.tv.api.search; | ||
|
||
import android.support.annotation.Keep; | ||
import com.alibaba.fastjson.annotation.JSONField; | ||
|
||
/* compiled from: BL */ | ||
@Keep | ||
/* loaded from: classes.dex */ | ||
public class BiliSearchResultUper { | ||
public int fans; | ||
public int gender; | ||
@JSONField(name = "is_upuser") | ||
public int isUpUser; | ||
public int level; | ||
public long mid; | ||
@JSONField(name = "official_verify") | ||
public UpVerify officialVerify; | ||
@JSONField(name = "room_id") | ||
public int roomId; | ||
public String type; | ||
public String uname; | ||
public String upic; | ||
public String usign; | ||
public String verify_info; | ||
public int videos; | ||
|
||
/* compiled from: BL */ | ||
/* loaded from: classes.dex */ | ||
public class UpVerify { | ||
public String desc; | ||
public int type; | ||
|
||
public UpVerify() { | ||
} | ||
} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
.class public final Lbl/afc$ItemDecoration; | ||
.super Landroid/support/v7/widget/RecyclerView$g; | ||
.source "afc.java" | ||
|
||
|
||
# annotations | ||
.annotation system Ldalvik/annotation/EnclosingClass; | ||
value = Lbl/afc; | ||
.end annotation | ||
|
||
.annotation system Ldalvik/annotation/InnerClass; | ||
accessFlags = 0x19 | ||
name = "ItemDecoration" | ||
.end annotation | ||
|
||
|
||
# instance fields | ||
.field final space:I | ||
|
||
|
||
# direct methods | ||
.method constructor <init>(I)V | ||
.locals 0 | ||
|
||
.prologue | ||
.line 148 | ||
invoke-direct {p0}, Landroid/support/v7/widget/RecyclerView$g;-><init>()V | ||
|
||
.line 149 | ||
iput p1, p0, Lbl/afc$ItemDecoration;->space:I | ||
|
||
.line 150 | ||
return-void | ||
.end method | ||
|
||
|
||
# virtual methods | ||
.method public a(Landroid/graphics/Rect;Landroid/view/View;Landroid/support/v7/widget/RecyclerView;Landroid/support/v7/widget/RecyclerView$s;)V | ||
.locals 2 | ||
|
||
.prologue | ||
const/4 v1, 0x0 | ||
|
||
.line 154 | ||
const-string v0, "outRect" | ||
|
||
invoke-static {p1, v0}, Lbl/bbi;->b(Ljava/lang/Object;Ljava/lang/String;)V | ||
|
||
.line 155 | ||
const-string v0, "view" | ||
|
||
invoke-static {p2, v0}, Lbl/bbi;->b(Ljava/lang/Object;Ljava/lang/String;)V | ||
|
||
.line 156 | ||
const-string v0, "parent" | ||
|
||
invoke-static {p3, v0}, Lbl/bbi;->b(Ljava/lang/Object;Ljava/lang/String;)V | ||
|
||
.line 157 | ||
iget v0, p0, Lbl/afc$ItemDecoration;->space:I | ||
|
||
invoke-virtual {p1, v0, v1, v1, v1}, Landroid/graphics/Rect;->set(IIII)V | ||
|
||
.line 158 | ||
return-void | ||
.end method |
Oops, something went wrong.