Kolyneh
Kolyneh
Log信息: ``` I/System.out: SocketConnection: disconnect I/System.out: PacketReader: reader thread shutdown I/System.out: PacketWriter: writer thread shutdown W/System.err: java.lang.InterruptedException W/System.err: at java.lang.Object.wait(Native Method) W/System.err: at bizsocket.tcp.PacketWriter.nextPacket(PacketWriter.java:116) I/System.out: ReconnectionManager: SocketConnection connectionClosed W/System.err: at...
使用observe接口添加的Observer,用removeObserver无法正确移除,后续还是会收到事件。 使用observeForever就没问题。
**Describe the bug** Touch screen keyboard will not popup when click the `TextFormBox`. **To Reproduce** Steps to reproduce the behavior: 1. Run the sample app on a touch screen Windows...
在视频播放器上叠加画板,使用 AndroidCanvasHelper来画path,没有纯View使用canvas画path那么跟手,跟踪发现canvas.isHardwareAccelerated是false。 是否是与硬件加速有关?或是双线程影响呢。 如果AndroidCanvasHelper需要开启硬件加速,还需要设置bitmap配置为HARDWARE,好像比较麻烦
Here is my step: 1. Start search will do this --> controlpoint.addDevicesChangeListenner(),controlpoint.start() controlpoint.search(); 2. WiFi Turn OFF then turn ON will do this -->controlpoint.stop(),controlpoint.start() controlpoint.search(); 3.Then in the same WiFi...
SoC name not fond on Lenovo Xiaoxin Pad Pro, it should be Snapdragon 730G.
根据Startup文档 : [https://developer.android.com/topic/libraries/app-startup](https://developer.android.com/topic/libraries/app-startup) 通过ContentProvider来初始化的库,可以改用Initializer来初始化,由InitializationProvider来统一启动,从而避免启动多个ContentProvider。 但在实施时,BasePopupSDK的init方法不公开,导致无法在Initializer中快速的初始化。 希望可以公开`BasePopupSDK.init`来支持Startup。 - 系统版本(必须)/ System version (required):API 33 - 库版本(必须)/ Library version (required):3.2.1 - 问题代码/截图(可选)/ Problem code or screenshot (optional): - 报错信息(可选)/ Error reporting information (optional):...
Added "ro.hardware" property support for some Allwinner A series CPU. Some of this series will not report hardware info in `proc/cpuinfo` file, or any of the listed properties currently.
Allwinner updated their naming scehme since 2013: [Allwinner_SoC_Family](https://linux-sunxi.org/Allwinner_SoC_Family) The new scheme is `sunxiwxpx`, the old scheme `sunxi` is preserved in this PR for compatibility.
Here is my step: 1. Start search will do this --> controlpoint.addDevicesChangeListenner(),controlpoint.start() controlpoint.search(); 2. WiFi Turn OFF then turn ON will do this -->controlpoint.stop(),controlpoint.start() controlpoint.search(); 3.Then in the same WiFi...