mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-01-27 10:07:32 +01:00
a024055e69
- remove unused imports - use java style array declaration - use arraycopy instad of looping byte-by-byte - fix wrong LOG output usage (positional argument instead of concat operator used) - fix bad string comparision (must use equals() instead of ==)