Support Etag for API Requests
Opened this issue · 0 comments
choefele commented
The Android app currently doesn't properly support Etags. For this reason, the entire data set is downloaded every time the app starts.
The Android app uses OkHttp for network requests. This library supports caching with Etags, but for some reason this doesn't work yet. Generally speaking, the Stolpersteine server supports Etags, so it's probably a client configuration.