completed release 1.1
This commit is contained in:
parent
91e3a57ab1
commit
4c49438461
2 changed files with 8 additions and 3 deletions
|
@ -35,6 +35,8 @@ Wiimmfi Watcher has been officially tested and confirmed to work on the followin
|
||||||
* x86_64 emulated Pixel 4 (Android 11) by brysonsteck
|
* x86_64 emulated Pixel 4 (Android 11) by brysonsteck
|
||||||
* x86_64 emulated Nexus 7 (Android 10) by brysonsteck
|
* x86_64 emulated Nexus 7 (Android 10) by brysonsteck
|
||||||
* x86_64 emulated Nexus 10 (Android 10) by brysonsteck
|
* x86_64 emulated Nexus 10 (Android 10) by brysonsteck
|
||||||
|
* x86_64 emulated Nexus 7 (Android 5.0.2) by brysonsteck
|
||||||
|
* x86_64 emulated Nexus 10 (Android 5.0.2) by brysonsteck
|
||||||
|
|
||||||
## Donations
|
## Donations
|
||||||
|
|
||||||
|
|
9
TODO.md
9
TODO.md
|
@ -1,3 +1,6 @@
|
||||||
|
# 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
|
# 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.
|
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.
|
||||||
|
|
||||||
|
@ -5,13 +8,12 @@ These are issues in Wiimmfi Watcher I am at least aware of. Please **DO NOT** su
|
||||||
* Lowered minimum SDK to 19 (Jelly Bean 4.4)
|
* 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.
|
* originally lowered to 16 (Jelly Bean 4.1), but after adding Fragment animations this had to be changed.
|
||||||
* Created the dark mode
|
* 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
|
||||||
|
|
||||||
## Working On
|
## Working On
|
||||||
* The last player in the list has the potential to hide behind the refresh button
|
|
||||||
* Fixing lag when pressing the watch button
|
* Fixing lag when pressing the watch button
|
||||||
* Working with threads should fix this
|
* Working with threads should fix this
|
||||||
* Recent friend codes do not scroll like they should
|
|
||||||
* Problem with ConstraintLayout probably, convert to a new Layout?
|
|
||||||
|
|
||||||
## Aware Of
|
## Aware Of
|
||||||
* Fix the repeating recent friend codes
|
* Fix the repeating recent friend codes
|
||||||
|
@ -27,6 +29,7 @@ These are issues in Wiimmfi Watcher I am at least aware of. Please **DO NOT** su
|
||||||
* Add 'sections' I guess???
|
* Add 'sections' I guess???
|
||||||
* Add the Mario Kart Wii font
|
* Add the Mario Kart Wii font
|
||||||
* Add pictures for Nintendo and CTGP tracks
|
* Add pictures for Nintendo and CTGP tracks
|
||||||
|
* Google's policies might prevent this...
|
||||||
* The ability to save friend codes and name them, not just save recent friend codes
|
* The ability to save friend codes and name them, not just save recent friend codes
|
||||||
* Create a more feature rich settings and about page
|
* Create a more feature rich settings and about page
|
||||||
* manual dark mode toggles, clear recent codes button, etc.
|
* manual dark mode toggles, clear recent codes button, etc.
|
||||||
|
|
Reference in a new issue