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. --- .../app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp | Bin 0 -> 3844 bytes .../src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp | Bin 0 -> 7778 bytes android/app/src/main/res/mipmap-xxxhdpi/logo.webp | Bin 0 -> 14094 bytes .../src/main/res/mipmap-xxxhdpi/logo_foreground.webp | Bin 0 -> 12918 bytes android/app/src/main/res/mipmap-xxxhdpi/logo_round.webp | Bin 0 -> 14094 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/logo.webp create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/logo_foreground.webp create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/logo_round.webp (limited to 'android/app/src/main/res/mipmap-xxxhdpi') diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 0000000..aa7d642 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..9126ae3 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/logo.webp b/android/app/src/main/res/mipmap-xxxhdpi/logo.webp new file mode 100644 index 0000000..9751ee6 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/logo.webp differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/logo_foreground.webp b/android/app/src/main/res/mipmap-xxxhdpi/logo_foreground.webp new file mode 100644 index 0000000..85dd813 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/logo_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/logo_round.webp b/android/app/src/main/res/mipmap-xxxhdpi/logo_round.webp new file mode 100644 index 0000000..9751ee6 Binary files /dev/null and b/android/app/src/main/res/mipmap-xxxhdpi/logo_round.webp differ -- cgit v1.3.1