Releases: nisrulz/sensey
Releases · nisrulz/sensey
1.9.0
11 Dec 19:13
Compare
Sorry, something went wrong.
No results found
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
05 Dec 13:08
Compare
Sorry, something went wrong.
No results found
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
12 Mar 03:08
Compare
Sorry, something went wrong.
No results found
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
28 Feb 08:37
Compare
Sorry, something went wrong.
No results found
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
13 Feb 02:09
Compare
Sorry, something went wrong.
No results found
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
22 Oct 07:32
Compare
Sorry, something went wrong.
No results found
Changelog
updated support lib to v25.0.0
added support for api 25
1.5.0
15 Oct 09:12
Compare
Sorry, something went wrong.
No results found
Changelog
updated support lib to v24.2.1
added new Hand Wave Detection functionality
bug fixes
1.4.1
04 Sep 11:19
Compare
Sorry, something went wrong.
No results found
Changelog
updated the underlying dependency to split support library (support-compat)
code cleanup and fixes
published to Jcenter
1.4.0
06 Jul 07:36
Compare
Sorry, something went wrong.
No results found
Changelog
Updated code to better handle register and unregister of listeners
Added detection of PinchScale, TwoFingerTap and ThreeFingerTap
Bug fixes
1.3.0
24 Jun 10:29
Compare
Sorry, something went wrong.
No results found
Changelog
Added support for api 24
[NEW] Included TouchType Detector
Got test in place thanks to @programmerr47
Code cleanup