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

Cumulative Pull request from my repository (UVC support, USB-VCP connection to remotes etc.) #154

Closed RomanLut closed 1 year ago

RomanLut commented 1 year ago

Notes: There are few problems wih UVC support. I am using libuvbcamera library which should be compiled with NDK 16.1.4479499. Other versions will not work! Due to NDK version I am not able to updage gradle and not able to update some android libraries. Also libuvccamera does not work when compiled in release mode, so I removed release build variant.

Basically this release brings the state to the latest state of my repository (release hx1.5)

Note that I had to remove the following features:

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

CrazyDude1994 commented 1 year ago

that sucks. Google Play store now doesn't allow to upload new APKS which are targeting older version. That's the reason why I used new API which allows you do select that. Without it, I simply cannot upload apk :(

RomanLut commented 1 year ago

I am not android developer, I already jumped above my head to merge libuvccamera and telemetryviewer. Maybe there is a way to update API while still keeping NDK version for libuvccamera.,but I do not know how.