Project

General

Profile

Actions

Feature #670

closed

Refactor the deprecated AsyncTasks

Added by Soren Stoutner about 3 years ago. Updated 4 months ago.

Status:
Closed
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 almost 3 years ago

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

Actions #2

Updated by Soren Stoutner over 2 years ago

It might be possible to use a Kotlin coroutine.

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

Actions #3

Updated by Soren Stoutner 4 months ago

  • Status changed from New to Closed

This was fixed several releases ago with the switch to Kotlin and Coroutines.

Actions

Also available in: Atom PDF