1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-10 16:02:14 +02:00
Gadgetbridge/app
chklump 3b6f3b11bb Fix body_length overflow for long notifications.
The body_length field in the header is only one byte (byte 8). If it it is set to 256 it overflows to 0 wich results in a corrupt notification. So the maximum body length is 255.
2021-08-27 14:04:06 +02:00
..
src Fix body_length overflow for long notifications. 2021-08-27 14:04:06 +02:00
build.gradle update changelog bump version 2021-08-26 10:59:53 +02:00
proguard-rules.pro Added a R8 rule to make sure data classes for Gson don't get optimized out 2021-06-09 00:52:50 +03:00