-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test #1
base: 1
Are you sure you want to change the base?
test #1
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ec33e6 - Browse repository at this point
Copy the full SHA 3ec33e6View commit details -
proto 文件来源:https://github.com/SocialSisterYi/bilibili-API-collect 这有几个坑 - 几个空的 proto 文件会生成重复的 ApiKt 导致 generateProto 时失败 - proto 文件中好几个包名中包含 java 关键字 interface,导致无法编译,需要手动指定 java_package - nativeact.proto 生成的 java 代码在编译时会在编译时报上百个“找不到符号”,先删去
Configuration menu - View commit details
-
Copy full SHA for 7dede4f - Browse repository at this point
Copy the full SHA 7dede4fView commit details
Commits on May 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d66cb8f - Browse repository at this point
Copy the full SHA d66cb8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72fc176 - Browse repository at this point
Copy the full SHA 72fc176View commit details
Commits on May 28, 2023
-
### 编译速度对比 仅编译 `bili-api`,对比 `:bili-api:compileKotlin` 任务执行时长,删掉 `bili-api/build` 后再编译 #### 编译设备 Intel(R) Core(TM) i5-8279U CPU @ 2.40GHz macOS 13 #### 结果 |旧编译器|第 1 次|第 2 次|第 3 次| |-|-|-|-| |耗时|248.0s|228.0s|244.3s| |总耗时|310.2s|282.8s|315.2s| |占比|79.9%|80.6%|77.5%| |K2|第 1 次|第 2 次|第 3 次| |-|-|-|-| |耗时|104.3s|107.1s|106.2s| |总耗时|168.4s|173.3s|174.6s| |占比|61.9%|61.8%|60.8%|
Configuration menu - View commit details
-
Copy full SHA for 54b199a - Browse repository at this point
Copy the full SHA 54b199aView commit details -
将会导致 Compose 代码编译失败,之前启用 K2 是为了改善引入 gRPC 后的编译速度 This reverts commit 54b199a.
Configuration menu - View commit details
-
Copy full SHA for 56562d1 - Browse repository at this point
Copy the full SHA 56562d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 645e97e - Browse repository at this point
Copy the full SHA 645e97eView commit details
Commits on May 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6cd038 - Browse repository at this point
Copy the full SHA a6cd038View commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6f3282c - Browse repository at this point
Copy the full SHA 6f3282cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bdf36c - Browse repository at this point
Copy the full SHA 5bdf36cView commit details
Commits on Jun 3, 2023
-
- 将 `protobuf-kotlin-lite` 更换为 `protobuf-kotlin`,因为 protobuf-kotlin-lite 中不包含 ProtoAny.unpack() 等方法,会无法解析 Any - 增加 grpc 会用到的 grpc-okhttp 依赖
Configuration menu - View commit details
-
Copy full SHA for 9783710 - Browse repository at this point
Copy the full SHA 9783710View commit details -
为所有的 proto 文件添加
java_multiple_files = true;
因为将一个 proto 生产的代码全部写入到一个文件内会导致文件巨大,例如 bilibili.app.view.v1.ViewOuterClass 文件行数达到了 22w 行,文件大小 7m+,此时会导致 ide 默认设置下无法解析这么大的代码文件 并且会导致 Any 中记录的 class 名称无法直接使用,例如 bilibili.rpc.Status 会被编译为 bilibili.rpc.StatusOuterClass$Status
Configuration menu - View commit details
-
Copy full SHA for d4e0030 - Browse repository at this point
Copy the full SHA d4e0030View commit details -
pgcanymodel.proto -> PGCAnyModel.proto ugcanymodel.proto -> UGCAnyModel.proto 因为在 Actions 中编译时出现错误(但在本地上编译没问题): /Users/runner/work/bv/bv/bili-api/build/generated/source/proto/main/java/bilibili/app/playerunite/ugcanymodel/UGCAnyModel.java:6: error: class Ugcanymodel is public, should be declared in a file named Ugcanymodel.java > Task :bili-api:compileJava public final class Ugcanymodel *** ^ /Users/runner/work/bv/bv/bili-api/build/generated/source/proto/main/java/bilibili/app/playerunite/pgcanymodel/PGCAnyModel.java:6: error: class Pgcanymodel is public, should be declared in a file named Pgcanymodel.java public final class Pgcanymodel *** ^ 2 errors
Configuration menu - View commit details
-
Copy full SHA for 736ca1a - Browse repository at this point
Copy the full SHA 736ca1aView commit details
Commits on Jun 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7d4618 - Browse repository at this point
Copy the full SHA e7d4618View commit details
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39e9cd8 - Browse repository at this point
Copy the full SHA 39e9cd8View commit details
Commits on Jun 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41b8b1e - Browse repository at this point
Copy the full SHA 41b8b1eView commit details -
Merge branch 'develop' into feature/grpc
# Conflicts: # gradle/libs.versions.toml
Configuration menu - View commit details
-
Copy full SHA for 54fca70 - Browse repository at this point
Copy the full SHA 54fca70View commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f82a2ca - Browse repository at this point
Copy the full SHA f82a2caView commit details
Commits on Jun 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff8d847 - Browse repository at this point
Copy the full SHA ff8d847View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3fe987 - Browse repository at this point
Copy the full SHA a3fe987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14bf2a7 - Browse repository at this point
Copy the full SHA 14bf2a7View commit details
Commits on Jun 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0279238 - Browse repository at this point
Copy the full SHA 0279238View commit details
Commits on Jun 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d66cb0a - Browse repository at this point
Copy the full SHA d66cb0aView commit details
Commits on Jun 24, 2023
-
这可以避免修改 :bili-api 中的代码后反复重新编译未改动的 gRPC 代码,以节省编译时间
Configuration menu - View commit details
-
Copy full SHA for 501123f - Browse repository at this point
Copy the full SHA 501123fView commit details
Commits on Jun 25, 2023
-
移动 gRPC 文件
bilibili.polymer.list.list.proto
到 `bilibili.polymer.lis……t.v1.list.proto` gRPC 接口 `bilibili.polymer.list.List` 在访问时返回错误 404,有效请求路径应为 `bilibili.polymer.list.v1.List`
Configuration menu - View commit details
-
Copy full SHA for 77a667f - Browse repository at this point
Copy the full SHA 77a667fView commit details -
部分 gRPC 接口要求 app 标识与所使用的 access token 相匹配
Configuration menu - View commit details
-
Copy full SHA for 91c3045 - Browse repository at this point
Copy the full SHA 91c3045View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4993bf - Browse repository at this point
Copy the full SHA b4993bfView commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d2986c5 - Browse repository at this point
Copy the full SHA d2986c5View commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a86bd2d - Browse repository at this point
Copy the full SHA a86bd2dView commit details
Commits on Jul 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0b45e65 - Browse repository at this point
Copy the full SHA 0b45e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a6482 - Browse repository at this point
Copy the full SHA 40a6482View commit details -
返回的错误信息除了`bilibili.rpc.Status`还包含`common.ErrorProto`,解码后看到这两个消息结构相同,因此直接复制`bilibili.rpc.Status`的代码 错误信息示例: grpc-status-details-bin=CAISBzYwMDIwMDQaWgoldHlwZS5nb29nbGVhcGlzLmNvbS9jb21tb24uRXJyb3JQcm90bxIxCNSq7gISKuaKseatieaCqOaJgOS9v+eUqOeahOW5s+WPsOS4jeWPr+ingueci++8gRpcCid0eXBlLmdvb2dsZWFwaXMuY29tL2JpbGliaWxpLnJwYy5TdGF0dXMSMQjUqu4CEirmirHmrYnmgqjmiYDkvb/nlKjnmoTlubPlj7DkuI3lj6/op4LnnIvvvIE
Configuration menu - View commit details
-
Copy full SHA for 135eb05 - Browse repository at this point
Copy the full SHA 135eb05View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3c2619 - Browse repository at this point
Copy the full SHA b3c2619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14cbce1 - Browse repository at this point
Copy the full SHA 14cbce1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e57d88 - Browse repository at this point
Copy the full SHA 8e57d88View commit details
Commits on Jul 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 186920d - Browse repository at this point
Copy the full SHA 186920dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aee69d3 - Browse repository at this point
Copy the full SHA aee69d3View commit details
Commits on Jul 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e6e2879 - Browse repository at this point
Copy the full SHA e6e2879View commit details -
Merge branch 'develop' into feature/grpc
# Conflicts: # app/src/main/kotlin/dev/aaa1115910/bv/activities/user/LoginActivity.kt # app/src/main/kotlin/dev/aaa1115910/bv/component/controllers2/MenuController.kt # app/src/main/kotlin/dev/aaa1115910/bv/screen/user/UserInfoScreen.kt # gradle/gradle.versions.toml # gradle/libs.versions.toml
Configuration menu - View commit details
-
Copy full SHA for 6ad59be - Browse repository at this point
Copy the full SHA 6ad59beView commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc1c821 - Browse repository at this point
Copy the full SHA bc1c821View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6dc2a4 - Browse repository at this point
Copy the full SHA b6dc2a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a23e21 - Browse repository at this point
Copy the full SHA 6a23e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e2c011 - Browse repository at this point
Copy the full SHA 1e2c011View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1f35b9 - Browse repository at this point
Copy the full SHA b1f35b9View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 621c047 - Browse repository at this point
Copy the full SHA 621c047View commit details
Commits on Jul 22, 2023
-
搜索接口在 web 端与 app 端间有较大差距导致一系列问题 - app 端分类搜索接口无法使用筛选器,要使用删选器可能得使用综合搜索接口 - 推荐搜索项的图标大小可能会显示异常 - 搜索建议在 app 端接口可能会提示一些通过 av/bv/文章id 直接跳转的提示项,目前暂未处理 目前感觉搜索结果页需要找个良辰吉日来重写
Configuration menu - View commit details
-
Copy full SHA for e39ba71 - Browse repository at this point
Copy the full SHA e39ba71View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96c5f1a - Browse repository at this point
Copy the full SHA 96c5f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea7e839 - Browse repository at this point
Copy the full SHA ea7e839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 118ce24 - Browse repository at this point
Copy the full SHA 118ce24View commit details
Commits on Jul 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac3068a - Browse repository at this point
Copy the full SHA ac3068aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad3627 - Browse repository at this point
Copy the full SHA 1ad3627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d9ff7d - Browse repository at this point
Copy the full SHA 6d9ff7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13b07c0 - Browse repository at this point
Copy the full SHA 13b07c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f7ea1 - Browse repository at this point
Copy the full SHA e1f7ea1View commit details
Commits on Jul 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce46f30 - Browse repository at this point
Copy the full SHA ce46f30View commit details -
更改打包环境
ubuntu-latest
->macos-latest
在引入 grpc 后,在 linux 下打包会莫名其妙中断打包,而在 macos 中一切正常
Configuration menu - View commit details
-
Copy full SHA for e929ee7 - Browse repository at this point
Copy the full SHA e929ee7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fef648a - Browse repository at this point
Copy the full SHA fef648aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71fd817 - Browse repository at this point
Copy the full SHA 71fd817View commit details -
Configuration menu - View commit details
-
Copy full SHA for b099d97 - Browse repository at this point
Copy the full SHA b099d97View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4b95bfc - Browse repository at this point
Copy the full SHA 4b95bfcView commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cc97167 - Browse repository at this point
Copy the full SHA cc97167View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf1ff34 - Browse repository at this point
Copy the full SHA bf1ff34View commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c993621 - Browse repository at this point
Copy the full SHA c993621View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2968530 - Browse repository at this point
Copy the full SHA 2968530View commit details -
Configuration menu - View commit details
-
Copy full SHA for 796965e - Browse repository at this point
Copy the full SHA 796965eView commit details -
使用
focusRestorer
替换FocusGroup
https://android-review.googlesource.com/q/I39cf65807e5f0a33f1345c4ac881c6ccb2d36e4a 但 focusRestorer 仅适用于 LazyList,对于 Row,Column 这种 List 无效,因此未替换掉 TopNav 中的 FocusGroup
Configuration menu - View commit details
-
Copy full SHA for 7e2211e - Browse repository at this point
Copy the full SHA 7e2211eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb07908 - Browse repository at this point
Copy the full SHA bb07908View commit details
Commits on Aug 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 73e27ae - Browse repository at this point
Copy the full SHA 73e27aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac2dce - Browse repository at this point
Copy the full SHA 4ac2dceView commit details
Commits on Aug 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2f22d93 - Browse repository at this point
Copy the full SHA 2f22d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5447007 - Browse repository at this point
Copy the full SHA 5447007View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4a30fc - Browse repository at this point
Copy the full SHA e4a30fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46aa4ed - Browse repository at this point
Copy the full SHA 46aa4edView commit details
Commits on Aug 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1693ad3 - Browse repository at this point
Copy the full SHA 1693ad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e0b13f - Browse repository at this point
Copy the full SHA 9e0b13fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7557f8 - Browse repository at this point
Copy the full SHA d7557f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e488f - Browse repository at this point
Copy the full SHA d6e488fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c149716 - Browse repository at this point
Copy the full SHA c149716View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1fd6d - Browse repository at this point
Copy the full SHA cc1fd6dView commit details
Commits on Aug 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36ef509 - Browse repository at this point
Copy the full SHA 36ef509View commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 82140dd - Browse repository at this point
Copy the full SHA 82140ddView commit details
Commits on Aug 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 615c1ea - Browse repository at this point
Copy the full SHA 615c1eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e851003 - Browse repository at this point
Copy the full SHA e851003View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aed4351 - Browse repository at this point
Copy the full SHA aed4351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 908630b - Browse repository at this point
Copy the full SHA 908630bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3626d - Browse repository at this point
Copy the full SHA 2f3626dView commit details
Commits on Aug 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f5045bb - Browse repository at this point
Copy the full SHA f5045bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c2c8f2 - Browse repository at this point
Copy the full SHA 3c2c8f2View commit details
Commits on Aug 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1cc4a66 - Browse repository at this point
Copy the full SHA 1cc4a66View commit details -
Merge branch 'develop' into feature/proxy
# Conflicts: # app/src/main/kotlin/dev/aaa1115910/bv/screen/SeasonInfoScreen.kt
Configuration menu - View commit details
-
Copy full SHA for 8d3d343 - Browse repository at this point
Copy the full SHA 8d3d343View commit details -
Revert "修复选择 App 接口后无法播放通过代理服务器获取的视频"
This reverts commit 908630b.
Configuration menu - View commit details
-
Copy full SHA for 6d29cb3 - Browse repository at this point
Copy the full SHA 6d29cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc889e5 - Browse repository at this point
Copy the full SHA bc889e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6091d2 - Browse repository at this point
Copy the full SHA d6091d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c9dfb - Browse repository at this point
Copy the full SHA 29c9dfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e1ad8e - Browse repository at this point
Copy the full SHA 4e1ad8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9643569 - Browse repository at this point
Copy the full SHA 9643569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b78295 - Browse repository at this point
Copy the full SHA 3b78295View commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ef28c17 - Browse repository at this point
Copy the full SHA ef28c17View commit details
Commits on Sep 1, 2023
-
将代理方式更换为分别设置 HTTP 接口代理和 gRPC 接口代理
- 移除 BiliRoaming 代理支持 - 移除刚造好的轮子(因为又造了一个)
Configuration menu - View commit details
-
Copy full SHA for 73fedad - Browse repository at this point
Copy the full SHA 73fedadView commit details
Commits on Sep 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d267125 - Browse repository at this point
Copy the full SHA d267125View commit details -
Configuration menu - View commit details
-
Copy full SHA for e23a15d - Browse repository at this point
Copy the full SHA e23a15dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f0aaf - Browse repository at this point
Copy the full SHA 40f0aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b1cd7 - Browse repository at this point
Copy the full SHA e3b1cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08175a4 - Browse repository at this point
Copy the full SHA 08175a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb65103 - Browse repository at this point
Copy the full SHA fb65103View commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8416123 - Browse repository at this point
Copy the full SHA 8416123View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb9ffd0 - Browse repository at this point
Copy the full SHA fb9ffd0View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68b67db - Browse repository at this point
Copy the full SHA 68b67dbView commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bb63c9 - Browse repository at this point
Copy the full SHA 1bb63c9View commit details
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23a6362 - Browse repository at this point
Copy the full SHA 23a6362View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca66c60 - Browse repository at this point
Copy the full SHA ca66c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad880bf - Browse repository at this point
Copy the full SHA ad880bfView commit details -
不延后可能会导致焦点虽然在它之上(onFocused==true),但实际并不在其之上(需要移动方向键/Center键才能真正获取到焦点),已经整不会了😭 #116
Configuration menu - View commit details
-
Copy full SHA for fa5082d - Browse repository at this point
Copy the full SHA fa5082dView commit details
Commits on Sep 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fef9176 - Browse repository at this point
Copy the full SHA fef9176View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0d593e - Browse repository at this point
Copy the full SHA a0d593eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bec9a01 - Browse repository at this point
Copy the full SHA bec9a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a8a45 - Browse repository at this point
Copy the full SHA 85a8a45View commit details
Commits on Sep 13, 2023
-
android.defaults.buildfeatures.buildconfig=true 已被废弃
Configuration menu - View commit details
-
Copy full SHA for 1c8bd45 - Browse repository at this point
Copy the full SHA 1c8bd45View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8e0b5 - Browse repository at this point
Copy the full SHA bf8e0b5View commit details
Commits on Sep 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f29cde4 - Browse repository at this point
Copy the full SHA f29cde4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60add24 - Browse repository at this point
Copy the full SHA 60add24View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78c5b1c - Browse repository at this point
Copy the full SHA 78c5b1cView commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d849e1 - Browse repository at this point
Copy the full SHA 0d849e1View commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 963f470 - Browse repository at this point
Copy the full SHA 963f470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f02d64 - Browse repository at this point
Copy the full SHA 4f02d64View commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1caf349 - Browse repository at this point
Copy the full SHA 1caf349View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cbb277 - Browse repository at this point
Copy the full SHA 6cbb277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b2c0b5 - Browse repository at this point
Copy the full SHA 3b2c0b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e36c7 - Browse repository at this point
Copy the full SHA e9e36c7View commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 946072f - Browse repository at this point
Copy the full SHA 946072fView commit details
Commits on Oct 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a646b6b - Browse repository at this point
Copy the full SHA a646b6bView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2193ea9 - Browse repository at this point
Copy the full SHA 2193ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c58204f - Browse repository at this point
Copy the full SHA c58204fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eee7fe0 - Browse repository at this point
Copy the full SHA eee7fe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 569959b - Browse repository at this point
Copy the full SHA 569959bView commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 581f9e9 - Browse repository at this point
Copy the full SHA 581f9e9View commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for baffe22 - Browse repository at this point
Copy the full SHA baffe22View commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 78c92f8 - Browse repository at this point
Copy the full SHA 78c92f8View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f85a2dd - Browse repository at this point
Copy the full SHA f85a2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4960d7a - Browse repository at this point
Copy the full SHA 4960d7aView commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b97e788 - Browse repository at this point
Copy the full SHA b97e788View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8aa548 - Browse repository at this point
Copy the full SHA a8aa548View commit details -
Configuration menu - View commit details
-
Copy full SHA for d85ce71 - Browse repository at this point
Copy the full SHA d85ce71View commit details
Commits on Nov 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a64b2b - Browse repository at this point
Copy the full SHA 4a64b2bView commit details
Commits on Dec 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d9a52f4 - Browse repository at this point
Copy the full SHA d9a52f4View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 19b819e - Browse repository at this point
Copy the full SHA 19b819eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e53fb82 - Browse repository at this point
Copy the full SHA e53fb82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08116b2 - Browse repository at this point
Copy the full SHA 08116b2View commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e6f1e38 - Browse repository at this point
Copy the full SHA e6f1e38View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 968b217 - Browse repository at this point
Copy the full SHA 968b217View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d5b10 - Browse repository at this point
Copy the full SHA f2d5b10View commit details
Commits on Dec 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3e8948 - Browse repository at this point
Copy the full SHA e3e8948View commit details -
即便已添加 firebase_analytics_collection_enabled=false 和 firebase_crashlytics_collection_enabled=false ,但任然能看到设备统计,因此尝试增加 firebase_analytics_collection_deactivated=true
Configuration menu - View commit details
-
Copy full SHA for 1e3fb5b - Browse repository at this point
Copy the full SHA 1e3fb5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74e46ae - Browse repository at this point
Copy the full SHA 74e46aeView commit details
Commits on Dec 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0746bae - Browse repository at this point
Copy the full SHA 0746baeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7319403 - Browse repository at this point
Copy the full SHA 7319403View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 60b674f - Browse repository at this point
Copy the full SHA 60b674fView commit details
Commits on Dec 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0890d23 - Browse repository at this point
Copy the full SHA 0890d23View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87f4a40 - Browse repository at this point
Copy the full SHA 87f4a40View commit details -
Configuration menu - View commit details
-
Copy full SHA for e93863f - Browse repository at this point
Copy the full SHA e93863fView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b55ca19 - Browse repository at this point
Copy the full SHA b55ca19View commit details
Commits on Jan 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c388254 - Browse repository at this point
Copy the full SHA c388254View commit details
Commits on Feb 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91cff92 - Browse repository at this point
Copy the full SHA 91cff92View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51804d1 - Browse repository at this point
Copy the full SHA 51804d1View commit details
Commits on Feb 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f14e007 - Browse repository at this point
Copy the full SHA f14e007View commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed981b8 - Browse repository at this point
Copy the full SHA ed981b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc7f1e - Browse repository at this point
Copy the full SHA fdc7f1eView commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 10f7c68 - Browse repository at this point
Copy the full SHA 10f7c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1a72b2 - Browse repository at this point
Copy the full SHA e1a72b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for daba19b - Browse repository at this point
Copy the full SHA daba19bView commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5a45356 - Browse repository at this point
Copy the full SHA 5a45356View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8180275 - Browse repository at this point
Copy the full SHA 8180275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d773a - Browse repository at this point
Copy the full SHA 30d773aView commit details
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 204cfea - Browse repository at this point
Copy the full SHA 204cfeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f5c8e - Browse repository at this point
Copy the full SHA f0f5c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for be113d8 - Browse repository at this point
Copy the full SHA be113d8View commit details
Commits on Apr 28, 2024
-
- 不再打包 abi 分包 - 不再上传至 MS AppCenter - 自动上传到 Github Release
Configuration menu - View commit details
-
Copy full SHA for cc5be7f - Browse repository at this point
Copy the full SHA cc5be7fView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6548bb - Browse repository at this point
Copy the full SHA f6548bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c701895 - Browse repository at this point
Copy the full SHA c701895View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1daa20 - Browse repository at this point
Copy the full SHA d1daa20View commit details -
Configuration menu - View commit details
-
Copy full SHA for dedeaaf - Browse repository at this point
Copy the full SHA dedeaafView commit details
Commits on May 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7e490f - Browse repository at this point
Copy the full SHA d7e490fView commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75321a3 - Browse repository at this point
Copy the full SHA 75321a3View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8511f43 - Browse repository at this point
Copy the full SHA 8511f43View commit details -
修复 Protobuf v26.x 破坏性更新导致无法解析错误信息
在生成的代码中 com.google.rpc.Status 继承 com.google.protobuf.GeneratedMessageV3,但 GeneratedMessageV3 却被移除,导致 Status 无法正常解析 https://protobuf.dev/news/2023-12-05/
Configuration menu - View commit details
-
Copy full SHA for 158759e - Browse repository at this point
Copy the full SHA 158759eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6414d6a - Browse repository at this point
Copy the full SHA 6414d6aView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9aec925 - Browse repository at this point
Copy the full SHA 9aec925View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1457065 - Browse repository at this point
Copy the full SHA 1457065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac07ca - Browse repository at this point
Copy the full SHA 0ac07caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d7fda1 - Browse repository at this point
Copy the full SHA 0d7fda1View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c49e4fe - Browse repository at this point
Copy the full SHA c49e4feView commit details -
Configuration menu - View commit details
-
Copy full SHA for e406ad2 - Browse repository at this point
Copy the full SHA e406ad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e2af8 - Browse repository at this point
Copy the full SHA 27e2af8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ece3e1a - Browse repository at this point
Copy the full SHA ece3e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c22f92 - Browse repository at this point
Copy the full SHA 3c22f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 178393d - Browse repository at this point
Copy the full SHA 178393dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c79f900 - Browse repository at this point
Copy the full SHA c79f900View commit details
Commits on May 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c38c7f - Browse repository at this point
Copy the full SHA 4c38c7fView commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d57ebd - Browse repository at this point
Copy the full SHA 3d57ebdView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6264d71 - Browse repository at this point
Copy the full SHA 6264d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for dca8f68 - Browse repository at this point
Copy the full SHA dca8f68View commit details
Commits on Jun 1, 2024
-
使用 access_token 请求数据时返回 -663 鉴权错误,但移动端貌似并没有使用该接口,便直接改为和 web 接口偏好一样使用 sessdata 请求数据
Configuration menu - View commit details
-
Copy full SHA for e82697b - Browse repository at this point
Copy the full SHA e82697bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f7c49 - Browse repository at this point
Copy the full SHA 95f7c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1184107 - Browse repository at this point
Copy the full SHA 1184107View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1354de4 - Browse repository at this point
Copy the full SHA 1354de4View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c32a7a2 - Browse repository at this point
Copy the full SHA c32a7a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5b979 - Browse repository at this point
Copy the full SHA 2a5b979View commit details -
Configuration menu - View commit details
-
Copy full SHA for b154506 - Browse repository at this point
Copy the full SHA b154506View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c721fc5 - Browse repository at this point
Copy the full SHA c721fc5View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a1bcb75 - Browse repository at this point
Copy the full SHA a1bcb75View commit details -
测试视频: av1500309285 2024拜年祭 该视频的视频信息全部被放置于 activitySeason 字段内
Configuration menu - View commit details
-
Copy full SHA for 3a01be9 - Browse repository at this point
Copy the full SHA 3a01be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe74d3e - Browse repository at this point
Copy the full SHA fe74d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f1f7d9 - Browse repository at this point
Copy the full SHA 7f1f7d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53b5239 - Browse repository at this point
Copy the full SHA 53b5239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a6cf3c - Browse repository at this point
Copy the full SHA 0a6cf3cView commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c67f514 - Browse repository at this point
Copy the full SHA c67f514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f81589 - Browse repository at this point
Copy the full SHA 4f81589View commit details
Commits on Jun 15, 2024
-
一方面判断配置文件存在才启用谷歌插件, 一方面所有firebase相关封装起来,初始化失败就不调用其他方法,
Configuration menu - View commit details
-
Copy full SHA for f2edc2d - Browse repository at this point
Copy the full SHA f2edc2dView commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c328eac - Browse repository at this point
Copy the full SHA c328eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbde0b - Browse repository at this point
Copy the full SHA cbbde0bView commit details
Commits on Jul 11, 2024
-
在默认音频设置为杜比/HiRes但视频不存在对应音频时,会优先选择HiRes/杜比而不是192k resolve #143
Configuration menu - View commit details
-
Copy full SHA for f7aae55 - Browse repository at this point
Copy the full SHA f7aae55View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ce61341 - Browse repository at this point
Copy the full SHA ce61341View commit details -
Configuration menu - View commit details
-
Copy full SHA for dde2477 - Browse repository at this point
Copy the full SHA dde2477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 928a716 - Browse repository at this point
Copy the full SHA 928a716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 591289f - Browse repository at this point
Copy the full SHA 591289fView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef5671c - Browse repository at this point
Copy the full SHA ef5671cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2279de - Browse repository at this point
Copy the full SHA d2279deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2d37c - Browse repository at this point
Copy the full SHA 5e2d37cView commit details
Commits on Aug 7, 2024
-
原本因为 App 接口请求播放地址时只会返回一种编码的视频,这就会导致一些特殊规格视频例如杜比视界可能会无法获取到播放地址 现在在获取视频播放地址时将同时请求多种编码格式,以便用户切换编码和补全单一视频编码下可能缺失的特殊规格视频
Configuration menu - View commit details
-
Copy full SHA for a3bc393 - Browse repository at this point
Copy the full SHA a3bc393View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34a9002 - Browse repository at this point
Copy the full SHA 34a9002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 526a1a1 - Browse repository at this point
Copy the full SHA 526a1a1View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1b1e9d8 - Browse repository at this point
Copy the full SHA 1b1e9d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 511a788 - Browse repository at this point
Copy the full SHA 511a788View commit details -
Configuration menu - View commit details
-
Copy full SHA for d763f00 - Browse repository at this point
Copy the full SHA d763f00View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7b5bff - Browse repository at this point
Copy the full SHA a7b5bffView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5ea9a63 - Browse repository at this point
Copy the full SHA 5ea9a63View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39d34a1 - Browse repository at this point
Copy the full SHA 39d34a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 996c27d - Browse repository at this point
Copy the full SHA 996c27dView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2326055 - Browse repository at this point
Copy the full SHA 2326055View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76edf81 - Browse repository at this point
Copy the full SHA 76edf81View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef2aeb7 - Browse repository at this point
Copy the full SHA ef2aeb7View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec1a642 - Browse repository at this point
Copy the full SHA ec1a642View commit details
Commits on Oct 7, 2024
-
compose-tv 1.0.0/1.0.0-rc2 的 Surface 会和 media3 的 ExoPlayer 发生冲突,底层的 Surface 会显示在 PlayerView 内画面的上层(ui 的下层)导致视频画面被遮挡 在我 Chromecast with Android TV 12 和 Android 13 avd 中未能复现,但在 Android TV 9 avd 中能复现,可能低版本 Android 出现概率更大 https://issuetracker.google.com/issues/361611808 #151
Configuration menu - View commit details
-
Copy full SHA for 075cb3f - Browse repository at this point
Copy the full SHA 075cb3fView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87b6edb - Browse repository at this point
Copy the full SHA 87b6edbView commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4a0f60f - Browse repository at this point
Copy the full SHA 4a0f60fView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac8c6ca - Browse repository at this point
Copy the full SHA ac8c6caView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9da689f - Browse repository at this point
Copy the full SHA 9da689fView commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba61c99 - Browse repository at this point
Copy the full SHA ba61c99View commit details