Closed pwittchen closed 6 months ago
A couple things in general for work on this open source repo.
Regarding a client that is compatible with Android 24 or 26... We are currently in the processes of building a conversion tool that will pull the latest version of the client from git and replace all instances of non-compatible code. This includes having replacements for several things including Base64, Duration, CompletableFuture, etc. This is currently being done for a paying customer and it has not been determined how this will be publicly available. At a minimum, we need to find replacements that are licensed in a way that it is acceptable to use in the form we release the project.
…, Oreo (Android 8.0) by adding internal implementation of the
Base64
class named asBase64Utils
to distinguish it from the native Java API, resolves issue #1044