Cycling Sensor: added live data view

Cycling Sensor: I18N

Cycling Sensor: honor metric/imperial setting

Cycling Sensor: re-use existing speed strings
This commit is contained in:
Daniel Dakhno
2024-09-15 16:40:25 +00:00
committed by José Rebelo
parent 5ebb3b85b0
commit e3e5c20a5a
6 changed files with 260 additions and 21 deletions
+5
View File
@@ -901,6 +901,11 @@
android:name=".activities.CameraActivity"
android:launchMode="singleInstance"
android:exported="false" />
<activity
android:name=".devices.cycling_sensor.activity.CyclingLiveDataActivity"
android:launchMode="singleInstance"
android:exported="true" />
</application>
</manifest>