Commit Graph

40 Commits

Author SHA1 Message Date
2736f9bd99 increased reliability of pairing and unpairing
the pairlist now works again as intended.
furthermore more correct handling for special
cases like first/last device added.
2020-07-04 20:27:25 +02:00
427ff66213 cleaned up Makefile 2020-07-04 20:26:30 +02:00
51ec2690a8 Merge branch 'master' of https://github.com/AlexBocken/bthandler 2020-06-29 15:20:30 +02:00
0edc5b51fb fix scanning for devices broke pairing 2020-06-29 15:19:25 +02:00
Alexander Bocken
17c7c1c2b5
fix README.md 2020-06-28 19:07:40 +02:00
Alexander Bocken
549d771872
added new pending feature 2020-06-28 19:06:22 +02:00
f2d69e7759 Reimplemented trust option
Is enabled by default, autotrust is disabled by default
2020-06-28 14:43:34 +02:00
f38b841d2d connecting is now possible again (sry) 2020-06-28 14:38:32 +02:00
f70de55ec9 removes unnecessary power option depending on power state 2020-06-28 14:04:09 +02:00
28661c0ab3 implemented trust menu and autotrust 2020-06-09 20:20:35 +02:00
3dbb35c5e5 fix first action and last paired device being listed as one option 2020-06-09 18:57:47 +02:00
cacd807a9c cleanup 2020-06-09 18:33:27 +02:00
5729ed7c51 added immediate scan start on menu launch, rescan now available in paring menu 2020-06-09 18:20:51 +02:00
c667d9d602 updated README, now with example image 2020-06-08 22:19:03 +02:00
0a1975b214 updated README 2020-06-08 21:59:36 +02:00
5d2affc8e0 fix unpair feature 2020-06-08 21:53:13 +02:00
c18a45b38b MAJOR UPDATE: Improved reliability
removed unnecesarry temp files, cleaned up code via shellcheck.
Uses a hardcoded paired-devices list because bluetoothctl paired-devices
seems like utter garbage.
2020-06-08 21:29:02 +02:00
4e36aba9cb renamed bthandler to bt, added hardcoded paired_devices file since "bluetoothctl paired-devices" seems unreliable 2020-06-07 20:56:01 +02:00
57d4590b2b cleaned up error codes 2020-05-23 15:42:33 +02:00
Alexander Bocken
6d993c3a7e
fix formatting 2020-04-25 15:03:18 +02:00
88735ddbc7 improved clarity of README 2020-04-25 15:01:13 +02:00
e98df20ce9 added feature to remove paired devices via the menu 2020-04-22 14:10:15 +02:00
d36a34ca2b Merge branch 'master' of https://github.com/SeaOfFog/bthandler 2020-04-21 21:17:13 +02:00
cb3d6da5f1 checks for all necessary programs at startup now 2020-04-21 21:17:02 +02:00
Alexander Bocken
474b27402a
fix README 2020-04-21 21:06:07 +02:00
f69ddc7bca fixed issue of paired devices not being remembered after reboot 2020-04-21 20:58:39 +02:00
0ab6023614 Fixed error on connecting to already paired devices 2020-04-19 19:54:01 +02:00
0a561b3b02 Removed scan option from selection since pair does most of it, can still be selected by typing it 2020-04-19 10:38:08 +02:00
aae83cafe7 Cleaned up a bit 2020-04-19 10:32:44 +02:00
769135621a Updated Makefile for blacklist file 2020-04-19 10:13:49 +02:00
7520256f12 Fixed isseues raised by bash conversion, added a blacklist feature 2020-04-19 10:01:39 +02:00
0b9421af97 Converted script to bash instead of needing zsh, cleaned up a bit. 2020-04-18 22:31:45 +02:00
3502382e05 simplified makefile 2020-04-18 21:53:07 +02:00
47c4013835 removed unnecessary outputs to console that were used for debugging 2020-04-18 21:50:24 +02:00
SeaOfFog
c9762f7f34
Update README.md 2020-04-18 21:48:34 +02:00
8d05994c7b Merge branch 'master' of https://github.com/SeaOfFog/bthandler 2020-04-18 21:41:58 +02:00
44a6b0e3b0 Added initial Makefile 2020-04-18 21:41:04 +02:00
SeaOfFog
5c238b114b
More precise formulation 2020-04-18 21:30:09 +02:00
466cbbdcfd Initial Project Version 2020-04-18 21:26:30 +02:00
SeaOfFog
3985b735c4
Initial commit 2020-04-18 21:20:08 +02:00