#Features
Added a flag for whether the touch events should be absorbed by the TextureView. By default they will continue to be absorbed. This can be changed with touchPassThrough
in either XML or on the RiveAnimationView.
Fixes
A number of fixes, including notably:
- The recursive flag is added to ReLinker, so that when the Rive .so file is not in
/data/apk/
(e.g./data/data/
), it can still find the C++ standard library .so in/data/apk/
. This can happen, e.g. because of APK encryption. - Adopts a C++ runtime fix for a crash with text in solos
- fix(ci): generate bugreport if tombstones are not accessible (#9866) a5e64a204d
121bdcb
- feat(android): Add touch pass through to views (#9865) 8c45193313
eac0e2b
- ci: Comment out a flaky android test (#9864) 433b77b0f4
e09314c
- fix: crash when text is in a solo (#9915) 747c3ea77a
46a7b28
- fix: check for empty id when exporting data binds (#9912) 7293b15461
2daa665
- fix crash on unset listener change (#9907) 8edd84d2a3
6845d85