TrustKit-Android icon indicating copy to clipboard operation
TrustKit-Android copied to clipboard

Move away from AsyncTask

Open jobot0 opened this issue 5 years ago • 0 comments

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.

jobot0 avatar Apr 01 '20 06:04 jobot0