Commit Graph

22 Commits

Author SHA1 Message Date
Charles Lombardo 97138db766 android: Make hash and branch accessible from BuildConfig 2023-05-30 14:43:11 -07:00
Charles Lombardo 1a9ecebc3f android: Remove LocalBroadcastManager
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.
2023-05-30 14:43:10 -07:00
Charles Lombardo 70df43f447 android: Remove game database
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.
2023-05-30 14:43:10 -07:00
Charles Lombardo 2f8047cd82 android: Add kotlin parcelize plugin 2023-05-30 14:43:06 -07:00
Charles Lombardo 8d28351ab4 android: Inset input overlay based on system cutouts 2023-05-30 14:43:05 -07:00
Charles Lombardo 9ae13af101 android: Enable view binding 2023-05-30 14:43:04 -07:00
Liam 1bc9457ee4 build: only enable adrenotools on arm64 2023-05-30 14:43:03 -07:00
Charles Lombardo 47b36dd24b android: Use androidx splash screen 2023-05-30 14:43:03 -07:00
Charles Lombardo 5c66e95216 android: Replace Picasso with Coil 2023-05-30 14:43:02 -07:00
Charles Lombardo 51a780b734 android: Use androidx preferences 2023-05-30 14:42:51 -07:00
Charles Lombardo 7d71e332cc android: Enable Kotlin support 2023-05-30 14:42:50 -07:00
Charles Lombardo 9efe4d93af android: Upgrade java version to 11 2023-05-30 14:42:50 -07:00
Charles Lombardo 10a6dcccc1 android: Upgrade dependencies 2023-05-30 14:42:50 -07:00
Charles Lombardo aebedc198c android: Replace lintOptions with lint 2023-05-30 14:42:50 -07:00
Charles Lombardo f8d7825c8c android: Move namespace to app module build.gradle 2023-05-30 14:42:50 -07:00
Charles Lombardo 3089744d86 android: bump compile/target sdk to 33 2023-05-30 14:42:50 -07:00
liushuyu b9d6732b1b CMake: fix pkg-config behavior when building for Android 2023-05-30 14:42:49 -07:00
bunnei fc0a0bbdba android: build.gradle: Cleanup build types. 2023-05-30 14:42:49 -07:00
bunnei ad74e8d532 android: frontend: Implement game grid view. (#9) 2023-05-30 14:42:46 -07:00
bunnei d8a9867947 android: Implement SAF support & migrate to SDK 31. (#4) 2023-05-30 14:42:45 -07:00
bunnei 0097181ff0 android: Minimize frontend & convert to yuzu. 2023-05-30 14:42:43 -07:00
bunnei daf36fd560 android: Add Citra frontend. 2023-05-30 14:42:41 -07:00