Commit graph

158 commits

Author SHA1 Message Date
a6ede2b146 [android] Re-organize flavors in proper way
Follow up 331b030 "Use module project structure"

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-04 23:32:17 +03:00
bd1d9147b7 [android] Remove CrashlyticsUtils
Firebase Crashlytics is used ONLY by "googleBeta" for QA purpose.
There is absolutely no need for CrashlyticsUtils class in the codebase.
Zap it to remove flavors/firebase-{enabled,disabled} dimension.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-04 23:29:43 +03:00
1b5269cf73
[android] Route info panel re-layout (#5889)
* [Android] Refactoring of routing details panel.

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* [Android] Fixed portrait layout of route routing bottom panel

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* [Android] Fixed landscape layout of route routing bottom panel

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* [Android] Fixed table landscape layout of route routing bottom panel

Signed-off-by: S. Kozyr <s.trump@gmail.com>

* Fixed extra space in car route info

Signed-off-by: S. Kozyr <s.trump@gmail.com>

---------

Signed-off-by: S. Kozyr <s.trump@gmail.com>
2023-09-04 09:52:36 +02:00
382b1e0642 [android] Decouple SensorHelper from LocationHelper
Compass and location are two different things. Rename SensorsHelper to
CompassHelper and extract it from LocationHelper to the upper level to
simplify LocationHelper.

Please note that SensorHelper is still started by LocationHelper to
avoid any semantic changes.

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-03 13:16:36 +03:00
ef67cd04f1 [android] Fix broken paths
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-03 10:06:12 +03:00
6967ab7a1c [android] Update .gitignore
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2023-09-03 10:06:12 +03:00
Arnaud Vergnet
44e5b495c2 [android] Update assets symlinks targets
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-09-03 10:05:14 +03:00
Arnaud Vergnet
480fa6c2fc [android] Use module project structure
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
2023-09-03 10:05:14 +03:00