swurl
28e05a5108
remove leftovers from early access ( #122 )
Signed-off-by: swurl <swurl@swurl.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/122
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
8 months ago
swurl
7e943732bf
fix a large variety of issues ( #101 )
- GLASM/SPIR-V mixup on Android
- potential greenscreen fix (thx suyu)
- save memory layout and add 10gb/12gb options
- potential samsung gaming hub fix
- fix layout of controller UI
- fix default settings to sensible defaults.
- note to TotK that you should increase memory layout
- Error checking for Windows linking
- fix an IDE error
- improved migration system w/threading and busy indicator
- disabled citron migration for now
- replaced some user-facing legacy strings with eden
- Added 10GB and 12GB DRAM layouts
- Fix Android black screen issues
- add discord link & update FAQ/Quickstart
- update links in about page
- add back rich presence
- add Don't show again for desktop pre alpha banner
- add citron warning to android and polaris to desktop
Signed-off-by: swurl <swurl@swurl.xyz>
Co-authored-by: Pavel Barabanov <pavelbarabanov94@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/101
Co-authored-by: swurl <swurl@swurl.xyz>
Co-committed-by: swurl <swurl@swurl.xyz>
8 months ago
PabloMK7
5f0542c2bf
Pre alpha watermark
* android: Add pre-alpha warning dialog and banner
* qt: android: Add pre-alpha warning banner
9 months ago
Briar
b1dc4fa121
android: Update AndroidX dependencies to latest versions
9 months ago
Briar
5bf118114d
android: Remove early access fragment and home setting item
9 months ago
Briar
55d6b40fe3
android: Change appID
9 months ago
Briar
384535e636
android: Change app name to eden
9 months ago
briar
2b2ddb581d
android: Update various deps
9 months ago
t895
95199610fd
android: Fix regex for git version
2 years ago
t895
a7e7f1b899
ci: android: Play store publishing setup
2 years ago
t895
3116ee2cb7
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
b5721efd3b
android: Clean up git commands in build.gradle
2 years ago
t895
1b369e8db2
android: Move ktlintCheck to yuzu-verify
2 years ago
t895
464060b380
android: Update Kotlin version to 1.9.20
2 years ago
Liam
ecb3d74dcd
nce: implement instruction emulation for misaligned memory accesses
2 years ago
t895
4b8d9604ab
android: Remove ini4j
2 years ago
Charles Lombardo
008548cfb3
android: Auto-generate locale config
2 years ago
Charles Lombardo
646a5d1bc1
android: Update dependencies
Updates to androidx navigation, lifecycle, preference, fragment, recyclerview, and core
2 years ago
Charles Lombardo
bacfefe92c
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
68068a8113
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.
2 years ago
Charles Lombardo
2940967210
android: Set up signing config for release builds
2 years ago
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