MCMrARM
MCMrARM
There are several known deadlocks in the issue. More details will be included in this issue as I look into the issues with the deadlocks.
While I have no plans to merge the newui branch, the new chat view should be merged as the old one is hard to maintain. This should close some chat...
Currently, when all nickname options are exhausted the application shows no clear indication that it gave up and confuses the user.
App redesign
Android P has pretty much started a notable Material redesign. This probably should be addressed. After thinking about it for a bit, I decided that the application should be redesigned...
It looks like I have a memory leak in the application... Just after starting the application the memory usage is just above 100MB. After leaving the application for a day...
Currently the [Apartment(ApartmentState.STA)] annotation is not supported on Linux, which means that the SingleThreadedSynchronizationContext cannot be enabled on Linux and tests using the annotation are skipped with "Apartment state cannot...
I think it'd be nice to have a public chat for this project. I am considering the following options: - IRC - Discord - Gitter In my opinion, the best...
I'd like to have gamepad support. Implementing gamepad support with MCPE is pretty trivial, but I'm unsure how to handle gamepads at the system-level. I got something working with my...
This allows macro keys to be used with a modifier. The old implementation cancelled out any normal keys pressed alongside the macro key. This is solved by using input_event directly....