aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-05-10 12:54:31 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-05-10 12:54:31 -0600
commit793241fe47c09c63e2a2e5a4429deed8e7401754 (patch)
tree66c4660417b4cc472c34828f0de26a98403968ff /TODO.md
parent2734f6777a6b7c439d9bc55c8756155721f76fa5 (diff)
downloadwiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar
wiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar.gz
wiimmfi-watcher-793241fe47c09c63e2a2e5a4429deed8e7401754.tar.bz2
added todo list file, app icon and implemented about fragment
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
new file mode 100644
index 0000000..f281fdb
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,20 @@
+## 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
+
+# Working On
+* The last player in the list has the potential to hide behind the refresh button
+* Create the app on the Play Store
+* Create a meaningful README
+
+# 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?
+
+