| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | android: Remove requestLegacyExternalStorage attribute | 2023-06-03 | 1 | -3/+1 | ||
| | * | | | | | | | android: Remove unused permissions | 2023-06-03 | 1 | -3/+0 | ||
| | * | | | | | | | android: Inset input overlay based on system cutouts | 2023-06-03 | 5 | -59/+94 | ||
| | * | | | | | | | Use yuzu as category instead of citra | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | | android: Stop updating fps counter when emulation stops | 2023-06-03 | 1 | -1/+4 | ||
| | * | | | | | | | android: Move driver installation off of main thread | 2023-06-03 | 4 | -21/+42 | ||
| | * | | | | | | | android: Fix crash when decodeGameIcon creates a null Bitmap | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | | android: Use view binding | 2023-06-03 | 16 | -284/+189 | ||
| | * | | | | | | | android: Enable view binding | 2023-06-03 | 1 | -0/+2 | ||
| | * | | | | | | | android: Refactor CheckBoxSetting to SwitchSetting | 2023-06-03 | 5 | -14/+14 | ||
| | * | | | | | | | android: EmulationActivity: Fix variable shadowing in fragment creation. | 2023-06-03 | 1 | -2/+2 | ||
| | * | | | | | | | android: res: fragment_emulation: Ensure FPS counter is shown. | 2023-06-03 | 1 | -7/+7 | ||
| | * | | | | | | | common: link libandroid on android | 2023-06-03 | 1 | -0/+5 | ||
| | * | | | | | | | cmake: download architecture-specific ffmpeg for android | 2023-06-03 | 2 | -2/+8 | ||
| | * | | | | | | | build: only enable adrenotools on arm64 | 2023-06-03 | 9 | -15/+33 | ||
| | * | | | | | | | android: Use Skyline's document provider | 2023-06-03 | 3 | -4/+319 | ||
| | * | | | | | | | android: Use androidx splash screen | 2023-06-03 | 4 | -2/+12 | ||
| | * | | | | | | | android: Replace Picasso with Coil | 2023-06-03 | 7 | -138/+41 | ||
| | * | | | | | | | android: New swipe to refresh color scheme | 2023-06-03 | 1 | -1/+9 | ||
| | * | | | | | | | android: New settings fragment animations | 2023-06-03 | 12 | -163/+80 | ||
| | * | | | | | | | android: Use edge to edge | 2023-06-03 | 9 | -21/+110 | ||
| | * | | | | | | | android: Use Material 3 components | 2023-06-03 | 23 | -174/+268 | ||
| | * | | | | | | | android: Modernize theme system | 2023-06-03 | 8 | -94/+130 | ||
| | * | | | | | | | android: Use vector icons | 2023-06-03 | 42 | -9/+27 | ||
| | * | | | | | | | android: Use adaptive icon | 2023-06-03 | 13 | -3/+24 | ||
| | * | | | | | | | android: settings: Dynamically evaluate valueAsString | 2023-06-03 | 4 | -4/+4 | ||
| | * | | | | | | | android: Add license identifier | 2023-06-03 | 66 | -5/+199 | ||
| | * | | | | | | | android: Convert YuzuApplication to Kotlin | 2023-06-03 | 2 | -59/+56 | ||
| | * | | | | | | | android: Convert Action1 to Kotlin | 2023-06-03 | 2 | -5/+5 | ||
| | * | | | | | | | android: Convert GameViewHolder to Kotlin | 2023-06-03 | 2 | -44/+32 | ||
| | * | | | | | | | android: Remove ThemeUtil | 2023-06-03 | 1 | -34/+0 | ||
| | * | | | | | | | android: Convert StartupHandler to Kotlin | 2023-06-03 | 2 | -45/+45 | ||
| | * | | | | | | | android: Convert Log to Kotlin | 2023-06-03 | 2 | -39/+42 | ||
| | * | | | | | | | android: Convert GpuDriverMetadata to Kotlin | 2023-06-03 | 2 | -45/+44 | ||
| | * | | | | | | | android: Convert GpuDriverHelper to Kotlin | 2023-06-03 | 2 | -130/+145 | ||
| | * | | | | | | | android: Convert GameIconRequestHandler to Kotlin | 2023-06-03 | 2 | -29/+22 | ||
| | * | | | | | | | android: Convert ForegroundService to Kotlin | 2023-06-03 | 2 | -63/+56 | ||
| | * | | | | | | | android: Convert FileUtil to Kotlin | 2023-06-03 | 2 | -296/+292 | ||
| | * | | | | | | | android: Convert FileBrowserHelper to Kotlin | 2023-06-03 | 2 | -25/+26 | ||
| | * | | | | | | | android: Convert EmulationMenuSettings to Kotlin | 2023-06-03 | 2 | -78/+59 | ||
| | * | | | | | | | android: Convert DocumentsTree to Kotlin | 2023-06-03 | 2 | -125/+110 | ||
| | * | | | | | | | android: Convert DirectoryStateReceiver to Kotlin | 2023-06-03 | 2 | -22/+15 | ||
| | * | | | | | | | android: Convert DirectoryInitialization to Kotlin | 2023-06-03 | 2 | -72/+66 | ||
| | * | | | | | | | android: Convert ControllerMappingHelper to Kotlin | 2023-06-03 | 1 | -25/+24 | ||
| | * | | | | | | | android: Convert BiMap to Kotlin | 2023-06-03 | 2 | -22/+22 | ||
| | * | | | | | | | android: Convert AddDirectoryHelper to Kotlin | 2023-06-03 | 2 | -38/+27 | ||
| | * | | | | | | | android: Convert PlatformGamesView to Kotlin | 2023-06-03 | 1 | -6/+6 | ||
| | * | | | | | | | android: Convert PlatformGamesPresenter to Kotlin | 2023-06-03 | 2 | -42/+30 | ||
| | * | | | | | | | android: Convert PlatformGamesFragment to Kotlin | 2023-06-03 | 2 | -105/+94 | ||
| | * | | | | | | | android: Convert MainView to Kotlin | 2023-06-03 | 1 | -8/+6 | ||