aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-05-10 19:20:49 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-05-10 19:20:49 -0600
commit9a98cadcb16ae08901fa3ea9ca24334165d6bcfe (patch)
treee35d64764579fe05fee4146fa005132817d9bbf2
parent60e63cde57aac39cd38c813d68070299e87e1ba0 (diff)
downloadwiimmfi-watcher-9a98cadcb16ae08901fa3ea9ca24334165d6bcfe.tar
wiimmfi-watcher-9a98cadcb16ae08901fa3ea9ca24334165d6bcfe.tar.gz
wiimmfi-watcher-9a98cadcb16ae08901fa3ea9ca24334165d6bcfe.tar.bz2
release 1.0 complete
-rw-r--r--README.md12
-rw-r--r--app/build.gradle4
-rw-r--r--app/release/1.0-release.aabbin0 -> 4196729 bytes
-rw-r--r--app/src/main/ic_watcher_icons-playstore.pngbin252507 -> 291103 bytes
-rw-r--r--app/src/main/res/mipmap-hdpi/ic_watcher_icons.pngbin9397 -> 10821 bytes
-rw-r--r--app/src/main/res/mipmap-hdpi/ic_watcher_icons_foreground.pngbin25746 -> 32027 bytes
-rw-r--r--app/src/main/res/mipmap-hdpi/ic_watcher_icons_round.pngbin11576 -> 12178 bytes
-rw-r--r--app/src/main/res/mipmap-mdpi/ic_watcher_icons.pngbin4810 -> 5307 bytes
-rw-r--r--app/src/main/res/mipmap-mdpi/ic_watcher_icons_foreground.pngbin12898 -> 15511 bytes
-rw-r--r--app/src/main/res/mipmap-mdpi/ic_watcher_icons_round.pngbin5739 -> 5953 bytes
-rw-r--r--app/src/main/res/mipmap-xhdpi/ic_watcher_icons.pngbin15572 -> 18217 bytes
-rw-r--r--app/src/main/res/mipmap-xhdpi/ic_watcher_icons_foreground.pngbin40827 -> 51229 bytes
-rw-r--r--app/src/main/res/mipmap-xhdpi/ic_watcher_icons_round.pngbin19167 -> 20226 bytes
-rw-r--r--app/src/main/res/mipmap-xxhdpi/ic_watcher_icons.pngbin29933 -> 36148 bytes
-rw-r--r--app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_foreground.pngbin76061 -> 93786 bytes
-rw-r--r--app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_round.pngbin37321 -> 39810 bytes
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons.pngbin47579 -> 57253 bytes
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_foreground.pngbin114545 -> 139575 bytes
-rw-r--r--app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_round.pngbin59568 -> 63469 bytes
-rw-r--r--icons/wiimmfi watcher0.1.png (renamed from wiimmfi watcher0.1.png)bin388659 -> 388659 bytes
-rw-r--r--icons/wiimmfi watcher0.2.png (renamed from wiimmfi watcher0.2.png)bin394496 -> 394496 bytes
-rw-r--r--icons/wiimmfi watcher0.3 store icon.pngbin0 -> 179603 bytes
-rw-r--r--icons/wiimmfi watcher0.3.pngbin0 -> 462266 bytes
-rw-r--r--screenshots/sc-1.pngbin0 -> 68897 bytes
-rw-r--r--screenshots/sc-2.pngbin0 -> 134851 bytes
-rw-r--r--screenshots/sc-3.pngbin0 -> 144918 bytes
-rw-r--r--screenshots/sc-4.pngbin0 -> 112438 bytes
-rw-r--r--screenshots/sc-5.pngbin0 -> 146619 bytes
-rw-r--r--screenshots/sc-6.pngbin0 -> 108342 bytes
-rw-r--r--screenshots/sc-7.pngbin0 -> 126309 bytes
30 files changed, 12 insertions, 4 deletions
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
--- /dev/null
+++ b/app/release/1.0-release.aab
Binary files 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
--- a/app/src/main/ic_watcher_icons-playstore.png
+++ b/app/src/main/ic_watcher_icons-playstore.png
Binary files 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
--- a/app/src/main/res/mipmap-hdpi/ic_watcher_icons.png
+++ b/app/src/main/res/mipmap-hdpi/ic_watcher_icons.png
Binary files 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
--- a/app/src/main/res/mipmap-hdpi/ic_watcher_icons_foreground.png
+++ b/app/src/main/res/mipmap-hdpi/ic_watcher_icons_foreground.png
Binary files 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
--- a/app/src/main/res/mipmap-hdpi/ic_watcher_icons_round.png
+++ b/app/src/main/res/mipmap-hdpi/ic_watcher_icons_round.png
Binary files 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
--- a/app/src/main/res/mipmap-mdpi/ic_watcher_icons.png
+++ b/app/src/main/res/mipmap-mdpi/ic_watcher_icons.png
Binary files 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
--- a/app/src/main/res/mipmap-mdpi/ic_watcher_icons_foreground.png
+++ b/app/src/main/res/mipmap-mdpi/ic_watcher_icons_foreground.png
Binary files 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
--- a/app/src/main/res/mipmap-mdpi/ic_watcher_icons_round.png
+++ b/app/src/main/res/mipmap-mdpi/ic_watcher_icons_round.png
Binary files 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
--- a/app/src/main/res/mipmap-xhdpi/ic_watcher_icons.png
+++ b/app/src/main/res/mipmap-xhdpi/ic_watcher_icons.png
Binary files 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
--- a/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_foreground.png
+++ b/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_foreground.png
Binary files 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
--- a/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_round.png
+++ b/app/src/main/res/mipmap-xhdpi/ic_watcher_icons_round.png
Binary files 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
--- a/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons.png
+++ b/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons.png
Binary files 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
--- a/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_foreground.png
+++ b/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_foreground.png
Binary files 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
--- a/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_round.png
+++ b/app/src/main/res/mipmap-xxhdpi/ic_watcher_icons_round.png
Binary files 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
--- a/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons.png
+++ b/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons.png
Binary files 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
--- a/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_foreground.png
+++ b/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_foreground.png
Binary files 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
--- a/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_round.png
+++ b/app/src/main/res/mipmap-xxxhdpi/ic_watcher_icons_round.png
Binary files differ
diff --git a/wiimmfi watcher0.1.png b/icons/wiimmfi watcher0.1.png
index 2d32adc..2d32adc 100644
--- a/wiimmfi watcher0.1.png
+++ b/icons/wiimmfi watcher0.1.png
Binary files differ
diff --git a/wiimmfi watcher0.2.png b/icons/wiimmfi watcher0.2.png
index de43ee0..de43ee0 100644
--- a/wiimmfi watcher0.2.png
+++ b/icons/wiimmfi watcher0.2.png
Binary files 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
--- /dev/null
+++ b/icons/wiimmfi watcher0.3 store icon.png
Binary files differ
diff --git a/icons/wiimmfi watcher0.3.png b/icons/wiimmfi watcher0.3.png
new file mode 100644
index 0000000..494c03e
--- /dev/null
+++ b/icons/wiimmfi watcher0.3.png
Binary files differ
diff --git a/screenshots/sc-1.png b/screenshots/sc-1.png
new file mode 100644
index 0000000..aaf1cb4
--- /dev/null
+++ b/screenshots/sc-1.png
Binary files differ
diff --git a/screenshots/sc-2.png b/screenshots/sc-2.png
new file mode 100644
index 0000000..8c15d03
--- /dev/null
+++ b/screenshots/sc-2.png
Binary files differ
diff --git a/screenshots/sc-3.png b/screenshots/sc-3.png
new file mode 100644
index 0000000..22af0b6
--- /dev/null
+++ b/screenshots/sc-3.png
Binary files differ
diff --git a/screenshots/sc-4.png b/screenshots/sc-4.png
new file mode 100644
index 0000000..f049977
--- /dev/null
+++ b/screenshots/sc-4.png
Binary files differ
diff --git a/screenshots/sc-5.png b/screenshots/sc-5.png
new file mode 100644
index 0000000..d35b325
--- /dev/null
+++ b/screenshots/sc-5.png
Binary files differ
diff --git a/screenshots/sc-6.png b/screenshots/sc-6.png
new file mode 100644
index 0000000..00c3891
--- /dev/null
+++ b/screenshots/sc-6.png
Binary files differ
diff --git a/screenshots/sc-7.png b/screenshots/sc-7.png
new file mode 100644
index 0000000..bc43799
--- /dev/null
+++ b/screenshots/sc-7.png
Binary files differ