Marius Lindvall

Results 44 comments of Marius Lindvall

Hi, and thanks for the suggestion! According to the [Android docs](https://developer.android.com/reference/android/location/LocationManager#requestLocationUpdates(java.lang.String,%20long,%20float,%20android.location.LocationListener)), setting a long update interval should already help conserve battery usage: > The location update interval can be controlled...

Interesting. It shouldn't really have much effect, but if you're curious, it could be interesting to test in Hauk what happens with different intervals. Setting a minimum update distance in...

Thanks everyone for your feedback on this, sorry for not getting back to you earlier on this issue. I've been trying to figure out how to make a good response...

Sorry about being super late to get back to this. I've had a lot of other things on my hands and kind of forgot about this pull request. I'm not...

I've honestly been meaning to look into this pull request and the other issues on the repository for a while, but it's fallen completely off the radar, and for that...

Thanks for the report, and sorry for the delay in getting back to you. This appears to be an error on the frontend wherein the map script at one point...

The intent of the Docker image was to bundle a production-ready Hauk installation together with memcached, so that the user doesn't need to have any dependencies on other containers. Though...

The PIN is used as a key to identify which share people should join, so getting rid of it entirely isn't really feasible. As an alternative I can add support...

Hi, thanks for reporting this. Due to a technicality in Android, some background tasks are still considered to be running in the foreground and thus covered by the "in use"...

Sorry for being late to this issue. This should definitely be added to Hauk as a configurable option. I'll get around to that by next release. As for @licaon-kter's concern;...