| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | android: Convert SettingViewHolder to Kotlin | 2023-06-03 | 2 | -49/+38 | ||
| | * | | | | | | android: Convert HeaderViewHolder to Kotlin | 2023-06-03 | 2 | -32/+28 | ||
| | * | | | | | | android: Convert DateTimeViewHolder to Kotlin | 2023-06-03 | 2 | -47/+35 | ||
| | * | | | | | | android: Convert CheckBoxSettingViewHolder to Kotlin | 2023-06-03 | 2 | -54/+41 | ||
| | * | | | | | | android: Convert StringSetting to Kotlin | 2023-06-03 | 2 | -23/+9 | ||
| | * | | | | | | android: Convert SettingSection to Kotlin | 2023-06-03 | 2 | -55/+34 | ||
| | * | | | | | | android: Convert Setting to Kotlin | 2023-06-03 | 1 | -24/+6 | ||
| | * | | | | | | android: Convert IntSetting to Kotlin | 2023-06-03 | 2 | -23/+9 | ||
| | * | | | | | | android: Convert FloatSetting to Kotlin | 2023-06-03 | 2 | -23/+9 | ||
| | * | | | | | | android: Convert BooleanSetting to Kotlin | 2023-06-03 | 2 | -23/+9 | ||
| | * | | | | | | android: Convert SubmenuSetting to Kotlin | 2023-06-03 | 2 | -21/+15 | ||
| | * | | | | | | android: Convert StringSingleChoiceSetting to Kotlin | 2023-06-03 | 2 | -82/+61 | ||
| | * | | | | | | android: Convert SliderSetting to Kotlin | 2023-06-03 | 2 | -101/+72 | ||
| | * | | | | | | android: Convert SingleChoiceSetting to Kotlin | 2023-06-03 | 2 | -60/+44 | ||
| | * | | | | | | android: Convert SettingsItem to Kotlin | 2023-06-03 | 2 | -100/+30 | ||
| | * | | | | | | android: Convert HeaderSetting to Kotlin | 2023-06-03 | 2 | -14/+12 | ||
| | * | | | | | | android: Convert DateTimeSetting to Kotlin | 2023-06-03 | 2 | -40/+35 | ||
| | * | | | | | | android: Convert CheckBoxSetting to Kotlin | 2023-06-03 | 2 | -80/+91 | ||
| | * | | | | | | android: Convert GameAdapter to Kotlin | 2023-06-03 | 2 | -244/+178 | ||
| | * | | | | | | android: Convert SettingsAdapter to Kotlin | 2023-06-03 | 3 | -366/+315 | ||
| | * | | | | | | android: Convert EmulationActivity to Kotlin | 2023-06-03 | 2 | -347/+286 | ||
| | * | | | | | | android: Use material slider in settings dialog | 2023-06-03 | 1 | -20/+20 | ||
| | * | | | | | | android: Convert Settings to Kotlin | 2023-06-03 | 2 | -127/+145 | ||
| | * | | | | | | android: Use androidx preferences | 2023-06-03 | 1 | -0/+2 | ||
| | * | | | | | | android: frontend: Add unique error strings for Vulkan initialization errors. | 2023-06-03 | 2 | -19/+25 | ||
| | * | | | | | | android: Use the center of the object and reduce draw calls | 2023-06-03 | 8 | -59/+76 | ||
| | * | | | | | | android: Replace old buttons with vectors | 2023-06-03 | 149 | -71/+613 | ||
| | * | | | | | | android: Enable Kotlin support | 2023-06-03 | 4 | -26/+30 | ||
| | * | | | | | | android: Upgrade java version to 11 | 2023-06-03 | 1 | -2/+2 | ||
| | * | | | | | | android: Upgrade dependencies | 2023-06-03 | 1 | -4/+4 | ||
| | * | | | | | | android: Upgrade to AGP 7.4.2 | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | android: Replace lintOptions with lint | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | android: Move namespace to app module build.gradle | 2023-06-03 | 2 | -2/+3 | ||
| | * | | | | | | android: bump compile/target sdk to 33 | 2023-06-03 | 1 | -2/+2 | ||
| | * | | | | | | android: Upgrade gradle to 8.0.1 | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | video_core: fix clang-format errors | 2023-06-03 | 2 | -4/+3 | ||
| | * | | | | | | CMake: fix pkg-config behavior when building for Android | 2023-06-03 | 1 | -0/+1 | ||
| | * | | | | | | CI: add Android build systems | 2023-06-03 | 1 | -0/+0 | ||
| | * | | | | | | android: build.gradle: Cleanup build types. | 2023-06-03 | 1 | -7/+1 | ||
| | * | | | | | | android: frontend: settings: Add graphics debugging. | 2023-06-03 | 4 | -6/+18 | ||
| | * | | | | | | android: jni: Ensure system is only initialized once. | 2023-06-03 | 4 | -8/+8 | ||
| | * | | | | | | video_core: vulkan_device: Correct error message for unsuitable driver. | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | android: frontend: Cleanup framerate counter. | 2023-06-03 | 2 | -4/+3 | ||
| | * | | | | | | android: vulkan: Implement adrenotools turbo mode. | 2023-06-03 | 7 | -3/+27 | ||
| | * | | | | | | android: vulkan_device: Disable VK_EXT_extended_dynamic_state2 on Qualcomm. | 2023-06-03 | 1 | -3/+3 | ||
| | * | | | | | | android: frontend: Add support for GPU driver selection. | 2023-06-03 | 9 | -3/+251 | ||
| | * | | | | | | android: native: Add support for custom Vulkan driver loading. | 2023-06-03 | 14 | -76/+146 | ||
| | * | | | | | | core: frontend: Refactor GraphicsContext to its own module. | 2023-06-03 | 13 | -50/+84 | ||
| | * | | | | | | common: dynamic_library: Add ctor for existing handle. | 2023-06-03 | 2 | -0/+5 | ||
| | * | | | | | | android: EmulationFragment: Always reset overlay. | 2023-06-03 | 1 | -1/+2 | ||