Sarah

Results 20 comments of Sarah

Thanks for the report. From the stacktrace I can see that you're using Lost via the Android SDK, which version of the SDK are you using? Clicking the "find me"...

Relevant https://github.com/mapzen/eraser-map/issues/710

Relevant Tangram ticket: https://github.com/tangrams/tangram-es/issues/1678

Thanks for the well documented report! 1. We should update Lost to do nothing if the client is already connected and `connect()` gets called (its odd it doesn't behave like...

1. Yeah, because the `LostApiClient` calls the [`FusedLocationProviderApi#connect`](https://github.com/mapzen/lost/blob/master/lost/src/main/java/com/mapzen/android/lost/internal/LostApiClientImpl.java#L47) method which calls this internal object's [connect method](https://github.com/mapzen/lost/blob/master/lost/src/main/java/com/mapzen/android/lost/internal/FusedLocationServiceConnectionManager.java#L56-L65) and updates the state used when [determining](https://github.com/mapzen/lost/blob/master/lost/src/main/java/com/mapzen/android/lost/internal/LostApiClientImpl.java#L64-L67) if a client is connected 2. I...

Thanks for the report. I have a few questions to help narrow this down...when is the telemetry service connected in relation to Lost? And from which process is the connection...

Thank you all for the details and sorry for the delay, I have been away on vacation. I will need to do some testing to verify if this is a...

Also add `GeofencingRequest#getInitialTrigger ()`

A first pass at the Rx APIs: ```java public enum ConnectionStatus { CONNECTED, SUSPENDED } public class RxLostApiClient { public RxLostApiClient(Context context) public Observable getConnectionStatus(); } public class RxLocationServices {...

~@rwrx Thanks for your report! Could you repost the LeakCanary screenshot? It looks like it has been removed in the link above?~ Nevermind! I've got an old copy of it....