Skip to content

Releases: ActiveLook/android-sdk

v4.5.6

04 Aug 12:51

Choose a tag to compare

v4.5.6 Pre-release
Pre-release

New

  • Added new firmware support for future devices
  • Updated Android SDK to version 35 to comply with Play Store requirements

v4.5.4

18 Jun 08:32

Choose a tag to compare

New

  • SDK init with simplified parameters

Fixes

  • Increase flow control overflow timer
  • UI freeze & crash during infinite commands rollback
  • FW update issue

Features

  • New commands : animDisplay, animDelete and animClear

v4.5.2

21 Sep 15:22

Choose a tag to compare

Version 4.5.2

Fixes

  • Block cfg update if battery level < 10%
  • Add getter for context & broadcasterceiver

v4.5.1

03 Jul 09:57

Choose a tag to compare

Version 4.5.1

Fixes

  • Recursivity issue
  • Fix api url

v4.5.0

16 Jun 11:59

Choose a tag to compare

Version 4.5.0

New features

  • layoutClearAndDisplayExtended & layoutClearAndDisplay : now accept ExtraCmd to modify existing layout without saving the modification
  • layoutParameters : add subCommandAnim & subCommandPolyline

Fixes

  • layoutParameters : fix subCommandText

v4.4.3

01 Mar 11:04

Choose a tag to compare

Version 4.4.3

Fixes

  • Command Stacking

v4.4.2

16 Feb 13:43

Choose a tag to compare

Version 4.4.2

New features

  • holdFlush : allows stacking multiple graphic operations and displaying them simultaneously without screen flickering.

Fixes

  • image conversion to gray level

v4.4.1

16 Feb 13:42

Choose a tag to compare

Version 4.4.1

Fixes

  • Remove recursive call to avoid stackoverflow

v4.4.0

13 Jan 16:46

Choose a tag to compare

Version 4.4.0

Breaking changes

  • Use an anonymous function to accept update

New features

  • New commands :
    • layoutClearAndDisplayExtended : clear a layout before displaying it at a position
    • layoutClearAndDisplay : clear a layout before displaying it
    • layoutClearExtended : clear a layout at a position
    • pageClearAndDisplay : clear a page before displaying it
    • imgSave : save image in new format
    • streamImg : display an image without saving it
    • polyline : choose the thickness of your polyline

v4.2.5

03 Jun 07:48

Choose a tag to compare

New features

  • Auto reconnect on BLE activation
  • Fine grained configuration update
  • Set default configuration on connection
  • Display update ongoing layout on configuration update

Fixes

  • Clear glasses screen before and after configuration update
  • Ensure glasses empty cmd stack on connection
    • Workaround before FW patch
    • Trigger a Flow Control CMD ERROR before first command
    • Start configuration update on this Flow Control CMD ERROR
  • minor linter fixes