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 --- .gitignore | 2 +- TODO.md | 23 +++++++++++++++++++++++ app/build.gradle | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 TODO.md diff --git a/.gitignore b/.gitignore index 5e3cbd7..55aa985 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ .externalNativeBuild .cxx local.properties -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 + + diff --git a/app/build.gradle b/app/build.gradle index baf850d..795156a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { defaultConfig { applicationId "me.brysonsteck.wiimmfiwatcher" - minSdkVersion 22 + minSdkVersion 16 targetSdkVersion 30 versionCode 1 versionName "1.0" -- cgit v1.2.3