diff --git a/Makefile b/Makefile index 3b6517e..74b7bac 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ android/app/src/main/res/mipmap-hdpi/ic_launcher.png: assets/launcher_icon.png a $(FLUTTER) pub get $(FLUTTER) pub run flutter_launcher_icons:main +icons-fdroid: assets/launcher_icon.svg + rsvg-convert --width=512 --height=512 --keep-aspect-ratio assets/launcher_icon.svg > metadata/en-US/images/icon.png + icons-web: website/favicon.ico web/favicon.ico web/icons/Icon-192.png web/icons/Icon-maskable-192.png web/icons/Icon-512.png web/icons/Icon-maskable-512.png web/favicon.ico website/favicon.ico: assets/launcher_icon.svg magick -background none assets/launcher_icon.svg -define icon:auto-resize $@ @@ -67,4 +70,4 @@ build/upstream/Noto_Sans_Math.zip: curl --output build/upstream/Noto_Sans_Math.zip https://fonts.google.com/download?family=Noto%20Sans%20Math .INTERMEDIATE: build/upstream/Noto_Sans_Math.zip -.PHONY: all app web gh-pages host run test assets-android assets-web fonts icons-android icons-web icons-clean clean +.PHONY: all app web gh-pages host run test assets-android assets-web fonts icons-android icons-fdroid icons-web icons-clean clean diff --git a/README.md b/README.md index f1ebaf3..25b2622 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,15 @@ A mathematical puzzle game. Try it at https://mwageringel.github.io/everest/ +[](https://f-droid.org/packages/io.github.mwageringel.everest/) + ## Build dependencies Building with `make` requires `flutter, curl, rsvg-convert, imagemagick`. -APK signing certificate fingerprint (SHA-256): +APK signing certificate fingerprint (SHA-256) of releases on GitHub: 576bae61b2aba5d1d32a17d373baa36e05beaaefb67d9b47218d004c0e8333d9 diff --git a/metadata/en-US/images/icon.png b/metadata/en-US/images/icon.png new file mode 100644 index 0000000..00ca927 Binary files /dev/null and b/metadata/en-US/images/icon.png differ diff --git a/metadata/en-US/images/phoneScreenshots/1.png b/metadata/en-US/images/phoneScreenshots/1.png new file mode 100644 index 0000000..798d7fc Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/1.png differ diff --git a/metadata/en-US/images/phoneScreenshots/2.png b/metadata/en-US/images/phoneScreenshots/2.png new file mode 100644 index 0000000..2292174 Binary files /dev/null and b/metadata/en-US/images/phoneScreenshots/2.png differ diff --git a/website/index.html b/website/index.html index 63293fd..7331929 100644 --- a/website/index.html +++ b/website/index.html @@ -31,7 +31,10 @@
Recommended if you have an Android device (with Android 4.1 or above).
- Download .apk file (18 MB) + + + +