diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-18 20:48:17 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-18 20:48:17 -0600 |
commit | 11aa7c75e16d6819d0681f408c720cbc6a6754ba (patch) | |
tree | 0b9ca87486a52bcdaf3a964406132c12146e3b4f /TODO.md | |
parent | 39e2d4248878b4b8e501c271d8df5f05f0179b97 (diff) | |
download | wiimmfi-watcher-11aa7c75e16d6819d0681f408c720cbc6a6754ba.tar wiimmfi-watcher-11aa7c75e16d6819d0681f408c720cbc6a6754ba.tar.gz wiimmfi-watcher-11aa7c75e16d6819d0681f408c720cbc6a6754ba.tar.bz2 |
did a ton of stuff i dont remember like a dark mode and small enhancements
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -2,15 +2,23 @@ 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 Next Release -* Lowered minimum SDK to 16 (Jelly Bean 4.1) +* Lowered minimum SDK to 19 (Jelly Bean 4.4) + * originally lowered to 16 (Jelly Bean 4.1), but after adding Fragment animations this had to be changed. +* Created the dark mode ## Working On * The last player in the list has the potential to hide behind the refresh button +* Fixing lag when pressing the watch button + * Working with threads should fix this +* Recent friend codes do not scroll like they should + * Problem with ConstraintLayout probably, convert to a new Layout? ## Aware Of * Fix the repeating recent friend codes -* Recent friend codes do not scroll like they should - * Problem with ConstraintLayout probably, convert to a new Layout? +* The about page causes part of the screen to get cut off as the animation plays +* The navigation menu in Dark Mode is messed up + * The selected player detail text and icon is black + * The highlight color is barely visible # Features I would like to add * The watcher activity does not refresh automatically like the official website does @@ -19,5 +27,8 @@ These are issues in Wiimmfi Watcher I am at least aware of. Please **DO NOT** su * Add 'sections' I guess??? * Add the Mario Kart Wii font * Add pictures for Nintendo and CTGP tracks +* 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. |