| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | android: Add toggle controls option to input overlay | 2023-06-03 | 5 | -6/+62 | ||
| | * | | | | | | android: Do not update FPS text on null view | 2023-06-03 | 1 | -1/+1 | ||
| | * | | | | | | android: Convert keyboard applet to kotlin and refactor | 2023-06-03 | 6 | -279/+255 | ||
| | * | | | | | | android: Implement basic software keyboard applet. | 2023-06-03 | 12 | -152/+625 | ||
| | * | | | | | | android: config: Disable shader cache by default on Android. | 2023-06-03 | 1 | -0/+4 | ||
| | * | | | | | | android: Fix fps counter not showing up | 2023-06-03 | 4 | -11/+13 | ||
| | * | | | | | | android: Prevent showing games on an invalid view | 2023-06-03 | 1 | -0/+3 | ||
| | * | | | | | | android: Re-implement overlay editing | 2023-06-03 | 5 | -25/+245 | ||
| | * | | | | | | 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 | ||