Reimar Döffinger
Reimar Döffinger
Should be possible to just drag them into the desired order. It seems the easiest way would be to first convert from ListView to RecyclerView. Possibly useful references: https://medium.com/@ipaulpro/drag-and-swipe-with-recyclerview-b9456d2b1aaf
Currently it is just a text field to enter a path. It should instead also have a more user-friendly selection like "internal storage", "external SD" etc.
A one-off compile and run is rather painful currently: either you need to install, or you need to rename libpe.so to libpe.so.1 and set LD_LIBRARY_PATH. For quick one-off usage a...
A single program is better than nothing, but it can't replace a whole ecosystem of tools. It would be nice to have a library that other programs can call, preferably...
That way it is respected also in init_unit_test_suite. This allows handling these in some other way even in that function, and it also allows to install custom signal handling from...
It works for displaying a usable OSD in MPlayer at full screen resolution and even if using hardware decode, but is far too slow for fullscreen use for example. Signed-off-by:...
I wrote this mostly because I was curious if it would work, I am sure quite a few things could be improved. But I'll only work on it more if...
Some joysticks seem to have issue with e.g. drifting if the in-game deadzone handling is patched out. It is of course possible to just leave that enabled by default, but...
It currently cannot detect if some intermediate is expiring. This could happen if the certificate chain was not updated for example. Maybe this is a job for a different tool...
Also for the "component" and "obj" functions these use. Fixes issue #134.