Skip to content

Releases: senseobservationsystems/sense-android-library

v3.5.1

11 Jan 10:05
Compare
Choose a tag to compare

Added

  • Multi language reset password

v3.5.0

23 Sep 17:10
Compare
Choose a tag to compare

Changed

  • Different methods for get UTC timestamp has been changed to SNTP (internet time)

v3.5.0-RC1

28 Aug 14:05
Compare
Choose a tag to compare
v3.5.0-RC1 Pre-release
Pre-release

RC-1

Changed

  • Different methods for get UTC timestamp has been changed to SNTP (internet time)

v3.4.3

26 Aug 11:16
Compare
Choose a tag to compare

Fixed

  • FusedLocationProvider crash when the GoogleApiClient is not connected
  • gradle and manifest for android studio support

Added

  • getLocalData() with onlyFromDevice parameter

v3.4.3-rc1

21 Jul 12:50
Compare
Choose a tag to compare
v3.4.3-rc1 Pre-release
Pre-release

Fixed

  • FusedLocationProvider crash when the GoogleApiClient is not connected
  • gradle and manifest for android studio support

Added

  • getLocalData() with onlyFromDevice parameter

v3.4.2

12 May 04:28
Compare
Choose a tag to compare

Fixed

  • Hide log for encryption salt.
  • Force using "." as decimal separator in getData function of RemoteStorage.
  • loading SQLCypher libraries

v3.4

30 Mar 14:47
Compare
Choose a tag to compare

Added

  • Added a new implementation for the position sensor which uses the FusedLocationProvider of Google Play Services via SensePrefs.Location.FUSED_PROVIDER. The goal accuracy/battery consumption can be set via SensePrefs.Location.FUSED_PROVIDER_PRIORITY.
  • Documentation of the concepts and class implementations

Fixed

  • Changed the implicit intents for starting services to explicit with the package as scope
  • Register user with user credential encryption enabled

Deprecated

  • The position sensor using the Android framework location API's via SensePrefs.Location.GPS|WIFI|AUTO_GPS

Dependency

  • Google Play services client library

v3.3.4

10 Mar 13:43
Compare
Choose a tag to compare

Fixed

  • Changed the implicit intents for starting services to explicit with the package as scope

v3.4-rc2

10 Mar 14:46
Compare
Choose a tag to compare
v3.4-rc2 Pre-release
Pre-release

Fixed

  • Changed the implicit intents for starting services to explicit with the package as scope

v3.3.3

04 Mar 10:42
Compare
Choose a tag to compare

Fix setPrefInt in SenseServiceStub to use putInt instead of putFloat