Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iscle/AndroidAutoPlus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3
Choose a base ref
...
head repository: iscle/AndroidAutoPlus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 14, 2026

  1. Add bass-preserving navigation ducking for Android Auto

    Replaces Android Auto's volume-based ducking (music drops in volume while
    navigation speaks) with a frequency-selective duck: a high-shelf filter keeps
    the low end and attenuates the highs, like a club lowering a track under an
    announcement.
    
    Detection rides on AudioManager.registerAudioPlaybackCallback (navigation-
    guidance usage active) and the shaping happens in the existing AudioRecord.read
    remote-submix hook, so it depends only on stable framework APIs and not on
    Android Auto's per-release obfuscated internals. Only stereo submix captures are
    shaped, leaving the separate mono navigation-voice capture untouched.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    2 people authored and Iscle committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    99eb8f2 View commit details
    Browse the repository at this point in the history
  2. CI: build the APK on every push and pull request

    release.yml only runs on version tags, so pushes to main got no build feedback.
    Add a workflow that compiles :app:assembleRelease (debug-signed via the fallback
    when no release secrets are present) and uploads the APK as an artifact.
    
    Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
    2 people authored and Iscle committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    530a54c View commit details
    Browse the repository at this point in the history
Loading