From ad2f3c702e5363c4a82a20369c8e2d1d49ea32cc Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 9 Jun 2021 23:07:39 -0600 Subject: updated doc --- TODO.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 518fedd..0f8d74f 100644 --- a/TODO.md +++ b/TODO.md @@ -1,27 +1,24 @@ # 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.3 -* Added language translations for Korean, Portuguese and Spanish. -* Fixed a bug where the error message that appears does not disappear when clicking on a recent friend code. -* Added a new dialog between searching for a friend code and the watcher screen. -* Fixed a bug where the internal Java error on the watcher screen wouldn't show after pressing the refresh button at least once. -* Fixed a bug where the final button of the recent friend codes wouldn't show if it reached past the bottom of the screen, especially with devices that have the software navigation bar. -* Fixed a bug in the English version of the app where the "License" portion of the about page was not formatted correctly. +### Completed For Release 1.1.4 +* Added an updater to make sure subsequent releases are up to date -## Working On +### Working On +* Implement the updater into the UI * Create a better looking header for the watcher activity * Add 'sections' I guess??? -* Adding the option to toggle dark mode manually so older devices can have that privledge as well +* Remove requirement of reading todo list before submitting issues -## Aware Of -* The about page causes part of the screen to get cut off as the animation plays (only if there are not a lot of recent friend codes present) -* The navigation menu in Dark Mode is messed up +### 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) +* The navigation menu in Dark Mode is messed up (colors) * The selected player detail text and icon is black * The highlight color is barely visible * Pressing the watch or refresh buttons cause the app to hang until refreshing is completed. * Working with threads should fix this * Adding a dialog helps make it look like the app is working for now +* Adding the option to toggle dark mode manually so older devices can have that privledge as well # Features I would like to add * The watcher activity does not refresh automatically like the official website does -- cgit v1.2.3 From 3c10ea67a3dab3d221e609d8dc6bc0df145f1220 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 28 Jun 2021 23:04:29 -0600 Subject: updated doc for 1.1.4 --- TODO.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 0f8d74f..2b81322 100644 --- a/TODO.md +++ b/TODO.md @@ -3,21 +3,17 @@ These are issues in Wiimmfi Watcher I am at least aware of. Please **DO NOT** su ### Completed For Release 1.1.4 * Added an updater to make sure subsequent releases are up to date +* Implement the updater into the UI ### Working On -* Implement the updater into the UI * Create a better looking header for the watcher activity * Add 'sections' I guess??? -* Remove requirement of reading todo list before submitting issues ### 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) * The navigation menu in Dark Mode is messed up (colors) * The selected player detail text and icon is black * The highlight color is barely visible -* Pressing the watch or refresh buttons cause the app to hang until refreshing is completed. - * Working with threads should fix this - * Adding a dialog helps make it look like the app is working for now * Adding the option to toggle dark mode manually so older devices can have that privledge as well # Features I would like to add -- cgit v1.2.3