Cortex Library for Mobile
  • Getting Started
  • Objective-C API for iOS
    • CortexLib class
    • CortexClient class
    • CortexClientDelegate protocol
  • Java API for Android
    • EmotivLibraryLoader class
    • CortexLib class
    • CortexClient class
  • Additional JSON methods
    • loginWithAuthenticationCode
    • logout
    • queryVirtualHeadsets
    • createVirtualHeadset
    • deleteVirtualHeadset
    • updateVirtualHeadset
    • triggerVirtualHeadsetEvent
    • Virtual headset object
    • freeUpRecords
  • Release Notes
Powered by GitBook
On this page
  • Cortex Library 3.5.7 - Jul 2023
  • Cortex Library 3.5.5 - Jun 2023
  • Cortex Library 3.4.2 - Dec 2022
  • Cortex Library 3.3.1 - Aug 2022
  • Cortex Library 3.2 - Mar 2022
  • Cortex Library 3.0 Beta - October 2021
  • Cortex Library 2.7.2 Beta - July 2021
  • Cortex Library 2.7.1 Beta - May 2021
  • Cortex Library 2.7.0 Beta - April 2021

Release Notes

PreviousfreeUpRecords

Last updated 6 months ago

These release notes only list the changes in the Objective-C and Java wrappers of Cortex library. To see all the changes made in Cortex in each release, you should also read the .

The Cortex library uses the same version numbers as the .

Cortex Library 3.5.7 - Jul 2023

  • Update to request JSON detection and personal params with JWT token.

Cortex Library 3.5.5 - Jun 2023

  • Bug fixes.

Cortex Library 3.4.2 - Dec 2022

  • Fixed wrong activity in Mental Command during training.

  • Update for new Bluetooth permission on Android 12.

Cortex Library 3.3.1 - Aug 2022

  • New platform supports and bug fixes.

Cortex Library 3.2 - Mar 2022

  • Bug fixes

Cortex Library 3.0 Beta - October 2021

Cortex Library 2.7.2 Beta - July 2021

Cortex Library 2.7.1 Beta - May 2021

Cortex Library 2.7.0 Beta - April 2021

First Beta release.

Add the method

Change the result of the JSON methods and

Add a callback as the argument of the function CortexLib.start (, )

Add the function CortexClient.authenticate (, )

Add the function CortexClient.getAuthenticationCode ()

In the , replace the method "login" by

release notes of the Cortex API
Cortex API
freeUpRecords
deleteVirtualHeadset
triggerVirtualHeadsetEvent
JSON API
loginWithAuthenticationCode
Objective-C
Objective-C
Java
Java
Java