ReactiveSensors Versions Save

Android library monitoring device hardware sensors with RxJava

v0.3.2-rx3

4 years ago
  • fixing Flowable - moving sensors registration before Flowable.create(...) method (without that several RxJava operators could not be applied on the stream)
  • making ReactiveSensorEvent non-final
  • making SensorEventListener package-private
  • changing FlowableEmitter in SensorEventListener to Emitter
  • removing getEmitter() method from SensorEventListenerWrapper

v0.3.2-rx2

4 years ago
  • fixing Flowable - moving sensors registration before Flowable.create(...) method (without that several RxJava operators could not be applied on the stream)
  • making ReactiveSensorEvent non-final
  • making SensorEventListener package-private
  • changing FlowableEmitter in SensorEventListener to Emitter
  • removing getEmitter() method from SensorEventListenerWrapper

v0.3.1-rx3

4 years ago
  • downgraded min Android SDK version to 16

v0.3.1-rx2

4 years ago
  • downgraded min Android SDK version to 16

v0.3.0-rx3

4 years ago
  • migrated library to RxJava3

v0.3.0-rx2

4 years ago
  • added multiple sensors observing feature
  • updated getters of ReactiveSensorEvent (removed get prefix)
  • updated project dependencies
  • removed handler param from the library API

v0.2.0-rx2

6 years ago
  • 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.x branch
  • kept backward compatibility with RxJava1.x on RxJava1.x branch
  • removed master branch

v0.2.0

6 years ago
  • 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.x branch
  • kept backward compatibility with RxJava1.x on RxJava1.x branch
  • removed master branch

v0.1.2

7 years ago
  • bumped RxJava dependency to v. 1.1.8
  • bumped RxAndroid dependency to v. 1.2.1
  • bumped Google Truth test dependency to v. 0.28
  • bumped Compile SDK version to v. 23
  • bumped Kotlin to v. 1.0.0
  • updated sample apps

v0.1.1

8 years ago
  • bumped RxJava dependency to v. 1.1.0
  • bumped RxAndroid dependency to v. 1.1.0
  • bumped Google Truth test dependency to v. 0.27
  • bumped Gradle Build Tools to v. 1.3.1