FGA icon indicating copy to clipboard operation
FGA copied to clipboard

Issue #1968 - Automatic friend request

Open Rontaro opened this issue 8 months ago • 4 comments

Rontaro avatar Apr 20 '25 15:04 Rontaro

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 avatar Apr 22 '25 17:04 ArthurKun21

@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!

Rontaro avatar Apr 22 '25 21:04 Rontaro

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

ArthurKun21 avatar Apr 23 '25 02:04 ArthurKun21

Build 440

Download the latest APK for testing here

[!NOTE] You need a GitHub account to download the APK.

This URL is valid as long as the artifact has not expired yet.

github-actions[bot] avatar Aug 25 '25 00:08 github-actions[bot]