Skip to content

Releases: VitaliyKurokhtin/oem-aa-mod

0.9.1

0.9.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Aug 04:03

What's Changed

  • Add 'AutoKit' for the Carlinkit dongle to the device list in bt16pair by @adrianbublea in #11
  • Add 'Accessory' for the Carlinkit dongle to the device list in bt16pa… by @luislf15 in #14

New Contributors

Full Changelog: 0.9.0...0.9.1

0.9.0

0.9.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jul 03:17

What's Changed

  • Initial support for additional wireless dongles with 1.6 by @Pokepunch in #10
  • Added case-insensitive recognition for AAWireless, smartBox, carplay, carlink, and motorolama1 device names
  • Added bt_pairing_bypass_all_devices to enable the pairing workaround for dongles with unrecognized USB device names.
  • Added bt_pairing_show_device_notification to display the detected USB device name in a status-bar notification, making unknown dongles easier to identify.
  • Added unmute_starts_playback to send Android Auto a media PLAY command on every unmute, even when the module did not pause playback or Android Auto lacks audio focus.

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

0.8.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jul 05:53

What's Changed

  • Pause media on mute by @axel92b in #8 Control via mute_pauses_phone config option.
  • Blocking headunit attempts to resume playback via Android Auto upon connection. Only covers android auto, radio will still play. block_headunit_media_play config option.
  • Attempt at lowering initial audio latency. Disabled by default, try by setting aa_audio_low_latency option.
  • New zip installer integrated thanks to @Bijan-A

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

0.7.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jul 06:12

What's Changed

  • feat(hud): render Android Auto GAL 1.6 navigation guidance on the HUD by @PingusPepan in #5
  • feat(hud): Fill all possible lane guidance options for table A and B HUD glyphs by @PingusPepan in #7
  • Potential touch initialization fix
  • Small memory optimization
  • 1.6 protocol BT pairing workaround

Full Changelog: 0.6.0...0.7.0

0.6.0

0.6.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Jun 04:26

What's Changed

  • Fix the xml for WCP version of CMU to correspond to the original by @PingusPepan in #3
  • hud_fold_latin option in config to fold 3+ byte characters to latin base whenever possible.

Full Changelog: 0.5.1...0.6.0

0.5.1

0.5.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jun 02:59
  • WCP XML configuration updated.

0.5.0

0.5.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Jun 06:24
  • force_street_name config option added to always show street name on HUD even if there is no setting to enable in car options. For EU compatibility.

Full Changelog: 0.4.0...0.5.0

0.4.0

0.4.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 03:20

What's Changed

  • Two HUD transportsvbs (direct VBS injection) and svcjcinavi (navigation service injection). Both work without SD card; svcjcinavi allows splicing AAP navigation with OEM speed limit display on HUD.
  • libpatch-jcisvcnavi.so – LD_PRELOAD merge patch that reconciles AAP and OEM HUD frames, eliminating flicker by combining AAP maneuver/street info with OEM speed cadence while AAP is active.
  • libpatch.conf configuration – Both patches read a shared config file to control touch, hud, and hud_transport (vbs|svcnavi) settings without recompile.
  • Common library – shared code refactored into patches/common/ (logging, preload helpers, config plumbing, OEM ABI headers).
  • Packaging switched from tar.gz to zip for simplicity.
  • Documentation reorganized: build and installation steps moved to docs/; README updated with both patch setup and config examples.
  • Release artifacts now include libpatch.conf sample in resources/.
  • Android Auto icon mapping restored (checkered flag icon now displays correctly).

New Contributors

Full Changelog: 0.3.0...0.4.0

0.3.0

0.3.0 Pre-release
Pre-release

Choose a tag to compare

@VitaliyKurokhtin VitaliyKurokhtin released this 08 Jun 03:17
  • Touch, HUD initialization moved to separate threads to not block session start
  • Using in CMU DBus transport libjcidbus/libjcivbsnaviclient
  • Source code refactored

Full Changelog: 0.2.0...0.3.0

0.2.0

0.2.0 Pre-release
Pre-release

Choose a tag to compare

@VitaliyKurokhtin VitaliyKurokhtin released this 22 May 06:40

Minimal HUD functionality