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-xhdpi/ic_launcher.webp | Bin 0 -> 1900 bytes .../app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp | Bin 0 -> 3918 bytes android/app/src/main/res/mipmap-xhdpi/logo.webp | Bin 0 -> 6542 bytes .../app/src/main/res/mipmap-xhdpi/logo_foreground.webp | Bin 0 -> 6148 bytes android/app/src/main/res/mipmap-xhdpi/logo_round.webp | Bin 0 -> 6542 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp create mode 100644 android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp create mode 100644 android/app/src/main/res/mipmap-xhdpi/logo.webp create mode 100644 android/app/src/main/res/mipmap-xhdpi/logo_foreground.webp create mode 100644 android/app/src/main/res/mipmap-xhdpi/logo_round.webp (limited to 'android/app/src/main/res/mipmap-xhdpi') diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 0000000..948a307 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 0000000..1b9a695 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-xhdpi/logo.webp b/android/app/src/main/res/mipmap-xhdpi/logo.webp new file mode 100644 index 0000000..87d746c Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/logo.webp differ diff --git a/android/app/src/main/res/mipmap-xhdpi/logo_foreground.webp b/android/app/src/main/res/mipmap-xhdpi/logo_foreground.webp new file mode 100644 index 0000000..66ea114 Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/logo_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-xhdpi/logo_round.webp b/android/app/src/main/res/mipmap-xhdpi/logo_round.webp new file mode 100644 index 0000000..87d746c Binary files /dev/null and b/android/app/src/main/res/mipmap-xhdpi/logo_round.webp differ -- cgit v1.3.1