Releases: VitaliyKurokhtin/oem-aa-mod
Releases · VitaliyKurokhtin/oem-aa-mod
Release list
0.9.1
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
- @adrianbublea made their first contribution in #11
- @luislf15 made their first contribution in #14
Full Changelog: 0.9.0...0.9.1
0.9.0
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, andmotorolama1device names - Added
bt_pairing_bypass_all_devicesto enable the pairing workaround for dongles with unrecognized USB device names. - Added
bt_pairing_show_device_notificationto display the detected USB device name in a status-bar notification, making unknown dongles easier to identify. - Added
unmute_starts_playbackto 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
- @Pokepunch made their first contribution in #10
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- Pause media on mute by @axel92b in #8 Control via
mute_pauses_phoneconfig option. - Blocking headunit attempts to resume playback via Android Auto upon connection. Only covers android auto, radio will still play.
block_headunit_media_playconfig option. - Attempt at lowering initial audio latency. Disabled by default, try by setting
aa_audio_low_latencyoption. - New zip installer integrated thanks to @Bijan-A
New Contributors
- @axel92b made their first contribution in #8
- @Bijan-A made an installer at https://github.com/Bijan-A/oem-aa-mod-installer
Full Changelog: 0.7.0...0.8.0
0.7.0
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
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
- WCP XML configuration updated.
0.5.0
- 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
What's Changed
- Two HUD transports –
vbs(direct VBS injection) andsvcjcinavi(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, andhud_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.gztozipfor simplicity. - Documentation reorganized: build and installation steps moved to
docs/; README updated with both patch setup and config examples. - Release artifacts now include
libpatch.confsample inresources/. - Android Auto icon mapping restored (checkered flag icon now displays correctly).
New Contributors
- @PingusPepan made their first contribution in #2
Full Changelog: 0.3.0...0.4.0
0.3.0
- 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
Minimal HUD functionality