ADAAAAMAAAANT CHEEEEESEEEE
I wanted to jack off to some anime sluts and tried to add some lewd boards from 8ch and it's not working, it just doesn't filter the boards, no fucking way I'm gonna scroll down thousands of boards.
Send help, please, this is urgent.
Clover 8ch issue
Other urls found in this thread:
github.com
twitter.com
It's searching through over 18 thousand boards. Give it some time. Nothing is broken. Submit an issue next time.
Is that so? so it just takes time to search? I'll give it a shot again then, I'm quite impatient I won't deny that.
I don't think it's working, I waited about 2 mins and it didn't seem to do anything, remember it working just fine a couple of versions ago, when it didn't show the board's actual name and description.
>Submit an issue next time.
I'm far too lazy to do that.
which board
/vx/
works for me;)
Unironically and unsarcastically? Maybe I have an outdated build...
Nope, just checked, I'm up-to-date, what the fuck is happening then?
I type the full name of the board i want to add, select it, hit add
how did you check? the in app updater doesn't work, you gotta download the latest apk manually:
github.com
>ADAAAAMAAAANT CHEEEEESEEEE
Found your problem.
It works fine on non-botnet Floens.
THIS
Testing on the shittiest VM that I could get working it takes 15 seconds. My usual dev VM takes 8. Either you have an old build or your device is super shitty.
How full are we talking about? you include the slashes too?
Yeah, I have the latest version >Clover-v3.0.3_DEBUG_51c18b6.apk
>non-botnet Floens
I know, I used to browse 8ch ok on Floens' versions but also on Adamantcheese's older versions, updated to the latest and it won't filter the boards.
I have an Galaxy S5, it's old as shit sure, but I wouldn't say its super shitty.
dashchan just works
OP here, It does work, it just takes some time and slashes seemed to be my issue since I wasn't including them, it takes about 20 seconds for me.
DAMN, DASHCHAN LOOKS LIKE THAT!?
New build up. Save dev function autoreloads, archived icon is at the start of names now so you can see it with long names, exact board code matches are at the top of the list. Submit issues instead of shit threads.
Adamant, could you answer this question I have:
In some manufacturer Android skins the stock Android text selection menu has been replaced with the manufacturer's own implementation. This sucks with Clover because you lose the very useful "Quote text" option from the text selection menu that lets you highlight only parts of a post to quote. I have noticed that Google's own apps and the Wikipedia app, among others, have code to override the manufacturer's text selection menu and bring back the stock implementation. Is this something that would be possible to do with Clover?
>Submit issues
But you get more attention this way, you know like it you silly sissy, thanks for working on Clover desu.
I only started because I wanted to be able to watch generals and save images from them better. And now I have a filter watch set up for these sorts of threads anyways so it might as well be an issue tracker with less features.
It's at a higher API level, 23. Min API is currently 15. Huge jump. See issue #637. I'm probably responding to you again from that issue.
Yeah, that's my issue.
>It's at a higher API level, 23. Min API is currently 15. Huge jump.
Sorry, I'm a coding brainlet, so I'm not sure what that that means in practice. If the feature got added, would it simply not work on phones with older Android versions, or would the minimum API level actually need to be raised to level 23 to even make it possible? How was the "quote" custom option in the text selection menu done then, is that on a lower API level?
I'm not really an Android developer by trade, but as far as I can tell, any apk with a higher level than the Android version will be prevented from being installed, to prevent crashes I guess. I would have to make a different apk for it which I don't want to do. The minimum API level would need to be raised, preventing people on older devices from installing it.
It can be done and you don't need to raise the MIN_API. Just by using checks like
if Build.VERSION.SDK_INT >= Build.VERSION_CODES.M
and then putting all the code that should run only on Marshmallow and above.
Either way I don't have time to develop right now. Maybe K1rak can do it while I'm busy for the next couple of weeks.
Can you add the latest version of recursive filtering?