Skip to main content

What's New in 0.2.0

This page summarizes the 0.2.0 release line across native SDKs and wrapper packages.

Native iOS + Android SDKs

  • Added bug occurrence frequency selector:
    • first_time
    • few_times
    • several_times
    • many_times
    • almost_every_time
  • Frequency is sent as optional occurrence_frequency in report payload.
  • Added locale-aware UI strings for en and tr.
  • Added automatic fallback to English when locale is unsupported.
  • Added visible SDK version label in category dialog (Fidbek vX.Y.Z).

Motion trigger behavior

  • iOS listens through native motion event handling.
  • Android shake detector sensitivity/cooldown was tuned to reduce accidental opens.

Reliability updates

  • Token configuration is validated at send/submit time instead of early open path.
  • Device heartbeat ping and queue behavior added for stronger delivery resilience.
  • Report error handling paths improved.

React Native wrapper (@saltware/fidbek-react-native@0.2.0)

  • JS API unchanged:
    • configure({ token, shakeToOpenEnabled? })
    • open()
    • shutdown()
  • Bundled binaries updated to native 0.2.0.
  • Added iOS resource bundle packaging:
    • ios/FidbekSDKResources.bundle

Flutter wrapper (fidbek_flutter@0.2.0)

  • Dart API unchanged:
    • configure({ token, shakeToOpenEnabled })
    • open()
    • shutdown()
  • Bundled binaries updated to native 0.2.0.
  • Added iOS resource bundle packaging:
    • ios/FidbekSDKResources.bundle