aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-06-28 23:04:29 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-06-28 23:04:29 -0600
commit3c10ea67a3dab3d221e609d8dc6bc0df145f1220 (patch)
treeb48b6c3ccf4b81146e770d437bcf8a24d60a1e77
parent084f8ef90b06bc1daa40544ae96a6b7916526876 (diff)
downloadwiimmfi-watcher-3c10ea67a3dab3d221e609d8dc6bc0df145f1220.tar
wiimmfi-watcher-3c10ea67a3dab3d221e609d8dc6bc0df145f1220.tar.gz
wiimmfi-watcher-3c10ea67a3dab3d221e609d8dc6bc0df145f1220.tar.bz2
updated doc for 1.1.4
-rw-r--r--README.md2
-rw-r--r--TODO.md6
2 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index e2ae102..6f14830 100644
--- a/README.md
+++ b/README.md
@@ -62,4 +62,4 @@ along with Wiimmfi Watcher. If not, see <https://www.gnu.org/licenses/>.
Wiimmfi Watcher is made possible by the following:
* [Wiimmfi](https://wiimmfi.de) for being the complete backbone of this app.
* [Jsoup](https://jsoup.org) version 1.13.1, which powers getting the information from Wiimmfi with HTML parsing. (This will soon be replaced in favor of JSON parsing.)
-* [Gson](https://github.com/google/gson) version 2.8.7, which powers the updater (coming in 1.1.4).
+* [Gson](https://github.com/google/gson) version 2.8.7, which powers the updater.
diff --git a/TODO.md b/TODO.md
index 0f8d74f..2b81322 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,21 +3,17 @@ These are issues in Wiimmfi Watcher I am at least aware of. Please **DO NOT** su
### Completed For Release 1.1.4
* Added an updater to make sure subsequent releases are up to date
+* Implement the updater into the UI
### Working On
-* Implement the updater into the UI
* Create a better looking header for the watcher activity
* Add 'sections' I guess???
-* Remove requirement of reading todo list before submitting issues
### Aware Of
* The about fragment causes part of the screen to get cut off as the animation plays when returning to the main fragment (only if there are a few recent friend codes)
* The navigation menu in Dark Mode is messed up (colors)
* 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
- * Adding a dialog helps make it look like the app is working for now
* Adding the option to toggle dark mode manually so older devices can have that privledge as well
# Features I would like to add