aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--TODO.md9
2 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 072f429..db7c659 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@ Wiimmfi Watcher has been officially tested and confirmed to work on the followin
* x86_64 emulated Pixel 4 (Android 11) by brysonsteck
* x86_64 emulated Nexus 7 (Android 10) by brysonsteck
* x86_64 emulated Nexus 10 (Android 10) by brysonsteck
+* x86_64 emulated Nexus 7 (Android 5.0.2) by brysonsteck
+* x86_64 emulated Nexus 10 (Android 5.0.2) by brysonsteck
## Donations
diff --git a/TODO.md b/TODO.md
index 80f17ef..08e0fa8 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,3 +1,6 @@
+# This TODO list is out of date!
+This list is not accurate. Instead, checkout the TODO list on the `dev` branch [here,](https://github.com/brysonsteck/wiimmfi-watcher/blob/dev/TODO.md) which is updated as development progresses. This file here on the `master` branch is here to show what progress is being/has been made at the time of each release.
+
# 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.
@@ -5,13 +8,12 @@ These are issues in Wiimmfi Watcher I am at least aware of. Please **DO NOT** su
* 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
+* Recent friend codes now scroll like they should
+* The last player in the list no longer hides behind the refresh button, if the list is long enough
## 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
@@ -27,6 +29,7 @@ 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
+ * Google's policies might prevent this...
* 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.