Skip to content

Releases: sh123/codec2_talkie

Release 1.74 (beta)

18 Oct 11:10
Compare
Choose a tag to compare
  • Maintenance release
    • Use --build-id=none linker flag, for Izzy's reproducible builds
    • Unify cmake version requirements to 13.10

Release 1.73

17 Oct 10:24
Compare
Choose a tag to compare
  • Maintenance release
    • Gradle update to 7+
    • Target SDK update to 31 (Android 12 Snow Cone)
    • Set minimum SDK version across all sub projects to 23 (Android 6 Marshmallow), that's minimum version where app will run
    • Some of dependency libraries update where possible to satisfy SDK 31 version

Release 1.72 (beta)

18 Sep 05:30
Compare
Choose a tag to compare
  • Maintenance release

Release 1.71 (beta)

20 Feb 20:23
Compare
Choose a tag to compare
  • Add Raspberry PI PICO USB device filter and custom prober

Release 1.70 (beta)

19 Feb 20:34
Compare
Choose a tag to compare
  • New generic option for adding custom prefix for some UART USB modems, which will also work for other transports such as Bluetooth or BLE

Release 1.69 (beta)

19 Feb 17:08
Compare
Choose a tag to compare

image

  • Fix small issue with super frame size, which could not be specified as exact value, but should be set to (size + 1)

Release 1.68 (beta)

25 Dec 10:50
Compare
Choose a tag to compare
  • Update settings: do not use Codec2 super frame size option for OPUS, rely only on OPUS PCM frame size to set packet size and audio buffers

Release 1.67 (beta)

09 Dec 19:37
Compare
Choose a tag to compare
  • [Alpha version] Support for OPUS audio codec (2.4kbps to 512 kbps), codec selection could be toggled between Codec2/OPUS from settings
  • Additional separate settings page specific to audio codecs

Release 1.66 (beta)

07 Dec 12:36
Compare
Choose a tag to compare
  • Fix issue with application hanging on longer incoming text messages
  • Limit text message length to 67 characters according to APRS specification

Release 1.65 (beta)

17 Nov 14:07
Compare
Choose a tag to compare
  • Update radio modem configuration settings, include ability for split operation, LoRa/FSK modulation selection and configuring parameters for modem FSK modulation. Modem firmware needs to be updated to be compatible with this version.