Commit Graph

  • ce90459491 Merge branch 'master' into gatt_localtime gatt_localtime uli 2022-11-21 12:22:54 +0100
  • 0c369dc5df Merge pull request 'replace pactl based volume control with mpris based volume control' (#6) from FloralExMachina/infinitime:master into master master Elara 2022-11-19 22:46:12 +0000
  • 5fb5cf4b92 removed pulseaudio-utils and libpulse dependencies razorkitty 2022-11-19 22:43:03 +0000
  • 76809726d5 replace pactl based volume control with mpris based volume control methods razorkitty 2022-11-19 21:30:54 +0000
  • 72b558707e Use NavFlag type in SetFlag() Elara 2022-11-06 20:20:15 -0800
  • 31f4c51a61 Improve navigation API Elara 2022-11-06 20:08:13 -0800
  • 8e5bbafba8 Fix typo Elara 2022-11-05 20:54:45 -0700
  • e6fb402c0c Remove check for unchanged values and refactor code Elara 2022-11-05 20:33:30 -0700
  • 1f5301f5de Added Navigation service (#5) yannickulrich 2022-11-03 19:09:06 +0000
  • 0ad671d3f5 Assume MTU if not available from BlueZ Elara 2022-10-25 12:36:34 -0700
  • 54fdd19bec Use timestamp with timezone offset to (finally) fix weather issue Elara 2022-10-20 01:41:15 -0700
  • a01f1b9d92 Close files properly when returning an error (Arsen6331/itd#29) Elara 2022-10-17 12:49:49 -0700
  • bb017b471e Stop DBus errors from causing panics by checking error type (Arsen6331/itd#29) Elara 2022-10-17 12:19:23 -0700
  • 01970b2bb7 Add debug logging to resource loading Elara 2022-10-16 12:39:42 -0700
  • b476853dc0 Fix RemoveAll() and MkdirAll() functions Elara 2022-10-16 12:39:11 -0700
  • 3e9957d419 Implement resource loading feature Elara 2022-08-29 14:43:16 -0700
  • b5d345cdec Remove debug code Elara 2022-08-29 14:23:10 -0700
  • 0eead333b7 Add RemoveAll() and MkdirAll() to the filesystem implementation Elara 2022-08-29 14:22:02 -0700
  • e4c12d32a1 Add Stat() to filesystem implementation Elara 2022-08-29 14:06:56 -0700
  • 5af53d1dc6 Fix bug where the filesystem implementation misreports the amount of bytes written, causing functions such as io.Copy() to return an error Elara 2022-08-29 14:05:33 -0700
  • d199fba93c Update go-bluetooth library for 5.65 support Elara 2022-08-19 14:02:52 -0700
  • f56be08106 removed warning uli 2022-05-31 12:00:38 +0200
  • 49cde2b3c2 moved SetTimezone into SetTime to keep values consistent uli 2022-05-30 22:34:03 +0200
  • ee06b34281 nicer code uli 2022-05-30 15:37:32 +0200
  • e10697448c added local time characteristic uli 2022-05-29 23:41:19 +0200
  • 9ed74726c4 Add contexts and improve error handling Elara 2022-05-11 13:22:57 -0700
  • 1533865e4c Fix error handling in (*FS).Remove() Elara 2022-05-05 12:39:16 -0700
  • 65fa04d360 Use adapter ID in btmgmt as well Elara 2022-05-02 20:20:16 -0700
  • 5e5eef15dc Ask for adapter ID in Init() Elara 2022-05-02 20:14:46 -0700
  • 6c3f1b14c9 Clarify DFU debug logs Elara 2022-04-23 20:08:49 -0700
  • 2def4b13ac Add debug logging Elara 2022-04-23 19:58:00 -0700
  • 2f51bde597 Use log level provided in options Elara 2022-04-23 19:07:41 -0700
  • bebd1017c5 Ensure that done signals for Watch functions are handled properly and restart notifications if they stop unexpectedly Elara 2022-04-23 18:40:25 -0700
  • b7a50271be Log when too many disconnects occur rather than removing the device (Arsen6331/itd#10) Elara 2022-04-16 04:24:21 -0700
  • 7026da3f6f Handle case where artists value is a single string rather than a slice. Fixes Arsen6331/itd#9. Elara 2022-03-04 12:04:37 -0800
  • e82981e3fc Rewrite connect/reconnect code Elara 2022-02-21 02:46:20 -0800
  • 738e140bfb Create custom BlueZ agent Elara 2021-12-16 21:30:29 -0800
  • 9250d26fdc Restrict to one open file of each type at a time Elara 2021-12-13 09:56:34 -0800
  • 382b1d9556 Add file transfer progress Elara 2021-12-12 13:25:40 -0800
  • a2ff29ce84 Add weather service Elara 2021-12-12 12:43:43 -0800
  • 522c10a9c0 Set connected property to true in all connecting functions Elara 2021-11-25 20:33:06 -0800
  • bd057815cf Fix checkStatus call in (*Device).FS() Elara 2021-11-25 13:35:58 -0800
  • 58d5036f20 Allow multiple call notification responses and improve error handling Elara 2021-11-25 12:39:43 -0800
  • 9966880bc8 Only allow OnChange() to be called once Elara 2021-11-24 17:21:12 -0800
  • e12ccb2ff5 Fix README errors Elara 2021-11-24 16:51:42 -0800
  • 4b8b2a3b22 Remove playerctl from dependencies and add pactl providers Elara 2021-11-24 16:50:35 -0800
  • e9a611aec8 Buffer message channel for music Elara 2021-11-24 16:41:56 -0800
  • d9823bf0c8 Switch player to MPRIS interface Elara 2021-11-24 16:31:18 -0800
  • ec1548ec0f Remove BLE docs as they have been merged into InfiniTime Elara 2021-11-22 21:20:01 -0800
  • e9a92bac46 Implement BLE filesystem (experimental and will change in the future) Elara 2021-11-22 21:19:30 -0800
  • ec43bad466 Update go-bluetooth to fix BlueZ 5.62 compatibility Elara 2021-11-22 01:14:16 -0800
  • 504a64da93 Upgrade go-bluetooth version Elara 2021-11-01 11:20:10 -0700
  • 7fb1fcce68 Create Init() rather than using init() Elara 2021-11-01 09:19:12 -0700
  • 75942bdb0c Add whitelist to pair() and make case insensitive Elara 2021-10-26 21:42:41 -0700
  • 53aa6f8a0c Add cancel functions to battery level and heart rate Elara 2021-10-22 21:26:33 -0700
  • 45baea1048 Implement Motion Service Elara 2021-10-22 12:59:51 -0700
  • 1dde7f9b07 Fix issue where DFU responses are missed causing DFU to time out intermittently Elara 2021-10-21 20:17:44 -0700
  • d1a75f1c67 Fix Alert Notification Service Client link Elara 2021-10-15 20:13:09 -0700
  • 937a3298c8 Fix typo Elara 2021-10-15 20:11:34 -0700
  • bf99350e48 Add name to Notification Event UUID Elara 2021-10-15 20:10:59 -0700
  • c4c0c46d71 Add docs for InfiniTime BLE Elara 2021-10-15 19:58:57 -0700
  • c101249d3e Add call notification support Elara 2021-10-15 00:23:54 -0700
  • a1e08ed862 Prevent sending of extra zero bytes during DFU Elara 2021-10-06 17:08:21 -0700
  • dbfe8bb8c4 Power on bluetooth as part of setup Elara 2021-09-09 08:34:56 -0700
  • 745b4bd37c Return intial values in watch functions Elara 2021-08-24 22:17:34 -0700
  • 0430ddcd30 Add watch function for battery level Elara 2021-08-24 21:55:03 -0700
  • 8648afeebf Improve current music status functions Elara 2021-08-23 10:16:03 -0700
  • 75121b709c Add functions for current status and metadata Elara 2021-08-23 10:07:11 -0700
  • 9553844896 Remove pair timeout entirely Elara 2021-08-22 13:12:16 -0700
  • 47293f04bc Fix bug where Connect blocked forever after 10 seconds Elara 2021-08-22 13:09:56 -0700
  • d228b6cf60 Fix segfault due to using wrong opts struct Elara 2021-08-21 20:27:31 -0700
  • 91fbe718e5 Add error handling to connect call Elara 2021-08-21 20:25:09 -0700
  • 7f19dfb354 Allow configuration of pair timeout Elara 2021-08-21 20:24:56 -0700
  • ea488067fb Add progress to DFU Elara 2021-08-21 00:04:29 -0700
  • 08076e6ba2 Mention import path in README.md Elara 2021-08-19 18:04:23 -0700
  • 3eadabe975 Add go reference badge Elara 2021-08-19 17:59:38 -0700
  • 21078996c1 Initial Commit Elara 2021-08-19 17:41:09 -0700