Releases: ActiveLook/android-sdk
Releases · ActiveLook/android-sdk
v4.5.6
New
- Added new firmware support for future devices
- Updated Android SDK to version 35 to comply with Play Store requirements
v4.5.4
v4.5.2
Version 4.5.2
Fixes
- Block cfg update if battery level < 10%
- Add getter for context & broadcasterceiver
v4.5.1
Version 4.5.1
Fixes
- Recursivity issue
- Fix api url
v4.5.0
Version 4.5.0
New features
layoutClearAndDisplayExtended&layoutClearAndDisplay: now acceptExtraCmdto modify existing layout without saving the modificationlayoutParameters: add subCommandAnim & subCommandPolyline
Fixes
layoutParameters: fix subCommandText
v4.4.3
Version 4.4.3
Fixes
- Command Stacking
v4.4.2
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
Version 4.4.1
Fixes
- Remove recursive call to avoid stackoverflow
v4.4.0
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 positionlayoutClearAndDisplay: clear a layout before displaying itlayoutClearExtended: clear a layout at a positionpageClearAndDisplay: clear a page before displaying itimgSave: save image in new formatstreamImg: display an image without saving itpolyline: choose the thickness of your polyline
v4.2.5
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