diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-18 21:20:15 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-18 21:20:15 -0600 |
commit | 4c494384615ea507ca19fc7a1b236d37667d24ac (patch) | |
tree | 2be62cad9bfcf6b8e1bbbee32d707076750bddad | |
parent | 91e3a57ab11afe6898a4bcd5336a1af92fc4ca67 (diff) | |
download | wiimmfi-watcher-4c494384615ea507ca19fc7a1b236d37667d24ac.tar wiimmfi-watcher-4c494384615ea507ca19fc7a1b236d37667d24ac.tar.gz wiimmfi-watcher-4c494384615ea507ca19fc7a1b236d37667d24ac.tar.bz2 |
completed release 1.1
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | TODO.md | 9 |
2 files changed, 8 insertions, 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 Nexus 7 (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 @@ -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 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) * 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 ## Working On -* The last player in the list has the potential to hide behind the refresh button * Fixing lag when pressing the watch button * 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 * 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 the Mario Kart Wii font * 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 * Create a more feature rich settings and about page * manual dark mode toggles, clear recent codes button, etc. |