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

Refactor HTTP layer #423

Closed hborisoff closed 3 years ago

hborisoff commented 3 years ago
What Where/Who
JIRA Issue SDK-141
People Involved @hborisoff

Background

Moving and making more readable HTTP code from Util class to a separate package com.leanplum.internal.http.

Introduced several new classes:

There is one test - LeanplumTest.testStartChangeCallBackForOffline, which is commented as it was failing silently and now started failing after changes in AbstractTest. It will be fixed in another PR.