Constant | Brief Description |
---|---|
EV_BATTERY_AVERAGE_TEMPERATURE | EV battery average temperature. |
EV_BATTERY_INSTANTANEOUS_CHARGE_RATE | EV instantaneous charge rate in milliwatts. |
EV_BATTERY_LEVEL | EV battery level. |
EV_CHARGE_CURRENT_DRAW_LIMIT | EV charge current draw limit. |
EV_CHARGE_PERCENT_LIMIT | EV charge percent limit. |
EV_CHARGE_STATE | Charging state of the car. |
[EV_CHARGE_SWIT |
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(-) |