summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-28bump versionexternals/bluetoothRaffael Stocker
2024-10-27correct copyright noticeRaffael Stocker
2024-10-27update .gitignoreRaffael Stocker
2024-10-27silence a compile warning due to an unused return valueRaffael Stocker
2024-10-27delete bluetooth-pkg.el as it is generated automaticallyRaffael Stocker
2024-10-27correct mode descriptionRaffael Stocker
2024-10-27use ‘function’ quoting for functionsRaffael Stocker
2024-10-27Merge branch 'scratch/reorganisation'Raffael Stocker
2024-10-27update READMERaffael Stocker
2024-10-27perform minor cleanups and add some commentsRaffael Stocker
2024-10-27change project URL to codeberg and add to all filesRaffael Stocker
2024-10-27use when-let* and if-let* instead of un-starred versionsRaffael Stocker
2024-10-13bluetooth.el (bluetooth-init): redefine bluetooth-menu on initRaffael Stocker
2024-10-13require transient version 0.5.0Raffael Stocker
2024-10-13add transient dependency to Makefile and clean upRaffael Stocker
2024-10-13bluetooth.el (bluetooth-devatpt): handle uninitialized mode gracefullyRaffael Stocker
2024-10-13ignore a few more things in .elpaignoreRaffael Stocker
2024-10-13add a basic battery plugin menuRaffael Stocker
2024-10-13add transient menusRaffael Stocker
2024-10-13make sure bluetooth-device--info is a hash table before maphashingRaffael Stocker
2024-10-07use a buffer-local hook with tabulated-list-revert-hookSteven Allen
2024-10-07use a buffer-local hook with tabulated-list-revert-hookSteven Allen
2024-08-12use "Connected" and "ServicesResolved" properties in signal handlerRaffael Stocker
2024-08-12tag interactive forms with ‘bluetooth-mode’Raffael Stocker
2024-08-11add news section to READMERaffael Stocker
2024-08-11bluetooth-battery.el: improve documentationRaffael Stocker
2024-08-11use "percentage", not "level" for battery percentageRaffael Stocker
2024-07-09add function to obtain device at point (in the tabulated list)Raffael Stocker
2024-07-02use list id, not line number for follow mode statusRaffael Stocker
2024-07-02add ‘%’ sign to battery level display in device infoRaffael Stocker
2024-07-02update the list view after removing a deviceRaffael Stocker
2024-07-02query device properties upon update, instead of using cached valuesRaffael Stocker
2024-07-01use toggle buttons in the menuRaffael Stocker
2024-07-01add echo-area feedback to commandsRaffael Stocker
2024-07-01make the list format customizableRaffael Stocker
2024-07-01handle update timer in signal handler, not commandsRaffael Stocker
2024-06-30add plain text READMERaffael Stocker
2024-06-30improve doc-strings in bluetooth.elRaffael Stocker
2024-06-30remove bluetooth-unload-function as there are too many features nowRaffael Stocker
2024-06-30add dbus-event (error message) handlingRaffael Stocker
2024-06-30show "Bonded" property in device infoRaffael Stocker
2024-06-30update Readme.orgRaffael Stocker
2024-06-30use Q as key-binding for shutdown, to not conflict with sortingRaffael Stocker
2024-06-30add device info follow modeRaffael Stocker
2024-06-30update doc-strings in bluetooth-lib.elRaffael Stocker
2024-06-30update doc-strings in bluetooth.elRaffael Stocker
2024-06-29update doc-strings in bluetooth-pluginRaffael Stocker
2024-06-29correct function argument checkRaffael Stocker
2024-06-29update doc-strings in bluetooth-deviceRaffael Stocker
2024-06-29use property hooks instead of a signal in bluetooth-batteryRaffael Stocker