306 Commits

Author SHA1 Message Date
9a79ad1cc4 Convert icons to png 2025-04-20 23:26:30 +03:00
tza
e3f4b852a1 Working version 2025-04-20 20:05:20 +00:00
9f3135066d fix hpp 2025-04-20 21:46:45 +03:00
b27dcec0b9 websocket client boilerplate 2025-04-20 20:06:35 +03:00
25c3c5171c add stacked widget 2025-04-20 19:44:41 +03:00
da5c247339 remove mute/volume from header 2025-04-20 18:21:53 +03:00
f92bd9b3f7 remove mute stuff 2025-04-20 17:59:06 +03:00
da0193dd19 remove leftover volume stuff 2025-04-20 17:50:34 +03:00
7e940ef815 fix oldmenudummy 2025-04-20 17:41:02 +03:00
a3656500e7 add bt now playing and radio 2025-04-20 17:30:30 +03:00
Matthew Hilton
82bffdb514
Merge pull request #24 from SonOfGib/AAP-1.6-crankshaft
Aap 1.6 crankshaft
2025-03-26 21:07:56 +00:00
SonOfGib
160b1552a6
Merge remote-tracking branch 'opencardev/crankshaft-ng' into AAP-1.6-crankshaft 2025-03-26 16:06:08 -04:00
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
matt
e1940b90a6
Added CoC 2025-02-07 23:02:12 +00: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