X-Ryl669
X-Ryl669
``` In 16 bits: x16 must be uint16 R16 = R5 & 0xF800; G16 = (R5 & 0x7E0) 11) > 3; B8 = (R5 & 0x1F)
OpenH264 does software decoding (in addition to SIMD, but for now the former is better).
In the scenario when it's the Android application that's figuring out if a notification should be created, then your solution does not work (since the application will be "dozing" -...
For sigrok users, there's [this implementation for RP2040](https://github.com/pico-coder/sigrok-pico). Triggering is done in software on the PC, on the last revisions (starting from rev2), and it's more limited since you can...
The travis failure is likely a misconfiguration of travis build, not from the code (the code builds correctly).
In my case, I have a bug that cause the application main service to crash when starting, at "hostile" place. Clicking the crash notification tries to start the application (which...
> Even if the app is working fine but has some old crashes, it will always open the CrashListActivity first. I believe you wouldn't want such behaviour. This is exactly...
Please check this implementation, and tell me if it's ok for you ?
> Add all the db logic in SherlockDatabaseHelper Done > Expose API in Sherlock.java Done > User CrashTable.TRUNCATE_QUERY query to clear all crashes I haven't done like this because the...
There's already a ping feature in the PHP backend, so it might not be very hard to do. Please correct me if I'm wrong, but I think we should capture...