Talking about roadmap - I believe we should discus...
# chucker
v
Talking about roadmap - I believe we should discuss and plan timelines for at least 2 things: 1. Bumping minimum supported Android version to 5.0. We would need it in order to be up to date with components used in the library, like OkHttp. 2. Decide what to do with AsyncTasks, which are going to be deprecated quiet soon. Sure, they still will be functional, but we need to prepare anyway. Personally I am Ok with
coroutines
approach, like one of recently closed PRs suggested. We just need to plan deadlines and list them somewhere, so users are aware.
g
Yeah totally agree. I intentionally closed the PR related to coroutines as the
AsyncTask
we used to have was pretty trivial + we tend to restrict the amount of external deps. Now we start to have 2 + they're getting more and more complicated. I'm happy to rediscuss.