Charles Lombardo
7305df2e3f
android: Set default build variant to mainlineRelWithDebInfo ( #11358 )
2 years ago
Charles Lombardo
4165adc80f
android: lint: Delete generated ktlint folder between builds
There's a bug in ktlint where it will run into an error if you build the project, delete a source file, and then build again. It will be unable to find the file you deleted and can't recover until these files are deleted. This just deletes those files before every run.
2 years ago
Charles Lombardo
fc8362a875
android: Android 14 support
Specifies the permissions needed for the changes to foreground services in Android 14.
3 years ago
Charles Lombardo
cb65166fac
android: Bump ktlint version to 0.47.1
3 years ago
Charles Lombardo
fa67cd8edf
android: Disable import-ordering ktlint check
3 years ago
Charles Lombardo
98f711100e
Android: Use ktlint for Kotlin code style
3 years ago
Charles Lombardo
1ad4a05d64
android: Enable android linting
3 years ago
Charles Lombardo
8e33b7993d
android: Adapt EmulationActivity to navigation component
3 years ago
Charles Lombardo
8180d213d7
android: Use autoVersion when gradle property is set
3 years ago
Charles Lombardo
81d4145aca
android: Update dependencies
3 years ago
Charles Lombardo
6d1b8d6ca4
android: Differentiate build types with new names
Change the applicationIdSuffix and app launcher title based on build type
3 years ago
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