Actions
Feature #670
openRefactor the deprecated AsyncTasks
Start date:
03/16/2021
Due date:
% Done:
0%
Estimated time:
Description
With Android API, AsyncTask is now deprecated.
It might be possible to migrate them all to background tasks, but it will likely take a little bit of redesign work.
Updated by Soren Stoutner about 2 years ago
There is one inside of SslCertificateErrorDialog. It could possibly be moved to its own class.
Updated by Soren Stoutner over 1 year ago
It might be possible to use a Kotlin coroutine.
Actions