Skip to content

Releases: bridgefy/bridgefy_flutter

v1.1.10

26 Sep 18:53
12715f9
Compare
Choose a tag to compare

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

20 Mar 22:41
21a401c
Compare
Choose a tag to compare

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

05 Feb 18:59
c5b0a79
Compare
Choose a tag to compare

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

22 Aug 04:18
5f97ecd
Compare
Choose a tag to compare

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

21 Jun 16:24
54c11b8
Compare
Choose a tag to compare

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

08 May 00:14
f0f7ab1
Compare
Choose a tag to compare
Merge pull request #35 from bridgefy/feature/new-example

Feature/new example

v1.1.4

30 Jan 16:38
01a5185
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

22 Nov 01:21
1898954
Compare
Choose a tag to compare

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

05 Oct 00:01
02f49b5
Compare
Choose a tag to compare

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

v1.1.1

11 Sep 20:42
d5e73cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1