Skip to content

Releases: ShimmerEngineering/ShimmerAndroidAPI

AndroidAPI_v3.2.3Beta

08 Jul 04:52
0ea4f61

Choose a tag to compare

What's Changed

Uses

'shimmerdriver', version:'0.11.4_beta'
'shimmerbluetoothmanager', version:'0.11.4_beta'

Full Changelog: v3.2.2Beta...v3.2.3Beta

AndroidAPI_v3.2.2Beta

22 May 08:50
c24cd04

Choose a tag to compare

What's Changed

Full Changelog: v3.2.1Beta...v3.2.2Beta

AndroidAPI_v3.2.1Beta

15 May 09:03
1c6df7f

Choose a tag to compare

What's Changed

Full Changelog: v3.2.0Beta...v3.2.1Beta

AndroidAPI_v3.2.0Beta

08 May 05:09
975e856

Choose a tag to compare

What's Changed

Full Changelog: AndroidAPI_v3.1.0Beta...v3.2.0Beta

AndroidAPI_v3.1.0Beta

11 Feb 02:52
0d8350b

Choose a tag to compare

Introduction

  • Shimmer3R is now supported on the API
  • Updates made to shimmerServiceExample to better support Shimmer3R

What's Changed

Full Changelog: AndroidAPI_v3.0.86beta...AndroidAPI_v3.1.0Beta

AndroidAPI_v3.0.86Beta

24 May 03:21
424fd31

Choose a tag to compare

Notes

Fix made to prevent the API from reaching a state (most likely due to a race condition) where the device would still be streaming but the API is not parsing any of the data.

Requires the use of

implementation (group: 'com.shimmerresearch', name: 'shimmerbluetoothmanager', version:'0.10.18_alpha'){
    exclude group: 'io.netty'
    exclude group: 'com.google.protobuf'
    exclude group: 'org.apache.commons.math'
}
implementation (group: 'com.shimmerresearch', name: 'shimmerdriver', version:'0.10.18_alpha'){
    exclude group: 'io.netty'
    exclude group: 'com.google.protobuf'
}

What's Changed

Full Changelog: AndroidAPI_v3.0.85beta...AndroidAPI_v3.0.86beta

AndroidAPI_v3.0.85beta

02 May 06:54
2d62900

Choose a tag to compare

Notes

  • Improvements made to streaming reliability
  • Requires use with the following:-
implementation (group: 'com.shimmerresearch', name: 'shimmerbluetoothmanager', version:'0.10.18_alpha'){
    exclude group: 'io.netty'
    exclude group: 'com.google.protobuf'
    exclude group: 'org.apache.commons.math'
}
implementation (group: 'com.shimmerresearch', name: 'shimmerdriver', version:'0.10.18_alpha'){
    exclude group: 'io.netty'
    exclude group: 'com.google.protobuf'
}

## What's Changed
* Update README.md by @ShimmerEngineering in https://github.com/ShimmerEngineering/ShimmerAndroidAPI/pull/74
* AA-303 by @ShimmerEngineering in https://github.com/ShimmerEngineering/ShimmerAndroidAPI/pull/75
* uprev by @ShimmerEngineering in https://github.com/ShimmerEngineering/ShimmerAndroidAPI/pull/76


**Full Changelog**: https://github.com/ShimmerEngineering/ShimmerAndroidAPI/compare/AndroidAPI_v3.0.84beta...AndroidAPI_v3.0.85beta

AndroidAPI_v3.0.84Beta

01 Apr 08:11
93c763c

Choose a tag to compare

Notes

  • BLE is now supported
  • Improvements made to the manner bytes are read when streaming (Bluetooth Classic), users should see an improvement in Packet Reception Rates when streaming data using lower end Android devices
  • Requires use with the following:-
implementation (group: 'com.shimmerresearch', name: 'shimmerbluetoothmanager', version:'0.10.18_alpha'){
    exclude group: 'io.netty'
    exclude group: 'com.google.protobuf'
    exclude group: 'org.apache.commons.math'
}
implementation (group: 'com.shimmerresearch', name: 'shimmerdriver', version:'0.10.18_alpha'){
    exclude group: 'io.netty'
    exclude group: 'com.google.protobuf'
}

What's Changed

Full Changelog: AndroidAPI_v3.0.73Beta...AndroidAPI_v3.0.84Beta

AndroidAPI_v3.0.74Beta

20 Oct 04:27

Choose a tag to compare

Pre-release

This is a pre-release, please use 3.0.73 for production

AndroidAPI_v3.0.73Beta

22 Mar 04:36

Choose a tag to compare

What's Changed

Full Changelog: AndroidAPI_v3.0.72Beta...AndroidAPI_v3.0.73Beta