CrazyDude1994 / android-taranis-smartport-telemetry

This android application let you view and record your taranis telemetry data in realtime.
https://play.google.com/store/apps/details?id=crazydude.com.telemetry
143 stars 42 forks source link

Implemented rrsi sensor #126

Closed RomanLut closed 3 years ago

RomanLut commented 3 years ago

Implemented rrsi seonsor. Works for Mavlink and Frsky. image

CrazyDude1994 commented 3 years ago

Hi @RomanLut I really had to merge my changes first, which changes the way the data updated in the UI. Now I'm using LiveData and DataBinding to update UI. The main reason of that was that it was harder and harder to update UI on configuration changes and to reduce UI code we had in MapsActivity. So your pull request now has conflicts. If you don't want or don't have time, I may try to resolve them myself, otherwise you could do it yourself.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
1.8% 1.8% Duplication

RomanLut commented 3 years ago

Rebased commits to master head.