Sarah
Sarah
Our builds are frequently failing because they hit the 4G memory limit on circle: `Your build has exceeded the memory limit of 4G on 1 container. The results of this...
From the [docs](https://developer.android.com/guide/topics/manifest/uses-feature-element.html): "Declared elements are informational only, meaning that the Android system itself does not check for matching feature support on the device before installing an application" We should...
As mentioned (https://github.com/mapzen/android/pull/260), it requires a LOT of setup to properly test calls to `LocationServices.FusedLocationApi` Lets provide a way to do this for developers: ``` FusedLocationProviderService.FusedLocationProviderBinder stubBinder = mock(FusedLocationProviderService.FusedLocationProviderBinder.class); FusedLocationProviderService...
### Description Currently, `Status#startResolutionForResult` starts an `Activity` that does not finish with `RESULT_OK`. Instead, developers rely on the `requestCode` to determine application flow. As per https://github.com/mapzen/lost/pull/150 we should try: Wrapping...
Associate registered geofences with a client and remove them when the client is shutdown
### Description Sometimes geofences dont trigger. Restarting my phone has resolved the issue but maybe there is a better way to fix this or way to prevent the phone from...
Hi @redfish64! I just stumbled upon your recent Lost revert and wanted to see if you had more detailed information around your accuracy requirements. Could you elaborate more? We have...
Allow pinching to occur. Currently, the map is re-zoomed if a new location is received when in the middle of a pinching gesture.
Per: https://github.com/mapzen/ios/pull/369