Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@jenzz jenzz released this 01 Dec 23:49
· 22 commits to master since this release
  • Internal refactor/rewrite to create a more stable, testable architecture
  • API changes:
    • RxAppState is now called RxAppStateMonitor
    • AppStateMonitor is the new interface returned by factory methods
    • Minor renamings (e.g. startMonitoring() / stopMonitoring() to start() / stop())
  • Behaviour change: A FOREGROUND event is now fired on initialisation (#1)