Skip to content

Flowless Version 1.0-alpha1.23

Pre-release
Pre-release
Compare
Choose a tag to compare
@Zhuinden Zhuinden released this 20 Dec 22:27
· 22 commits to master since this release

Flowless Version 1.0-alpha1.23 (2016-12-20)

  • CRITICAL FIX: Regression of 1.19 - Internal changes that allowed ServiceProvider and Flow to exist during onCreate(). They exist in dispatch() and from onPostCreate().
  • Added ServiceProvider.get(Context) and KeyManager.get(Context) methods to use instead of flow.getServices() and flow.getStates()
  • Change: Flow, KeyManager, ServiceProvider and ActivityUtils has public SERVICE_TAG constant that is used for Context.getSystemService()
  • Added public KeyContextWrapper.KEY_SERVICE_TAG constant which is used for obtaining key from Context.getSystemService()
  • Change: final classes are now marked as /* final */ to be open for mocks (no point in subclassing them)