Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Jun 10:35
ee129eb

Important announcement: Offline and Online APK flavors

This release introduces a new distribution model with two separate APK flavors: Offline and Online.

Offline version

The Offline version keeps the previous behavior unchanged.

It does not require the Android INTERNET permission and continues to work just like earlier versions.

Online version

The Online version adds support for integration with external toys through Intiface Central / buttplug.io.

Because of this integration, the Online APK requests the Android INTERNET permission. This permission is used only to communicate with Intiface Central and send control signals to connected devices.

Important privacy note: all pose and face detection processing still happens locally on the device. The app does not upload images, logs, telemetry, pose data, or any other user data to external servers.

New Online features

The Online version now supports connecting compatible Vibrate devices through Intiface Central / buttplug.io.

The app can send vibration signals in two cases:

  • while the required pose is being held;
  • when a violation is detected.

These behaviors can be configured in the new device integration section in the app settings.

Current limitations

At this stage, only Vibration control is supported.

Other device modes such as Oscillation, Rotation, and additional actuator types are not implemented yet.