| Constant | Brief Description |
|---|---|
| ACCELERATOR_PEDAL_COMPRESSION_PERCENTAGE | Accelerator pedal compression percentage. |
| BRAKE_FLUID_LEVEL_LOW | Brake fluid level low. |
| BRAKE_PAD_WEAR_PERCENTAGE | Brake pad wear percentage. |
| BRAKE_PEDAL_COMPRESSION_PERCENTAGE | Brake pedal compression percentage. |
| ENGINE_RPM | Engine rpm. |
| EV_BATTERY_AVERAGE_TEMPERATURE | EV battery average temperature. |
| Constant | Brief Description |
|---|---|
| CURRENT_GEAR | Vehicle transmission's current VehicleGear. |
| DISTANCE_DISPLAY_UNITS | Distance units for display. |
| ELECTRONIC_TOLL_COLLECTION_CARD_STATUS | Electronic Toll Collection card status. |
| ELECTRONIC_TOLL_COLLECTION_CARD_TYPE | Electronic Toll Collection card type. |
| ENV_OUTSIDE_TEMPERATURE | Outside temperature in celsius. |
| [EV_BATTERY_DISPLAY_UNITS](https://developer.android.com/r |
| Expected API | Google built-in (GAS) | COVESA-compatible cars |
|---|---|---|
| MediaBrowserService + MediaSession | ✅ | ✅ |
| Messaging (Notifications) | ✅ | ✅ |
| Car App Library | ✅ | ✅ |
| CarPropertyManager | ✅ | ✅ |
| Push Notifications (ideally same API) | ✅ | ✅ |
| Expected API | Google built-in (GAS) | Cars without GAS |
|---|---|---|
| MediaBrowserService + MediaSession | ✅ | |
| Messaging (Notifications) | ✅ | |
| Car App Library | ✅ | |
| CarPropertyManager | ✅ | |
| Push Notifications | ❌ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 12b54b17dfe145793c9eec48d47ddc5e65667743 Mon Sep 17 00:00:00 2001 | |
| From: Viktor Mukha <[email protected]> | |
| Date: Thu, 26 Feb 2015 11:13:42 +0100 | |
| Subject: [PATCH] [#49] Trying to release keyboard grab (currently with Right | |
| Ctrl) | |
| --- | |
| client/X11/xf_keyboard.c | 16 ++++++++++++++++ | |
| 1 file changed, 16 insertions(+) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 96d29ba9ef326f7ed3c9adc1b463c011c09787b1 Mon Sep 17 00:00:00 2001 | |
| From: Viktor Mukha <[email protected]> | |
| Date: Thu, 26 Feb 2015 11:13:42 +0100 | |
| Subject: [PATCH] [#49] Trying to release keyboard grab (currently with Right | |
| Ctrl) | |
| --- | |
| client/X11/xf_keyboard.c | 18 +++++++++++++++++- | |
| 1 file changed, 17 insertions(+), 1 deletion(-) |