From 0dbf437cda25ce664c2aee201b56df64da259ee6 Mon Sep 17 00:00:00 2001 From: umberto-sonnino Date: Mon, 16 Oct 2023 15:36:05 +0000 Subject: [PATCH] Android Out of Band Assets Adding OOB Asset Loaders for our RiveAnimationView: - Add a Loader parameter to the import flow, a FileAssetLoader object in Kotlin & JNI - Supports creating custom `FileAssetLoader`s, `CDNAssetLoader` and `FallbackAssetLoader` like in our other runtimes - Adds a `RiveAnimationView.Builder` that uses the [Builder pattern](https://en.wikipedia.org/wiki/Builder_pattern) for easier instantiation and configuration of `RiveAnimationView`s programmatically - Adds a bunch of examples and tests for these new scenarios and functionalities - Bumps all dependencies to comply with the latest SDK requirements Diffs= 8c99c8dcf Android Out of Band Assets (#6019) --- .rive_head | 2 +- wasm/submodules/rive-cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.rive_head b/.rive_head index 3bd9e52f..ed15abfb 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -6a74a01f27fbdabe03827a72614e24f8eff018a0 +8c99c8dcf67c5bf80bba1ca953d3e3dfa591e6d7 diff --git a/wasm/submodules/rive-cpp b/wasm/submodules/rive-cpp index 9b87f633..d27d3076 160000 --- a/wasm/submodules/rive-cpp +++ b/wasm/submodules/rive-cpp @@ -1 +1 @@ -Subproject commit 9b87f633e28d57536717cde397984d46060c883d +Subproject commit d27d30763a4838252b649b21003d616de7783636