Marius Lindvall

Results 44 comments of Marius Lindvall

This can be handled using a custom scheme, e.g. `hauk://example.com/view/ABCD-1234`. Depends on the usefulness of #122.

"Unable to reach backend server" usually means that there's either a connection problem between your device and backend, or the share has disappeared from Memcached on the server. Since you...

That's a good point.. not sure how to handle this cleanly. Perhaps a popup window prompting which link to copy? I'll need to research what's possible.

Tapping the body of the notification itself will already open the app

Can you describe the issue in more detail?

That's strange, and shouldn't happen. Does the notification always stay behind? It appears as if the system doesn't stop the location service. Would it be possible for you to fetch...

Unable to reproduce this. Could you provide logs from the app?

The server isn't responding, or is not closing the connection properly. A normal push looks like this: ``` V/info.varden.hauk: .service.LocationPushService$2.onLocationChanged(LocationPushService.java:154): Location was received on fine location provider V/info.varden.hauk: .service.LocationPushService.onLocationChanged(LocationPushService.java:210): Sending...

I just added much more detailed logging to the app for this case in #106

If you get the dark red "server unreachable" right at the end of the share, it could be because the client tries to send one last location update after it...