diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-06-28 23:11:38 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-06-28 23:11:38 -0600 |
commit | 1643931494c2b9411a05fdefe8c03416fe072142 (patch) | |
tree | aa630be5609065b17b3bcaea0069c11972a49fbc /TODO.md | |
parent | 3c2a356b1a57cdc3c9264a0bab6d4e6c6bb265e1 (diff) | |
parent | 3c10ea67a3dab3d221e609d8dc6bc0df145f1220 (diff) | |
download | wiimmfi-watcher-1643931494c2b9411a05fdefe8c03416fe072142.tar wiimmfi-watcher-1643931494c2b9411a05fdefe8c03416fe072142.tar.gz wiimmfi-watcher-1643931494c2b9411a05fdefe8c03416fe072142.tar.bz2 |
released 1.1.41.1.4
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 23 |
1 files changed, 8 insertions, 15 deletions
@@ -4,27 +4,20 @@ This list is not accurate. Instead, checkout the TODO list on the `dev` branch [ # 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 +* Implement the updater into the UI -## Working On +### Working On * 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 -## 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 |