Skip to content

Commit 0de1ddf

Browse files
Merge pull request #85 from CompassMB/features
New release v1.1.9
2 parents bdd086a + 53d81c4 commit 0de1ddf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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 = 9
23-
versionName = "1.1.8"
22+
versionCode = 10
23+
versionName = "1.1.9"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
vectorDrawables {
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* Added sensor status indicator to the top app bar, with an alert dialog to notify users of compass accuracy changes.
2+
* Introduced a settings screen to manage user preferences, including theme selection.
3+
* Added a "Current Location" button on the map to manually center the map on your current position.
4+
* Implemented smooth animations when navigating between screens.
5+
* Improved visibility of the current location arrow on the map.
6+
* Fixed transparency issues with edge-to-edge content on three-button navigation bars.
7+
* Fixed map reloading after screen rotation.
8+
* Fixed map drifting to unknown locations when location fetch is interrupted.

0 commit comments

Comments
 (0)