mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
- deduplicate code from BangleJSDeviceSupport and IntentApiReceiver - add support for more standard types - add BangleJS support for simple JSON arrays and JSON null values: - `"nullValue" : null` - `"booleanArray" : [true, false]` - `"doubleArray" : [1.2, -3.4]` - `"longArray" : [12, -34]` - `"StringArray" : ["12", "xyz"]`