rosuH

Results 5 issues of rosuH

### VRouter 版本 0.4.1 ### 操作系统版本 Win10 pro x64 ### VRouter 应用内, "系统"标签页的信息 ``` 系统信息 当前网关: 10.19.28.37 当前 DNS: fe80::a00:27ff:fefd:ed13 VRouter 信息 WAN: 192.168.123.72 BR-LAN: 10.19.28.37 Bridged Network: Realtek PCIe...

bug
platform:windows

源码中存在: https://github.com/huanghaibin-dev/CalendarView/blob/65f747a564c6a7d8b1fc489ca6cac42c9f002be0/calendarview/src/main/java/com/haibin/calendarview/CalendarView.java#L1200-L1210 View 只会在 `Activity`/`Fragment` 执行到 `onResume` 的时候回调 `onAttachedToWindow` 并执行绘制操作。所以对于自行控制 Fragment 生命周期的情况下,可能导致 NPE 异常。 1. `onCreate` 执行网络请求 2. `Fragment` 不可见,不执行 `onResume`。故而子 View 亦不会被回调 `onAttachedToWindow` 3. `CalendarView` 的 `onAttachedToWindow` 对 `mParent`...

近期监管部门对第三方 SDK 的检查有所收紧,需要提供相关 SDK 权限以及收集的信息。其他公司的 SDK 都有明确的隐私协议和相关说明,但是贵司这个 SDK 并没有。希望能快点加上,方便使用者披露。 相关链接:[关于35款App存在个人信息收集使用问题的通告](https://mp.weixin.qq.com/s/KGFSSM9yuIxs9Wrv2tR24w)

项目主页:[LineageOS](https://www.lineageos.org/) 官方构建申请帮助:[Infrastructure Status & Official Builds](https://www.lineageos.org/Infrastructure-Status-and-Official-Builds/) - - - - - 申请的是 LineageOS 的源码镜像,目前国内可靠的只有[清华 Tuna 源](https://mirror.tuna.tsinghua.edu.cn/help/lineageOS/)。 不知道国内对源码的需求如何,也请你们最好提前和 Tuna 的成员了解一下国内的需求,如果不大就算了。 - - - - - 感谢!

mirror wanted

## Description I intent to implement a path motion using MotionLayout. I set up a start `constraintSet` with an initial `angle` of `51f` and `distance` of `0`. Subsequently, I Configured...

bug