datatheorem / TrustKit-Android

Easy SSL pinning validation and reporting for Android.
MIT License
583 stars 87 forks source link

Move away from AsyncTask #71

Open jobot0 opened 4 years ago

jobot0 commented 4 years ago

Is your feature request related to a problem? Please describe. The AsyncTask API is getting deprecated. However we're using it in the reporting process. We should move away to implement another solution.

Describe the solution you'd like The documention suggests:

Use the standard java.util.concurrent or Kotlin concurrency utilities instead.

Both imply major changes. The second one would be a more modern solution.