Skip to content

Commit 1e30838

Browse files
feat: Rebrand app with new logo and updated assets
- Updated app logo to "Logo.png" and "LogoRound.png" across all platforms (Android and iOS). - Replaced existing logo assets in `README.md`, app drawer, and launcher icons. - Configured adaptive icons for Android with background color "#AADDBF00" and foreground icon "LogoRound.png". - Updated iOS app icons with new logo assets for all required sizes. - Modified `pubspec.yaml` to reflect the new logo and adaptive icon settings. - Updated license to GPLv3.0.
1 parent 10b672f commit 1e30838

38 files changed

+21
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🛠️ **sysAdmin** - Mobile GUI for Linux System Administrators 🖥️
22

3-
<img src="assets/logo.png" alt="SysAdmin Logo">
3+
<img src="assets/LogoRound.png" alt="SysAdmin Logo" style="min-width: 10%; max-width: 25%" title="SysAdmin Logo">
44

55
Welcome to **sysAdmin** – a powerful mobile application built with Flutter and
66
Dart, designed to provide a graphical user interface for Linux system
@@ -197,7 +197,7 @@ We are actively working on the following features:
197197

198198
## 📄 License
199199

200-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
200+
This project is licensed under the GPLv3.0 License - see the [LICENSE](LICENSE) file
201201
for details.
202202

203203
## 🛡️ Security
@@ -208,7 +208,7 @@ repository maintainer. All security vulnerabilities will be promptly addressed.
208208
## 📞 Contact
209209

210210
Feel free to reach out via GitHub issues or by emailing us at
211-
211+
212212

213213
---
214214

47.8 KB
Loading
23.6 KB
Loading
79 KB
Loading
161 KB
Loading
267 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground>
5+
<inset
6+
android:drawable="@drawable/ic_launcher_foreground"
7+
android:inset="16%" />
8+
</foreground>
9+
</adaptive-icon>
1.74 KB
Loading
689 Bytes
Loading
3 KB
Loading

0 commit comments

Comments
 (0)