Skip to content

Releases: rive-app/rive-android

0.2.13

19 Aug 14:16

Choose a tag to compare

  • Track playing animations on detach from window a8e7131

0.2.12

12 Aug 08:32

Choose a tag to compare

  • add release it workflow to on merge d30d781
  • add Changelog and Version to repo be0f801
  • chore: update rive-cpp dependency 74767bc
  • Remove build on relase workflow 387e76d
  • update pro guard consumer rules to allow for minification 026329e
  • chore: release v0.2.11 b80c883
  • enabled publish for release e9f6e78
  • features: bumped cpp to support artboards that do not clip 5e1fc40
  • updated rive-cpp to add distance constraints a014e04
  • Add constraints test file b139881

0.2.11

30 Jul 12:09

Choose a tag to compare

  • add release it workflow to on merge d30d781
  • add Changelog and Version to repo be0f801
  • Remove build on relase workflow 387e76d
  • update pro guard consumer rules to allow for minification 026329e
  • enabled publish for release e9f6e78
  • updated rive-cpp to add distance constraints a014e04
  • Add constraints test file b139881

Disable minifyEnabled

22 Jul 12:32

Choose a tag to compare

It looks like this was causing issues in our library output, stripping unused classes etc. We will need to review pro-guard rules to enable this in future if we want it.

Update for IK constraint compatibility

21 Jul 13:41

Choose a tag to compare

0.2.9

fix bug on button, rev cpp to allow for IK constraints

Add specific rive exception classes

22 Jun 14:43
6002ae6

Choose a tag to compare

Adds some exception classes that subclass RiveException, allowing for more fine grain control over handling exceptions

Update Blend Modes with example

11 Jun 15:07
d67da8f

Choose a tag to compare

Add a blend mode example to highlight blend mode differences between different android versions.

Bugfix for exit state with trigger condition.

10 Jun 11:13
03da656

Choose a tag to compare

Bugfix for an issue using exit states on oneshot animations with additional conditions.

Bugfix for sdk 29

09 Jun 19:44
ec14582

Choose a tag to compare

Fix a bad memory access issue

Update State Machine Change callback

09 Jun 11:03
9589a76

Choose a tag to compare

  • removing AnimationState: from the state name on callback