Skip to content

Build refs/tags/v1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 00:47
· 29 commits to master since this release

Commits

  • b93f639: Update github workflow (silverchris)
  • b7e0af7: Update Readme.md (Chris)
  • abd6f32: Make sure we shut things down gracefully (silverchris)
  • 74bd29e: remove last vestiges of AASignals.hpp (silverchris)
  • 8dab911: Move the AudioFocus request timeout to the Audiomanager. (silverchris)
  • c761d70: Remove excessive logging (silverchris)
  • 3243045: remove unused variable (silverchris)
  • b5ba8ad: Don't expire Audio Focus on permanent streams (silverchris)
  • dd65bef: Separate out reusable logic for handling the bluetooth wifi connect. (silverchris)
  • 48b16d2: Retry bluetooth connection every 10 seconds if not connected to Android Auto (silverchris)
  • d5990f2: Do this in a more C++ way (silverchris)
  • 116b22b: using instead of typedef (silverchris)
  • 7cc11cd: destructor cleanup (silverchris)
  • 7db9d13: Remove unused includes (silverchris)
  • 4eb2728: make some variable names more descriptive (silverchris)
  • 862da5a: All variables should be named (silverchris)
  • 543867b: destructor cleanup (silverchris)
  • a4e2a80: keyword cleanup (silverchris)
  • 4c655bd: destructor cleanup (silverchris)
  • f766d14: remove unused variable (silverchris)
  • 252e84d: use std::array instead of C-style array (silverchris)
  • 13e3c35: use std::move (silverchris)
  • e905edc: make variable name clearer (silverchris)
  • d2a56e8: use std:::move (silverchris)
  • a7085fd: move delay to the inherited class (silverchris)
  • cd6f302: make delay const (silverchris)
  • 52f28a0: remove unused variables (silverchris)
  • 14308a0: remove unused variables (silverchris)
  • a32ba51: use pointerId (silverchris)
  • a0f4866: remove stray ; (silverchris)