Mishiranu / Dashchan

Imageboards client for Android
GNU General Public License v3.0
397 stars 49 forks source link

CaptchaV2 #299

Open vasanthaganeshk opened 3 years ago

vasanthaganeshk commented 3 years ago

I'm unable to post anything

Mishiranu commented 3 years ago

I added a stupid implementation of new 4chan captcha, it should be solvable at least.

darlopvil commented 3 years ago

Works great. Are you planning to update the existing captcha or it will be like this?

Mishiranu commented 3 years ago

I'll keep it like this for now. I find it even easier since you see multiple options at once instead of moving the slide to find them.

Moreover, modular architecture makes it uneasy to implement a proper slider.

theoldsport commented 3 years ago

I find the current captcha implementation slightly more cumbersome on Dashchan than Kuroba. It seems on Kuroba there is no need to complete the captcha each time, and occasionally the slider is not used (similar behavior to a browser).

Here, it can be difficult to guess which grid is closest to correct with only a small viewport of the full captcha. The images are also slightly blurry. image

Kuroba by comparison has a crisper image and a wider viewport. image

Solution- Proper slider, or at least use wider views of the captcha if possible. Instead of a 9x9 grid, perhaps stacking 1x6 a wide view of the full captcha.