From 377487c04e1e1dc0636f923e0405911f853f1521 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Fri, 21 May 2021 08:23:26 -0600 Subject: added a new error if jsoup throws exception --- TODO.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 08e0fa8..a39bd26 100644 --- a/TODO.md +++ b/TODO.md @@ -1,26 +1,20 @@ -# 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. -## Completed For Next Release -* 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 +## Completed For Release 1.1.1 +* Made the user agent consistant across both Jsoup calls +* Added a new error if Jsoup throws an exception ## Working On -* Fixing lag when pressing the watch button - * Working with threads should fix this +* Providing translations for major languages (German, France, Spanish at the moment) ## Aware Of -* Fix the repeating recent friend codes * 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 +* Pressing the watch or refresh buttons cause the app to hang until refreshing is completed. + * Working with threads should fix this # Features I would like to add * The watcher activity does not refresh automatically like the official website does -- cgit v1.2.3