Skip to content

Commit 8aeeea7

Browse files
New release v1.1.13 (#138)
1 parent 575da29 commit 8aeeea7

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId = "com.mubarak.mbcompass"
2121
minSdk = 23
2222
targetSdk = 36
23-
versionCode = 13
24-
versionName = "1.1.12"
23+
versionCode = 14
24+
versionName = "1.1.13"
2525

2626
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2727
vectorDrawables {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- GPX Track Recording: Record routes with waypoints and live map tracking.
2+
- Track List & Details: View, manage, and analyze all recorded tracks.
3+
- New custom bottom bar for ease and simple navigation between screens.
4+
- Track Stats: Duration, avg speed, elevation, and waypoint count added.
5+
- Export & Share: Save and share tracks in GPX format.
6+
- Map Tracking Controls: Start, pause, resume, and stop directly on map.
7+
- Foreground Tracking: Reliable tracking with persistent notification.
8+
- Star & Sort Tracks: Mark favorites and organize easily.
9+
- Last Known Location: Map shows last location even if GPS is off.

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
<ul>
55
<li>Shows clear cardinal direction and magnetic azimuths.</li>
66
<li>Displays magnetic strength in µT.</li>
7-
<li>Live GPS location tracking on OpenStreetMap.</li>
7+
<li>Full GPX track recording with waypoints and path drawing.</li>
8+
<li>Track stats: duration, distance, speed, and elevation.</li>
9+
<li>View, manage, and share recorded tracks.</li>
810
<li>Sensor fusion for improved accuracy (accelerometer, magnetometer, gyroscope).</li>
911
<li>Light and dark theme support controlled via Settings.</li>
1012
<li>Keeps screen on during navigation.</li>
1113
<li>Landscape orientation support.</li>
1214
<li>Built with Jetpack Compose and Material Design.</li>
13-
<li>Runs on Android 5.0+</li>
15+
<li>Runs on Android 6.0+</li>
1416
<li>No ads, no in-app purchases, no tracking.</li>
1517
<li>Find more on the <b><i>website</i></b>: https://compassmb.github.io/MBCompass-site/</li>
1618
</ul>

0 commit comments

Comments
 (0)