Sarah

Results 99 issues of Sarah

Inspired by https://github.com/mapzen/eraser-map/issues/169

Migrate `TransitStop#getArrivalDateTime()` and `TransitStop#getDepartureDateTime()` from `String` to `Date`

Originating from this issue:tangrams/tangram-es#1501 Investigate which devices running 7.0 don't have TLS 1.2 enabled and potentially add support for them like we have done here: #116 https://issuetracker.google.com/issues/37122132 https://stackoverflow.com/questions/39133437/sslhandshakeexception-handshake-failed-on-android-n-7-0

Migrate from 'com.android.library' to 'java' gradle plugin

enhancement

Originating from this issue:https://github.com/tangrams/tangram-es/pull/1501 Investigate which devices running 7.0 don't have TLS 1.2 enabled and potentially add support for them like we have done here: https://github.com/pelias/pelias-android-sdk/pull/77 https://issuetracker.google.com/issues/37122132 https://stackoverflow.com/questions/39133437/sslhandshakeexception-handshake-failed-on-android-n-7-0

We should read the attribution string returned in geocoding and set it as a property on each `feature` created https://search.mapzen.com/v1/autocomplete?text=hoi%20polloi

We should extract as much non-android-specific logic out of the `PeliasSearchView` as we can and test it using junit.