Releases: bridgefy/bridgefy_flutter
v1.1.10
What's Changed
🔄 Updated Bridgefy Android SDK from 1.2.3 → 1.2.4
🔄 Updated Bridgefy iOS SDK from 1.2.2 → 1.2.4
🔄 Updated Flutter plugin version from 1.1.9 → 1.1.10
Full Changelog: v1.1.9...v1.1.10
v1.1.9
What's Changed
🔄 Updated Bridgefy Android SDK from 1.2.2 → 1.2.3
🔄 Updated Bridgefy iOS SDK from 1.2.1 → 1.2.2
🔄 Updated React Native plugin version from 1.1.8 → 1.1.9
Full Changelog: v1.1.8...v1.1.9
v1.1.8
What's Changed
Updated
- Upgraded Bridgefy SDK from 1.2.0 to 1.2.2.
- Added required Bluetooth permissions to support Android 12+ properly.
Changes in Android Manifest
Added missing permissions to ensure Bluetooth functionality:
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
Bug Fixes
- Fixed a crash related to missing BLUETOOTH_ADMIN permission reported in Play Store console.
Full Changelog: v1.1.7...v1.1.8
v1.1.7
What's Changed
Android SDK: The latest version, 1.2.0
, is now available.
iOS SDK: The latest version, 1.2.1
, is now available.
Scanning issues after disconnection—ensuring the app seamlessly resumes scanning when a peer disconnects.
Reset of lastStateBLE value when services stop, providing smoother handling of Bluetooth states.
Automatic scanning restart after a BLE service restart when all peers disconnect, keeping your app’s connections running smoothly.
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- Android SDK: The latest version,
1.1.4
, is now available. - Connectivity Improvements: Enhanced the reliability and stability of connections.
- Transaction Enhancements: Optimized the handling and processing of transactions.
- Data Transfer Speed: Achieved faster data transfers over BLE.
- Bug Fixes: Addressed several issues to improve overall performance.
Full Changelog: v1.1.5...v1.1.6
v1.1.5
Merge pull request #35 from bridgefy/feature/new-example Feature/new example
v1.1.4
v1.1.3
What's Changed
- Updated version from 1.1.2 to 1.1.3
- Bridgefy is now up and running with initialized flags
- iOS framework has been upgraded to version 1.1.2
- Android SDK has been updated to version 1.1.2
- Readme file has also been updated
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Update Signal protocol to latest version
- BLE improvements with error 133
- Validations by license expiration date
Fixed
- Android work fail on main thread
- Bridgefy internal parse error