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

Releases: jenzz/RxAppState

v3.0.1

06 Jun 15:41

Choose a tag to compare

  • Update RxJava to v1.3.0
  • Update RxJava2 to v2.1.0
  • Update internal dependencies
  • Avoid crash when calling AppStateMonitor.stop() multiple times (#15)

v3.0.0

11 Apr 08:15

Choose a tag to compare

  • Remove hard dependency on RxJava by abstracting out RxJava adapter (#4)
  • Add support for RxJava2 (#13)

v2.0.1

31 Jan 16:25

Choose a tag to compare

  • Fix missing call to AppStateRecognizer.start() when using RX monitor (#12)

v2.0.0

01 Dec 23:49

Choose a tag to compare

  • 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)

v1.1.0

23 Jun 08:31

Choose a tag to compare

  • Handle BACKGROUND / FOREGROUND events when toggling screen on/off (#3)

v1.0.1

02 May 10:49

Choose a tag to compare

  • Bugfix: Missing default app state (#2)

Initial release (v1.0.0)

16 Mar 21:02

Choose a tag to compare

Initial import