| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | android: input: Flip abxy on backbone labs controllers | 2023-11-25 | 1 | -0/+19 | |
| | | |||||
| * | android: input: Flip abxy on redmagic controllers | 2023-11-25 | 1 | -0/+19 | |
| | | |||||
| * | android: Rework config lifecycle | 2023-11-21 | 6 | -6/+31 | |
| | | | | | Exposes options for initializing, unloading, reloading, and saving settings that let us update the config much more granularly based on what's happening in the UI. | ||||
| * | android: Remove ini4j | 2023-11-21 | 2 | -43/+0 | |
| | | |||||
| * | general: Remove inih | 2023-11-21 | 1 | -1/+1 | |
| | | |||||
| * | config: Unify config handling under frontend_common | 2023-11-21 | 10 | -910/+138 | |
| | | | | | | | Replaces every way of handling config for each frontend with SimpleIni. frontend_common's Config class is at the center where it saves and loads all of the cross-platform settings and provides a set of pure virtual functions for platform specific settings. As a result of making config handling platform specific, several parts had to be moved to each platform's own config class or to other parts. Default keys were put in platform specific config classes and translatable strings for Qt were moved to shared_translation. Default hotkeys, default_theme, window geometry, and qt metatypes were moved to uisettings. Additionally, to reduce dependence on Qt, QStrings were converted to std::strings where applicable. | ||||
| * | Merge pull request #12093 from t895/zip-intent | 2023-11-20 | 3 | -72/+33 | |
| |\ | | | | | android: Use file picker intent for save exporter | ||||
| | * | android: Use file picker intent for save exporter | 2023-11-19 | 3 | -72/+33 | |
| | | | |||||
| * | | Merge pull request #12092 from t895/recent-games-default | 2023-11-20 | 2 | -2/+3 | |
| |\ \ | | | | | | | android: Select recently played games by default in search tab | ||||
| | * | | android: Use path instead of programId for recently added / played key | 2023-11-19 | 1 | -2/+2 | |
| | | | | |||||
| | * | | android: Select recently played games by default in search tab | 2023-11-19 | 1 | -0/+1 | |
| | |/ | |||||
| * / | android: Allow up to 400% for the limit speed percent setting | 2023-11-19 | 1 | -1/+1 | |
| |/ | |||||
| * | android: Disable PiP by default | 2023-11-15 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #12034 from t895/fps-outline | 2023-11-14 | 1 | -2/+3 | |
| |\ | | | | | android: Add drop shadow to FPS counter | ||||
| | * | android: Add drop shadow to FPS counter | 2023-11-14 | 1 | -2/+3 | |
| | | | | | | | | | Also let the style control the text size | ||||
| * | | android: Don't enter PiP during startup or shutdown | 2023-11-14 | 1 | -1/+3 | |
| |/ | |||||
| * | android: Use suspend function for creating dynamic shortcuts | 2023-11-14 | 2 | -24/+35 | |
| | | | | | If the coil loader ever got stuck when creating a dynamic shortcut icon, the app would freeze. This would happen most notably when booting nca format games. This pushes that process to a separate coroutine that can be cancelled by the main activity's lifecycle. | ||||
| * | Merge pull request #12014 from t895/shrink-logo | 2023-11-13 | 5 | -15/+249 | |
| |\ | | | | | android: Shrink branding images | ||||
| | * | android: Add a landscape-specific layout to the about page | 2023-11-12 | 1 | -0/+233 | |
| | | | | | | | | | Moves the logo to the side to fit more information on screen | ||||
| | * | android: Shrink logo in about page | 2023-11-12 | 1 | -5/+5 | |
| | | | |||||
| | * | android: Shrink logo in settings tab | 2023-11-12 | 2 | -6/+7 | |
| | | | | | | | | | Adjusts padding between the cards and logo to fit appropriately | ||||
| | * | android: Fix top app bar tint being cut off in the about fragment | 2023-11-12 | 1 | -4/+4 | |
| | | | | | | | | | Adjust margin on the toolbar, not the app bar | ||||
| * | | Merge pull request #12015 from t895/remove-auto | 2023-11-13 | 1 | -2/+0 | |
| |\ \ | | | | | | | android: Remove "auto" region option | ||||
| | * | | android: Remove "auto" region option | 2023-11-12 | 1 | -2/+0 | |
| | |/ | | | | | | | This doesn't exist and if you clicked it, your region would be set to Taiwan. | ||||
| * | | android: Use the same transition animation between every fragment in settings | 2023-11-12 | 3 | -28/+4 | |
| | | | | | | | | | The animation that I used for entering search was prone to weird visual bugs and could appear visually jarring. This just makes things appear more consistent. | ||||
| * | | android: Use more padding on top of each settings header | 2023-11-12 | 1 | -1/+2 | |
| | | | |||||
| * | | android: Remove dividers between each setting | 2023-11-12 | 1 | -7/+0 | |
| | | | |||||
| * | | android: Add icons and descriptions to the first-level advanced settings page | 2023-11-12 | 13 | -47/+165 | |
| | | | | | | | | | Additionally adjusts padding to place the icons in-line with the back button in the top app bar and makes the text for normal settings appear in-line with the expanded top app bar title. | ||||
| * | | android: Remove general section from settings | 2023-11-12 | 2 | -11/+3 | |
| |/ | | | | Limit speed options were moved to system, cpu accuracy was moved to debug, and PiP was moved to graphics. | ||||
| * | android: Hide loading animation on first frame | 2023-11-09 | 4 | -4/+13 | |
| | | |||||
| * | Merge pull request #11972 from t895/fps-counter-adjustments | 2023-11-06 | 4 | -38/+11 | |
| |\ | | | | | android: FPS counter adjustments | ||||
| | * | android: Simplify FPS counter padding | 2023-11-05 | 2 | -24/+5 | |
| | | | |||||
| | * | android: Color the FPS counter white | 2023-11-05 | 1 | -2/+0 | |
| | | | |||||
| | * | android: Always update FPS counter | 2023-11-04 | 3 | -12/+6 | |
| | | | |||||
| * | | android: Don't reload log/system after loading firmware/backup | 2023-11-03 | 5 | -13/+18 | |
| |/ | |||||
| * | android: Log more system information during startup | 2023-11-03 | 2 | -0/+14 | |
| | | | | | Logs device manufacturer/model, SoC manufacturer/model where available, and the total system memory | ||||
| * | android: Fix fetching system memory size from MemoryUtil | 2023-11-03 | 2 | -19/+17 | |
| | | | | | We weren't rounding up the value at a unit before (GB, MB, etc) we were rounding up the total bytes and that would do nothing. This fixes that, and the check for total system memory during first emulation start where we tried to check the required system memory against 1 gigabyte. | ||||
| * | android: Update surface parameters on emulation start | 2023-11-03 | 1 | -0/+9 | |
| | | | | | This adds a quick update that notifies the render surface if there was a change between surface creation and emulation starting. | ||||
| * | Merge pull request #11942 from t895/log-version | 2023-11-01 | 7 | -40/+68 | |
| |\ | | | | | android: Adjust log lifecycle | ||||
| | * | android: Adjust log lifecycle | 2023-11-01 | 4 | -10/+30 | |
| | | | | | | | | | Now logging will start when the frontend starts like qt does. This also adjusts the share log button to follow where we share the current log if we just returned from a game or return the old log if we haven't started a game yet. | ||||
| | * | android: Use yuzu logging system | 2023-11-01 | 4 | -31/+39 | |
| | | | | | | | | | Now anything that's logged in the frontend will be printed into the log file | ||||
| * | | android: Default to player number 0 if we get an input from an unrecognized ↵ | 2023-11-01 | 1 | -1/+1 | |
| | | | | | | | | | controller | ||||
| * | | android: Adjust driver manager source string | 2023-11-01 | 1 | -1/+1 | |
| | | | |||||
| * | | android: Reorganize settings tab | 2023-11-01 | 1 | -33/+33 | |
| |/ | |||||
| * | android: Auto-generate locale config | 2023-10-31 | 4 | -18/+5 | |
| | | |||||
| * | android: Update translations from transifex | 2023-10-31 | 19 | -687/+3425 | |
| | | |||||
| * | Merge pull request #11931 from t895/applet-launcher | 2023-10-31 | 25 | -18/+717 | |
| |\ | | | | | android: Applet launcher UI | ||||
| | * | android: Initialize filesystem components during application start | 2023-10-31 | 2 | -9/+14 | |
| | | | |||||
| | * | android: Implement applet launcher | 2023-10-31 | 24 | -9/+703 | |
| | | | |||||
| * | | Merge pull request #11925 from t895/controller-fix | 2023-10-31 | 3 | -87/+54 | |
| |\ \ | |/ |/| | android: Fix controllers stuck on player 2 | ||||