WIP: [Android] Speed limit exceed check improvements #9167

Draft
strump wants to merge 8 commits from android/speed-limit-exceed-flag into master

8 commits

Author SHA1 Message Date
dd7cb529aa
[Android] Fixed speed limit on UI
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-09-07 13:48:35 +03:00
4497de895f
Removed 'GetLastLocation' methods. Introduced RoutingSession.GetLastSpeed()
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-09-05 22:48:31 +03:00
57847d597f
Fixed negative (invalid) speed handling
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-09-05 22:32:18 +03:00
07626f8e36
[Android] Added some TODOs
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-09-05 22:27:09 +03:00
eef4ff08fa
Removed unused code
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-09-05 22:26:53 +03:00
9b1fa93b37
[Android] Added SpeedFormatted fields to RoutingInfo class. Changed Framework to pass those values to routing panel code.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-09-05 22:26:39 +03:00
e50ea2d492
Introduced StringFormatted class into Framework and Java.
Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-09-05 22:24:52 +03:00
cd4e9d6b6c
Check speed limit exceeded on the backend with respect to user locale.
[Android] Pass 'isSpeedLimitExceeded' to RoutingInfo. Use this flag to mark speedometer red.

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2024-08-30 17:52:40 +03:00