File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments