Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Releases: spokestack/react-native-spokestack

Fix Android ASR closing bug

13 Aug 14:47
5844489
Compare
Choose a tag to compare

This release addresses an error that could be reached when resetting or closing AndroidSpeechRecognizer without first activating it.

Fix Android ASR Reactivation

11 Aug 16:24
0f83cb8
Compare
Choose a tag to compare
3.2.7

release 3.2.7

Fix Android ASR premature deactivation

10 Aug 16:29
7142dfd
Compare
Choose a tag to compare

Fix: Android ASR premature deactivation.

Propagate NLU types from Android

06 Aug 16:26
ee80f59
Compare
Choose a tag to compare

This uses a new feature in the Android library to properly
set the types of NLU slots it returns, also maintaining proper types on
slots that can be expressed as JS primitives and stringifying others.

Fix Android null slot parsing

06 Aug 16:26
11cabdc
Compare
Choose a tag to compare

Add TypeScript types and update spokestack-android to 6.0.0

06 Aug 16:23
37fa922
Compare
Choose a tag to compare
  • Added types for TypeScript users
  • Updated spokestack-android to 6.0.0
  • Added .editorconfig file

Update Android build files

26 Jun 18:16
1b7d333
Compare
Choose a tag to compare
  • Android fix: Standardize the gradle file ever so slightly and allow a gradle sync to finish in the Android Studio IDE.

Android ASR Support

26 Jun 18:18
227b13d
Compare
Choose a tag to compare

Android: support for built-in Android ASR (on Android-ASR-supported devices).

Release 3.1.1

08 Jun 18:29
1f874e0
Compare
Choose a tag to compare

fix: nullable slot values in objc nlu interop