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

Latest commit

 

History

History
executable file
·
39 lines (32 loc) · 1.6 KB

File metadata and controls

executable file
·
39 lines (32 loc) · 1.6 KB

Change Log

Version 3.0.1 (2017/06/06)

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

Version 3.0.0 (2017/04/11)

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

Version 2.0.1 (2017/01/31)

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

Version 2.0.0 (2016/12/01)

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

Version 1.1.0 (2016/06/23)

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

Version 1.0.1 (2016/05/02)

  • Bugfix: Missing default app state (#2)

Version 1.0.0 (2016/03/06)

  • Initial release