YummyLau

Results 12 issues of YummyLau

Today, when I ran the sample and tested the effect of gif, I found that when I load the id of a Gif resource, the transform is in effect. If...

由于我们的项目也遇到了编译问题,故 fork了项目 [修正版本](https://github.com/YummyLau/Robust) 升级了 gradle 版本到 3.6.0 并且解决了 [issue 419](https://github.com/Meituan-Dianping/Robust/issues/419) 等相关问题,避免大家深陷坑。 需要调整原来的 ``` classpath 'com.meituan.robust:gradle-plugin:0.4.99' classpath 'com.meituan.robust:auto-patch-plugin:0.4.99' ``` 改成 ``` classpath 'com.effective.android:gradle-plugin-fix:0.4.99.1' classpath 'com.effective.android:auto-patch-plugin-fix:0.4.99.1' ``` 添加仓库 ``` repositories { //......

请教一下,目前已接入Robust完成修复及ci模块,但是对回滚相关的场景有以下疑惑。 问题:我们在应用读完dex之后立刻同步读取缓存副本,然后再异步拉去后端当前最新的补丁配置。 加入缓存副本中存在补丁1和补丁2,最新拉去的补丁配置中只有补丁1,意味这我们需要回滚补丁2。 这个时候补丁1和补丁2已经被加载,异步拉去的补丁1加载之后会覆盖补丁2,那么补丁1的生效如何回归呢? 或者配置中把所有补丁下了,那么缓存中的补丁要怎么清理(重启可以生效,希望当次可以实时清理)。

针对 API 的使用疑惑统一使用以下模版: * 场景: 比如 “在直播间使用评论功能”,必要时可提供贴图等 * 问题: 比如 “如何使用xxxx/ 为什么xxxx / 等等”,必要时可提供代码等 * 期望: 比如 “希望能够能后像抖音一样的场景”,必要时可提供贴图等 针对 Bug 的反馈: * Androidx版本:是/否 * PanelSwitchHelper版本:v1.3.2 * 手机型号: 小米5x * 手机系统版本:...

Issue须知

作者已经没有维护了... 优秀的库,从一开始收益于此。 如果有需求可以看最新的组件化库 https://github.com/YummyLau/ComponentPlugin 调试功能不再耦合在功能组件内,单一module调试多组件,同时面向接口编程,无需任何router!

`player#DrawVideoFrame()` 方法中,针对同步diff做了log打印,解码方式为android原生硬解 ``` 08-04 16:27:02.654 14846-14885/xxx.demo I/trinity: DrawVideoFrame,is_hw_decode 08-04 16:27:02.654 14846-14885/xxx.demo I/trinity: DrawVideoFrame,time_stamp 20800000, diff -5194129 08-04 16:27:02.687 14846-14885/xxx.demo I/trinity: DrawVideoFrame,is_hw_decode 08-04 16:27:02.687 14846-14885/xxx.demo I/trinity: DrawVideoFrame,time_stamp 20820000, diff -5186349 08-04...

bug

Debug发现一个现场。 ``` int64_t VideoEditor::GetCurrentPosition() const { if (nullptr != player_) { int duration = 0; for (int i = 0; i < clip_deque_.size(); i++) { if (i < play_index_) {...

请教下,如题,有什么解决的方案吗