- 03 Jun, 2023 40 commits
-
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
Several spacing/color adjustments provided by Flam
-
Charles Lombardo authored
Reverting to the official logo colors
-
Charles Lombardo authored
-
Charles Lombardo authored
Credit to jaames for the original icon
-
Liam authored
-
Charles Lombardo authored
There aren't MIME types specific enough for filtering out files that aren't amiibo or production keys. So here we just check for the extensions "bin" or "keys" where appropriate and stop the process if incorrect. Previously you could select any document and it could cause the app to hang.
-
Charles Lombardo authored
If you quickly scrolled from the second page to the first and then back, the next/back buttons would disappear.
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
There currently isn't a visual "disabled" cue for any of the view holders that aren't the switch setting. This will be improved in the future.
-
Charles Lombardo authored
Previously we could only add settings that would change our ini file. Now we can create abstract settings in our presenter to alter things like shared preferences for theme support!
-
german77 authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
Allows for smoother transitions with the search bar
-
Charles Lombardo authored
Removed a currently unused text view and moved to material text views.
-
Charles Lombardo authored
This moves several parts of the main activity into fragments that manage themselves to react to changes. UI changes like the appearance of a new search view or when the games list changes now gets updated via multiple view models. This also starts a conversion to the androidx navigation component which furthers the goals mentioned previously with more fragment responsibility. This will eventually allow us to use one activity with interchanging fragments and multiple view models that are stored within that central activity. fdas
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
Charles Lombardo authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
german77 authored
-
german77 authored
-
german77 authored
-
Charles Lombardo authored
-
Charles Lombardo authored
Previously we were operating on the assumption that apply'd settings wouldn't be visible immediately. This isn't true and settings will be accessible via memory before being stored to disk. This reduces any potential stutters caused by saving to shared preferences.
-
Charles Lombardo authored
-
Charles Lombardo authored
-