Zoff
Zoff
TRIfA does have this functionality. see the f-droid store
this is already in progress. if you have scala and android knowledge you can help
@xshzr until this feature is supported you can try https://f-droid.org/en/packages/com.zoffcc.applications.trifa/
window id seems to be the friendnumber which can be up to UINT32_MAX so i fear this needs a different logic
https://github.com/uTox/uTox/blob/55b0222e30e7a0974ca1ca3ced229646b264cacd/src/windows/main.h#L54-L55 fix here too. at least here you can have 128 friends before it crashes
hello?
yes, have more than 32 friends and start video call with the friend you added last. then uTox will access the array out of bounds without checking. and corrupt its...
https://github.com/uTox/uTox/blob/55b0222e30e7a0974ca1ca3ced229646b264cacd/src/xlib/video.c#L48 here check if id < MAX_VID_WINDOWS bascially check at every access of "video_win" array if its would be accessed out of bounds. and if video cant be started, give...
in the end this needs to be totally rewritten, it cant work properly with a fixed size array
@stevenleeS0ht Antox has not been in active development for years. please look at the current app: https://f-droid.org/packages/com.zoffcc.applications.trifa/ https://github.com/zoff99/ToxAndroidRefImpl/tree/zoff99/dev003