Skip to content

Releases: Bellafaire/Android-Companion-App-For-BLE-Devices

Release v2.0.2

09 Jun 15:55
Compare
Choose a tag to compare
readme update

Release 2.0.1

24 May 00:09
Compare
Choose a tag to compare

Allows for notifications to be read over BLE, along with the current song playing on Spotify and controlling media.
Changes from Version 2.0.0:
• App icons can now be requested as Base64 strings in BGR565 color format
• Spotify is no longer removed from notification string, allowing for connected devices to determine play status without issuing a second command.
• "grant notification permission" button no longer shows after permission has been granted
• Multiple changes to increase connection reliability

Release 2.0.0

04 Feb 19:01
Compare
Choose a tag to compare

Allows for notifications to be read over BLE, along with the current song playing on spotify and controlling media. This release is a total rewrite of the original app. The Android device now takes a client role in the bluetooth connection allowing for higher reliability in communication between the android device and ESP32. All the features from the previous app version are supported here but the bluetooth interface itself has been entirely reworked, check the example sketch in the repo to see an example of interfacing with this new app.

Release 1.2.0

09 Oct 15:23
Compare
Choose a tag to compare

Allows for notifications to be read over BLE, along with the current song playing on spotify and controlling media. This release fixes some of the issues with reading calendar events and increases advertising power to speed up connection time. Also Includes some general bug fixes.

Release 1.1.0

01 Sep 19:10
f8d9d9f
Compare
Choose a tag to compare

Allows for notifications to be read over BLE, along with the current song playing on spotify and controlling media. This release adds the capability to read calendar events over BLE along with general fixes.

Release 1.0.0

12 Aug 15:54
48ea65b
Compare
Choose a tag to compare

Allows for notifications to be read over BLE, along with the current song playing on spotify and controlling media.