1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-31 02:54:29 +02:00
Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service
Andreas Shimokawa b44b0fec7e Divoom Pixoo: Initial experimental support
Works:
- notifications
- call notification
- set time
- setting brightness
- setting 24h/12h format
- sending weather

Note
- this is implemented using using the classic bluetooth serial protocol, the
  device can do BLE, but I don't know how to use it, as I did not have the
  offical app to sniff.
- The information about the protocol comes from here
  https://github.com/jfroehlich/node-p1x3lramen/blob/main/source/devices/pixoo.js

TODO:
- Enable beep? Possible? I heard it beep once at least when switching it on
- Getting out of factory mode? Why does it always play animations even when I
   switch to the clock?
- Implement switching modes (can be done with the button)
- Implement sending own images and animations
- Firmware update?
- ...
2023-12-06 15:56:18 +01:00
..
btbr Add customize buffer size on BTBRQueue 2023-07-22 19:49:34 +00:00
btclassic Sony WH-1000XM3: Read information from device 2021-12-23 11:39:26 +01:00
btle BtLEQueue: fix typo in onCharacteristicChange 2023-12-04 23:32:23 +01:00
devices Divoom Pixoo: Initial experimental support 2023-12-06 15:56:18 +01:00
receivers Fix reconnect delay reset after all devices are initialized 2023-07-22 20:28:25 +01:00
serial Amazfit GTR 4: Initial support 2022-10-22 22:03:49 +02:00
AbstractDeviceSupport.java Removed call to start intent if no companion, defaulted companion preference to true, and reordered casio alert preferences to match watch order. 2023-11-25 22:52:26 +00:00
DeviceCommunicationService.java DeviceCommunicationService: catch uncaught exceptions from handleActions 2023-12-05 20:19:12 +01:00
DeviceSupport.java Zepp OS: Do not change GATT Callback unless explicitely set 2022-10-23 10:11:23 +01:00
DeviceSupportFactory.java Xiaomi: Cleanup code and comments 2023-11-25 22:18:34 +00:00
NotificationCollectorMonitorService.java update license headers 2021-01-10 23:38:13 +01:00
ServiceDeviceSupport.java Core: replaced device initialization logic with class based decision 2023-08-26 08:14:06 +00:00