All Versions
11
Latest Version
Avg Release Cycle
164 days
Latest Release
1372 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.9.0 Changes
December 11, 2020Including 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
- โ Added new detectors:
-
v1.8.0 Changes
December 05, 2017Including 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, 2017Including 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, 2017Including 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, 2017Including 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