Releases: jvde-github/AIS-catcher-for-Android
v0.24
SpyServer connection now uses non-blocking TCP connection with shorter timeout
v0.23
Fix issue: failing to open UDP connection in case previous run failed to start
v0.22
UDP connections opened and closed in main receiver thread and UDP disconnected from receiver before close. Hopefully sorting some fdsan reports.
v0.21
Adding model specific settings (choice of decoding model, enable fixed point downsampling for sampling rate 1536K @ rtl-sdr and enable wide auto frequency correction range). Advice is not to use by default
v0.20
- Fix bug: biastee support for RTL-SDR dongles was not included in native build.
- Added GPGL license summary
- Aligned version numbers with Google Play roll out
v0.18
Bug fix for Android 12+, resolving crash when starting receiver due to missing PendingIntent immutable flag.
v0.17
Request for permission in case not available. It seems Android sometimes not automatically does this step when there are multiple apps linked to one USB device
v0.16
Added uses-feature "android.hardware.usb.host" to the manifest file
v0.15
Added console message that displays available USB devices for which we do not have permission. For debugging purposes.
v0.14
Initial release