Skip to content
Snippets Groups Projects
Commit 160adca1 authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'use-android-executor' into 'master'

Use Android executor for background API calls

Some Android API calls need to be made from a thread with a message queue, but to keep the UI responsive they shouldn't be made from the UI thread.

This patch gives AndroidExecutor a captive thread with a message queue to execute tasks, and converts various background tasks from creating their own threads to using AndroidExecutor and IoExecutor.

This allows us to upgrade the support library to 23.2.1. Fixes #332.

See merge request !161
parents 3d4abee1 237a89d5
No related branches found
No related tags found
Loading
Showing
with 133 additions and 87 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment