summaryrefslogtreecommitdiff
path: root/src/android/app/build.gradle.kts
AgeCommit message (Collapse)Author
2024-02-08android: Fix regex for git versiont895
2024-02-04ci: android: Play store publishing setupt895
2024-01-21android: Provide debug.keystore for debug and relWithDebInfo buildst895
Allows devs to share debug builds with testers without uninstalling the previous build
2024-01-13Merge pull request #12667 from t895/version-infoliamwhite
android: Show version name instead of build hash in about fragment
2024-01-13android: Clean up git commands in build.gradlet895
2024-01-13android: Move ktlintCheck to yuzu-verifyt895
2023-12-30android: Update Kotlin version to 1.9.20t895
2023-12-10nce: implement instruction emulation for misaligned memory accessesLiam
2023-11-21android: Remove ini4jt895
2023-10-31android: Auto-generate locale configCharles Lombardo
2023-10-13android: Update dependenciesCharles Lombardo
Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
2023-10-13android: Update ndk to 26.1.10909125Charles Lombardo
The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds
2023-09-21android: Update androidx window library to 1.2.0-beta03Charles Lombardo
Fixes an issue with the input overlay on certain devices where the controls would appear offscreen.
2023-09-17android: Set up signing config for release buildsCharles Lombardo
2023-08-23android: Set default build variant to mainlineRelWithDebInfo (#11358)Charles Lombardo
2023-08-21android: lint: Delete generated ktlint folder between buildsCharles Lombardo
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.
2023-06-28android: Android 14 supportCharles Lombardo
Specifies the permissions needed for the changes to foreground services in Android 14.
2023-06-16android: Bump ktlint version to 0.47.1Charles Lombardo
2023-06-16android: Disable import-ordering ktlint checkCharles Lombardo
2023-06-15Android: Use ktlint for Kotlin code styleCharles Lombardo
2023-06-15android: Enable android lintingCharles Lombardo
2023-06-14android: Adapt EmulationActivity to navigation componentCharles Lombardo
2023-06-11android: Use autoVersion when gradle property is setCharles Lombardo
2023-06-11android: Update dependenciesCharles Lombardo
2023-06-11android: Differentiate build types with new namesCharles Lombardo
Change the applicationIdSuffix and app launcher title based on build type
2023-06-11Android: Remove unused relWithVersionCode build typeCharles Lombardo
2023-06-06android: Set version codeNarr the Reg
2023-06-04android: Resolve a couple Gradle warningsAbandoned Cart
2023-06-03android: Various fixes for CI.bunnei
2023-06-03android: externals: Update libadrenotools, use useLegacyPackaging.bunnei
2023-06-03android: Stop building x86 packages in APKsCharles Lombardo
This was really only meant for building the app to run in an emulator. If this is necessary, just add manually.
2023-06-03android: Clean up app build.gradleCharles Lombardo
Removes the conflicting declaration of "version" and changes to versionCode that did nothing.
2023-06-03android: Clean up dependenciesCharles Lombardo
Additionally updates material and androidx core libraries
2023-06-03android: Use proguard file in relWithDebInfoCharles Lombardo
2023-06-03android: Fix issues with ea/main icons and version codesCharles Lombardo
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-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