izxyz

Results 16 issues of izxyz

Setting items should be added: when double-clicking the left button, only select it without jumping

new feature

*Describe your idea:* 右键标签时, 应增加"关闭左侧标签", "关闭右侧标签" Translated via Google Translate: > When right-clicking a label, "Close left label" and "Close right label" should be added

new feature

@`lua` local map = Map() for i = 1, 300 do map:put(i.."", i.."") end for i = 1, map:size() do print(map:get(i.."")) end 安卓上执行上面的代码会提示table溢出

安卓端的那些UD确定测试过吗, file,http, 这些真是漏洞百出

后面会不会增加对x86的支持, 真机调试在很多情况下难以模拟高版本的安卓系统

示例中的demo, 当apk处于后台长时间不操作时, 再次点击悬浮窗会anr, as报此错误, 已经排除miui的问题, 在原生系统上也会出现, 浮现率取决于手机配置(10台不同型号手机均已测试,大部分手机在20分钟左右会anr, pixel3放置一晚上后出现) 05-20 10:18:32.504 2904-3007/? E/ActivityManager: ANR in com.lzf.easyfloat.example PID: 16048 Reason: Input dispatching timed out (Sys2002:com.lzf.easyfloat.example/com.lzf.easyfloat.example.activity.MainActivity, Waiting to send non-key event because the...

如何直接使用配置文件来限定luaformat

for i = 1, 10 do for j = 1, 10000 do callback(function() print(i,j) end) end end 报内存错误,巴拉巴拉一串

希望在以后的版本中添加对根布局自定义view的支持, 现在貌似只支持资源id? 因为我在做xposed插件开发的时候发现很多情况下为了实现通过资源id拿到布局文件需要写很多无用的代码