Skip to content

Commit 0cd6727

Browse files
committed
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.
1 parent 5e8afb2 commit 0cd6727

22 files changed

Lines changed: 1152 additions & 1064 deletions

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Java SDK for The Eye Tribe Tracker
55
Introduction
66
----
77

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.
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.
99

10-
This version is to be considered **_alpha_**. Feedback and bug fix submissions are welcome.
10+
This version is to be considered **_beta_**. Feedback and bug fix submissions are welcome.
1111

1212
Please visit our [developer website](http://dev.theeyetribe.com) for more information.
1313

@@ -28,7 +28,12 @@ Build
2828
Samples
2929
----
3030

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# reference implementation is very similar to Java.
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
34+
----
35+
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.
3237

3338

3439
API Reference
@@ -40,6 +45,12 @@ The complete API specification used by the Java SDK to communicate with the serv
4045
Changelog
4146
----
4247

48+
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
53+
4354
0.9.27 (2014-02-12)
4455
- Fixed tab/space formatting
4556
- New methods to GazeUtils

0 commit comments

Comments
 (0)