Results 243 comments of Dmitry

You mean this? ![image](https://user-images.githubusercontent.com/10332458/189361317-55a4ee74-2252-4114-acc7-132d22fe1bea.png)

I mean you can set that option and it won't show you any notifications where there duplicates and will just do nothing and skip image downloading.

Tap is already used for toggling fullscreen mode (like in 99% of other media viewers).

Full screen mode is when Android navigation UI is hidden (status/navigation bars). Single tap toggles it. This behavior is used in pretty much all media viewers.

Yeah, because Clover (Blue/Red/neither of them) doesn't use fullscreen mode. You are confusing fullscreen (or immersive) mode and a media viewer. See https://developer.android.com/develop/ui/views/layout/immersive

>compared to Clover and Kuroba BlueClover is already fixed, Kuroba is going to be fixed soon. Everyone is going to be happy using whatever they want so there is no...

Actually, I think if someone sends me a PR, then I will merge it. I just don't want to do it myself.

In this part ``` else: if same_size_exist & same_checksum: skip ``` do you mean to check every single file in the directory whether any of them has the same size...

>Still it has to loop for every file in the directory but comparing the names and the sizes are light operations It's not with SAF. To get a filename or...