Flowless Version 1.0-alpha1.23
Pre-release
Pre-release
Flowless Version 1.0-alpha1.23 (2016-12-20)
- CRITICAL FIX: Regression of 1.19 - Internal changes that allowed
ServiceProvider
andFlow
to exist duringonCreate()
. They exist indispatch()
and fromonPostCreate()
. - Added
ServiceProvider.get(Context)
andKeyManager.get(Context)
methods to use instead offlow.getServices()
andflow.getStates()
- Change:
Flow
,KeyManager
,ServiceProvider
andActivityUtils
has publicSERVICE_TAG
constant that is used forContext.getSystemService()
- Added public
KeyContextWrapper.KEY_SERVICE_TAG
constant which is used for obtaining key fromContext.getSystemService()
- Change:
final
classes are now marked as/* final */
to be open for mocks (no point in subclassing them)