You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+24-19Lines changed: 24 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ Java SDK for The Eye Tribe Tracker
5
5
Introduction
6
6
----
7
7
8
-
This is the Java SDK reference implementation for the EyeTribe Server. The implementation provides a simple Java interface for communicating with the server through the [TET API](http://dev.theeyetribe.com/api/). This should allow developers to get started quickly to focus their efforts on creating truly immersive and innovative apps using our eye tracking technology.
8
+
This is the Java reference implementation for the EyeTribe Server. The implementation provides a simple Java interface for communicating with the server through the [TET API](http://dev.theeyetribe.com/api/). This should allow developers to get started quickly to focus their efforts on creating truly immersive and innovative apps using our eye tracking technology.
9
9
10
-
This version is to be considered **_beta_**. Feedback and bug fix submissions are welcome.
10
+
This version is to be considered **_alpha_**. Feedback and bug fix submissions are welcome.
11
11
12
12
Please visit our [developer website](http://dev.theeyetribe.com) for more information.
13
13
@@ -25,10 +25,6 @@ Build
25
25
2. To build, either import and build from Eclipse IDE (Eclipse project files included) or use Apache Ant to run included build.xml configuration.
26
26
3. Alternatively, import source code into your favorite Java IDE and build from there.
27
27
28
-
Documentation
29
-
----
30
-
Find documentation of this library at [TET Java Doc](http://eyetribe.github.io/tet-java-client).
31
-
32
28
Samples
33
29
----
34
30
@@ -43,31 +39,40 @@ The complete API specification used by the Java SDK to communicate with the serv
43
39
44
40
Changelog
45
41
----
42
+
0.9.49 (2014-12-09)
43
+
44
+
- Ensured callback order of listener types during activation
45
+
- Ensured thread safety in singletons
46
+
- Refactored internal blocking queues
47
+
- More consistent stacktrace output on callback errors
48
+
- Unified constructors and operators for all data types
49
+
- Added utility methods to GazeData class
50
+
- Updated Gson to 2.3
46
51
47
52
0.9.35 (2014-05-20)
48
53
49
-
-Updated license
50
-
-Fixed bug related to ICalibrationResultListener
54
+
-Updated license
55
+
-Fixed bug related to ICalibrationResultListener
51
56
52
57
0.9.34 (2014-05-09)
53
58
54
-
-Improved documentation
55
-
-Fixed bug related to initialization lock
56
-
-Fixed bug related to broadcasting calibration updates
59
+
-Improved documentation
60
+
-Fixed bug related to initialization lock
61
+
-Fixed bug related to broadcasting calibration updates
57
62
58
63
0.9.33 (2014-04-15)
59
64
60
-
-Added support for listening to EyeTribe Server conneciton state (IConnectionStateListener)
61
-
-Minor API timestamp change
62
-
-Minor refactoring and formatting
63
-
-Generel bug fixing and optimization
65
+
-Added support for listening to EyeTribe Server conneciton state (IConnectionStateListener)
0 commit comments