| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | android: Fix popup menu going out of bounds | 2023-06-03 | 2 | -20/+11 | ||
| | * | | | | | | android: Use autofit grid for games fragment | 2023-06-03 | 3 | -28/+72 | ||
| | * | | | | | | android: Prevent updating empty game list text on invalid view | 2023-06-03 | 1 | -0/+3 | ||
| | * | | | | | | android: Persist settings across configuration changes | 2023-06-03 | 9 | -93/+51 | ||
| | * | | | | | | android: Store settings object in viewmodel | 2023-06-03 | 7 | -57/+45 | ||
| | * | | | | | | android: Remove configChanges exceptions | 2023-06-03 | 1 | -1/+0 | ||
| | * | | | | | | Android: Enable resizeable activities | 2023-06-03 | 1 | -6/+2 | ||
| | * | | | | | | android: Fix emulation fragment comments | 2023-06-03 | 1 | -2/+2 | ||
| | * | | | | | | android: Use modal navigation drawer as in game menu | 2023-06-03 | 17 | -373/+343 | ||
| | * | | | | | | android: Make Game class parcelable | 2023-06-03 | 1 | -1/+4 | ||
| | * | | | | | | android: Add kotlin parcelize plugin | 2023-06-03 | 1 | -0/+1 | ||
| | * | | | | | | android: Remove deprecated use of onActivityResult | 2023-06-03 | 2 | -139/+107 | ||
| | * | | | | | | android: Fix RTL layouts | 2023-06-03 | 3 | -1/+6 | ||
| | * | | | | | | android: Use ellipsis character | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | android: Move all array strings to main strings file | 2023-06-03 | 2 | -48/+109 | ||
| | * | | | | | | android: Remove unused strings | 2023-06-03 | 1 | -9/+0 | ||
| | * | | | | | | android: Remove unused colors | 2023-06-03 | 2 | -6/+0 | ||
| | * | | | | | | android: Remove citra date time picker | 2023-06-03 | 1 | -22/+0 | ||
| | * | | | | | | android: Remove unused premium header layout | 2023-06-03 | 1 | -42/+0 | ||
| | * | | | | | | android: Remove unused fragment animations | 2023-06-03 | 2 | -41/+0 | ||
| | * | | | | | | android: Remove unused string arrays | 2023-06-03 | 1 | -34/+0 | ||
| | * | | | | | | android: Remove unused integer xmls | 2023-06-03 | 4 | -13/+0 | ||
| | * | | | | | | android: Refactor ic_launcher.xml to drawables | 2023-06-03 | 3 | -3/+3 | ||
| | * | | | | | | android: Suppress lint in InsetsHelper | 2023-06-03 | 1 | -0/+2 | ||
| | * | | | | | | android: Add data extraction rules | 2023-06-03 | 3 | -2/+56 | ||
| | * | | | | | | 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 | ||
| | * | | | | | | build: only enable adrenotools on arm64 | 2023-06-03 | 7 | -10/+18 | ||
| | * | | | | | | 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 | ||