Skip to content

Commit 25739c7

Browse files
Merge pull request #89 from CompassMB/features
New release v1.1.10
2 parents e7832cc + cd3ea2f commit 25739c7

File tree

5 files changed

+33
-13
lines changed

5 files changed

+33
-13
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId = "com.mubarak.mbcompass"
2020
minSdk = 21
2121
targetSdk = 36
22-
versionCode = 10
23-
versionName = "1.1.9"
22+
versionCode = 11
23+
versionName = "1.1.10"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
vectorDrawables {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updated Android Gradle Plugin to fix F-Droid build compatibility (no user-facing changes)
Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
1-
<b>MBCompass</b> is a simple, reliable compass app with a sleek design and accurate navigation. Works offline, saves battery, and is perfect for outdoor adventures or everyday use.
1+
<b>MBCompass</b> is a modern, free, and open-source compass and navigation app without <b>ads</b>, <b>in-app purchases</b>, or <b>tracking</b>. It supports both <b>compass and navigation features</b> while remaining lightweight and simple!
22

3-
Key Features:
3+
<b>Main Features:</b>
4+
<ul>
5+
<li>Shows clear cardinal direction and magnetic azimuths.</li>
6+
<li>Displays magnetic strength in µT.</li>
7+
<li>Live GPS location tracking on OpenStreetMap.</li>
8+
<li>Sensor fusion for improved accuracy (accelerometer, magnetometer, gyroscope).</li>
9+
<li>Light and dark theme support controlled via Settings.</li>
10+
<li>Keeps screen on during navigation.</li>
11+
<li>Landscape orientation support.</li>
12+
<li>Built with Jetpack Compose and Material Design.</li>
13+
<li>Runs on Android 5.0+</li>
14+
<li>No ads, no in-app purchases, no tracking.</li>
15+
<li>Find more on the <b><i>website</i></b>: https://compassmb.github.io/MBCompass-site/</li>
16+
</ul>
417

5-
- Accurate Navigation: Get precise cardinal directional with degrees.
6-
- Minimalist Design: Enjoy a clean, distraction-free interface that's easy to use.
7-
- Works Offline: No external dependencies, Uses device sensors.
8-
- Sensor fusion: Combines (Accelerometer, Gyroscope and Magnetometer) for better accuracy.
9-
- Power efficient: Designed to be efficient and lightweight.
18+
<b>Why choose MBCompass?</b>
19+
20+
<blockquote>
21+
22+
<b>Not just a compass. Not a map app.</b>
23+
24+
MBCompass bridges the gap between a compass and a full navigation app - shows direction and live location without using hundreds of MBs of storage or privacy trade-offs.
25+
</blockquote>
26+
27+
<b>The navigation starts from here</b>
28+
Lightweight, privacy-first compass and navigation - because navigation starts here.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Modern and efficient compass
1+
Your modern, lightweight compass and navigation

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-3.0-or-later
22

33
[versions]
4-
agp = "8.12.0"
4+
agp = "8.11.1" #due to the f-droid internal build server issue: https://gitlab.com/fdroid/admin/-/issues/593
55
datastorePreferences = "1.1.7"
66
fragmentKtx = "1.8.8"
77
hiltAndroid = "2.56.2"
@@ -11,10 +11,10 @@ junit = "4.13.2"
1111
hiltNavigationCompose = "1.2.0"
1212
junitVersion = "1.2.1"
1313
espressoCore = "3.6.1"
14-
lifecycleRuntimeKtx = "2.9.1"
14+
lifecycleRuntimeKtx = "2.9.2"
1515
activityCompose = "1.10.1"
1616
composeBom = "2025.07.00"
17-
navigationCompose = "2.9.2"
17+
navigationCompose = "2.9.3"
1818
kspVersion = "2.2.0-2.0.2"
1919
kotlinxSerializationJson = "1.9.0"
2020
osmdroidAndroid = "6.1.20"

0 commit comments

Comments
 (0)