Skip to content

Releases: Inseye/Inseye-SDK-Android-API

Inseye Android Client API 0.0.3

08 Nov 12:40

Choose a tag to compare

What's Changed

  • added binder type and client package name
  • added extra meta field (now contains sdk version)

Full Changelog: 0.0.2...0.0.3

0.0.2

06 Nov 14:47

Choose a tag to compare

Added

  • getVisibleFov added to ISharedService

Changed

  • migrated to libs.versions.toml

Deprecated

  • deprecated and marked for removal all classes that are not mandatory part of the library, they will be removed in 1.0.0:

    • IntentLogger
    • BindingDiedDelegate
    • IPluggableServiceConnection
    • NullBindingDelegate
    • PluggableServiceConnection
    • ServiceConnectedDelegate
    • ServiceDisconnectedDelegate
    • ISharedServiceTagSource
  • process of building intent used to connect to Inseye Service was streamlined by ServiceConnectionIntentFactory. All other ways of connecting to Inseye Service are deprecated and will be removed in 1.0.0.

Inseye Client API v0.0.1

12 Jun 12:07

Choose a tag to compare

Initial release

First AAR release to be used as standalone lib or as dependency in Inseye SDK Android