Skip to content

Releases: silverchris/openauto

Build refs/tags/v1.0.9

25 Aug 21:37
Compare
Choose a tag to compare
Pre-release

Commits

  • a36794c: Resolve segfault when shutting down (silverchris)

Build refs/tags/v1.0.8

23 Aug 17:07
Compare
Choose a tag to compare

Commits

  • 2ab5417: Switch back to building dbus-cxx from master, as multiple return was added in dbus-cxx/dbus-cxx#101 (silverchris)
  • 588b623: More playing with audio focus. Removed timeout for audiofocus. Added queue for focus events (silverchris)

Build refs/tags/v1.0.7

22 Aug 00:34
Compare
Choose a tag to compare
Pre-release

Commits

  • cde830a: Fix mac formatting bug (silverchris)
  • c2964e1: Use jcinavi instead of stopping it (silverchris)
  • f8508f9: remove focus request timeout, think it's doing more harm then good (silverchris)

Build refs/tags/v1.0.6

20 Aug 23:32
Compare
Choose a tag to compare
Pre-release

Commits

  • 949dc31: Fix segfault on start (silverchris)
  • 0461761: A bit more useful logging information (silverchris)

Build refs/tags/v1.0.5

20 Aug 01:47
Compare
Choose a tag to compare
Pre-release

Commits

  • 371a172: Options for install (silverchris)
  • 4946c05: Options for wifi on install (silverchris)
  • 6283729: Depend on stage_wifi so that autoapp doesn't get started too early (silverchris)
  • e01c7fd: Bluetooth pairing changes to prevent focus from being lost during a call with AAPA (silverchris)
  • 20a3b7a: Resume audio after call (silverchris)
  • 3b7bcf7: Remove unneeded Signals.hpp (silverchris)
  • 60574dc: Better documentation (silverchris)

Build refs/tags/v1.0.4

15 Aug 23:04
Compare
Choose a tag to compare

Commits

  • d95889b: Don't accidentally overwrite backup files. (silverchris)
  • d184efb: script cleanup, and use autoapp.uninstall if present. (silverchris)
  • 4ff5349: Better audio config to support multiple platforms, and Mazda firmware versions (silverchris)
  • 855984e: Logging cleanup (silverchris)
  • 7cc1475: Configuration cleanup (silverchris)

Build refs/tags/v1.0.3

14 Aug 00:47
Compare
Choose a tag to compare

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)

Build refs/tags/v1.0.2-r1

10 Aug 02:32
Compare
Choose a tag to compare

Commits

  • 23a734c: workaround for backup camera switching. (Chris)
  • c0b7cc0: Replace dependency on sdbus with dbus-cxx (silverchris)
  • aeab529: Use the Mazda Native Android Auto interface for video switching (silverchris)
  • 1e91f6d: Use Protobuf lite (silverchris)
  • ef2b6ee: DBus file cleanup (silverchris)
  • cad965f: Fix potential memory leak (silverchris)
  • 71f786f: Add missing files (silverchris)
  • 381493e: Update deps (silverchris)
  • f881a1e: Cleanup (silverchris)
  • a95c9e3: updates to installer (silverchris)
  • 3abb35c: Updated openssl (silverchris)
  • 87cb015: Automagically select between the two video switching methods (silverchris)
  • 2fdb682: Add libgsth264parse.so (Rudy Nurhadi) #10
  • 997003d: Fix compilation (Rudy Nurhadi) #14
  • 3c33b1c: Fix backup camera switching with Mazda Android Auto interface (silverchris)
  • 32a391b: Only change Opera config on older CMU firmware. Not needed when reusing the built-in AA interface (silverchris)
  • 127e5a4: Try adding some locking to prevent race conditions for Audio Focus (silverchris)
  • 2d04848: Fix video focus being stolen when Android Auto isn't connected (silverchris) #16
  • 9438067: Videoswitching fixes (silverchris) #16
  • 4c8bc61: some documentation (silverchris)
  • 8f3cfe1: Reduce video latency (silverchris) #17
  • c0def11: Don't start HttpManager when using new interface (silverchris) #17
  • 95e8b55: h264parse no longer needed (silverchris) #17
  • d5ef06d: Update .gitattributes (silverchris)
  • 4a18371: More video latency fixes (silverchris)
  • 3981c3a: Use AAC ADTS stream instead of PCM stream from Android Auto (silverchris)
  • 893a0a8: updated to ignore build directories (silverchris)
  • ba6ff4b: updated to ignore build directories (silverchris)
  • 19644f2: Fix submodule config (silverchris)
  • 7c9ac22: Remove unused .travis.yml (silverchris)
  • a20c732: Remove unused files (silverchris)
  • 2ae1194: Remove unused variable (silverchris)
  • 08ee287: Cleanup! (silverchris)
  • 35e4074: Cleanup! (silverchris)
  • a09a37b: Remove excess logging, and some code cleanup (silverchris)
  • 8dbfdf0: Cleanup (silverchris)
  • 0eaab7d: Cleanup (silverchris)
  • 3ba40c4: Cleanup (silverchris)
  • 319b939: Simplify AudioChannel setup (silverchris)
  • 9f554f3: fix Dockerfile (silverchris)
  • 0f041e1: Merge branch 'AudioFocus' (silverchris)
  • c382bf9: change back to the full Protobuf implimentation instead of lite (silverchris)
  • 9cfc5ba: correct naming (silverchris)
  • f69d004: Check before we delete (silverchris)
  • 984b76d: Update AASDK (silverchris)
  • f173b29: More messing with Audio Focus (silverchris)
  • 5925051: change both instances of std::chrono::seconds to std::chrono::milliseconds... not just one (silverchris)
  • b46d375: tune focus timeout (silverchris)
  • c8d8e85: protect Audiotimer from race conditions with a mutex (silverchris)
  • f893ce9: Setup two audio outputs for the speech channel, as Android Auto doesn't mix them on the phone. (silverchris)
  • 8b371b3: Remove dependency on sigc++ for video focus requests and events. (silverchris)
  • 41e8bb3: Remove the need for needing to signal to AAPA that Android Auto is connected or not. (silverchris)
  • a5c7fff: Separate sensors out into their own managers, to make testing and porting to other devices easier. (silverchris)
  • 40916f1: More cleanup based on tool recommendations (silverchris)
  • afcfccc: Create Interface for AudioManagers, and refactor to use that instead of sigc++ (silverchris)
  • ae23c3c: Actually reschedule checkNight after it runs. (silverchris)
  • bd48c15: More work to make code more platform independent (silverchris)
  • a8a7171: Missed removing some sigc++ stuff (silverchris)
  • f0d2708: Remove unused include. Add needed includes (silverchris)
  • bd9dec4: Fix static_cast error (silverchris)
  • 2d87ad4: Fix cast error (silverchris)
  • 2dd64f6: Seperate out most "Mazda" specific code to Platforms/Mazda, and create Platforms/RPI to allow building/testing on Linux/Raspberry Pi (silverchris)
  • fe792e9: Fix build for newer libusb (silverchris)
  • cc80602: Update aasdk (silverchris)
  • 35ea19c: VideoManager now updates everyone else's focus (silverchris)
  • 17d3ea2: Add some documentation (silverchris)
  • ee0dec6: Fix navigation (silverchris)
  • e5196fc: Move start/stop to be handled by the platform (silverchris)
  • b93f639: Update github workflow (silverchris)