FooIbar

Results 176 comments of FooIbar

搜索要考虑一下设计,可以先加个滚动条

I'm planning to release 1.12.0, so this will be postponed.

https://github.com/FooIbar/EhViewer/actions/runs/11070014567/artifacts/1987160960 安装这个版本重新设置下载目录,不要选“下载”,在“内部存储空间”里新建一个文件夹

你之前的下载目录是什么? /sdcard/Android/data/moe.tarsin.ehviewer/files/download 里有没有文件?

> Through the Filter framework we will successfully decouple (something should animates between some Screen explicitly set) and the Screen itself Should we? We might want fine-grained control over the...

``` Screen └── Lazy(List|Grid) └── (List|Grid)Item └── Thumb ``` We need to distinguish between list/grid items, so the key should be generated on the call site of (List|Grid)Item.

> > We need to distinguish between list/grid items, so the key should be generated on the call site of (List|Grid)Item. > > I'd like to avoid distinguish them if...

> > > > We need to distinguish between list/grid items, so the key should be generated on the call site of (List|Grid)Item. > > > > > > >...