1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-30 08:46:16 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/devices
Daniel Dakhno ef1d38d9d3 Device Manager: replaced getSupportedType with supports method
Huami: introduced getSupportedDeviceName

Huami: implemented getSupportedDeviceName

Huami: fixed typo

Device manager: added error on empty getSupportedDeviceName and empty supports()

Device manager: migrated more devices to getSupportedDeviceName

Device manager: simplified default supports implementation

Device manager: added caching for getSupportedDeviceName pattern

Device manager: added caching DeviceType resolution

Device manager: changed pattern matching find()->matches()

Device manager: use Candidate as caching key

Device manager: more verbose variable initialization

Device manager: fixed typo

Device manager: removed device caching from DeviceHelper

Gradle: removed protoc binary

Device manager: moved more devices to getSupportedDeviceName

Device manager: reduced usages of String.format

Device Vesc: removed multiple device types

Device management: regex improvements

Makibes HR3: fixed device recognition regex
2023-10-05 20:34:53 +00:00
..
amazfitbip
asteroidos Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
banglejs Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
binary_sensor Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
casio Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
domyos Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
fitpro Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
flipper/zero Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
galaxy_buds Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
hplus Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
huami Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
id115 Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
itag Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
jyou Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
lefun Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
lenovo Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
liveview Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
makibeshr3 Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
miband Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
mijia_lywsd02 Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
miscale2 Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
no1f1 Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
nothing Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
nut Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
pebble Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
pinetime Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
qc35 Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
qhybrid Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
roidmi Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
smaq2oss Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
soflow Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
sony Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
sonyswr12 Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
supercars Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
test Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
tlw64 Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
um25 Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
vesc Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
vibratissimo Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
vivomovehr Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
waspos Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
watch9 Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
withingssteelhr Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
xwatch Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
zetime Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
AbstractBLClassicDeviceCoordinator.java multi-device-support (#2526) 2022-06-14 18:05:41 +02:00
AbstractBLEDeviceCoordinator.java multi-device-support (#2526) 2022-06-14 18:05:41 +02:00
AbstractDeviceCoordinator.java Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
AbstractSampleProvider.java Device manager: moved device icons and name to Coordinator 2023-09-28 00:11:02 +03:00
AbstractTimeSampleProvider.java Introduce generic TimeSamples for recorded data 2023-05-22 22:15:35 +00:00
DeviceCoordinator.java Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00
DeviceManager.java Based on Play Store crash reports and stack traces, add a null check to try and avoid crashes 2023-05-22 13:38:04 +01:00
EventHandler.java Zepp OS: Add loyalty cards integration with Catima 2023-07-03 23:19:19 +01:00
InstallHandler.java
SampleProvider.java Add Steps streaks screen 2022-07-30 10:07:26 +02:00
TimeSampleProvider.java Introduce generic TimeSamples for recorded data 2023-05-22 22:15:35 +00:00
UnknownDeviceCoordinator.java Device Manager: replaced getSupportedType with supports method 2023-10-05 20:34:53 +00:00