Releases: DeveloperPaul123/SimpleBluetoothLibrary
Releases · DeveloperPaul123/SimpleBluetoothLibrary
Updates
New features!
- You can now enable bluetooth "silently" (i.e. without user interaction).
- New
sendData(byte[] bytes)
method. - You can now set a flag with
setShouldShowSnackbars(boolean show)
to set whether or not user messages should be shown.
Thanks to ritdaw for these suggestions.
Jitpack build error fix
Fixed an error with a jitpack build
Fixed sample
- Fixed the sample application where a client could not send data to the hosting server (when connecting two android devices).
- Future work includes updating the examples on the readme to make it clear how to use this feature.
- Also added full java docs.
Official Release on Jitpack.io
First release on Jitpack.io, all subsequent releases will be on Jitpack.io. It's more reliable and much much easier.