Releases: Bellafaire/Android-Companion-App-For-BLE-Devices
Release v2.0.2
readme update
Release 2.0.1
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
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
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
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
Allows for notifications to be read over BLE, along with the current song playing on spotify and controlling media.