All Versions
11
Latest Version
Avg Release Cycle
164 days
Latest Release
1203 days ago

Changelog History
Page 1

  • v1.9.0 Changes

    December 11, 2020

    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
  • v1.8.0 Changes

    December 05, 2017

    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
  • v1.7.0 Changes

    March 12, 2017

    Including in your project

    compile 'com.github.nisrulz:sensey:1.7.0'
    

    ๐Ÿ”„ Changelog

    • โž• Added RotationAngleDetector and TiltDirectionDetector
    • ๐Ÿ”จ Code cleaned up and refactored
  • v1.6.1 Changes

    February 28, 2017

    Including in your project

    compile 'com.github.nisrulz:sensey:1.6.1'
    

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fixed the persistent memory leak issue
    • Made certain gestures emit only specific events instead of a stream of events
    • ๐Ÿ”จ Code cleaned up and refactored
    • โšก๏ธ Updated dependencies
  • v1.6.0 Changes

    February 13, 2017

    Including in your project

    compile 'com.github.nisrulz:sensey:1.6.0'
    

    ๐Ÿ”„ Changelog

    • โž• added Chop, Wrist Twist, Movement and Sound Level Detectors
    • ๐Ÿ”จ code cleaned up and refactored
    • ๐Ÿ›  fixed a memory leak issue
    • โž• added stop shake detection function to listener
    • โšก๏ธ updated dependencies
  • v1.5.1 Changes

    October 22, 2016

    ๐Ÿ”„ Changelog

    • โšก๏ธ updated support lib to v25.0.0
    • โž• added support for api 25
  • v1.5.0 Changes

    October 15, 2016

    ๐Ÿ”„ Changelog

    • โšก๏ธ updated support lib to v24.2.1
    • โž• added new Hand Wave Detection functionality
    • ๐Ÿ› bug fixes
  • v1.4.1 Changes

    September 04, 2016

    ๐Ÿ”„ Changelog

    • โšก๏ธ updated the underlying dependency to split support library (support-compat)
    • ๐Ÿ›  code cleanup and fixes
    • published to Jcenter
  • v1.4.0 Changes

    July 06, 2016

    ๐Ÿ”„ Changelog

    • โšก๏ธ Updated code to better handle register and unregister of listeners
    • โž• Added detection of PinchScale, TwoFingerTap and ThreeFingerTap
    • ๐Ÿ› Bug fixes
  • v1.3.0 Changes

    June 24, 2016

    ๐Ÿ”„ Changelog

    • โž• Added support for api 24
    • [NEW] Included TouchType Detector
    • โœ… Got test in place thanks to @programmerr47
    • Code cleanup