You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Google Maps in Portrait Mode:** Touch interactions (searching, scrolling) within Google Maps may not work as expected when using Portrait Mode. While visual feedback (like ripple effects) might appear, the map itself may remain unresponsive. This appears to be an internal Android Auto / Google Maps limitation or bug in vertical orientations.
79
81
80
82
## Changelog
83
+
### v.1.10.0
84
+
- New Feature: Portrait Mode Support (Dashboard & Projection) with smart resolution scaling Known Bug is, that map is unresponsive to touch. That is in all HU apps
85
+
- New Feature: Redesigned Keymap Screen (easier configuration)
86
+
- New Feature: Right Hand side driving setting (#63)
87
+
- New Feature: Auto-Connect last session (Thanks to @JanRi3D) (#21)
88
+
- New Feature: Auto-Selfmode if enabled in settings
89
+
- New Feature: Allow sideloaded apps (#57)
90
+
- Localization: Added German Translation 🇩🇪 Other translations are highly appreciated
91
+
- Improvement: TextureView is now the default renderer (better compatibility for most devices)
92
+
- Improvement: Fixed Dashboard layout rotation
93
+
- Rewrite: Completly Rewrite the Video-Decoder as it was undebuggable. Removed the async mode and more
94
+
81
95
### v.1.9.0
82
96
- New Feature: GLES20 Video Renderer (Fixes black screen/artifacts/scaling on older Head Units)
83
97
- New Feature: In-App Log Export (Save to file/Share) for easier debugging
Copy file name to clipboardExpand all lines: app/src/main/assets/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
### v.1.10.0
4
+
- New Feature: Portrait Mode Support (Dashboard & Projection) with smart resolution scaling Known Bug is, that map is unresponsive to touch. That is in all HU apps
5
+
- New Feature: Redesigned Keymap Screen (easier configuration)
6
+
- New Feature: Right Hand side driving setting (#63)
7
+
- New Feature: Auto-Connect last session (Thanks to @JanRi3D) (#21)
8
+
- New Feature: Auto-Selfmode if enabled in settings
9
+
- New Feature: Allow sideloaded apps (#57)
10
+
- Localization: Added German Translation 🇩🇪 Other translations are highly appreciated
11
+
- Improvement: TextureView is now the default renderer (better compatibility for most devices)
12
+
- Improvement: Fixed Dashboard layout rotation
13
+
- Rewrite: Completly Rewrite the Video-Decoder as it was undebuggable. Removed the async mode and more
14
+
3
15
### v.1.9.0
4
16
- New Feature: GLES20 Video Renderer (Fixes black screen/artifacts/scaling on older Head Units)
5
17
- New Feature: In-App Log Export (Save to file/Share) for easier debugging
0 commit comments