Bernhard B.

Results 473 comments of Bernhard B.

I think I should be able to have a first version ready in the next few days. Unfortunately this feature is a bit of a pain to test. Do you...

There's now a docker image available for testing: ` bbernhard/signal-cli-rest-api:0.107-dev` The sourcecode can be found in the [trust_mode](https://github.com/bbernhard/signal-cli-rest-api/tree/trust_mode) git branch. The trust mode can be set with the `[post] /v1/configuration//settings`...

Cool! Many thanks for testing! I'll merge the changes then into the master branch - so it will be included in the next productive release.

Thanks for the PR! > I followed the example of other additional parameters, though I am wondering if it could be moved to the main data structure. good question. Personally...

Thanks a lot for the update @r-xyz! I am not sure if I am qualified to answer that, as I do not know how the Home Assistant core team sees...

Many thanks for working around the breaking change - very much appreciated! From my side the extension looks good! :heavy_check_mark: Thanks a lot for for working on this - this...

Hi @benlau , first of all, many thanks for helping me with this one. Unfortunately I only get the error message in the app - there is no message in...

Thanks for the info, didn't know that adb logcat can catch errors from a service. I'll try that in a minute. Do you maybe know a tool that can visualize...

Hi, thanks for the quick reply! I did create the custom activitiy and also added the activity to the AndroidManifest.xml file, as described in the readme file. However, I am...

Thanks for the detailed description. I checked my sourcecode again step by step and changed it accordingly. However, now I am getting a few error messages during compilation: ``` MyCustomAppActivity.java:4:...