f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.87k stars 435 forks source link

Android fixes #2190

Closed srcejon closed 3 months ago

srcejon commented 3 months ago

In configuration dialogs, don't try to append filename suffix on Android, as we can only write to filename specified by user. In APT Demod, check for filename suffix when saving image, as QImage::save() will fail without one.

For #2189.