Issue #1968 - Automatic friend request
you can probably copy the implementation I did before to handle the full friend list
- #1816
For anything else, just wait for reconman to review this. Best of luck!
@ArthurKun21
To be honest yesterday I had the problem that the support had the friend list full and i tried to fix it this way: https://github.com/Rontaro/FGA/pull/1 but i didn't understand what i was getting wrong! How do i debug things like images[Images.SupportFriendRequestEnabled] in locations.resultFriendRequestSendRequestRegion? I will try to look into you solution btw, thanks!
How do i debug things like images[Images.SupportFriendRequestEnabled] in locations.resultFriendRequestSendRequestRegion?
https://github.com/Fate-Grand-Automata/FGA/blob/3fa22671f7db0b8f93f58b83fa942b750acbd5b6/libautomata/src/main/java/io/github/lib_automata/AutomataApi.kt#L28
https://github.com/Fate-Grand-Automata/FGA/blob/3fa22671f7db0b8f93f58b83fa942b750acbd5b6/libautomata/src/main/java/io/github/lib_automata/StandardAutomataApi.kt#L36-L40
essentially, this is opencv's template matching
https://github.com/Fate-Grand-Automata/FGA/blob/3fa22671f7db0b8f93f58b83fa942b750acbd5b6/app/src/main/java/io/github/fate_grand_automata/imaging/DroidCvPattern.kt#L78-L126