1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-21 04:20:27 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
José Rebelo
298dbbe777 LeFun: Broadcast when HR samples are received 2023-07-09 14:29:39 +00:00
Damien Gaignon
be575af314 Add BTBR service 2023-06-13 12:06:13 +00:00
Arjan Schrijver
b1d03e9f7a Clean up duplicated unimplemented methods from device support classes
Moved to AbstractDeviceSupport so each device support class can override them if required. This change helps to keep the code base clean by not requiring every (Device)Support class to implement these methods even when they don't need them.
2023-01-05 22:11:32 +01:00
Damien Gaignon
619780977c Move lefun_language constant to generic 2022-03-30 22:01:08 +02:00
Damien Gaignon
46f93bd2e4 Move longsit constants to inactivity 2022-03-30 22:01:08 +02:00
License Bot
1b5402dcb4 update license headers 2021-01-10 23:38:13 +01:00
Yukai Li
d6bed776c5 Lefun: Use existing time format setting with handling for automatic format
Also fix "interface language" string name
2020-10-10 22:03:46 +02:00
Yukai Li
1242009b55 Lefun: Add comments 2020-10-10 22:03:46 +02:00
Yukai Li
6974a86b87 Lefun: Implement settings 2020-10-10 22:03:46 +02:00
Yukai Li
31078647b1 Lefun: Limit notification length further
In addition to the 255 pieces limit, the band also uses a byte for total message length, so cap that too to not run over previous message data.
2020-10-10 22:03:46 +02:00
Yukai Li
2c1167b1b3 Lefun: Use proper handler for firmware info 2020-10-10 22:03:46 +02:00
Yukai Li
a2090eeccb Lefun: Use proper handlers for find phone and battery level 2020-10-10 22:03:46 +02:00
Yukai Li
e220acb1b4 Lefun: Implement live step counting 2020-10-10 22:03:46 +02:00
Yukai Li
b225ab98a8 Lefun: Fix typo 2020-10-10 22:03:46 +02:00
Yukai Li
741fdbcbd2 Lefun: Tweak notifications for empty message handling 2020-10-10 22:03:46 +02:00
Yukai Li
c2375f95f4 Lefun: Implement notification support 2020-10-10 22:03:46 +02:00
Yukai Li
a1737c39fb Lefun: Add missing license headers 2020-10-10 22:03:46 +02:00
Yukai Li
0dd44ae2d6 Lefun: Implement limited find phone support 2020-10-10 22:03:46 +02:00
Yukai Li
b7abd328bb Lefun: Implement set alarm 2020-10-10 22:03:46 +02:00
Yukai Li
3d108d9d11 Lefun: Implement heart rate test 2020-10-10 22:03:46 +02:00
Yukai Li
d161415046 Lefun: Implement activity data sampling 2020-10-10 22:03:46 +02:00
Yukai Li
6c32a3a99d Lefun: Add operation status to requests 2020-10-10 22:03:46 +02:00
Yukai Li
1fc2356189 Lefun: Change queuing 2020-10-10 22:03:46 +02:00
Yukai Li
9fbfee945c Lefun: Allow keeping request in queue (for multirecord responses) 2020-10-10 22:03:46 +02:00
Yukai Li
61039f1749 Lefun: Add find device support, toast on error 2020-10-10 22:03:46 +02:00
Yukai Li
9454684974 Lefun: Add device support and initialization code 2020-10-10 22:03:46 +02:00