summaryrefslogtreecommitdiff
path: root/src/android/app/build.gradle.kts
AgeCommit message (Collapse)Author
2023-06-03android: Add early access upgrade fragmentCharles Lombardo
We now have a second build flavor that will determine whether the "Get Early Access" button appears.
2023-06-03android: Game data cacheCharles Lombardo
2023-06-03android: Update dependenciesCharles Lombardo
2023-06-03android: Migrate to AGP 8.0.1Charles Lombardo
2023-06-03android: Use short build hashCharles Lombardo
2023-06-03android: Temporarily switch for a fixed version code for testingCharles Lombardo
2023-06-03android: enable LTOLiam
2023-06-03android: Bump minimum version to Android 11Charles Lombardo
2023-06-03android: Enable code minificationCharles Lombardo
2023-06-03android: MainActivity overhaulCharles Lombardo
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-03android: Update app dependenciesCharles Lombardo
2023-06-03android: Convert gradle scripts to Kotlin DSLCharles Lombardo