Sensey v1.9.0 Release Notes

Release Date: 2020-12-11 // over 3 years ago
  • Including in your project ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

    implementation 'com.github.nisrulz:sensey:1.9.0'
    

    ๐Ÿ”„ Changelog ๐Ÿ“

    • โž• Added new detectors:
      • Scoop
      • PickupDevice
      • Steps
    • โšก๏ธ Updated dependencies(Got rid of support libs and android kotlin extensions)
    • ๐Ÿ”จ Code cleaned up and refactored

Previous changes from v1.8.0

  • Including in your project

    implementation 'com.github.nisrulz:sensey:1.8.0'
    

    ๐Ÿ”„ Changelog

    • โœ‚ Removed RECORD_AUDIO permission out of the library

    When using SoundLevel Detector, you need to add RECORD_AUDIO permission to your AndroidManifest.xml manually as well as handle Runtime Permission

    • โœ‚ Removed support for devices below API 14
    • โšก๏ธ Updated dependencies
    • ๐Ÿ”จ Code cleaned up and refactored