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-hdpi/ic_launcher.webp | Bin 0 -> 1404 bytes .../app/src/main/res/mipmap-hdpi/ic_launcher_round.webp | Bin 0 -> 2898 bytes android/app/src/main/res/mipmap-hdpi/logo.webp | Bin 0 -> 4954 bytes .../app/src/main/res/mipmap-hdpi/logo_foreground.webp | Bin 0 -> 4520 bytes android/app/src/main/res/mipmap-hdpi/logo_round.webp | Bin 0 -> 4954 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 android/app/src/main/res/mipmap-hdpi/ic_launcher.webp create mode 100644 android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp create mode 100644 android/app/src/main/res/mipmap-hdpi/logo.webp create mode 100644 android/app/src/main/res/mipmap-hdpi/logo_foreground.webp create mode 100644 android/app/src/main/res/mipmap-hdpi/logo_round.webp (limited to 'android/app/src/main/res/mipmap-hdpi') diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 0000000..c209e78 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 0000000..b2dfe3d Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-hdpi/logo.webp b/android/app/src/main/res/mipmap-hdpi/logo.webp new file mode 100644 index 0000000..7108ef3 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/logo.webp differ diff --git a/android/app/src/main/res/mipmap-hdpi/logo_foreground.webp b/android/app/src/main/res/mipmap-hdpi/logo_foreground.webp new file mode 100644 index 0000000..21126a4 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/logo_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-hdpi/logo_round.webp b/android/app/src/main/res/mipmap-hdpi/logo_round.webp new file mode 100644 index 0000000..7108ef3 Binary files /dev/null and b/android/app/src/main/res/mipmap-hdpi/logo_round.webp differ -- cgit v1.3.1