Block a user
ce90459491
Merge branch 'master' into gatt_localtime
0c369dc5df
Merge pull request 'replace pactl based volume control with mpris based volume control' (#6) from FloralExMachina/infinitime:master into master
5fb5cf4b92
removed pulseaudio-utils and libpulse dependencies
76809726d5
replace pactl based volume control with mpris based volume control
72b558707e
Use NavFlag type in SetFlag()
0c369dc5df
Merge pull request 'replace pactl based volume control with mpris based volume control' (#6) from FloralExMachina/infinitime:master into master
5fb5cf4b92
removed pulseaudio-utils and libpulse dependencies
76809726d5
replace pactl based volume control with mpris based volume control
72b558707e
Use NavFlag type in SetFlag()
31f4c51a61
Improve navigation API
added setting of timezone
lol, gitea has a point here. No changes to this code anymore, after adapting https://gitea.arsenm.dev/Arsen6331/infinitime/pulls/4
added setting of timezone
adapted to changes in https://gitea.arsenm.dev/Arsen6331/infinitime/pulls/4
added local time characteristic
- Moved code into one function
- Added bit of code documentation
- Checked for existence of the new characteristic and added warning printout for it (or do you prefer it to fail completely silent?)
added local time characteristic
Overall, this PR looks good, but this seems like it should accept a
*time.Location
instead oftime.Time
because that would be a bit better for users of the library.Then, in the…
added local time characteristic