diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 18aa92e..5235bb5 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -36,4 +36,4 @@ - \ No newline at end of file + diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index f3e22a0..f9119c4 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index 3b38f2e..8e710d6 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index 732a1bd..93f2f2b 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 90d7b0c..69cdc62 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 09f4b7c..3c9ebb7 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/images/icon/icon.png b/images/icon/icon.png index bef8c48..34ff3eb 100644 Binary files a/images/icon/icon.png and b/images/icon/icon.png differ diff --git a/lib/main.dart b/lib/main.dart index 59774e7..4762817 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -392,6 +392,14 @@ class _MainPageState extends State with WidgetsBindingObserver, Ticker }, ), Divider(), + new ListTile( + leading: Icon(MaterialDesignIcons.getIconDataFromIconName("mdi:github-circle")), + title: Text("Join Discord server"), + onTap: () { + Navigator.of(context).pop(); + HAUtils.launchURL("https://discord.gg/AUzEvwn"); + }, + ), new AboutListTile( aboutBoxChildren: [ GestureDetector(