Skip to content

Releases: DeveloperPaul123/SimpleBluetoothLibrary

Updates

11 Mar 02:12
Compare
Choose a tag to compare
  • Updated Material Dialogs version to avoid build conflicts with latest support libs.

New features!

19 Jan 17:55
Compare
Choose a tag to compare
  • 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

17 Jan 20:54
Compare
Choose a tag to compare

Fixed an error with a jitpack build

Fixed sample

04 Oct 03:49
Compare
Choose a tag to compare
  • 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

04 Oct 02:33
Compare
Choose a tag to compare

First release on Jitpack.io, all subsequent releases will be on Jitpack.io. It's more reliable and much much easier.