equationl
equationl
log如下: 2020-12-20 15:20:15.820 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: java_vm_ext.cc:570] JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8: illegal continuation byte 0xde 2020-12-20 15:20:15.820 22577-22577/com.equationl.videoshotpro A/nl.videoshotpr: java_vm_ext.cc:570] string: 'title=����Ӱ-bbs.wujidy.com;author=����Ӱ-bbs.wujidy.com;ASMRuleBook=#($Bandwidth >= 0),Stream0Bandwidth...
希望作者能看一下,命令出现问题的时候会直接崩溃,翻了下issues,看到作者说会这样是由于为了实现中断效果导致的。 其实对于部分人来说,中断并不是刚需,反而不能崩溃更加重要,不过这也毕竟是个人的需求,不能代表大众。 所以要是作者能开放源码就好了,这样我们就能自己按需修改了。 感谢作者
I have a feedback item, I want add a badge on this item to notice new message. How could I do? thanks.
By using getDisplayName to get dayOfWeek name in Chinese will get like this:  It's will show `星` all day, which in Chinese mean nothing, such as always show `day`...
In my project, I need to show .svg picture. I can easy to edit like this to support: Edit `.\richtext-commonmark\src\androidMain\kotlin\com\halilibo\richtext\markdown\RemoteImage.kt` : ```kotlin val painter = rememberAsyncImagePainter( model = ImageRequest.Builder(LocalContext.current) .data(data...
Add a parameter ‘onImgClicked’ for `RichTextScope.Markdown` which invoke when a picture is clicked. Here some samples: Android: ```kotlin Markdown( content = sampleMarkdown, onImgClicked = { Toast.makeText(context, it, Toast.LENGTH_SHORT).show() } )...
I have a jpg file, but it's named "xx.png", when I try decode this file , I using `decodeImageFile("xx.png");` . But get a null . I check the code of...
开启滑动多选时,如果从底部往上滑动选择,选中顺序会出现“随机选中”而非如同从顶部向下滑动一样的按顺序选中,如图所示(注意看选中序号):  这个 PR 修复了这个问题,如果是从底部往上滑动时会按照顺序倒序依次选中图片,如图所示: 
1. 图片显示优化 2. 点击图片查看大图