ohayoyogi

Results 3 issues of ohayoyogi

Is there any plan to support other multimedia library such as SDL2(with JNI)? Currently, freej2me depends on AWT and makes it difficult to be ported to other platform which does...

Hi, I'm Windows user. I wrote CMakeLists.txt to support Windows SDL. Build command is below. ``` cd freej2me/src/sdl2 mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=%USERPROFILE%\freej2me -G "Visual Studio 17 2022"...

## 🎯 Goal Preventing deleting last_read of current user. ## 🛠 Implementation details In current implementation, `getLatestMessageReadStatus` function manipulates `channel.state.read` directly and deletes read state of current user. ``` const...