Henry Wu

Results 24 issues of Henry Wu

I'm using ``implementation 'com.github.Justson:Downloader:v5.0.3-androidx' // AgentWeb (Downloader)`` ``` E/AndroidRuntime: FATAL EXCEPTION: Thread-22 E/AndroidRuntime: Process: ***.***.***, PID: 1851 E/AndroidRuntime: java.lang.IllegalArgumentException: ***.***.***: Targeting S+ (version 31 and above) requires that one of...

I really like this app, this is like the only one in the market that are open source and have multi-coin support. However, I saw some blockchain explorer in the...

Instead of displaying all token on the home page, maybe display erc20 token in ETH token's page (a button when click ETH token, you will get like Send, Receive, Transfer,...

should be ``` com.quickbirdstudios:survey:1.1.0 ``` instead of ``` com.quickbirdstudios:surveykit:1.1.0 ```

documentation

大佬好,您的iPlayer十分好用,我想使用此库作为音频播放器。在实际使用过程中,我是用addPlayMusicToTop配合play调用,却发现没有任何声音被播放,且日志无输出。麻烦大佬看一下是否设置正确。 ```Kotlin MusicPlayerManager.getInstance().addPlayMusicToTop(BaseAudioInfo().also { it.audioId = 1847746003 it.audioDurtion = 216837 it.audioName = "长街烟火" it.audioCover = "https://p2.music.126.net/q39xkl_Kn4_Pv--l712jNg==/109951166028225197.jpg" it.audioPath = "http://172.27.208.1:12345/Zyboy%E5%BF%A0%E5%AE%87%20-%20%E5%A0%95%20%28%E5%8F%98%E9%80%9F%E7%89%88%29.mp3" it.nickname = "等什么君(邓寓君)" }) MusicPlayerManager.getInstance().play() ``` audioPath是可以被访问的,已经开启cleartextTrafficPermitted, 封面也可以正常访问

Hi, Thank you for developing such a nice program than can alternate many apps like Airdrop, Landrop, etc. Some of them are not open-source and some of them are partially...

enhancement

### 1Panel 版本 1.0.3 ### 请描述您的需求或者改进建议 在宝塔面板 (aaPanel) 中,添加网站时可以选择 Node 项目进行部署,并且可以指定 node 版本并一键安装和管理 package.json 的依赖,对于使用 Node.JS 的网站和后端服务十分友好。希望 1Panel 也支持添加 Node 网站。 ### 请描述你建议的实现方案 aaPanel 添加 Node 项目网站 ![firefox_eM0GpzxODZ](https://user-images.githubusercontent.com/99880210/227523142-9354d93e-e736-4a1e-a601-b7aae1e35057.png) aaPanel 管理...

类型:需求

**Is your feature request related to a problem? Please describe.** When I select the other button in the group, my recyclerview will automatically reload data from server. I observed that...

enhancement

如下面的视频所示,有时候在中间的图向左或者向右滑无响应,再次向左向右滑即可。 https://user-images.githubusercontent.com/99880210/208514551-bb5e9c1b-569e-4224-a4d5-9bd6765797ca.mp4 应该不是内存的问题,8GB 实体内存 + 5GB 虚拟内存 手机型号: Oppo Reno 8 Pro + 安卓版本: 13 BigImageViewPager, Glide, OkHttp 均使用最新版本 使用代码如下, parent 是 ``Fragment`` ```Kotlin val builder = when (val parent...

question

看了一下 ``SubsamplingScaleImageView`` 的 issue 和 Stackoverflow,这应该是 [SubsamplingScaleImageView 那边的一个问题](https://github.com/davemorrissey/subsampling-scale-image-view/issues/559)。 [Stackoverflow 上说崩溃的原因](https://stackoverflow.com/questions/65643305/heifdecoderimpl-causes-decstrong-called-too-many-times)是因为 ``SubsamplingScaleImageView`` 中 Bitmap.Config 默认使用了 RGB_565 导致的。 Stackoverflow 上建议对 SubsamplingScaleImageView 设置: ```Java SubsamplingScaleImageView.setPreferredBitmapConfig(Bitmap.Config.ARGB_8888); ``` Github 上说到 **Bitmap.Config.HARDWARE** 应该被设置为默认,但是 API > 26...

bug