Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-06-03 | android: Add early access upgrade fragment | Charles Lombardo | 1 | -0/+6 | |
We now have a second build flavor that will determine whether the "Get Early Access" button appears. | |||||
2023-06-03 | android: Game data cache | Charles Lombardo | 1 | -0/+2 | |
2023-06-03 | android: Update dependencies | Charles Lombardo | 1 | -2/+2 | |
2023-06-03 | android: Migrate to AGP 8.0.1 | Charles Lombardo | 1 | -3/+3 | |
2023-06-03 | android: Use short build hash | Charles Lombardo | 1 | -1/+1 | |
2023-06-03 | android: Temporarily switch for a fixed version code for testing | Charles Lombardo | 1 | -1/+1 | |
2023-06-03 | android: enable LTO | Liam | 1 | -1/+2 | |
2023-06-03 | android: Bump minimum version to Android 11 | Charles Lombardo | 1 | -1/+1 | |
2023-06-03 | android: Enable code minification | Charles Lombardo | 1 | -1/+6 | |
2023-06-03 | android: MainActivity overhaul | Charles Lombardo | 1 | -0/+3 | |
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 | android: Update app dependencies | Charles Lombardo | 1 | -5/+5 | |
2023-06-03 | android: Convert gradle scripts to Kotlin DSL | Charles Lombardo | 1 | -0/+227 | |