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
Copy file name to clipboardExpand all lines: README.md
+21-13Lines changed: 21 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,15 +25,14 @@ 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
-
Samples
28
+
Documentation
29
29
----
30
+
Find documentation of this library at [TET Java Doc](http://eyetribe.github.io/tet-java-client).
30
31
31
-
There are currently no samples available for the Java SDK, but they will be added as they become available. For now, consult our [C# samples on GitHub](https://github.com/eyetribe) for inspiration as the C# SDK reference implementation is very similar to Java.
32
-
33
-
Tutorials
32
+
Samples
34
33
----
35
34
36
-
A simple guide to using this Java SDK is found in the [tutorials section](http://dev.theeyetribe.com/java/) of our developer website. More tutorials will be provided in the near future.
35
+
There are currently no samples available for the Java SDK, but they will be added as they become available. For now, consult our [C# samples on GitHub](https://github.com/eyetribe) for inspiration as the C# reference implementation is very similar to Java.
37
36
38
37
39
38
API Reference
@@ -45,16 +44,25 @@ The complete API specification used by the Java SDK to communicate with the serv
45
44
Changelog
46
45
----
47
46
47
+
0.9.34 (2014-05-09)
48
+
49
+
- Improved documentation
50
+
- Fixed bug related to initialization lock
51
+
- Fixed bug related to broadcasting calibration updates
52
+
48
53
0.9.33 (2014-04-15)
49
-
- Added support for listening to EyeTribe Server conneciton state (IConnectionStateListener)
50
-
- Minor API timestamp change
51
-
- Minor refactoring and formatting
52
-
- Generel bug fixing and optimization
54
+
55
+
- Added support for listening to EyeTribe Server conneciton state (IConnectionStateListener)
0 commit comments