Skip to content

Releases: jvde-github/AIS-catcher-for-Android

v0.24

19 Oct 20:21

Choose a tag to compare

SpyServer connection now uses non-blocking TCP connection with shorter timeout

v0.23

21 Sep 16:55

Choose a tag to compare

Fix issue: failing to open UDP connection in case previous run failed to start

v0.22

17 Sep 20:55

Choose a tag to compare

UDP connections opened and closed in main receiver thread and UDP disconnected from receiver before close. Hopefully sorting some fdsan reports.

v0.21

10 Sep 11:47

Choose a tag to compare

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

04 Sep 18:32

Choose a tag to compare

  • 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

03 Sep 07:16

Choose a tag to compare

Bug fix for Android 12+, resolving crash when starting receiver due to missing PendingIntent immutable flag.

v0.17

19 Jul 20:54

Choose a tag to compare

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

19 Jul 18:12

Choose a tag to compare

Added uses-feature "android.hardware.usb.host" to the manifest file

v0.15

17 Jul 16:30

Choose a tag to compare

Added console message that displays available USB devices for which we do not have permission. For debugging purposes.

v0.14

11 Jul 18:49

Choose a tag to compare

Initial release