293 Commits

Author SHA1 Message Date
SonOfGib
05a4a0a7d7
Various tweaks
* Fix bluetooth service issues when running on linux pc (experimental.)
* Service factory changes to disable bluetooth and wifi (commented out)
* Include boost logs library.
2025-02-26 20:02:23 -05:00
Simon Dean
17d4bfbcda Backport LibGPS updates a79d155bd658eff85036f0d7d29486faac0bf3cc
Backport and merge artefacts from
a5cdf161ad1aefcda5425b5bef56032e1c510219
2025-01-08 18:09:54 +00:00
Simon Dean
d19a4438ca Merge branch 'crankshaft-ng' of https://github.com/opencardev/openauto into crankshaft-ng
# Conflicts:
#	include/f1x/openauto/autoapp/Configuration/Configuration.hpp
#	include/f1x/openauto/autoapp/Configuration/IConfiguration.hpp
#	src/autoapp/Configuration/Configuration.cpp
#	src/autoapp/Service/AndroidAutoEntity.cpp
#	src/autoapp/Service/SensorService.cpp
#	src/autoapp/Service/ServiceFactory.cpp
#	src/autoapp/UI/SettingsWindow.cpp
2025-01-08 17:27:25 +00:00
Matthew Hilton
1a74e9f8d9
Merge pull request #22 from opencardev/fix_libgps
Added libgps fix to support api version >7 and lower.
2025-01-08 00:00:25 +00:00
Matthew Hilton
fb618c0049
Merge pull request #21 from SonOfGib/crankshaft-ng
Disable Wifi Projection + Fix assistant hang/missing audio.
2025-01-07 23:08:31 +00:00
SonOfGib
075c356122
Wireless projection should default to true.
* When ini file was not present, the default value was set to false instead of true.
2025-01-07 18:06:00 -05:00
matt
a79d155bd6
Added libgps fix to support api version >7 and lower. 2025-01-07 23:05:19 +00:00
Simon Dean
64b9c1370f Switch back to CrankShaft branding 2025-01-07 22:35:28 +00:00
Simon Dean
f456ce8dfa Merge remote-tracking branch 'origin/JourneyOS' into crankshaft-ng
# Conflicts:
#	CMakeLists.txt
#	include/f1x/openauto/autoapp/Projection/IVideoOutput.hpp
#	include/f1x/openauto/autoapp/Projection/InputEvent.hpp
#	include/f1x/openauto/autoapp/Service/AndroidAutoEntity.hpp
#	include/f1x/openauto/autoapp/Service/AudioInputService.hpp
#	include/f1x/openauto/autoapp/Service/AudioService.hpp
#	include/f1x/openauto/autoapp/Service/BluetoothService.hpp
#	include/f1x/openauto/autoapp/Service/InputService.hpp
#	include/f1x/openauto/autoapp/Service/MediaSink/GuidanceAudioService.hpp
#	include/f1x/openauto/autoapp/Service/MediaSink/MediaAudioService.hpp
#	include/f1x/openauto/autoapp/Service/MediaSink/VideoService.hpp
#	include/f1x/openauto/autoapp/Service/Sensor/SensorService.hpp
#	include/f1x/openauto/autoapp/Service/VideoService.hpp
#	include/f1x/openauto/autoapp/Service/WifiService.hpp
#	include/f1x/openauto/btservice/AndroidBluetoothServer.hpp
#	src/autoapp/Service/AndroidAutoEntity.cpp
#	src/autoapp/Service/MediaAudioService.cpp
#	src/autoapp/Service/SensorService.cpp
#	src/autoapp/Service/ServiceFactory.cpp
#	src/autoapp/Service/SpeechAudioService.cpp
#	src/autoapp/Service/SystemAudioService.cpp
#	src/autoapp/Service/WifiService.cpp
#	src/autoapp/autoapp.cpp
#	src/btservice/AndroidBluetoothServer.cpp
2025-01-07 22:08:57 +00:00
Sean Gibson
a5cdf161ad Disable Wifi Projection + Fix assistant hang/missing audio. (#2)
* Bonus: Fix assistant hang/missing audio.

* Add new wireless projection config section.
* Add check box to disable/enable wireless projection. Checking this box causes the service factory to skip the bluetooth and wifi services.
2025-01-06 21:11:17 -05:00
Matthew Hilton
5da1376565
Merge pull request #19 from SonOfGib/sonofgib-newdev
SonOfGib Fixes
2024-12-30 22:40:17 +00:00
Simon Dean
880ec80d31 Merge branch 'JourneyOS-DisableUpdates' into Bluetooth-Reworking 2024-11-29 22:14:03 +00:00
Simon Dean
d97edf539b BugFix finalisation of re-worked btservice for Bluetooth Handling.
Redeclare function scoped variables to be on on class object for persistent handling in memory.
2024-11-29 22:13:44 +00:00
Simon Dean
c5ac7113c8 Remove System Updates during transition and swap name from CrankShaft to Journey: Temporary 2024-11-27 11:29:35 +00:00
Simon Dean
361e1467b7 Move remaining Bluetooth Signals to BtService to prevent overlaps. 2024-11-27 11:27:12 +00:00
Simon Dean
28caa06b09 Remove concept of Local and Remote Bluetooth Devices.
They both essentially do the same thing - to return the hardware address, and show whether the adapter is available.

Remove RemoteBluetoothDevice, merge into LocalBluetoothDevice

Introduce routine to SettingsWindow to bring in list of adapters.
2024-11-27 10:02:01 +00:00
Simon Dean
478526b953 Reformat Code 2024-11-27 09:53:07 +00:00
Simon Dean
7f38e16983 Resolve display issue where if Raspberry Pi thinks both HDMI and LCD are enabled, the display width is appearing as two side by side monitors (double width) rather than just using the physical width of the screen. 2024-11-21 13:06:48 +00:00
Simon Dean
b327bd69b2 Added support for new services provided by AASDK and AAP Protocol version 1.6.
Add extensive logging
Add logo for forked version
Resolve display issue where if Raspberry Pi thinks both HDMI and LCD are enabled, the display width is appearing as two side by side monitors (double width) rather than  just using the physical width of the screen.
2024-11-21 13:06:19 +00:00
Simon Dean
e669277eb4 Rename WifiProjectionStatus.cpp to WifiProjectionService.cpp 2024-11-13 15:10:14 +00:00
Simon Dean
173225970f Remove logging. Bolster WifiProjection 2024-11-13 15:09:20 +00:00
Simon Dean
be8c0ab9cd Compiles and Builds, but problems with Video, WiFi Projection and Bluetooth. 2024-11-13 12:25:09 +00:00
Simon Dean
4e36ff016f Add logo for forked version 2024-11-08 12:56:38 +00:00
Simon Dean
406368d8dd Populate WifiProjectionStatus.cpp, NavigationStatusService.cpp 2024-11-08 12:55:54 +00:00
Simon Dean
68759ee2fa Add extensive logging 2024-11-07 17:18:43 +00:00
Simon Dean
5a2a305c04 All modifications for AAP 1.6 2024-11-04 13:51:11 +00:00
SonOfGib
e3aa777467
WIFI service
* Changes to WIFI service to handle messages from Android Auto. This fixes issues reported with AA > 12.6.
* Modifications to support aasdk proto updates.
* Docker cross compile build for RPI.
* Boost log filtering via `openauto-logs.ini` file
2024-10-29 18:50:11 -04:00
SonOfGib
35005a0e54
Readme notes about building.
* Libgps version update
2024-10-24 22:46:07 -04:00
SonOfGib
cdf1992637
Back to libgps 3.17 2024-10-18 21:50:24 -04:00
SonOfGib
f1976fe76c
Fix broken include. 2024-10-18 21:16:17 -04:00
SonOfGib
9faa119a14
Remove wifi service. 2024-10-17 21:28:09 -04:00
Sean Gibson
cc193045b4
Ignore idea files and Clion build folder. 2023-09-06 16:14:02 -04:00
dice14u
9ea379fa8e Make the opencardev aasdk work with newdev 2023-06-16 00:17:32 -04:00
dice14u
dd2c0a445e using aasdk nextdev 2023-06-15 13:10:57 -04:00
Matthew Hilton
0f317bdc3f
Merge pull request #15 from DanielHerr/media-key-handling
Enhanced Media Key Handling
2022-12-15 20:22:54 +00:00
Daniel Herr
8613351fc3
Enhanced Media Key Handling 2022-07-30 22:13:21 -04:00
Matthew Hilton
4e9574ce1f
Create LICENSE 2021-07-10 11:38:42 +01:00
Matthew Hilton
0e84c362b1
Merge pull request #11 from egisz/keyboard-ui
Keyboard support in openauto
2020-11-02 22:21:15 +00:00
egisz
d7fb716975 more fixes to keyboard handling 2020-10-31 07:39:16 +00:00
egisz
e90d99a2ea fix building warnings 2020-10-31 06:12:46 +00:00
egisz
34f8f0759a add 1 and 2 key to settings menu as TAB 2020-10-30 18:01:39 +00:00
egisz
2592d3a6f8 keyboard support in main window, esc key in settings 2020-10-30 17:54:47 +00:00
Matthew Hilton
bc04598aee
Merge pull request #10 from matt2005/csng-alpha55
Csng alpha55
2020-10-13 21:02:52 +01:00
matt
d5e16bc4aa
Added wifi fixes @presslab-us
added Bluetooth fixes @presslab-us
Added local GPS device support @presslab-us
2020-10-11 00:27:14 +01:00
matt
fd3a00a8e3
[QT]
QT 5.15 fixes for alignment errors
2020-10-10 23:28:58 +01:00
matt
2b367721a7
fix compiler errors 2020-10-10 23:28:30 +01:00
matt
c18f0edeb5
[libusb]
Resolve compiler errors
2020-10-10 23:27:37 +01:00
hawkeyexp
fd5ce7ac07 Bringup pre5 2019-06-10 11:38:47 +02:00
hawkeyexp
bfabfd1822 AA Exit fix / Button visibility 2019-03-02 13:01:28 +01:00
hawkeyexp
1020069646 Experimental: Allow higher ping/pong diff 2019-01-29 19:38:11 +01:00