Andreas Kaltenleitner

Results 6 issues of Andreas Kaltenleitner

Hey @PrateekKumarSingh , The graph is already great, if the data is in the correct range and the values are steady. ## The problem However in my case for example...

I run a http server for my ui test. In order to check the app's request, I defined a route and tried to read the request body with `DataReader` as...

I have the following test in my `XCTestCase`, which should demonstrate the problem. ```Swift let mockServer = MockServer() mockServer.start() mockServer.router["/test"] = JSONResponse() { _ -> NSDictionary in print("request received") return...

Add command to play sound on the device in case you have lost it in a place close to you. Idea is from discussion https://github.com/tranquvis/SimpleSmsRemote/issues/45 .

enhancement

This new feature should allow someone to receive updates about the location continuously. So if you want to keep track of a moving object, you don't have to send "get...

enhancement

Turning Wifi Hotspot on/off isn't possible anymore on android >= 8.0 in the way it was possible before. Some information can be found here: https://stackoverflow.com/questions/6394599/android-turn-on-off-wifi-hotspot-programmatically. Android introduced a new api,...

enhancement