Releases: pwittchen/RxBattery
Releases · pwittchen/RxBattery
0.1.0
- additions
- added the following enums:
Status,Plugged,Health - added the following methods to
BatteryStatedata class:fun status(): Status { ... }fun plugged(): Plugged { ... }fun health(): Health { ... }
- added
@JvmStaticannotation tofun observe(context: Context): Flowable<BatteryState>method inRxBatteryclass in order to call static method from Java modules without need to explicitly callCompanionobject - added KotlinX to sample Kotlin app
- added project logo created by @Yasujizr
- added the following enums:
- updates
- fixed typo in const val in
RxBatteryclass - API-breaking change: In
BatteryStatedata class, renamed variablestatustostatusCode,pluggedtopluggedCodeandhealthtohealthCode
- fixed typo in const val in
- removals
- API-breaking change: Removed
RxBatteryFactoryclass
- API-breaking change: Removed