ReactiveSensors Versions Save

Android library monitoring device hardware sensors with RxJava

v0.4.5-rx3

1 year ago
  • 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

v0.4.4-rx3

3 years ago
  • updated RxJava to 3.0.7
  • updated Android Gradle Build Tools to 4.0.2

v0.4.3-rx3

4 years ago

updated RxJava from 3.0.2 to 3.0.3

v0.4.2-rx3

4 years ago
  • made getters of ReactiveSensorEvent consistent: getAccuracy() -> accuracy()

v0.4.2-rx2

4 years ago
  • made getters of ReactiveSensorEvent consistent: getAccuracy() -> accuracy()

0.4.1-rx3

4 years ago
  • fixed sonatype artifact release issues

v0.4.0-rx3

4 years ago
  • added new methods to ReactiveSensorEvent class: int sensorId(), String sensorName(), float[] sensorValues()

v0.4.0-rx2

4 years ago
  • added new methods to ReactiveSensorEvent class: int sensorId(), String sensorName(), float[] sensorValues()

v0.3.3-rx3

4 years ago
  • added SensorsProxy interface implemented by ReactiveSensors class to improve library integration and testability in external projects, which depend on it

v0.3.3-rx2

4 years ago
  • added SensorsProxy interface implemented by ReactiveSensors class to improve library integration and testability in external projects, which depend on it