Sensey Versions Save

:zap: [Android Library] Play with sensor events & detect gestures in a breeze.

1.9.0

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

1.8.0

6 years ago

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

1.7.0

7 years ago

Including in your project

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

Changelog

  • Added RotationAngleDetector and TiltDirectionDetector
  • Code cleaned up and refactored

1.6.1

7 years ago

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

1.6.0

7 years ago

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

1.5.1

7 years ago

Changelog

  • updated support lib to v25.0.0
  • added support for api 25

1.5.0

7 years ago

Changelog

  • updated support lib to v24.2.1
  • added new Hand Wave Detection functionality
  • bug fixes

1.4.1

7 years ago

Changelog

  • updated the underlying dependency to split support library (support-compat)
  • code cleanup and fixes
  • published to Jcenter

1.4.0

7 years ago

Changelog

  • Updated code to better handle register and unregister of listeners
  • Added detection of PinchScale, TwoFingerTap and ThreeFingerTap
  • Bug fixes

1.3.0

7 years ago

Changelog

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