45f80f2b06
remove version code declaration
2023-06-07 13:27:51 -07:00
9611a9e220
Android TV banner
2023-06-06 11:32:25 -07:00
00a391ce10
android: Resolve a couple Gradle warnings
2023-06-04 02:06:38 -04:00
ee8caac82f
android: Various fixes for CI.
2023-06-03 00:06:05 -07:00
17b5ed9baf
android: externals: Update libadrenotools, use useLegacyPackaging.
2023-06-03 00:06:05 -07:00
0cbae33790
android: Stop building x86 packages in APKs
...
This was really only meant for building the app to run in an emulator. If this is necessary, just add manually.
2023-06-03 00:06:04 -07:00
8426e97f45
android: Clean up app build.gradle
...
Removes the conflicting declaration of "version" and changes to versionCode that did nothing.
2023-06-03 00:06:04 -07:00
c11c5b2eb7
android: Clean up dependencies
...
Additionally updates material and androidx core libraries
2023-06-03 00:06:03 -07:00
0f06e73a7c
android: Use proguard file in relWithDebInfo
2023-06-03 00:06:02 -07:00
2289f7ad15
android: Fix issues with ea/main icons and version codes
...
Now all yuzu icon variants are taken care of and now we have a build variant that uses the versioning we need for the play store.
2023-06-03 00:06:01 -07:00
f69bc78dc5
android: Add early access upgrade fragment
...
We now have a second build flavor that will determine whether the "Get Early Access" button appears.
2023-06-03 00:06:00 -07:00
65dc35a1a5
android: Game data cache
2023-06-03 00:05:59 -07:00
d8bacdfc14
android: Update dependencies
2023-06-03 00:05:59 -07:00
56d3711e34
android: Migrate to AGP 8.0.1
2023-06-03 00:05:59 -07:00
f461465a92
android: Use short build hash
2023-06-03 00:05:58 -07:00
61e0042633
android: Temporarily switch for a fixed version code for testing
2023-06-03 00:05:55 -07:00
8b4c5a9939
android: enable LTO
2023-06-03 00:05:53 -07:00
f5c48f92f2
android: Bump minimum version to Android 11
2023-06-03 00:05:52 -07:00
d57ae50f17
android: Enable code minification
2023-06-03 00:05:52 -07:00
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
b1ebc1c395
android: Update app dependencies
2023-06-03 00:05:51 -07:00
ab87f74998
android: Convert gradle scripts to Kotlin DSL
2023-06-03 00:05:51 -07:00