diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-21 08:23:26 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-21 08:23:26 -0600 |
commit | 377487c04e1e1dc0636f923e0405911f853f1521 (patch) | |
tree | c599150fc3ab81c79d66e50b3fdc12d5d9e2e58c /TODO.md | |
parent | e700953ebbe12d1af8d786eb9250e39ad5fc3ef5 (diff) | |
download | wiimmfi-watcher-377487c04e1e1dc0636f923e0405911f853f1521.tar wiimmfi-watcher-377487c04e1e1dc0636f923e0405911f853f1521.tar.gz wiimmfi-watcher-377487c04e1e1dc0636f923e0405911f853f1521.tar.bz2 |
added a new error if jsoup throws exception
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 18 |
1 files changed, 6 insertions, 12 deletions
@@ -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 |