Releases: pwittchen/ReactiveSensors
Releases · pwittchen/ReactiveSensors
0.4.5-rx3
- updated Android CI config
- removed FUNDING.yml file
- fixed format in README.md
- updated Android CI badge in README.md
- added releasing guidelines
- updated checkout gh action from v2 to v3
- issue #99: bumped project dependencies, updated configuration, removed legacy support annotations dependency from the library, added new androidx support annotations to the library
0.4.4-rx3
- updated RxJava to 3.0.7
- updated Android Gradle Build Tools to 4.0.2
0.4.3-rx3
updated RxJava from 3.0.2 to 3.0.3
0.4.2-rx3
- made getters of ReactiveSensorEvent consistent:
getAccuracy()
->accuracy()
0.4.2-rx2
- made getters of ReactiveSensorEvent consistent:
getAccuracy()
->accuracy()
0.4.1-rx3
0.4.0-rx3
- added new methods to
ReactiveSensorEvent
class:int sensorId()
,String sensorName()
,float[] sensorValues()
0.4.0-rx2
- added new methods to
ReactiveSensorEvent
class:int sensorId()
,String sensorName()
,float[] sensorValues()
0.3.3-rx3
- added
SensorsProxy
interface implemented byReactiveSensors
class to improve library integration and testability in external projects, which depend on it
0.3.3-rx2
- added
SensorsProxy
interface implemented byReactiveSensors
class to improve library integration and testability in external projects, which depend on it