Commit Graph

6 Commits

Author SHA1 Message Date
Charles Lombardo
62eb7fcd1a android: MainActivity overhaul
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
2023-06-01 17:58:27 -07:00
Charles Lombardo
433d388728 android: Slightly reduce game card size 2023-06-01 17:58:25 -07:00
Charles Lombardo
a31d2a90b8 android: Use autofit grid for games fragment 2023-06-01 17:58:24 -07:00
bunnei
87dbc7c0a4 android: frontend: Implement game grid view. (#9) 2023-06-01 17:58:13 -07:00
bunnei
594e322aa6 android: Minimize frontend & convert to yuzu. 2023-06-01 17:58:12 -07:00
bunnei
36b5c109e8 android: Add Citra frontend. 2023-06-01 17:58:10 -07:00