Releases: nisrulz/sensey
Releases · nisrulz/sensey
1.9.0
Including in your project 👨🏻💻
implementation 'com.github.nisrulz:sensey:1.9.0'
Changelog 📝
- Added new detectors:
- Updated dependencies(Got rid of support libs and android kotlin extensions)
- Code cleaned up and refactored
1.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
1.7.0
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
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
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
Changelog
- updated support lib to v25.0.0
- added support for api 25
1.5.0
Changelog
- updated support lib to v24.2.1
- added new Hand Wave Detection functionality
- bug fixes
1.4.1
Changelog
- updated the underlying dependency to split support library (support-compat)
- code cleanup and fixes
- published to Jcenter
1.4.0
Changelog
- Updated code to better handle register and unregister of listeners
- Added detection of PinchScale, TwoFingerTap and ThreeFingerTap
- Bug fixes
1.3.0
Changelog
- Added support for api 24
- [NEW] Included TouchType Detector
- Got test in place thanks to @programmerr47
- Code cleanup