From c112d72e4a0d88f0220c513c39a02d48878c5e17 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 15 Aug 2021 15:41:47 -0600 Subject: updated todo --- TODO.md | 21 +++++++++------------ app/src/main/res/values/strings.xml | 2 +- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/TODO.md b/TODO.md index b372045..1e37471 100644 --- a/TODO.md +++ b/TODO.md @@ -1,16 +1,18 @@ -# This TODO list is out of date! -This list is not accurate. Instead, checkout the TODO list on the `dev` branch [here,](https://github.com/brysonsteck/wiimmfi-watcher/blob/dev/TODO.md) which is updated as development progresses. This file here on the `master` branch is here to show what progress is being/has been made at the time of each release. - # TODO These are issues in Wiimmfi Watcher I am at least aware of. Please **DO NOT** submit a bug report on the Google Form or an issue here on GitHub if it is mentioned on this list, unless you found a way that the bug can crash the app. -### Completed For Release 1.1.4 -* Added an updater to make sure subsequent releases are up to date -* Implement the updater into the UI +### Completed For Release 1.2 +* Fixed "null" version causing updater to appear + * A Toast now appears discretely notifying the user that it failed to connect to the server. +* Track photos! +* No longer requiring strict rules in order to submit an issue or google form. ### Working On * Create a better looking header for the watcher activity - * Add 'sections' I guess??? + * Add 'sections' I guess???i +* Add the ability to search for a Mii name instead of a friend code +* Create a more feature rich settings and about page + * manual dark mode toggles, clear recent codes button, etc. ### Aware Of * The about fragment causes part of the screen to get cut off as the animation plays when returning to the main fragment (only if there are a few recent friend codes) @@ -24,10 +26,5 @@ These are issues in Wiimmfi Watcher I am at least aware of. Please **DO NOT** su * Added a refresh button, but is there a better way with Jsoup? Like a new Thread? * Add the Mario Kart Wii font * I'll have to see if I can pull it from the Wiimmfi website somehow -* Add pictures for Nintendo and CTGP tracks - * Google's policies might prevent this... * The ability to save friend codes and name them, not just save recent friend codes -* Create a more feature rich settings and about page - * manual dark mode toggles, clear recent codes button, etc. -* Add the ability to search for a Mii name instead of a friend code * Show statistics for other games diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 48e463e..33139ba 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -5,7 +5,7 @@ Hi there! My name is Bryson Steck. I am a student studying Computer Science. This is my first official application that I\'m maintaining. This whole \"application on the Google Play Store\" thing is new to me, so please be patient as I am learning how to maintain something like this. I hope you enjoy! Wiimmfi Watcher is an UNOFFICIAL application created for a school project that I have decided to turn into a full application. This application was made to provide an easy shortcut to the Wiimmfi website and display data in a mobile friendly way, since the official website doesn\'t have a mobile friendly version. Free and open source, you can watch your Wiimmfi matches on your phone in a quick and easy way. All of the code in this project is open source on my GitHub repository here. You are free to use this code and expand upon it under the GNU General Public License (Version 3). - Speaking of bugs, did you find a bug? Do you want to provide feedback on the app? I\'d love to hear it! First, make sure that the issue you found is not listed on my todo list. It\'s possible I\'m already aware of it or working on it. If your issue is not addressed on the todo list, then you can create an issue on my GitHub repository here. If you don\'t know how to use GitHub, you can fill out this Google Form instead. + Speaking of bugs, did you find a bug? Do you want to provide feedback on the app? I\'d love to hear it! You can create an issue on my GitHub repository here. If you don\'t know how to use GitHub, you can fill out this Google Form instead. © Copyright 2021 Bryson Steck\n\nWiimmfi Watcher is available under the GNU General Public License Version 3. You can view the license here.\n\nWiimmfi Watcher is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nWiimmfi Watcher is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with Wiimmfi Watcher. If not, see <https://www.gnu.org/licenses/>. If you would like to get a hold of me for any reason unrelated to bug reports or this app in general, you can contact me through email at steck.bryson@gmail.com or on Discord at bryzinga#9971. -- cgit v1.2.3