From 9c960dd90600c416f966fc2cfe17dd0abb086e11 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Mon, 10 May 2021 21:02:29 -0600 Subject: recreated todo list, lowered sdk level --- TODO.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 TODO.md (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..028871a --- /dev/null +++ b/TODO.md @@ -0,0 +1,23 @@ +# 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 Next Release +* Lowered minimum SDK to 16 (Jelly Bean 4.1) + +## Working On +* The last player in the list has the potential to hide behind the refresh button + +## 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? + +# Features I would like to add +* The watcher activity does not refresh automatically like the official website does + * Added a refresh button, but is there a better way with Jsoup? Like a new Thread? +* Create a better looking header for the watcher activity + * Add 'sections' I guess??? +* Add the Mario Kart Wii font +* Add pictures for Nintendo and CTGP tracks + + -- cgit v1.2.3