updated doc for 1.1.4
This commit is contained in:
parent
084f8ef90b
commit
3c10ea67a3
2 changed files with 2 additions and 6 deletions
|
@ -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.
|
||||
|
|
6
TODO.md
6
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
|
||||
|
|
Reference in a new issue