Skip to content

v1.6.0

Compare
Choose a tag to compare
@LeandroSQ LeandroSQ released this 13 Jun 05:30
· 65 commits to master since this release

Breaking changes

Renamed packages from "androideasyble" to "blemadeeasy"

Other

Library

  • Better default settings for Android 12+
  • Fixed dokka documentation
  • Added 'onUpdate' listener for scan methods
  • Added 'flushPendingScanResults' for flushing previous results
  • Removed 'suspend'from async methods, no need to be using coroutines when calling these, since they already do this automatically

Sample App

  • Migrated to ViewBinding on the Sample App
  • Fixed bug when trying to update UI in another Thread