Skip to content

Tags: ECGKit/SensorBox

Tags

v4.2.5

Toggle v4.2.5's commit message
Bug fixes and removal of redundant resources

Fixed:
- permission handler not initialized
- location was null in GPS handler
- alarm handler for Android S update
- storage navigation from advanced fragment
- other minor issues

Added:
- build type to ignore firebase
- update to Kotlin 1.6.10
- moved from secure.properties to local.properties and secret gradle

v4.2.5-nf

Toggle v4.2.5-nf's commit message
Bug fixes and removal of redundant resources

Fixed:
- permission handler not initialized
- location was null in GPS handler
- alarm handler for Android S update
- storage navigation from advanced fragment
- other minor issues

Added:
- build type to ignore firebase
- update to Kotlin 1.6.10
- moved from secure.properties to local.properties and secret gradle

v4.2.2

Toggle v4.2.2's commit message
Upgrade to Android S, bug fixes and dependency upgrade

Changes:
- dependencies upgrade
- permission changes to ask for coarse and fine GPS at the same time
- permissions for the Android S - schedule exact alarm, sampling frequency and GPS
- notifications updated for the Android S with PendingIntent.FLAG_MUTABLE
- wear permission update for Android R
- wear adapters updated with new positioning
- wear synchronization is being done by coroutines, not services
- wear updated UI - titles and BoxLayouts

v4.2.2-nf

Toggle v4.2.2-nf's commit message
Upgrade to Android S, bug fixes and dependency upgrade

Changes:
- dependencies upgrade
- permission changes to ask for coarse and fine GPS at the same time
- permissions for the Android S - schedule exact alarm, sampling frequency and GPS
- notifications updated for the Android S with PendingIntent.FLAG_MUTABLE
- wear permission update for Android R
- wear adapters updated with new positioning
- wear synchronization is being done by coroutines, not services
- wear updated UI - titles and BoxLayouts

v4.1.7

Toggle v4.1.7's commit message
permission Wear Os fixed, intro buttons layout changed