Briar
9e8c850da1
Pre alpha watermark
* android: Add pre-alpha warning dialog and banner
* qt: android: Add pre-alpha warning banner
11 months ago
Briar
53ac2069b5
android: Update AndroidX dependencies to latest versions
12 months ago
Briar
f2064e7572
android: Remove early access fragment and home setting item
12 months ago
Briar
9ffe7c34ea
android: Change appID
12 months ago
Briar
18d6d93ccf
android: Change app name to eden
12 months ago
briar
5d2b494199
android: Update various deps
12 months ago
t895
0a1283f94f
android: Fix regex for git version
2 years ago
t895
99ea31faa8
ci: android: Play store publishing setup
2 years ago
t895
59080a3d1d
android: Provide debug.keystore for debug and relWithDebInfo builds
Allows devs to share debug builds with testers without uninstalling the previous build
2 years ago
t895
15d8a40529
android: Clean up git commands in build.gradle
2 years ago
t895
cdeaca73c4
android: Move ktlintCheck to yuzu-verify
2 years ago
t895
b2b4742e61
android: Update Kotlin version to 1.9.20
2 years ago
Liam
bd59934350
nce: implement instruction emulation for misaligned memory accesses
2 years ago
t895
e744c06f61
android: Remove ini4j
2 years ago
Charles Lombardo
97b4ca1d01
android: Auto-generate locale config
2 years ago
Charles Lombardo
224b6036a4
android: Update dependencies
Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
2 years ago
Charles Lombardo
1591923f91
android: Update ndk to 26.1.10909125
The new ndk uses LLVM 17.0.2 so we can remove the LLVM download and libc++ options for the android builds
2 years ago
Charles Lombardo
703bf7cfce
android: Update androidx window library to 1.2.0-beta03
Fixes an issue with the input overlay on certain devices where the controls would appear offscreen.
3 years ago
Charles Lombardo
67eeb05692
android: Set up signing config for release builds
3 years ago
Charles Lombardo
182fb83556
android: Set default build variant to mainlineRelWithDebInfo ( #11358 )
3 years ago
Charles Lombardo
1bc832c9b1
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.
3 years ago
Charles Lombardo
b76b698c17
android: Android 14 support
Specifies the permissions needed for the changes to foreground services in Android 14.
3 years ago
Charles Lombardo
330358cd16
android: Bump ktlint version to 0.47.1
3 years ago
Charles Lombardo
fc6a2fe779
android: Disable import-ordering ktlint check
3 years ago
Charles Lombardo
d85129aa17
Android: Use ktlint for Kotlin code style
3 years ago
Charles Lombardo
a29fa119e0
android: Enable android linting
3 years ago
Charles Lombardo
b79c993328
android: Adapt EmulationActivity to navigation component
3 years ago
Charles Lombardo
5751822e31
android: Use autoVersion when gradle property is set
3 years ago
Charles Lombardo
92d49ad652
android: Update dependencies
3 years ago
Charles Lombardo
f23a2b514b
android: Differentiate build types with new names
Change the applicationIdSuffix and app launcher title based on build type
3 years ago
Charles Lombardo
37e135d74d
Android: Remove unused relWithVersionCode build type
3 years ago
qurious-pixel
45f80f2b06
remove version code declaration
3 years ago
Live session user
9611a9e220
Android TV banner
3 years ago
Narr the Reg
4d61319307
android: Set version code
3 years ago
Abandoned Cart
00a391ce10
android: Resolve a couple Gradle warnings
3 years ago
bunnei
ee8caac82f
android: Various fixes for CI.
3 years ago
bunnei
17b5ed9baf
android: externals: Update libadrenotools, use useLegacyPackaging.
3 years ago
Charles Lombardo
0cbae33790
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
8426e97f45
android: Clean up app build.gradle
Removes the conflicting declaration of "version" and changes to versionCode that did nothing.
3 years ago
Charles Lombardo
c11c5b2eb7
android: Clean up dependencies
Additionally updates material and androidx core libraries
3 years ago
Charles Lombardo
0f06e73a7c
android: Use proguard file in relWithDebInfo
3 years ago
Charles Lombardo
2289f7ad15
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
f69bc78dc5
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
65dc35a1a5
android: Game data cache
3 years ago
Charles Lombardo
d8bacdfc14
android: Update dependencies
3 years ago
Charles Lombardo
56d3711e34
android: Migrate to AGP 8.0.1
3 years ago
Charles Lombardo
f461465a92
android: Use short build hash
3 years ago
Charles Lombardo
61e0042633
android: Temporarily switch for a fixed version code for testing
3 years ago
Liam
8b4c5a9939
android: enable LTO
3 years ago
Charles Lombardo
f5c48f92f2
android: Bump minimum version to Android 11
3 years ago