yuzu/src/android
Charles Lombardo 233ae9ab69 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-03 00:05:51 -07:00
..
app android: MainActivity overhaul 2023-06-03 00:05:51 -07:00
gradle/wrapper android: Update gradle version to 8.1 2023-06-03 00:05:51 -07:00
.gitignore android: Add Citra frontend. 2023-06-03 00:05:26 -07:00
build.gradle.kts android: Convert gradle scripts to Kotlin DSL 2023-06-03 00:05:51 -07:00
code-style-java.xml android: Minimize frontend & convert to yuzu. 2023-06-03 00:05:27 -07:00
gradle.properties android: Enable Kotlin support 2023-06-03 00:05:34 -07:00
gradlew CI: add Android build systems 2023-06-03 00:05:33 -07:00
gradlew.bat android: Add Citra frontend. 2023-06-03 00:05:26 -07:00
settings.gradle.kts android: Convert gradle scripts to Kotlin DSL 2023-06-03 00:05:51 -07:00