From 2b7c14f2b68a26cba893855cd1a142328888bb13 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Fri, 19 Jul 2024 23:49:36 +0200 Subject: Initial commit Android app works, but Android says it uses much more battery than ntfy.sh, which should never happen goimapnotify works Logo is awesome <3 There are problems with constant working, presumably after restarts. --- android/app/src/main/res/mipmap-mdpi/ic_launcher.webp | Bin 0 -> 982 bytes .../app/src/main/res/mipmap-mdpi/ic_launcher_round.webp | Bin 0 -> 1772 bytes android/app/src/main/res/mipmap-mdpi/logo.webp | Bin 0 -> 3006 bytes .../app/src/main/res/mipmap-mdpi/logo_foreground.webp | Bin 0 -> 2782 bytes android/app/src/main/res/mipmap-mdpi/logo_round.webp | Bin 0 -> 3006 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 android/app/src/main/res/mipmap-mdpi/ic_launcher.webp create mode 100644 android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp create mode 100644 android/app/src/main/res/mipmap-mdpi/logo.webp create mode 100644 android/app/src/main/res/mipmap-mdpi/logo_foreground.webp create mode 100644 android/app/src/main/res/mipmap-mdpi/logo_round.webp (limited to 'android/app/src/main/res/mipmap-mdpi') diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 0000000..4f0f1d6 Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 0000000..62b611d Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-mdpi/logo.webp b/android/app/src/main/res/mipmap-mdpi/logo.webp new file mode 100644 index 0000000..7c415ac Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/logo.webp differ diff --git a/android/app/src/main/res/mipmap-mdpi/logo_foreground.webp b/android/app/src/main/res/mipmap-mdpi/logo_foreground.webp new file mode 100644 index 0000000..380de7f Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/logo_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-mdpi/logo_round.webp b/android/app/src/main/res/mipmap-mdpi/logo_round.webp new file mode 100644 index 0000000..7c415ac Binary files /dev/null and b/android/app/src/main/res/mipmap-mdpi/logo_round.webp differ -- cgit v1.3.1