Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Make hash and branch accessible from BuildConfig | Charles Lombardo | 2023-06-03 | 1 | -0/+25 |
| | |||||
* | android: Remove LocalBroadcastManager | Charles Lombardo | 2023-06-03 | 1 | -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 database | Charles Lombardo | 2023-06-03 | 1 | -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 plugin | Charles Lombardo | 2023-06-03 | 1 | -0/+1 |
| | |||||
* | android: Inset input overlay based on system cutouts | Charles Lombardo | 2023-06-03 | 1 | -0/+1 |
| | |||||
* | android: Enable view binding | Charles Lombardo | 2023-06-03 | 1 | -0/+2 |
| | |||||
* | build: only enable adrenotools on arm64 | Liam | 2023-06-03 | 1 | -3/+2 |
| | |||||
* | android: Use androidx splash screen | Charles Lombardo | 2023-06-03 | 1 | -0/+1 |
| | |||||
* | android: Replace Picasso with Coil | Charles Lombardo | 2023-06-03 | 1 | -3/+1 |
| | |||||
* | android: Use androidx preferences | Charles Lombardo | 2023-06-03 | 1 | -0/+2 |
| | |||||
* | android: Enable Kotlin support | Charles Lombardo | 2023-06-03 | 1 | -1/+9 |
| | |||||
* | android: Upgrade java version to 11 | Charles Lombardo | 2023-06-03 | 1 | -2/+2 |
| | |||||
* | android: Upgrade dependencies | Charles Lombardo | 2023-06-03 | 1 | -4/+4 |
| | |||||
* | android: Replace lintOptions with lint | Charles Lombardo | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Move namespace to app module build.gradle | Charles Lombardo | 2023-06-03 | 1 | -0/+2 |
| | |||||
* | android: bump compile/target sdk to 33 | Charles Lombardo | 2023-06-03 | 1 | -2/+2 |
| | |||||
* | CMake: fix pkg-config behavior when building for Android | liushuyu | 2023-06-03 | 1 | -0/+1 |
| | |||||
* | android: build.gradle: Cleanup build types. | bunnei | 2023-06-03 | 1 | -7/+1 |
| | |||||
* | android: frontend: Implement game grid view. (#9) | bunnei | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Implement SAF support & migrate to SDK 31. (#4) | bunnei | 2023-06-03 | 1 | -4/+2 |
| | |||||
* | android: Minimize frontend & convert to yuzu. | bunnei | 2023-06-03 | 1 | -1/+1 |
| | |||||
* | android: Add Citra frontend. | bunnei | 2023-06-03 | 1 | -0/+163 |