Skip to content

3.0.0 - Replace disposal delay with Handler post mechanism to detect Activity resume

Compare
Choose a tag to compare
@sebaslogen sebaslogen released this 08 Oct 20:21
· 130 commits to main since this release

Changes

  • Old 5 seconds delay on disposal has been replaced with Handler post mechanism that detects Activity resume. No more hardcoded delays, just posts to the Android queue and a timeout to detect resume completed. PR #32
  • Added more Robolectric-unit tests
  • Added Espresso tests for Activity recreation

Changelist of library updates

  • Compose BOM to 2023.10.00
  • Compose navigation to 2.7.4
  • Hilt to 2.48.1
  • Android Gradle Plugin to 8.1.2