| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | android: Fix regex for git version | 2024-02-08 | 1 | -2/+9 | |
| | | |||||
| * | ci: android: Play store publishing setup | 2024-02-04 | 1 | -15/+16 | |
| | | |||||
| * | android: Provide debug.keystore for debug and relWithDebInfo builds | 2024-01-21 | 1 | -4/+11 | |
| | | | | | Allows devs to share debug builds with testers without uninstalling the previous build | ||||
| * | Merge pull request #12667 from t895/version-info | 2024-01-13 | 1 | -56/+18 | |
| |\ | | | | | android: Show version name instead of build hash in about fragment | ||||
| | * | android: Clean up git commands in build.gradle | 2024-01-13 | 1 | -56/+18 | |
| | | | |||||
| * | | android: Move ktlintCheck to yuzu-verify | 2024-01-13 | 1 | -1/+8 | |
| |/ | |||||
| * | android: Update Kotlin version to 1.9.20 | 2023-12-30 | 1 | -1/+1 | |
| | | |||||
| * | nce: implement instruction emulation for misaligned memory accesses | 2023-12-10 | 1 | -1/+2 | |
| | | |||||
| * | android: Remove ini4j | 2023-11-21 | 1 | -1/+0 | |
| | | |||||
| * | android: Auto-generate locale config | 2023-10-31 | 1 | -0/+4 | |
| | | |||||
| * | android: Update dependencies | 2023-10-13 | 1 | -7/+7 | |
| | | | | | Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core | ||||
| * | android: Update ndk to 26.1.10909125 | 2023-10-13 | 1 | -1/+1 | |
| | | | | | The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds | ||||
| * | android: Update androidx window library to 1.2.0-beta03 | 2023-09-21 | 1 | -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 builds | 2023-09-17 | 1 | -1/+18 | |
| | | |||||
| * | android: Set default build variant to mainlineRelWithDebInfo (#11358) | 2023-08-23 | 1 | -0/+2 | |
| | | |||||
| * | android: lint: Delete generated ktlint folder between builds | 2023-08-21 | 1 | -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 support | 2023-06-28 | 1 | -2/+2 | |
| | | | | | Specifies the permissions needed for the changes to foreground services in Android 14. | ||||
| * | android: Bump ktlint version to 0.47.1 | 2023-06-16 | 1 | -1/+1 | |
| | | |||||
| * | android: Disable import-ordering ktlint check | 2023-06-16 | 1 | -1/+2 | |
| | | |||||
| * | Android: Use ktlint for Kotlin code style | 2023-06-15 | 1 | -0/+20 | |
| | | |||||
| * | android: Enable android linting | 2023-06-15 | 1 | -10/+0 | |
| | | |||||
| * | android: Adapt EmulationActivity to navigation component | 2023-06-14 | 1 | -0/+1 | |
| | | |||||
| * | android: Use autoVersion when gradle property is set | 2023-06-11 | 1 | -1/+15 | |
| | | |||||
| * | android: Update dependencies | 2023-06-11 | 1 | -4/+4 | |
| | | |||||
| * | android: Differentiate build types with new names | 2023-06-11 | 1 | -1/+6 | |
| | | | | | Change the applicationIdSuffix and app launcher title based on build type | ||||
| * | Android: Remove unused relWithVersionCode build type | 2023-06-11 | 1 | -10/+0 | |
| | | |||||
| * | android: Set version code | 2023-06-06 | 1 | -0/+1 | |
| | | |||||
| * | android: Resolve a couple Gradle warnings | 2023-06-04 | 1 | -1/+4 | |
| | | |||||
| * | android: Various fixes for CI. | 2023-06-03 | 1 | -0/+3 | |
| | | |||||
| * | android: externals: Update libadrenotools, use useLegacyPackaging. | 2023-06-03 | 1 | -0/+5 | |
| | | |||||
| * | android: Stop building x86 packages in APKs | 2023-06-03 | 1 | -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.gradle | 2023-06-03 | 1 | -22/+2 | |
| | | | | | Removes the conflicting declaration of "version" and changes to versionCode that did nothing. | ||||
| * | android: Clean up dependencies | 2023-06-03 | 1 | -7/+3 | |
| | | | | | Additionally updates material and androidx core libraries | ||||
| * | android: Use proguard file in relWithDebInfo | 2023-06-03 | 1 | -0/+4 | |
| | | |||||
| * | android: Fix issues with ea/main icons and version codes | 2023-06-03 | 1 | -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 fragment | 2023-06-03 | 1 | -0/+6 | |
| | | | | | We now have a second build flavor that will determine whether the "Get Early Access" button appears. | ||||
| * | android: Game data cache | 2023-06-03 | 1 | -0/+2 | |
| | | |||||
| * | android: Update dependencies | 2023-06-03 | 1 | -2/+2 | |
| | | |||||
| * | android: Migrate to AGP 8.0.1 | 2023-06-03 | 1 | -3/+3 | |
| | | |||||
| * | android: Use short build hash | 2023-06-03 | 1 | -1/+1 | |
| | | |||||
| * | android: Temporarily switch for a fixed version code for testing | 2023-06-03 | 1 | -1/+1 | |
| | | |||||
| * | android: enable LTO | 2023-06-03 | 1 | -1/+2 | |
| | | |||||
| * | android: Bump minimum version to Android 11 | 2023-06-03 | 1 | -1/+1 | |
| | | |||||
| * | android: Enable code minification | 2023-06-03 | 1 | -1/+6 | |
| | | |||||
| * | android: MainActivity overhaul | 2023-06-03 | 1 | -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 dependencies | 2023-06-03 | 1 | -5/+5 | |
| | | |||||
| * | android: Convert gradle scripts to Kotlin DSL | 2023-06-03 | 1 | -0/+227 | |