Charles Lombardo
4ad4f6cf26
Android: Remove unused relWithVersionCode build type
3 years ago
qurious-pixel
2984cc4b30
remove version code declaration
3 years ago
Live session user
9cf85cb9e3
Android TV banner
3 years ago
Narr the Reg
fa13ede502
android: Set version code
3 years ago
Abandoned Cart
d3b46a88af
android: Resolve a couple Gradle warnings
3 years ago
bunnei
04eabc45e5
android: Various fixes for CI.
3 years ago
bunnei
cb9ba1b004
android: externals: Update libadrenotools, use useLegacyPackaging.
3 years ago
Charles Lombardo
15e3bb4cfb
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.
3 years ago
Charles Lombardo
75ae2c948e
android: Clean up app build.gradle
Removes the conflicting declaration of "version" and changes to versionCode that did nothing.
3 years ago
Charles Lombardo
f0beadece2
android: Clean up dependencies
Additionally updates material and androidx core libraries
3 years ago
Charles Lombardo
3c6b472134
android: Use proguard file in relWithDebInfo
3 years ago
Charles Lombardo
5fd13f02fd
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.
3 years ago
Charles Lombardo
7072a9b19c
android: Add early access upgrade fragment
We now have a second build flavor that will determine whether the "Get Early Access" button appears.
3 years ago
Charles Lombardo
710e19a4bb
android: Game data cache
3 years ago
Charles Lombardo
76108cee0a
android: Update dependencies
3 years ago
Charles Lombardo
1367956b05
android: Migrate to AGP 8.0.1
3 years ago
Charles Lombardo
7930f6ea5d
android: Use short build hash
3 years ago
Charles Lombardo
07d295f231
android: Temporarily switch for a fixed version code for testing
3 years ago
Liam
96e9f4d582
android: enable LTO
3 years ago
Charles Lombardo
0d2549b062
android: Bump minimum version to Android 11
3 years ago
Charles Lombardo
0ee7e74fb8
android: Enable code minification
3 years ago
Charles Lombardo
f556705914
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
3 years ago
Charles Lombardo
929e93f0b5
android: Update app dependencies
3 years ago
Charles Lombardo
ea8a2aa8c8
android: Convert gradle scripts to Kotlin DSL
3 years ago