Skip to content

Releases: RADAR-base/radar-commons-android

v1.2.5

08 May 14:20
d0934db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.2.5

radar-commons-android 1.2.4

08 May 10:30
23f0a3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

radar-commons-android 1.2.3

04 May 08:14
f62557c
Compare
Choose a tag to compare

Changes since version 1.2.2:

  • Fix background location polling
  • Dynamically enabling/disabling FirebaseAnalytics
  • Updated permission requests and removed obsolete API calls
  • Updated dependencies

Full Changelog: v1.2.1...v1.2.3

radar-commons-android 1.2.2

26 Jan 10:52
2c557be
Compare
Choose a tag to compare

Changes since version 1.2.1:

  • Added ACCESS_BACKGROUND_LOCATION permission requests to all plugins that require it.
  • Dynamically enable / disable Firebase Analytics based on whether the privacy policy has been accepted.
  • Updated dependencies
  • Updated Snyk GA
  • Fix weather API readme

Full Changelog: v1.2.1...v1.2.2

radar-commons-android 1.2.1

03 Oct 11:51
c7c3b11
Compare
Choose a tag to compare

Changes since version 1.2.0:

  • Bumped dependencies
  • Fixes to ServerConfig handling on Android 6
  • Moved deprecated package field to build.gradle android.namespace field.

radar-commons-android 1.2.0

06 Sep 14:20
3cafe38
Compare
Choose a tag to compare

Changes since 1.1.3:

  • Added Android-compatible Avro library based on Apache Avro
  • Changed default call log interval to 1 hour
  • Use updated fine-grained Bluetooth permissions for Android API 31
  • Improved Github actions
  • Added more control over the sensor interval: if the Android sensor reports data in a higher frequency than expected, discard extraneous measurements.
  • Use Files directory for storing caches instead of the cache directory.
  • Store Opensmile measurements in files instead of external files, reducing the number of permissions needed.
  • Fix contact and sms listing on Android API 30+
  • Fix pending intent flag on Android API 30+
  • Fix data cache file expansion on macOS with ARM processor.
  • Bumped dependencies

What's Changed

Full Changelog: v1.1.3...v1.2.0

radar-commons-android 1.1.3

17 May 14:17
60234bd
Compare
Choose a tag to compare

Changes since version 1.1.2:

  • Updated dependencies
  • Fixed SMS query columns

radar-commons-android 1.1.2

10 May 14:15
5a9abb0
Compare
Choose a tag to compare

Changes since version 1.1.1:

  • Fix permissions of apps requesting Bluetooth (Android 11)
  • Remove all jcenter dependencies
  • Updated dependencies
  • Store SMS last read timestamp directly after initialisation

radar-commons-android 1.1.1

16 Mar 10:46
cb76b85
Compare
Choose a tag to compare

Changes since version 1.1.0:

  • Use Maven central for publications
  • Updated dependencies

radar-commons-android 1.1.0

10 Feb 13:35
fa66f91
Compare
Choose a tag to compare

Changes since version 1.0.10:

  • Added PARTIALLY_FETCHED status to RemoteConfig
  • Properly publish Javadoc
  • Added AuthService.triggerFlush to flush authentication state if needed.
  • Allow the SplashActivity to conditionally avoid redirecting or to wait for config to be fully fetched.