summaryrefslogtreecommitdiffstats
path: root/src/android/app/build.gradle (follow)
Commit message (Collapse)AuthorAgeFilesLines
* android: Make hash and branch accessible from BuildConfigCharles Lombardo2023-06-031-0/+25
|
* android: Remove LocalBroadcastManagerCharles Lombardo2023-06-031-1/+0
| | | | | | This causes a couple of minor changes to directory initialization. We don't have a lengthy initialization step so we could spend less time creating state receivers and just run initialization on the main thread. We also don't have a situation where external storage will be a concern so checks are removed in favor of a binary check to see if initialization is ready. This additionally removes the unused DoFrame callback.
* android: Remove game databaseCharles Lombardo2023-06-031-4/+0
| | | | The content provider + database solution was excessive and is now replaced with the simple file checks from before but turned into an array list held within a viewmodel.
* android: Add kotlin parcelize pluginCharles Lombardo2023-06-031-0/+1
|
* android: Inset input overlay based on system cutoutsCharles Lombardo2023-06-031-0/+1
|
* android: Enable view bindingCharles Lombardo2023-06-031-0/+2
|
* build: only enable adrenotools on arm64Liam2023-06-031-3/+2
|
* android: Use androidx splash screenCharles Lombardo2023-06-031-0/+1
|
* android: Replace Picasso with CoilCharles Lombardo2023-06-031-3/+1
|
* android: Use androidx preferencesCharles Lombardo2023-06-031-0/+2
|
* android: Enable Kotlin supportCharles Lombardo2023-06-031-1/+9
|
* android: Upgrade java version to 11Charles Lombardo2023-06-031-2/+2
|
* android: Upgrade dependenciesCharles Lombardo2023-06-031-4/+4
|
* android: Replace lintOptions with lintCharles Lombardo2023-06-031-1/+1
|
* android: Move namespace to app module build.gradleCharles Lombardo2023-06-031-0/+2
|
* android: bump compile/target sdk to 33Charles Lombardo2023-06-031-2/+2
|
* CMake: fix pkg-config behavior when building for Androidliushuyu2023-06-031-0/+1
|
* android: build.gradle: Cleanup build types.bunnei2023-06-031-7/+1
|
* android: frontend: Implement game grid view. (#9)bunnei2023-06-031-1/+1
|
* android: Implement SAF support & migrate to SDK 31. (#4)bunnei2023-06-031-4/+2
|
* android: Minimize frontend & convert to yuzu.bunnei2023-06-031-1/+1
|
* android: Add Citra frontend.bunnei2023-06-031-0/+163