Skip to content

Commit baa1d7e

Browse files
Project Metadata updated (#67)
* Updated README * Implemented edge to edge for immersive exp * Updated fastlane screenshots and readme
1 parent 5e7081a commit baa1d7e

File tree

10 files changed

+68
-32
lines changed

10 files changed

+68
-32
lines changed

README.md

Lines changed: 60 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,56 @@
1-
<p align="center"><img src="fastlane/metadata/android/en-US/images/icon.png" width="150"></p>
2-
<h1 align="center"><b>🧭MBCompass</b></h1>
3-
<h4 align="center">A fully functional jetpack compose compass app.</h4>
41
<p align="center">
5-
<a href="https://www.gnu.org/licenses/gpl-3.0">
6-
<img src="https://img.shields.io/badge/license-GPL%20v3-2B6DBE.svg?style=flat">
7-
</a>
8-
<a href="https://github.com/MubarakNative/MBCompass/releases">
9-
<img alt="Latest Release" src="https://img.shields.io/github/v/release/MubarakNative/MBCompass?include_prereleases&color=4B95DE&style=flat">
10-
</a>
11-
<a href="https://apilevels.com/">
12-
<img alt="Minimum SDK Version" src="https://img.shields.io/badge/API-21%2B-1450A8?style=flat">
2+
<img src="fastlane/metadata/android/en-US/images/icon.png" width="150" />
3+
</p>
4+
5+
<h1 align="center"><b>🧭 MBCompass</b></h1>
6+
<h4 align="center">A featurish, ad-free compass app built with Jetpack Compose</h4>
7+
8+
<p align="center">
9+
<a href="https://news.ycombinator.com/item?id=44155741" title="Hit #1 on Hacker News">
10+
<img src="https://img.shields.io/badge/%231-Hacker%20News-orange?style=for-the-badge&logo=ycombinator&logoColor=white" alt="#1 on Hacker News" />
11+
</a>
12+
<br/><br/>
13+
<a href="https://www.gnu.org/licenses/gpl-3.0">
14+
<img src="https://img.shields.io/badge/license-GPL%20v3-2B6DBE.svg?style=for-the-badge" alt="GPLv3 License"/>
15+
</a>
16+
<a href="https://github.com/MubarakNative/MBCompass/releases">
17+
<img src="https://img.shields.io/github/v/release/MubarakNative/MBCompass?include_prereleases&color=4B95DE&style=for-the-badge" alt="Latest Release"/>
18+
</a>
19+
<a href="https://apilevels.com/">
20+
<img src="https://img.shields.io/badge/API-21%2B-1450A8?style=for-the-badge" alt="Min API"/>
21+
</a>
22+
</p>
23+
24+
<p align="center">
25+
<a href="https://x.com/MubarakNative">
26+
<img src="https://img.shields.io/twitter/follow/MubarakNative?label=Follow&style=social" alt="Follow on X"/>
27+
</a>
28+
</p>
29+
30+
<p align="center">
31+
<a href="https://github.com/MubarakNative/MBCompass/stargazers">
32+
<img src="https://img.shields.io/github/stars/MubarakNative/MBCompass?style=social" alt="GitHub Stars"/>
33+
</a>
34+
<a href="https://github.com/MubarakNative/MBCompass/network/members">
35+
<img src="https://img.shields.io/github/forks/MubarakNative/MBCompass?style=social" alt="GitHub Forks"/>
36+
</a>
37+
<a href="https://github.com/MubarakNative/MBCompass/watchers">
38+
<img src="https://img.shields.io/github/watchers/MubarakNative/MBCompass?style=social" alt="GitHub Watchers"/>
1339
</a>
1440
</p>
15-
<h4 align="center"><a href="https://mubaraknative.github.io/">Author</a> | <a href="https://github.com/MubarakNative/MBCompass/blob/main/LICENSE">License</a></h4>
41+
42+
<h4 align="center">
43+
<a href="https://mubaraknative.github.io/">Author</a> |
44+
<a href="https://github.com/MubarakNative/MBCompass/blob/main/LICENSE">License</a>
45+
</h4>
46+
1647
<p align="center">
17-
<a href="https://f-droid.org/app/com.mubarak.mbcompass"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="170"></a>
18-
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.mubarak.mbcompass"><img height=64 src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" /></a>
48+
<a href="https://f-droid.org/app/com.mubarak.mbcompass">
49+
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="170" alt="Get it on F-Droid"/>
50+
</a>
51+
<a href="https://apt.izzysoft.de/fdroid/index/apk/com.mubarak.mbcompass">
52+
<img height="64" src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" />
53+
</a>
1954
</p>
2055

2156
## About
@@ -27,12 +62,19 @@ MBCompass is a simple yet featurish compass app built with Jetpack Compose. It u
2762
2863
---
2964

30-
## Screenshots
65+
## Screenshots 📸
3166

3267
<p align="center">
33-
<img width="250" src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" >
34-
<img width="250" src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" >
35-
<img width="250" src="fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" >
68+
<img width="250" src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" />
69+
<img width="250" src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" />
70+
</p>
71+
<p align="center">
72+
<img width="250" src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" />
73+
<img width="250" src="fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" />
74+
</p>
75+
<p align="center">
76+
<img width="250" src="fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" />
77+
<img width="250" src="fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" />
3678
</p>
3779

3880
## Features ✨

app/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,3 @@ dependencies {
108108
debugImplementation(libs.androidx.ui.test.manifest)
109109
implementation(libs.androidx.ui.tooling.preview)
110110
}
111-
112-
task("printVersionName"){
113-
doLast {
114-
println(android.defaultConfig.versionName)
115-
}
116-
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.
2-
3-
Key Features:
4-
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 and Magnetometer) for better accuracy.
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.
2+
3+
Key Features:
4+
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.
99
- Power efficient: Designed to be efficient and lightweight.
-1.91 KB
Loading
1.47 KB
Loading
11.1 KB
Loading
3.65 KB
Loading
-5.83 KB
Loading
-319 KB
Loading
-15.2 KB
Loading

0 commit comments

Comments
 (0)