WangDaYeeeeee / GeometricWeather

A Material Design Weather Application
GNU Lesser General Public License v3.0
2.44k stars 186 forks source link

Add cache support for OkHttpClient #391

Open rthery opened 2 years ago

rthery commented 2 years ago

This will allow the app to respect cache requests from APIs and their potential rate limits (such as with AccuWeather, but doesn't do anything for Météo France, since their API doesn't provide any information on how their responses need to be cache...)

fixes WangDaYeeeeee/GeometricWeather#244

papjul commented 1 year ago

Given the lack of reply from main developer, I decided to merge all currently pending pull requests in #440, so you can find your PR there, if you want to compile from source using the other enhancements/fixes