mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2025-02-12 18:06:47 +01:00
- 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 ==)