Releases: EyeTribe/tet-java-client
Releases · EyeTribe/tet-java-client
v.0.9.77.1
- Default states for all GazeManager enum types
- Fixed default network state
- Update Gradle version & dependencies
v.0.9.77
v.0.9.60
- Extensive rewrite of core classes
- Changed project structure to support Gradle
- Added support for methods of async nature in GazeManager
- Added support for debug mode via GazeManagerCore.IS_DEBUG_MODE
- Added calibration evaluation class CalibUtils
- Added JavaFX calibration example
- Added Unit Tests
Release v.0.9.56
Added hashCode() implementation for all public data types
Fixing bugs associated to CalibrationPoint resampling
Clearing Listener types now requires explicit call to GazeManager.deactivate()
Minimizing object allocation
Fixed network initialization and deinitialization bugs
Updated Gson to 2.3.1
Release v.0.9.49
Ensured callback order of listener types during activation
Ensured thread safety in singletons
Refactored internal blocking queues
More consistent stacktrace output on callback errors
Unified constructors and operators for all data types
Added utility methods to GazeData class
Updated Gson to 2.3
Release v.0.9.35
Release v.0.9.35
Release v.0.9.34
Improved documentation
Fixed bug related to initialization lock
Fixed bug related to broadcasting calibration updates
Release v.0.9.33
Thread safe GazeManager activation/deactivation. Added support for listening to EyeTribe Server conneciton state (IConnectionStateListener). Minor API timestamp change. Minor refactoring and formatting. Generel bug fixing and optimization.