Skip to content

Releases: andreknieriem/headunit-revived

1.11.0

31 Jan 16:57

Choose a tag to compare

  • New Feature: Advanced Night Mode (Light Sensor, Screen Brightness, separate thresholds, manual time)
  • Improvement: Audio Stuttering fixed (Optimized ACK handling)
  • Improvement: USB Reconnection stability (Added "Reconnection Required" dialog for stuck sessions)
  • Improvement: WiFi Discovery (Added Multi-Interface Scan and NSD/mDNS support)
  • New Feature: Enhanced Service Notification (Reduced noise, added Exit button)
  • Added: Spanish translation 🇪🇸 thanks to @andrecuellar
  • Added: Ukraine translation 🇺🇦 thanks to welshi32
  • Bugfix: Non-Fullscreen View was stretched, touch could be off
  • Bugfix: Wifi with Headunit Server now works with hotspot

1.10.4

28 Jan 09:58

Choose a tag to compare

  • Added: Dutch translation 🇳🇱 thanks to safariking
  • Several black screen and connection error enhancements
  • Bugfix: Crash in Background if not started as foreground service

1.10.3

26 Jan 12:06

Choose a tag to compare

  • Bugfix: Force Software Decoder wasn't getting always the sw decoder
  • Added: Russian translation 🇷🇺 thanks to @prostozema
  • Enhancement: Fixing small issues in the video-decoder which should help lower spec devices to render properly (but act a little bit slower perhaps)

1.10.2

24 Jan 16:59

Choose a tag to compare

  • Bigfix - Button Mapping ignored #71
  • New Feature: Screen-Orientation Feature to lock to a certain orientation (Landscape/Portrait) #69 thanks to @JanRi3D
  • Enhancement: SSL will now attempt multiple times and not break instantly thanks to @MicaelJarniac
  • Added: Chinese(Tradionnal) translation 🇹🇼 thanks to @GazCore
  • Added: Czech translation 🇨🇿 thanks to @teodortomas #75
  • Fixed brazilian portuguese folder name

1.10.1

23 Jan 19:41
7edaa5f

Choose a tag to compare

  • Bugfix: Added missing 3 Byte startcode which stops some devices to start the projection
  • Added PR #68 - Fix Wifi Direct detection thanks to @rakshan-kumr
  • Added PR #67 - Brazilian Portuguese translation 🇧🇷 thanks to @MicaelJarniac
  • Added PR #66 - Add conscrypt to fix error 7 on lower Android versions 🚀, thanks to @JanRi3D
  • The old jni files and c code can maybe be removed when PR #66 is performing great. So we can get rid of that again :)

1.10.0

23 Jan 11:58
c167f66

Choose a tag to compare

Big Release:

  • New Feature: Portrait Mode Support (Dashboard & Projection) with smart resolution scaling Known Bug is, that map is unresponsive to touch. That is in all HU apps
  • New Feature: Redesigned Keymap Screen (easier configuration)
  • New Feature: Right Hand side driving setting (#63)
  • New Feature: Auto-Connect last session (Thanks to @JanRi3D) (#21)
  • New Feature: Auto-Selfmode if enabled in settings
  • New Feature: Allow sideloaded apps (#57)
  • Localization: Added German Translation 🇩🇪 Other translations are highly appreciated
  • Improvement: TextureView is now the default renderer (better compatibility for most devices)
  • Improvement: Fixed Dashboard layout rotation
  • Rewrite: Completly Rewrite the Video-Decoder as it was undebuggable. Removed the async mode and more

1.9.0

20 Jan 19:01
213c7fb

Choose a tag to compare

  • New Feature: GLES20 Video Renderer (Fixes black screen/artifacts/scaling on older Head Units)
  • New Feature: In-App Log Export (Save to file/Share) for easier debugging
  • Improvement: Audio Sink Logic fixed (System Audio always advertised) -> Fixes black screen when Audio Sink is disabled
  • Improvement: Video Decoder optimized for legacy devices (Buffer size adjustments, Overflow handling)
  • Hopefully Fix: Audio Stuttering resolved (Buffer/Queue logic reverted to stable state)
  • Fix: Video Fragmentation on some devices (Support for split frames/Offset 2 headers)
  • Fix: Crash on Android 5.1 (NoSuchMethodError)
  • Fix: Audio-Sink disable not working
  • UI: Consistent Dialog Theme (Teal/Rounded) and improved list buttons
  • Compatibility: Verified support for Android 4.1+ (minSdk 16)
  • Compatibility: Bring back native SSL Support (JNI) for better performance on older devices (Toggle in Debug Settings)

1.9.0-alpha

20 Jan 12:40
3036927

Choose a tag to compare

1.9.0-alpha Pre-release
Pre-release
  • New Feature: GLES20 Video Renderer (Fixes black screen/artifacts/scaling on older Head Units)
  • New Feature: In-App Log Export (Save to file/Share) for easier debugging
  • Improvement: Audio Sink Logic fixed (System Audio always advertised) -> Fixes black screen when Audio Sink is disabled
  • Improvement: Video Decoder optimized for legacy devices (Buffer size adjustments, Overflow handling)
  • Hopefully Fix: Audio Stuttering resolved (Buffer/Queue logic reverted to stable state)
  • Fix: Video Fragmentation on some devices (Support for split frames/Offset 2 headers)
  • Fix: Crash on Android 5.1 (NoSuchMethodError)
  • Fix: Audio-Sink disable not working
  • UI: Consistent Dialog Theme (Teal/Rounded) and improved list buttons
  • Compatibility: Verified support for Android 4.1+ (minSdk 16)
  • Compatibility: Bring back native SSL Support (JNI) for better performance on older devices (Toggle in Debug Settings)

PS use debug Release only for debugging as the normal apk should run better without the logging.

1.8.1

17 Jan 11:07
d371906

Choose a tag to compare

  • Fixed Fullscreen/Non-Fullscreen layout issues (black bars, overlapping)

1.8.0

16 Jan 14:03
5ee8d90

Choose a tag to compare

  • Added Audio Sink Setting (Enable/Disable routing audio to HU)
  • Added AAC Audio Support Setting (Experimental)
  • Fixed audio stuttering issues by reverting buffering logic to v.1.4.1 defaults
  • Restored robust video decoder logic (SPS Parsing) to fix black screen/crashes on Mediatek devices
  • Fixed visual glitches on navigation bar and fullscreen transitions
  • Improved list item UI with better click feedback
  • Fixed SSL decryption crash (ArrayIndexOutOfBoundsException)
  • Updated Wiki documentation