summaryrefslogtreecommitdiffstats
path: root/src/android/app/build.gradle.kts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* android: Update androidx window library to 1.2.0-beta03Charles Lombardo2023-09-211-1/+1
| | | | Fixes an issue with the input overlay on certain devices where the controls would appear offscreen.
* android: Set up signing config for release buildsCharles Lombardo2023-09-171-1/+18
|
* android: Set default build variant to mainlineRelWithDebInfo (#11358)Charles Lombardo2023-08-231-0/+2
|
* android: lint: Delete generated ktlint folder between buildsCharles Lombardo2023-08-211-0/+5
| | | | 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.
* android: Android 14 supportCharles Lombardo2023-06-281-2/+2
| | | | Specifies the permissions needed for the changes to foreground services in Android 14.
* android: Bump ktlint version to 0.47.1Charles Lombardo2023-06-161-1/+1
|
* android: Disable import-ordering ktlint checkCharles Lombardo2023-06-161-1/+2
|
* Android: Use ktlint for Kotlin code styleCharles Lombardo2023-06-161-0/+20
|
* android: Enable android lintingCharles Lombardo2023-06-161-10/+0
|
* android: Adapt EmulationActivity to navigation componentCharles Lombardo2023-06-141-0/+1
|
* android: Use autoVersion when gradle property is setCharles Lombardo2023-06-121-1/+15
|
* android: Update dependenciesCharles Lombardo2023-06-111-4/+4
|
* android: Differentiate build types with new namesCharles Lombardo2023-06-111-1/+6
| | | | Change the applicationIdSuffix and app launcher title based on build type
* Android: Remove unused relWithVersionCode build typeCharles Lombardo2023-06-111-10/+0
|
* android: Set version codeNarr the Reg2023-06-061-0/+1
|
* android: Resolve a couple Gradle warningsAbandoned Cart2023-06-041-1/+4
|
* android: Various fixes for CI.bunnei2023-06-031-0/+3
|
* android: externals: Update libadrenotools, use useLegacyPackaging.bunnei2023-06-031-0/+5
|
* android: Stop building x86 packages in APKsCharles Lombardo2023-06-031-1/+1
| | | | This was really only meant for building the app to run in an emulator. If this is necessary, just add manually.
* android: Clean up app build.gradleCharles Lombardo2023-06-031-22/+2
| | | | Removes the conflicting declaration of "version" and changes to versionCode that did nothing.
* android: Clean up dependenciesCharles Lombardo2023-06-031-7/+3
| | | | Additionally updates material and androidx core libraries
* android: Use proguard file in relWithDebInfoCharles Lombardo2023-06-031-0/+4
|
* android: Fix issues with ea/main icons and version codesCharles Lombardo2023-06-031-6/+19
| | | | 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.
* android: Add early access upgrade fragmentCharles Lombardo2023-06-031-0/+6
| | | | We now have a second build flavor that will determine whether the "Get Early Access" button appears.
* android: Game data cacheCharles Lombardo2023-06-031-0/+2
|
* android: Update dependenciesCharles Lombardo2023-06-031-2/+2
|
* android: Migrate to AGP 8.0.1Charles Lombardo2023-06-031-3/+3
|
* android: Use short build hashCharles Lombardo2023-06-031-1/+1
|
* android: Temporarily switch for a fixed version code for testingCharles Lombardo2023-06-031-1/+1
|
* android: enable LTOLiam2023-06-031-1/+2
|
* android: Bump minimum version to Android 11Charles Lombardo2023-06-031-1/+1
|
* android: Enable code minificationCharles Lombardo2023-06-031-1/+6
|
* android: MainActivity overhaulCharles Lombardo2023-06-031-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
* android: Update app dependenciesCharles Lombardo2023-06-031-5/+5
|
* android: Convert gradle scripts to Kotlin DSLCharles Lombardo2023-06-031-0/+227