From 9a98cadcb16ae08901fa3ea9ca24334165d6bcfe Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 10 May 2021 19:20:49 -0600 Subject: release 1.0 complete --- README.md | 12 +++++++++--- app/build.gradle | 4 +++- app/release/1.0-release.aab | Bin 0 -> 4196729 bytes app/src/main/ic_watcher_icons-playstore.png | Bin 252507 -> 291103 bytes app/src/main/res/mipmap-hdpi/ic_watcher_icons.png | Bin 9397 -> 10821 bytes .../mipmap-hdpi/ic_watcher_icons_foreground.png | Bin 25746 -> 32027 bytes .../res/mipmap-hdpi/ic_watcher_icons_round.png | Bin 11576 -> 12178 bytes app/src/main/res/mipmap-mdpi/ic_watcher_icons.png | Bin 4810 -> 5307 bytes .../mipmap-mdpi/ic_watcher_icons_foreground.png | Bin 12898 -> 15511 bytes .../res/mipmap-mdpi/ic_watcher_icons_round.png | Bin 5739 -> 5953 bytes app/src/main/res/mipmap-xhdpi/ic_watcher_icons.png | Bin 15572 -> 18217 bytes .../mipmap-xhdpi/ic_watcher_icons_foreground.png | Bin 40827 -> 51229 bytes .../res/mipmap-xhdpi/ic_watcher_icons_round.png | Bin 19167 -> 20226 bytes .../main/res/mipmap-xxhdpi/ic_watcher_icons.png | Bin 29933 -> 36148 bytes .../mipmap-xxhdpi/ic_watcher_icons_foreground.png | Bin 76061 -> 93786 bytes .../res/mipmap-xxhdpi/ic_watcher_icons_round.png | Bin 37321 -> 39810 bytes .../main/res/mipmap-xxxhdpi/ic_watcher_icons.png | Bin 47579 -> 57253 bytes .../mipmap-xxxhdpi/ic_watcher_icons_foreground.png | Bin 114545 -> 139575 bytes .../res/mipmap-xxxhdpi/ic_watcher_icons_round.png | Bin 59568 -> 63469 bytes icons/wiimmfi watcher0.1.png | Bin 0 -> 388659 bytes icons/wiimmfi watcher0.2.png | Bin 0 -> 394496 bytes icons/wiimmfi watcher0.3 store icon.png | Bin 0 -> 179603 bytes icons/wiimmfi watcher0.3.png | Bin 0 -> 462266 bytes screenshots/sc-1.png | Bin 0 -> 68897 bytes screenshots/sc-2.png | Bin 0 -> 134851 bytes screenshots/sc-3.png | Bin 0 -> 144918 bytes screenshots/sc-4.png | Bin 0 -> 112438 bytes screenshots/sc-5.png | Bin 0 -> 146619 bytes screenshots/sc-6.png | Bin 0 -> 108342 bytes screenshots/sc-7.png | Bin 0 -> 126309 bytes wiimmfi watcher0.1.png | Bin 388659 -> 0 bytes wiimmfi watcher0.2.png | Bin 394496 -> 0 bytes 32 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 app/release/1.0-release.aab create mode 100644 icons/wiimmfi watcher0.1.png create mode 100644 icons/wiimmfi watcher0.2.png create mode 100644 icons/wiimmfi watcher0.3 store icon.png create mode 100644 icons/wiimmfi watcher0.3.png create mode 100644 screenshots/sc-1.png create mode 100644 screenshots/sc-2.png create mode 100644 screenshots/sc-3.png create mode 100644 screenshots/sc-4.png create mode 100644 screenshots/sc-5.png create mode 100644 screenshots/sc-6.png create mode 100644 screenshots/sc-7.png delete mode 100644 wiimmfi watcher0.1.png delete mode 100644 wiimmfi watcher0.2.png diff --git a/README.md b/README.md index 564170f..0600020 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,17 @@ This application is currently being maintained by myself out of love for Mario K ## Screenshots -(Screenshots go here) +![](sc-1.png) +![](sc-2.png) +![](sc-3.png) +![](sc-4.png) +![](sc-5.png) +![](sc-6.png) +![](sc-7.png) ## Download -You can visit the Google Play Store to download the most recent and stable version (link). You are also free to clone the repository and download the source code for the most stable release in the Releases tab. +You can visit the Google Play Store to download the most recent and stable version (link goes here once approved). You are also free to clone the repository and download the source code for the most stable release in the Releases tab. ## Feedback @@ -18,4 +24,4 @@ This is officially my first project and Google Play app that I'm maintaining, so ## Bugs -If you found any bugs in the `master` branch (i. e. the most recent Google Play release), **PLEASE READ MY TODO LIST FIRST** to make sure that the bug you found isn't something I'm already aware of. Once you have made sure of that, you can then create an issue or fill out this Google Form. (Link the new Google form) +If you found any bugs in the `master` branch (i. e. the most recent Google Play release), **PLEASE READ MY [TODO LIST](https://github.com/brysonsteck/wiimmfi-watcher/blob/dev/TODO.md) FIRST** to make sure that the bug you found isn't something I'm already aware of. Once you have made sure of that, you can then create an issue or fill out this [Google Form](https://docs.google.com/forms/d/e/1FAIpQLSd6qCONAP2tsbHPgzu_CdZcHVHL5nx7q0XFqrVfExEc84kqUQ/viewform). diff --git a/app/build.gradle b/app/build.gradle index 1b11131..baf850d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,6 +2,7 @@ plugins { id 'com.android.application' } + android { compileSdkVersion 30 buildToolsVersion "30.0.3" @@ -80,4 +81,5 @@ dependencies { } } -} \ No newline at end of file +} +android.buildTypes.release.ndk.debugSymbolLevel = 'FULL' \ No newline at end of file diff --git a/app/release/1.0-release.aab b/app/release/1.0-release.aab new file mode 100644 index 0000000..0a0358f Binary files /dev/null and b/app/release/1.0-release.aab differ diff --git a/app/src/main/ic_watcher_icons-playstore.png b/app/src/main/ic_watcher_icons-playstore.png index b06bb01..3c2bc14 100644 Binary files a/app/src/main/ic_watcher_icons-playstore.png and b/app/src/main/ic_watcher_icons-playstore.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_watcher_icons.png b/app/src/main/res/mipmap-hdpi/ic_watcher_icons.png index 155a208..9a736b6 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_watcher_icons.png and b/app/src/main/res/mipmap-hdpi/ic_watcher_icons.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_watcher_icons_foreground.png b/app/src/main/res/mipmap-hdpi/ic_watcher_icons_foreground.png index fe9360c..e609cc3 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_watcher_icons_foreground.png and b/app/src/main/res/mipmap-hdpi/ic_watcher_icons_foreground.png differ diff --git a/app/src/main/res/mipmap-hdpi/ic_watcher_icons_round.png b/app/src/main/res/mipmap-hdpi/ic_watcher_icons_round.png index 5530efc..c130816 100644 Binary files a/app/src/main/res/mipmap-hdpi/ic_watcher_icons_round.png and b/app/src/main/res/mipmap-hdpi/ic_watcher_icons_round.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_watcher_icons.png b/app/src/main/res/mipmap-mdpi/ic_watcher_icons.png index f7fd03e..399fb3a 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_watcher_icons.png and b/app/src/main/res/mipmap-mdpi/ic_watcher_icons.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_watcher_icons_foreground.png b/app/src/main/res/mipmap-mdpi/ic_watcher_icons_foreground.png index 605df09..325f6fb 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_watcher_icons_foreground.png and b/app/src/main/res/mipmap-mdpi/ic_watcher_icons_foreground.png differ diff --git a/app/src/main/res/mipmap-mdpi/ic_watcher_icons_round.png b/app/src/main/res/mipmap-mdpi/ic_watcher_icons_round.png index 4161cb8..5d84a47 100644 Binary files a/app/src/main/res/mipmap-mdpi/ic_watcher_icons_round.png and b/app/src/main/res/mipmap-mdpi/ic_watcher_icons_round.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_watcher_icons.png b/app/src/main/res/mipmap-xhdpi/ic_watcher_icons.png index 9d7811c..980300c 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_watcher_icons.png and b/app/src/main/res/mipmap-xhdpi/ic_watcher_icons.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_foreground.png b/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_foreground.png index 6c156f7..c7fc2d6 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_foreground.png and b/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_foreground.png differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_round.png b/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_round.png index 6693089..d28fe92 100644 Binary files a/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_round.png and b/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_round.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons.png b/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons.png index 1bafe3a..b7f7a68 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons.png and b/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_foreground.png b/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_foreground.png index 074ca58..9dda4c6 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_foreground.png and b/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_foreground.png differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_round.png b/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_round.png index da6a227..e665b56 100644 Binary files a/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_round.png and b/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_round.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons.png b/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons.png index 2e04328..808bd17 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons.png and b/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_foreground.png b/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_foreground.png index 329a488..b807f29 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_foreground.png and b/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_foreground.png differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_round.png b/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_round.png index 4752fc7..8f58e43 100644 Binary files a/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_round.png and b/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_round.png differ diff --git a/icons/wiimmfi watcher0.1.png b/icons/wiimmfi watcher0.1.png new file mode 100644 index 0000000..2d32adc Binary files /dev/null and b/icons/wiimmfi watcher0.1.png differ diff --git a/icons/wiimmfi watcher0.2.png b/icons/wiimmfi watcher0.2.png new file mode 100644 index 0000000..de43ee0 Binary files /dev/null and b/icons/wiimmfi watcher0.2.png differ diff --git a/icons/wiimmfi watcher0.3 store icon.png b/icons/wiimmfi watcher0.3 store icon.png new file mode 100644 index 0000000..c677215 Binary files /dev/null and b/icons/wiimmfi watcher0.3 store icon.png differ diff --git a/icons/wiimmfi watcher0.3.png b/icons/wiimmfi watcher0.3.png new file mode 100644 index 0000000..494c03e Binary files /dev/null and b/icons/wiimmfi watcher0.3.png differ diff --git a/screenshots/sc-1.png b/screenshots/sc-1.png new file mode 100644 index 0000000..aaf1cb4 Binary files /dev/null and b/screenshots/sc-1.png differ diff --git a/screenshots/sc-2.png b/screenshots/sc-2.png new file mode 100644 index 0000000..8c15d03 Binary files /dev/null and b/screenshots/sc-2.png differ diff --git a/screenshots/sc-3.png b/screenshots/sc-3.png new file mode 100644 index 0000000..22af0b6 Binary files /dev/null and b/screenshots/sc-3.png differ diff --git a/screenshots/sc-4.png b/screenshots/sc-4.png new file mode 100644 index 0000000..f049977 Binary files /dev/null and b/screenshots/sc-4.png differ diff --git a/screenshots/sc-5.png b/screenshots/sc-5.png new file mode 100644 index 0000000..d35b325 Binary files /dev/null and b/screenshots/sc-5.png differ diff --git a/screenshots/sc-6.png b/screenshots/sc-6.png new file mode 100644 index 0000000..00c3891 Binary files /dev/null and b/screenshots/sc-6.png differ diff --git a/screenshots/sc-7.png b/screenshots/sc-7.png new file mode 100644 index 0000000..bc43799 Binary files /dev/null and b/screenshots/sc-7.png differ diff --git a/wiimmfi watcher0.1.png b/wiimmfi watcher0.1.png deleted file mode 100644 index 2d32adc..0000000 Binary files a/wiimmfi watcher0.1.png and /dev/null differ diff --git a/wiimmfi watcher0.2.png b/wiimmfi watcher0.2.png deleted file mode 100644 index de43ee0..0000000 Binary files a/wiimmfi watcher0.2.png and /dev/null differ -- cgit v1.2.3