Leanplum / Leanplum-Android-SDK

Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
https://www.leanplum.com
Apache License 2.0
46 stars 40 forks source link

Using OperationQueue #385

Closed milos1290 closed 4 years ago

milos1290 commented 4 years ago
What Where/Who
JIRA Issue LP-9360
People Involved @milos1290

Background

Removes the OsHandler class in favor of OperationQueue. Removes usage of AsyncTasks in favor of executors. Improves test execution speed

Implementation

Testing steps

Is this change backwards-compatible?