Skip to content

5.1.12

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 19:17
· 46 commits to refs/heads/main since this release
a8eb891

馃悰 Bug Fixes

  • Fixes IndexOutOfBounds exception from the 5.1.11 release. It was thrown from OperationRepo.loadSavedOperations if app was opened offline, some operations done, and then the app is opened again. (#2081)
  • Addressed compatibility with AGP (Android Gradle Plugin) 7 and older.
    • Reverted back to using JDK11 for release builds, the 5.1.11 release was built with JDK21 which caused this.

馃悰 Bug Fixes and 馃敡 Maintenance from 5.1.11 included in this release

  • Fix the ANR issue caused by prolonged loading of OperationRepo and potentially by extended holding of the model lock during disk I/O read operations. (#2068)
  • Add HTTP header OneSignal-Install-Id that allows the OneSignal's backend know where traffic is coming from (#2072)