Releases: pwittchen/ReactiveSensors
Releases · pwittchen/ReactiveSensors
Release list
0.3.2-rx3
- fixing
Flowable- moving sensors registration beforeFlowable.create(...)method (without that several RxJava operators could not be applied on the stream) - making
ReactiveSensorEventnon-final - making
SensorEventListenerpackage-private - changing
FlowableEmitterinSensorEventListenertoEmitter - removing
getEmitter()method fromSensorEventListenerWrapper
0.3.2-rx2
- fixing
Flowable- moving sensors registration beforeFlowable.create(...)method (without that several RxJava operators could not be applied on the stream) - making
ReactiveSensorEventnon-final - making
SensorEventListenerpackage-private - changing
FlowableEmitterinSensorEventListenertoEmitter - removing
getEmitter()method fromSensorEventListenerWrapper
0.3.1-rx3
- downgraded min Android SDK version to 16
0.3.1-rx2
- downgraded min Android SDK version to 16
0.3.0-rx3
0.3.0-rx2
- added multiple sensors observing feature
- updated getters of ReactiveSensorEvent (removed
getprefix) - updated project dependencies
- removed handler param from the library API
0.2.0-rx2
- returning error through Rx to make the error handling easier - issue #29
- creating sensor observable with the ability to specify handler - PR #26
- updated project dependencies
- migrated library to RxJava2.x on
RxJava2.xbranch - kept backward compatibility with RxJava1.x on
RxJava1.xbranch - removed
masterbranch
0.2.0
- returning error through Rx to make the error handling easier - issue #29
- creating sensor observable with the ability to specify handler - PR #26
- updated project dependencies
- migrated library to RxJava2.x on
RxJava2.xbranch - kept backward compatibility with RxJava1.x on
RxJava1.xbranch - removed
masterbranch