Project

General

Profile

Actions

Feature #670

open

Refactor the deprecated AsyncTasks

Added by Soren Stoutner about 2 years ago. Updated over 1 year ago.

Status:
New
Priority:
3.x
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.

Actions #1

Updated by Soren Stoutner about 2 years ago

There is one inside of SslCertificateErrorDialog. It could possibly be moved to its own class.

Actions #2

Updated by Soren Stoutner over 1 year ago

It might be possible to use a Kotlin coroutine.

https://developer.android.com/kotlin/coroutines

Actions

Also available in: Atom PDF