Skip to content

Commit

Permalink
Set a background color for app images
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Aug 30, 2024
1 parent 2a2ed2b commit 4836c98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,3 +440,6 @@ table td {
font-size: 80%;
}

table.known-apps-list img {
background-color: #333;
}
3 changes: 3 additions & 0 deletions docs/known-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Not only do different apps have specific icon packs and labels, but different UI

BMW Connected for Android included official support for hosting 3rd party applications, using a custom [CarAPI Protocol]({% link carapi.md %}). BMW Connected included a set of common UI Descriptions and the app would pick one to use, and then provide its specific icons and texts resources. These descriptions contain a wide variety of states and are very flexible in arrangement, and most actions use a `<combinedAction>` to allow the app to dynamically set a destination state.

{.known-apps-list}
| Category | Version | Sha256 | Notable Features |
| -------------- | -------------- | ------- | ---------------- |
| Multimedia | id4/id5/id6 v1 | 2cba25a | Call, EntICPlaylist, Input, Navigate, Record |
Expand All @@ -29,6 +30,7 @@ BMW Connected for Android included official support for hosting 3rd party applic

### 3rd Party Android Apps

{.known-apps-list}
| Application | Basecore Version | Entrybutton | Notes |
| ------------------- | ----------------- | ----------- | ----- |
| iHeartRadio | Radio v3 | ![](apps/iheartradio-entrybutton.png) iHeartRadio | |
Expand All @@ -40,6 +42,7 @@ BMW Connected for Android included official support for hosting 3rd party applic

BMW/Mini Connected includes its own RHMI apps, with their own unique resources. Connected Classic has even more apps. All of these apps exist within the OnlineServices menu, and some apps add extra entries.

{.known-apps-list}
| Application | Entrybutton | Notes |
| BMWOne | ![](apps/bmwconnected-entrybutton.png) BMW Connected | Call, Navigate, NotificationEvent, PopupHmiState, adds to Navigation menu |
| Calendar | ![](apps/calendar-entrybutton.png) BMW Calendar | Call, Navigate, Has a CalendarHmiState, adds to the Office menu |
Expand Down

0 comments on commit 4836c98

Please sign in to comment.